HomeSort by relevance Sort by last modified time
    Searched refs:four (Results 1 - 25 of 168) sorted by null

1 2 3 4 5 6 7

  /external/mesa3d/src/compiler/glsl/glcpp/tests/
000-content-with-spaces.c 1 this is four tokens with spaces
  /external/clang/test/SemaCXX/
gnu-case-ranges.cpp 8 four enumerator in enum:E
20 case four:
  /external/toybox/tests/
paste.test 10 touch three four
14 testing "" "paste -s three four" "\n\n" "" ""
15 testing "" "paste three four" "" "" ""
25 rm -f one two three four
cp.test 79 mkdir -p one/two/three/four
  /build/kati/testcase/
override_define.mk 18 override define four-lines
30 echo four BEGIN $(four-lines) END $(flavor four-lines)
  /external/python/cpython3/Lib/test/test_json/
test_encode_basestring_ascii.py 31 items = [('one', 1), ('two', 2), ('three', 3), ('four', 4), ('five', 5)]
33 self.assertEqual(s, '{"one": 1, "two": 2, "three": 3, "four": 4, "five": 5}')
36 items = [('one', 1), ('two', 2), ('three', 3), ('four', 4), ('five', 5)]
38 self.assertEqual(s, '{"five": 5, "four": 4, "one": 1, "three": 3, "two": 2}')
  /external/v8/tools/clang/plugins/tests/
inline_ctor.cpp 29 InlineCtorsBehindAMacroAreOKInCpp four; local
  /external/clang/test/CodeGenCXX/
cp-blocks-linetables.cpp 17 zero, one, two, three, four enumerator in enum:numbers
51 return (enum numbers) four;
  /external/icu/icu4c/source/test/intltest/
listformattertest.cpp 80 three("Charlie", -1, US_INV), four("Delta", -1, US_INV) {
95 UnicodeString three, UnicodeString four, UnicodeString results[4], const char* testName) {
111 UnicodeString input4[] = {one, two, three, four};
116 UnicodeString three, UnicodeString four, UnicodeString results[4], const char* testName) {
129 UnicodeString input4[] = {one, two, three, four};
143 one + ", " + two + ", " + three + ", " + four
146 CheckFourCases("", one, two, three, four, results, "TestRoot()");
152 if (RecordFourCases(Locale::getDefault(), one, two, three, four, results, "TestBogus()")) {
153 CheckFourCases("ex_PY", one, two, three, four, results, "TestBogus()");
164 one + ", " + two + ", " + three + ", and " + four
    [all...]
listformattertest.h 96 UnicodeString four,
104 UnicodeString four,
114 const UnicodeString four; member in class:ListFormatterTest
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/
test_encode_basestring_ascii.py 35 items = [('one', 1), ('two', 2), ('three', 3), ('four', 4), ('five', 5)]
37 self.assertEqual(s, '{"one": 1, "two": 2, "three": 3, "four": 4, "five": 5}')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/
test_encode_basestring_ascii.py 35 items = [('one', 1), ('two', 2), ('three', 3), ('four', 4), ('five', 5)]
37 self.assertEqual(s, '{"one": 1, "two": 2, "three": 3, "four": 4, "five": 5}')
  /external/python/cpython2/Lib/json/tests/
test_encode_basestring_ascii.py 35 items = [('one', 1), ('two', 2), ('three', 3), ('four', 4), ('five', 5)]
37 self.assertEqual(s, '{"one": 1, "two": 2, "three": 3, "four": 4, "five": 5}')
  /external/testng/src/test/java/test/annotationtransformer/
AnnotationTransformerSampleTest.java 20 public void four() { method in class:AnnotationTransformerSampleTest
34 @Test(dependsOnMethods = {"two", "three", "four", "five"})
  /art/libdexfile/dex/
utf-inl.h 50 // Four byte encodings need special handling. We'll have
52 const uint8_t four = *(*utf8_data_in)++; local
60 | ((three & 0x3f) << 6) | (four & 0x3f);
  /external/grpc-grpc/test/core/gpr/
useful_test.cc 26 int four[4]; local
42 GPR_ASSERT(GPR_ARRAY_SIZE(four) == 4);
  /art/test/093-serialization/src/
Main.java 109 Double four; field in class:Sub
118 four = 4.0;
128 + " four=" + four + " five=" + five + " six=" + six
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_dep_util.py 41 four = os.path.join(targets, 'four')
44 self.write_file(four)
46 self.assertEqual(newer_pairwise([one, two], [three, four]),
  /external/python/cpython2/Lib/distutils/tests/
test_dep_util.py 41 four = os.path.join(targets, 'four')
44 self.write_file(four)
46 self.assertEqual(newer_pairwise([one, two], [three, four]),
  /external/python/cpython3/Lib/distutils/tests/
test_dep_util.py 40 four = os.path.join(targets, 'four')
43 self.write_file(four)
45 self.assertEqual(newer_pairwise([one, two], [three, four]),
  /external/u-boot/drivers/memory/
Kconfig 16 time via four chip selects with 64M byte access per chip select.
  /external/caliper/examples/src/main/java/examples/
VarargsBenchmark.java 46 @Override long four(long a, long b, long c, long d) { method
70 @Override long four(long a, long b, long c, long d) { method
71 return VarargsBenchmark.four(a, b, c, d);
89 abstract long four(long a, long b, long c, long d); method in class:VarargsBenchmark.Strategy
116 private static long four(long a, long b, long c, long d) { method in class:VarargsBenchmark
197 dummy += strategy.four(
  /external/crcalc/tests/src/com/hp/creals/
CRTest.java 85 CR four = two.add(two); local
86 check_eq(CR.valueOf(4), four, "2 + 2 failed");
90 check_eq(two.multiply(two), four, "multiply failed"); local
91 check_eq(one.divide(four).shiftLeft(4), four, "divide failed 1");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
2-1.c 55 void *four; member in struct:test_struct
126 (mystruct.three != 3) || (mystruct.four != (void *)4)) {
  /external/tensorflow/tensorflow/core/kernels/
data_format_ops.h 40 auto four = x.constant(4); local
41 auto x_mod = (x + four) % 4;

Completed in 960 milliseconds

1 2 3 4 5 6 7