Home
last modified time | relevance | path

Searched refs:fifth (Results 1 – 25 of 72) sorted by relevance

123

/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DNanoTimeGranularityTester.java42 long fifth = System.nanoTime(); in testNanoTimeGranularity() local
50 total += fifth - fourth; in testNanoTimeGranularity()
51 total += sixth - fifth; in testNanoTimeGranularity()
/external/libxkbcommon/xkbcommon/test/data/symbols/
Dlevel52 // so that the fifth shift level can be reached.
4 // The right Ctrl key (while pressed) chooses the fifth shift level.
14 // The Less/Greater key (while pressed) chooses the fifth shift level.
24 // The right Alt key (while pressed) chooses the fifth shift level.
Dkeypad77 // the fifth level of the keypad's operator keys.
/external/clang/test/Rewriter/
Dunnamed-bf-modern-write.mm11 int fifth :1; field
21 // CHECK-NEXT: int fifth : 1;
/external/clang/test/CodeGenObjC/
Dunname-bf-metadata.m10 int fifth :1; field
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
DMatchers.java55 …<? super T> third, org.hamcrest.Matcher<? super T> fourth, org.hamcrest.Matcher<? super T> fifth) { in allOf() argument
56 return org.hamcrest.core.AllOf.<T>allOf(first, second, third, fourth, fifth); in allOf()
64 …, org.hamcrest.Matcher<? super T> fourth, org.hamcrest.Matcher<? super T> fifth, org.hamcrest.Matc… in allOf() argument
65 return org.hamcrest.core.AllOf.<T>allOf(first, second, third, fourth, fifth, sixth); in allOf()
118 …<? super T> third, org.hamcrest.Matcher<? super T> fourth, org.hamcrest.Matcher<? super T> fifth) { in anyOf() argument
119 return org.hamcrest.core.AnyOf.<T>anyOf(first, second, third, fourth, fifth); in anyOf()
127 …, org.hamcrest.Matcher<? super T> fourth, org.hamcrest.Matcher<? super T> fifth, org.hamcrest.Matc… in anyOf() argument
128 return org.hamcrest.core.AnyOf.<T>anyOf(first, second, third, fourth, fifth, sixth); in anyOf()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/MSP430/
Dfp.ll22 ; the register allocator selects r4 first instead of fifth in a normal function.
/external/llvm/test/CodeGen/MSP430/
Dfp.ll22 ; the register allocator selects r4 first instead of fifth in a normal function.
/external/libchrome/base/strings/
Dstring_piece_unittest.cc660 string16 fifth(ASCIIToUTF16("123")); in TEST() local
661 fifth.push_back(0x0000); in TEST()
662 fifth.push_back(0xd8c5); in TEST()
663 fifth.push_back(0xdffe); in TEST()
664 StringPiece16 f(fifth); in TEST()
/external/python/cpython2/Lib/unittest/test/
Dtest_setups.py248 fifth = unittest.TestSuite((Test3('testOne'),))
250 suite = unittest.TestSuite((first, second, third, fourth, fifth, sixth))
/external/python/cpython3/Lib/unittest/test/
Dtest_setups.py247 fifth = unittest.TestSuite((Test3('testOne'),))
249 suite = unittest.TestSuite((first, second, third, fourth, fifth, sixth))
/external/e2fsprogs/
DINSTALL.elfbin33 fifth and sixth field of filesystem entry, which are the dump
DINSTALL54 fifth and sixth field of filesystem entry, which are the dump
/external/icu/icu4c/source/data/rbnf/
Den_IN.txt133 "5: fifth;",
Den.txt163 "5: fifth;",
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DR.java375 public static final int fifth=0x7f0c0004; field in R.fraction
/external/zlib/src/contrib/puff/
DREADME9 does so more slowly than zlib, but the code is about one-fifth the size of the
/external/clang/include/clang/Driver/
DTypes.def33 // The fifth value is a string containing option flags. Valid values:
/external/libxkbcommon/xkbcommon/test/data/types/
Dextra108 // It is FOUR_LEVEL with the exception that the fifth level is mapped to the
/external/libcxx/include/
D__functional_base_03142 // fifth bullet
/external/elfutils/libasm/
DChangeLog127 * libasm.h (DisasmGetSymCB_t): Change type of fourth and fifth
/external/tensorflow/tensorflow/contrib/eager/python/
Dnetwork_test.py775 self.fifth = self.track_layer(core.Dense(1, use_bias=False))
778 return self.fifth(self.fourth(self.third(self.second(self.first(x)))))
787 self.assertEqual("dense_4", net.fifth.name)
/external/ppp/pppd/plugins/radius/etc/
Ddictionary35 # Vendor-specific attributes have a fifth field with the name of the
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h1349 #define __sanitizer_syscall_pre_ipc(call, first, second, third, ptr, fifth) \ argument
1352 (long)(fifth))
1354 fifth) \ argument
1357 (long)(ptr), (long)(fifth))
2769 long third, long ptr, long fifth);
2772 long fifth);
/external/tensorflow/tensorflow/lite/schema/
Dschema.fbs794 // fifth are mutable variables, then this list will contain

123