index
int64 1
10.7k
| class
stringclasses 782
values | comment_sentence
stringlengths 1
1.78k
| partition
int64 0
0
| combo
stringlengths 17
1.81k
| labels
listlengths 7
7
|
|---|---|---|---|---|---|
8,771
|
BigIntegerMathTest.java
|
// We only expect an exception if x was not a power of 2.
| 0
|
// We only expect an exception if x was not a power of 2. | BigIntegerMathTest.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
8,775
|
BigIntegerMathTest.java
|
/**
* Tests for BigIntegerMath.
*
* @author Louis Wasserman
*/
| 0
|
/**
* Tests for BigIntegerMath.
*
* @author Louis Wasserman
*/ | BigIntegerMathTest.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,777
|
TestScannerInfoCollector.java
|
Contributors:
* Markus Schorn - initial API and implementation
* Anton Leherbauer (Wind River Systems)
| 0
|
Contributors:
* Markus Schorn - initial API and implementation
* Anton Leherbauer (Wind River Systems) | TestScannerInfoCollector.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
8,778
|
CfgScannerConfigProfileManagerTests.java
|
Contributors:
* IBM Corporation - initial API and implementation
| 0
|
Contributors:
* IBM Corporation - initial API and implementation | CfgScannerConfigProfileManagerTests.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
8,779
|
CfgScannerConfigProfileManagerTests.java
|
/**
* Basic testing of Config based ScannerConfigProfile management.
*
* This test runs through some of the funcationality used by the DiscoveryTab
* @throws CoreException
*/
| 0
|
/**
* Basic testing of Config based ScannerConfigProfile management.
*
* This test runs through some of the funcationality used by the DiscoveryTab
* @throws CoreException
*/ | CfgScannerConfigProfileManagerTests.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,780
|
CfgScannerConfigProfileManagerTests.java
|
// Test changing ICfgScannerConfigBuilderInfo2Set settings
| 0
|
// Test changing ICfgScannerConfigBuilderInfo2Set settings | CfgScannerConfigProfileManagerTests.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,782
|
CfgScannerConfigProfileManagerTests.java
|
// Get all the settings and invert them
| 0
|
// Get all the settings and invert them | CfgScannerConfigProfileManagerTests.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,783
|
CfgScannerConfigProfileManagerTests.java
|
// Persist the changes
| 0
|
// Persist the changes | CfgScannerConfigProfileManagerTests.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,785
|
CfgScannerConfigProfileManagerTests.java
|
// Check that the changes have persisted
| 0
|
// Check that the changes have persisted | CfgScannerConfigProfileManagerTests.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,786
|
CfgScannerConfigProfileManagerTests.java
|
// Check that the changes have persisted
| 0
|
// Check that the changes have persisted | CfgScannerConfigProfileManagerTests.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,787
|
CfgScannerConfigProfileManagerTests.java
|
// Test restore defaults
| 0
|
// Test restore defaults | CfgScannerConfigProfileManagerTests.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,788
|
CfgScannerConfigProfileManagerTests.java
|
// Save the project description
| 0
|
// Save the project description | CfgScannerConfigProfileManagerTests.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,789
|
CfgScannerConfigProfileManagerTests.java
|
// Check settings are back to original
| 0
|
// Check settings are back to original | CfgScannerConfigProfileManagerTests.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,790
|
NativeCodeLoader.java
|
@return <code>true</code> if native-hadoop is loaded,
* else <code>false</code>
| 0
|
@return <code>true</code> if native-hadoop is loaded,
* else <code>false</code> | NativeCodeLoader.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
8,792
|
NativeCodeLoader.java
|
* Returns true only if this build was compiled with support for snappy.
| 0
|
* Returns true only if this build was compiled with support for snappy. | NativeCodeLoader.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
8,793
|
NativeCodeLoader.java
|
* Returns true only if this build was compiled with support for ISA-L.
| 0
|
* Returns true only if this build was compiled with support for ISA-L. | NativeCodeLoader.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
8,794
|
NativeCodeLoader.java
|
* Returns true only if this build was compiled with support for openssl.
| 0
|
* Returns true only if this build was compiled with support for openssl. | NativeCodeLoader.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
8,795
|
NativeCodeLoader.java
|
/**
* A helper to load the native hadoop code i.e. libhadoop.so.
* This handles the fallback to either the bundled libhadoop-Linux-i386-32.so
* or the default java implementations where appropriate.
*
*/
| 0
|
/**
* A helper to load the native hadoop code i.e. libhadoop.so.
* This handles the fallback to either the bundled libhadoop-Linux-i386-32.so
* or the default java implementations where appropriate.
*
*/ | NativeCodeLoader.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,797
|
NativeCodeLoader.java
|
// Ignore failure to load
| 0
|
// Ignore failure to load | NativeCodeLoader.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,798
|
CPPASTUnaryExpression.java
|
Contributors:
* John Camelon (IBM) - Initial API and implementation
* Sergey Prigogin (Google)
* Mike Kucera (IBM)
* Markus Schorn (Wind River Systems)
* Sergey Prigogin (Google)
| 0
|
Contributors:
* John Camelon (IBM) - Initial API and implementation
* Sergey Prigogin (Google)
* Mike Kucera (IBM)
* Markus Schorn (Wind River Systems)
* Sergey Prigogin (Google) | CPPASTUnaryExpression.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
8,800
|
MulticoreVisualizerThread.java
|
Contributors:
* William R. Swanson (Tilera Corporation) - initial API and implementation
* Xavier Raynaud (Kalray) - Bug 431690, 432151, 431935
| 0
|
Contributors:
* William R. Swanson (Tilera Corporation) - initial API and implementation
* Xavier Raynaud (Kalray) - Bug 431690, 432151, 431935 | MulticoreVisualizerThread.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
8,801
|
MulticoreVisualizerThread.java
|
* MulticoreVisualizer Thread object.
| 0
|
* MulticoreVisualizer Thread object. | MulticoreVisualizerThread.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,802
|
MulticoreVisualizerThread.java
|
/** Thread "pixie" spot width/height */
| 0
|
/** Thread "pixie" spot width/height */ | MulticoreVisualizerThread.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,803
|
MulticoreVisualizerThread.java
|
/** Minimum containing object size to allow thread to draw itself. */
| 0
|
/** Minimum containing object size to allow thread to draw itself. */ | MulticoreVisualizerThread.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,804
|
MulticoreVisualizerThread.java
|
/** Parent CPU. */
| 0
|
/** Parent CPU. */ | MulticoreVisualizerThread.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,805
|
MulticoreVisualizerThread.java
|
/** Visualizer model thread. */
| 0
|
/** Visualizer model thread. */ | MulticoreVisualizerThread.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,806
|
MulticoreVisualizerThread.java
|
/** Whether this thread is part of a currently selected process. */
| 0
|
/** Whether this thread is part of a currently selected process. */ | MulticoreVisualizerThread.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,807
|
MulticoreVisualizerThread.java
|
/** Constructor */
| 0
|
/** Constructor */ | MulticoreVisualizerThread.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,810
|
MulticoreVisualizerThread.java
|
/** Sets parent Core. */
| 0
|
/** Sets parent Core. */ | MulticoreVisualizerThread.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,811
|
MulticoreVisualizerThread.java
|
/** Gets thread model object. */
| 0
|
/** Gets thread model object. */ | MulticoreVisualizerThread.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,812
|
MulticoreVisualizerThread.java
|
/** Gets Process ID. */
| 0
|
/** Gets Process ID. */ | MulticoreVisualizerThread.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,813
|
MulticoreVisualizerThread.java
|
/** Gets Thread ID. */
| 0
|
/** Gets Thread ID. */ | MulticoreVisualizerThread.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,814
|
MulticoreVisualizerThread.java
|
/** Gets thread state. */
| 0
|
/** Gets thread state. */ | MulticoreVisualizerThread.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,816
|
MulticoreVisualizerThread.java
|
/** Gets whether thread's process is selected. */
| 0
|
/** Gets whether thread's process is selected. */ | MulticoreVisualizerThread.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,817
|
MulticoreVisualizerThread.java
|
/** Gets thread color based on current state. */
| 0
|
/** Gets thread color based on current state. */ | MulticoreVisualizerThread.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,818
|
MulticoreVisualizerThread.java
|
/** Invoked to allow element to paint itself on the viewer canvas */
| 0
|
/** Invoked to allow element to paint itself on the viewer canvas */ | MulticoreVisualizerThread.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,819
|
MulticoreVisualizerThread.java
|
// draw an alpha-shaded "pixie" light for each thread
| 0
|
// draw an alpha-shaded "pixie" light for each thread | MulticoreVisualizerThread.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,820
|
MulticoreVisualizerThread.java
|
// special case: for the "process" thread, draw an enclosing circle
| 0
|
// special case: for the "process" thread, draw an enclosing circle | MulticoreVisualizerThread.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,821
|
MulticoreVisualizerThread.java
|
// Subtract one from the width and height
// in the case of drawOval because that method
// adds a pixel to each value for some reason
| 0
|
// Subtract one from the width and height
// in the case of drawOval because that method
// adds a pixel to each value for some reason | MulticoreVisualizerThread.java
|
[
0,
0,
1,
0,
0,
0,
0
] |
8,822
|
MulticoreVisualizerThread.java
|
// draw text annotations
| 0
|
// draw text annotations | MulticoreVisualizerThread.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,825
|
MulticoreVisualizerThread.java
|
// draw selection marker, if any
| 0
|
// draw selection marker, if any | MulticoreVisualizerThread.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
8,828
|
PDOMClassUtil.java
|
Contributors:
* QNX - Initial API and implementation
* Markus Schorn (Wind River Systems)
| 0
|
Contributors:
* QNX - Initial API and implementation
* Markus Schorn (Wind River Systems) | PDOMClassUtil.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
8,829
|
BreakpointVMModelProxyStrategy.java
|
Contributors:
* Wind River Systems - initial API and implementation
| 0
|
Contributors:
* Wind River Systems - initial API and implementation | BreakpointVMModelProxyStrategy.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
8,830
|
BreakpointVMModelProxyStrategy.java
|
* @since 2.1
| 0
|
* @since 2.1 | BreakpointVMModelProxyStrategy.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
8,831
|
BreakpointVMModelProxyStrategy.java
|
* Breakpoints VM model proxy that includes an ICheckboxModelProxy implementation.
| 0
|
* Breakpoints VM model proxy that includes an ICheckboxModelProxy implementation. | BreakpointVMModelProxyStrategy.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,832
|
Target.java
|
Contributors:
* QNX Software Systems - Initial API and implementation
| 0
|
Contributors:
* QNX Software Systems - Initial API and implementation | Target.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
8,834
|
CDocumentSetupParticipant.java
|
* @see org.eclipse.core.filebuffers.IDocumentSetupParticipantExtension#setup(org.eclipse.jface.text.IDocument, org.eclipse.core.runtime.IPath, org.eclipse.core.filebuffers.LocationKind)
| 0
|
* @see org.eclipse.core.filebuffers.IDocumentSetupParticipantExtension#setup(org.eclipse.jface.text.IDocument, org.eclipse.core.runtime.IPath, org.eclipse.core.filebuffers.LocationKind) | CDocumentSetupParticipant.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,837
|
CDocumentSetupParticipant.java
|
Contributors:
* QNX Software Systems - Initial API and implementation
* Andrew Ferguson (Symbian)
| 0
|
Contributors:
* QNX Software Systems - Initial API and implementation
* Andrew Ferguson (Symbian) | CDocumentSetupParticipant.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
8,840
|
ActionMessages.java
|
// initialize resource bundle
| 0
|
// initialize resource bundle | ActionMessages.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,841
|
CPPASTSimpleTypeConstructorExpression.java
|
// for class types: the constructor being called
| 0
|
// for class types: the constructor being called | CPPASTSimpleTypeConstructorExpression.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,843
|
ServiceStateModel.java
|
* @param state the starting state
| 0
|
* @param state the starting state | ServiceStateModel.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
8,844
|
ServiceStateModel.java
|
* @return the state
| 0
|
* @return the state | ServiceStateModel.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
8,845
|
ServiceStateModel.java
|
* @param proposed proposed new state
| 0
|
* @param proposed proposed new state | ServiceStateModel.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
8,846
|
ServiceStateModel.java
|
* @return the state
| 0
|
* @return the state | ServiceStateModel.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
8,847
|
ServiceStateModel.java
|
* @param expectedState the desired state
| 0
|
* @param expectedState the desired state | ServiceStateModel.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
8,848
|
ServiceStateModel.java
|
* @param proposed proposed new state
| 0
|
* @param proposed proposed new state | ServiceStateModel.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
8,850
|
ServiceStateModel.java
|
* @param name name of the service (can be null)
| 0
|
* @param name name of the service (can be null) | ServiceStateModel.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
8,852
|
ServiceStateModel.java
|
* @param proposed proposed new state
| 0
|
* @param proposed proposed new state | ServiceStateModel.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
8,853
|
ServiceStateModel.java
|
* @param current current state
| 0
|
* @param current current state | ServiceStateModel.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
8,854
|
ServiceStateModel.java
|
* @return true if the transition to a new state is valid
| 0
|
* @return true if the transition to a new state is valid | ServiceStateModel.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
8,855
|
ServiceStateModel.java
|
* @param proposed proposed new state
| 0
|
* @param proposed proposed new state | ServiceStateModel.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
8,856
|
ServiceStateModel.java
|
* @return the current state's description
| 0
|
* @return the current state's description | ServiceStateModel.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
8,857
|
ServiceStateModel.java
|
* return the state text as the toString() value
| 0
|
* return the state text as the toString() value | ServiceStateModel.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,858
|
ServiceStateModel.java
|
/**
* Is a state transition valid?
* There are no checks for current==proposed
* as that is considered a non-transition.
*
* using an array kills off all branch misprediction costs, at the expense
* of cache line misses.
| 0
|
/**
* Is a state transition valid?
* There are no checks for current==proposed
* as that is considered a non-transition.
*
* using an array kills off all branch misprediction costs, at the expense
* of cache line misses. | ServiceStateModel.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,859
|
ServiceStateModel.java
|
/**
* Check that a state tansition is valid and
* throw an exception if not
| 0
|
/**
* Check that a state tansition is valid and
* throw an exception if not | ServiceStateModel.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,860
|
ServiceStateModel.java
|
//atomic write of the new state
| 0
|
//atomic write of the new state | ServiceStateModel.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,862
|
ServiceStateModel.java
|
* Verify that that a service is in a given state.
| 0
|
* Verify that that a service is in a given state. | ServiceStateModel.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,863
|
ServiceStateModel.java
|
* Query that the state is in a specific state
| 0
|
* Query that the state is in a specific state | ServiceStateModel.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,866
|
ServiceStateModel.java
|
@link Service.STATE#NOTINITED
| 0
|
@link Service.STATE#NOTINITED | ServiceStateModel.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
8,867
|
ServiceStateModel.java
|
Create the service state model in the {@link Service.STATE#NOTINITED}
* state.
| 0
|
Create the service state model in the {@link Service.STATE#NOTINITED}
* state. | ServiceStateModel.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,869
|
ServiceStateModel.java
|
* The state of the service
| 0
|
* The state of the service | ServiceStateModel.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,871
|
ServiceStateModel.java
|
/* uninited */
| 0
|
/* uninited */ | ServiceStateModel.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,872
|
ServiceStateModel.java
|
/* inited */
| 0
|
/* inited */ | ServiceStateModel.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,873
|
ServiceStateModel.java
|
/* started */
| 0
|
/* started */ | ServiceStateModel.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,876
|
ServiceStateModel.java
|
* Implements the service state model.
| 0
|
* Implements the service state model. | ServiceStateModel.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,878
|
AutoconfMacroProposalContextInformation.java
|
* @param informationDisplayString the string to be displayed when presenting the context information
| 0
|
* @param informationDisplayString the string to be displayed when presenting the context information | AutoconfMacroProposalContextInformation.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
8,880
|
AutoconfMacroProposalContextInformation.java
|
* @param contextDisplayString the string to be used when presenting the context
| 0
|
* @param contextDisplayString the string to be used when presenting the context | AutoconfMacroProposalContextInformation.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
8,881
|
AutoconfMacroProposalContextInformation.java
|
@param informationDisplayString the string to be displayed when presenting the context information,
* may not be <code>null</code>
| 0
|
@param informationDisplayString the string to be displayed when presenting the context information,
* may not be <code>null</code> | AutoconfMacroProposalContextInformation.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
8,882
|
AutoconfMacroProposalContextInformation.java
|
/**
* Creates a new context information with an image.
*
* @param image the image to display when presenting the context information
* @param contextDisplayString the string to be used when presenting the context
* @param informationDisplayString the string to be displayed when presenting the context information,
* may not be <code>null</code>
*/
| 0
|
/**
* Creates a new context information with an image.
*
* @param image the image to display when presenting the context information
* @param contextDisplayString the string to be used when presenting the context
* @param informationDisplayString the string to be displayed when presenting the context information,
* may not be <code>null</code>
*/ | AutoconfMacroProposalContextInformation.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,884
|
AutoconfMacroProposalContextInformation.java
|
/** The image to be displayed */
| 0
|
/** The image to be displayed */ | AutoconfMacroProposalContextInformation.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,886
|
AutoconfMacroProposalContextInformation.java
|
/** The information to be displayed */
| 0
|
/** The information to be displayed */ | AutoconfMacroProposalContextInformation.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,887
|
AutoconfMacroProposalContextInformation.java
|
/** The name of the context */
| 0
|
/** The name of the context */ | AutoconfMacroProposalContextInformation.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,888
|
AutoconfMacroProposalContextInformation.java
|
* @author aniefer
| 0
|
* @author aniefer | AutoconfMacroProposalContextInformation.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
8,889
|
AutoconfMacroProposalContextInformation.java
|
Contributors:
* IBM Corp. - Rational Software - initial implementation
| 0
|
Contributors:
* IBM Corp. - Rational Software - initial implementation | AutoconfMacroProposalContextInformation.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
8,890
|
AutoconfMacroProposalContextInformation.java
|
* Created on May 6, 2004
| 0
|
* Created on May 6, 2004 | AutoconfMacroProposalContextInformation.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,891
|
DefaultRequestInterceptor.java
|
// Non-HA case - no need to set RM_ID
| 0
|
// Non-HA case - no need to set RM_ID | DefaultRequestInterceptor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,894
|
DefaultRequestInterceptor.java
|
// Preserve the token service sent by the RM when adding the token
// to ensure we replace the previous token setup by the RM.
// Afterwards we can update the service address for the RPC layer.
| 0
|
// Preserve the token service sent by the RM when adding the token
// to ensure we replace the previous token setup by the RM.
// Afterwards we can update the service address for the RPC layer. | DefaultRequestInterceptor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,895
|
DefaultRequestInterceptor.java
|
/**
* Extends the AbstractRequestInterceptor class and provides an implementation
* that simply forwards the AM requests to the cluster resource manager.
*
*/
| 0
|
/**
* Extends the AbstractRequestInterceptor class and provides an implementation
* that simply forwards the AM requests to the cluster resource manager.
*
*/ | DefaultRequestInterceptor.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,896
|
CompressDecompressTester.java
|
/**
* Method for compressor availability check
*/
| 0
|
/**
* Method for compressor availability check
*/ | CompressDecompressTester.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,897
|
CompressDecompressTester.java
|
// compressed bytes
| 0
|
// compressed bytes | CompressDecompressTester.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,900
|
CompressDecompressTester.java
|
// create decompression stream
| 0
|
// create decompression stream | CompressDecompressTester.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,901
|
CompressDecompressTester.java
|
// use compressed output as input for decompression
| 0
|
// use compressed output as input for decompression | CompressDecompressTester.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,903
|
CompressDecompressTester.java
|
// decompressor.end();
| 0
|
// decompressor.end(); | CompressDecompressTester.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,905
|
NodeWriter.java
|
Contributors:
* Institute for Software - initial API and implementation
* Sergey Prigogin (Google)
* Thomas Corbat (IFS)
| 0
|
Contributors:
* Institute for Software - initial API and implementation
* Sergey Prigogin (Google)
* Thomas Corbat (IFS) | NodeWriter.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
8,906
|
NodeWriter.java
|
* @author Emanuel Graf IFS
| 0
|
* @author Emanuel Graf IFS | NodeWriter.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
8,908
|
NodeWriter.java
|
/**
* Base class for node writers. This class contains methods and string constants
* used by multiple node writers.
*
* @author Emanuel Graf IFS
*/
| 0
|
/**
* Base class for node writers. This class contains methods and string constants
* used by multiple node writers.
*
* @author Emanuel Graf IFS
*/ | NodeWriter.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,909
|
SCMUploaderNotifyResponsePBImpl.java
|
// Default to true, when in doubt just leave the file in the cache
| 0
|
// Default to true, when in doubt just leave the file in the cache | SCMUploaderNotifyResponsePBImpl.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,910
|
TestCombineSequenceFileInputFormat.java
|
// create a file with length entries
| 0
|
// create a file with length entries | TestCombineSequenceFileInputFormat.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,911
|
TestCombineSequenceFileInputFormat.java
|
// generate a number of files with various lengths
| 0
|
// generate a number of files with various lengths | TestCombineSequenceFileInputFormat.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
8,912
|
TestCombineSequenceFileInputFormat.java
|
// check the split
| 0
|
// check the split | TestCombineSequenceFileInputFormat.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.