/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/api/map_job/ |
D | sample_input_reader.py | 31 STRING_LENGTH = "string_length" variable in SampleInputReader 62 return cls(state[cls.COUNT], state[cls.STRING_LENGTH]) 66 return {self.COUNT: self._count, self.STRING_LENGTH: self._string_length} 73 string_length = params.get(cls.STRING_LENGTH, cls._DEFAULT_STRING_LENGTH) 102 if cls.STRING_LENGTH in params and not ( 103 isinstance(params[cls.STRING_LENGTH], int) and 104 params[cls.STRING_LENGTH] > 0): 107 (cls.STRING_LENGTH, 108 params[cls.STRING_LENGTH]))
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | ImmutableSortedSetTest.java | 52 private static final Comparator<String> STRING_LENGTH field in ImmutableSortedSetTest 285 SortedSet<String> set = ImmutableSortedSet.orderedBy(STRING_LENGTH).add( in testExplicit_ordering() 291 SortedSet<String> set = ImmutableSortedSet.orderedBy(STRING_LENGTH).add( in testExplicit_ordering_dupes() 298 SortedSet<String> set = ImmutableSortedSet.orderedBy(STRING_LENGTH).add( in testExplicit_contains() 308 SortedSet<String> set = ImmutableSortedSet.orderedBy(STRING_LENGTH).add( in testExplicit_containsMismatchedTypes() 314 SortedSet<String> set = ImmutableSortedSet.orderedBy(STRING_LENGTH).add( in testExplicit_comparator() 316 assertSame(STRING_LENGTH, set.comparator()); in testExplicit_comparator() 320 SortedSet<String> set = ImmutableSortedSet.orderedBy(STRING_LENGTH).add( in testExplicit_headSet() 332 SortedSet<String> set = ImmutableSortedSet.orderedBy(STRING_LENGTH).add( in testExplicit_tailSet() 343 SortedSet<String> set = ImmutableSortedSet.orderedBy(STRING_LENGTH).add( in testExplicit_subSet() [all …]
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ImmutableSortedSetTest.java | 159 private static final Comparator<String> STRING_LENGTH field in ImmutableSortedSetTest 425 SortedSet<String> set = ImmutableSortedSet.orderedBy(STRING_LENGTH).add( in testExplicit_ordering() 431 SortedSet<String> set = ImmutableSortedSet.orderedBy(STRING_LENGTH).add( in testExplicit_ordering_dupes() 438 SortedSet<String> set = ImmutableSortedSet.orderedBy(STRING_LENGTH).add( in testExplicit_contains() 448 SortedSet<String> set = ImmutableSortedSet.orderedBy(STRING_LENGTH).add( in testExplicit_containsMismatchedTypes() 454 SortedSet<String> set = ImmutableSortedSet.orderedBy(STRING_LENGTH).add( in testExplicit_comparator() 456 assertSame(STRING_LENGTH, set.comparator()); in testExplicit_comparator() 460 SortedSet<String> set = ImmutableSortedSet.orderedBy(STRING_LENGTH).add( in testExplicit_headSet() 472 SortedSet<String> set = ImmutableSortedSet.orderedBy(STRING_LENGTH).add( in testExplicit_tailSet() 483 SortedSet<String> set = ImmutableSortedSet.orderedBy(STRING_LENGTH).add( in testExplicit_subSet() [all …]
|
/external/guava/guava-tests/benchmark/com/google/common/base/ |
D | WhitespaceMatcherBenchmark.java | 32 private static final int STRING_LENGTH = 10000; field in WhitespaceMatcherBenchmark 104 final char[] result = new char[STRING_LENGTH]; in newTestString()
|
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/ |
D | input_readers.py | 1843 STRING_LENGTH = "string_length" variable in RandomStringInputReader 1876 if cls.STRING_LENGTH in params: 1877 string_length = params[cls.STRING_LENGTH] 1904 if cls.STRING_LENGTH in params and not ( 1905 isinstance(params[cls.STRING_LENGTH], int) and 1906 params[cls.STRING_LENGTH] > 0): 1908 (cls.STRING_LENGTH, params[cls.STRING_LENGTH])) 1917 return cls(json[cls.COUNT], json[cls.STRING_LENGTH]) 1920 return {self.COUNT: self._count, self.STRING_LENGTH: self._string_length}
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/ |
D | EmitUtils.java | 37 private static final Signature STRING_LENGTH = field in EmitUtils 199 e.invoke_virtual(Constants.TYPE_STRING, STRING_LENGTH); in string_switch_trie()
|
/external/guice/lib/build/ |
D | cglib-3.1.jar | META-INF/
META-INF/MANIFEST.MF
net/
net/sf/
net/ ... |
/external/robolectric/v3/libs/ |
D | vtd-xml-2.11.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ximpleware/
com/ ... |
/external/guice/extensions/persist/lib/ |
D | cglib-nodep-3.0.jar | META-INF/MANIFEST.MF
LICENSE
NOTICE
net/sf/cglib/beans/BeanCopier$ ... |
/external/testng/lib-supplied/ |
D | guice-2.0.jar | META-INF/
META-INF/MANIFEST.MF
LICENSE
NOTICE
org/
org/testng/
... |
/external/robolectric/v1/lib/test/ |
D | mockito-core-1.8.5.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/mockito/
org/ ... |
/external/dexmaker/lib/ |
D | mockito-core-1.9.1-SNAPSHOT.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/mockito/
org/ ... |