Home
last modified time | relevance | path

Searched refs:two (Results 1 – 25 of 1246) sorted by relevance

12345678910>>...50

/external/srec/doc/logs/srec/
Dout_SHIP_change_sample_rate2.txt15 C: oh eight four zero nine two five one eight five
21 TRANSCRIPTION : 'oh eight four zero nine two five one eight five'
22 LITERAL[ 0] : 'oh eight four nine two five one eight five'
27 LITERAL[ 1] : 'five four nine two five one eight five'
32 LITERAL[ 2] : 'oh eight four nine two five one eight five oh'
37 LITERAL[ 3] : 'oh eight four nine two five one five'
42 LITERAL[ 4] : 'oh eight four oh nine two five one eight five'
47 LITERAL[ 5] : 'oh oh eight four nine two five one eight five'
52 LITERAL[ 6] : 'oh eight four nine two five one two five'
57 LITERAL[ 7] : 'oh eight four nine two five four eight five'
[all …]
Drecog4_SHIP_change_sample_rate2.res1 R: oh eight four nine two five one eight five
3 R: eight eight nine five eight eight two eight four
5 R: zero seven six five nine oh zero two five two
7 R: five zero two seven four nine three three zero zero
9 R: six nine five zero two eight seven seven
15 R: zero nine nine five seven two oh one zero six
17 R: six eight seven two one oh eight five zero seven
19 R: four two zero eight five nine oh nine four zero
21 R: zero seven nine five two five seven six nine eight
23 R: eight three five seven nine zero three five two oh
[all …]
/external/icu4c/data/curr/
Dar.txt1025 two{"درهم إماراتي"}
1033 two{"دولار أسترالي"}
1041 two{"دينار بحريني"}
1049 two{"ريال برازيلي"}
1057 two{"دولار كندي"}
1065 two{"فرنك سويسري"}
1073 two{"يوان صيني"}
1081 two{"فرنك جيبوتي"}
1089 two{"كرونة دانماركي"}
1097 two{"دينار جزائري"}
[all …]
/external/srec/config/en.us/tcp/
Dchange_sample_rate2.tcp12 recognize_nist dallas/0000/S072.nwf 0 0 oh eight four zero nine two five one eight five
13 recognize_nist dallas/0000/S074.nwf 0 0 eight six one oh five six six two six two
14 recognize_nist dallas/0000/S075.nwf 0 0 zero seven six five nine oh zero two five two
15 recognize_nist dallas/0000/S076.nwf 0 0 five zero two seven four nine three three zero zero
16 recognize_nist dallas/0000/S077.nwf 0 0 six nine five zero two eight seven seven three six
19 recognize_nist dallas/0000/S083.nwf 0 0 zero nine nine five seven two oh one zero six
20 recognize_nist dallas/0000/S086.nwf 0 0 six eight seven two one oh eight five zero seven
21 recognize_nist dallas/0000/S088.nwf 0 0 four two zero eight five nine oh nine four zero
23 recognize_nist dallas/0300/S052.nwf 0 0 zero seven nine five two five seven six nine eight
24 recognize_nist dallas/0300/S053.nwf 0 0 eight three five seven nine zero three five two oh
[all …]
/external/elfutils/src/
Dsectionhash.c39 scnhead_compare (struct scnhead *one, struct scnhead *two) in scnhead_compare() argument
41 int result = strcmp (one->name, two->name); in scnhead_compare()
45 result = one->type - two->type; in scnhead_compare()
50 - SH_FLAGS_IMPORTANT (two->flags)); in scnhead_compare()
55 result = one->entsize - two->entsize; in scnhead_compare()
60 ? (two->grp_signature == NULL ? 0 : -1) in scnhead_compare()
61 : (two->grp_signature == NULL in scnhead_compare()
63 two->grp_signature))); in scnhead_compare()
66 result = one->kind - two->kind; in scnhead_compare()
/external/clang/test/Preprocessor/
Dmacro_fn.c6 #define two(x, y) 0 macro
19 two() /* expected-error {{too few arguments provided to function-like macro invocation}} */
20 two(a) /* expected-error {{too few arguments provided to function-like macro invocation}} */
21 two(a,b)
22 two(a, ) /* expected-warning {{empty macro arguments are a C99 feature}} */
23 two(a,b,c) /* expected-error {{too many arguments provided to function-like macro invocation}} */
24 two(
29 two(,) /* expected-warning 2 {{empty macro arguments are a C99 feature}} */
/external/guava/guava-tests/test/com/google/common/cache/
DCacheManualTest.java38 Object two = new Object(); in testGetIfPresent() local
48 assertFalse(cache.asMap().containsValue(two)); in testGetIfPresent()
50 assertNull(cache.getIfPresent(two)); in testGetIfPresent()
56 assertNull(cache.asMap().get(two)); in testGetIfPresent()
57 assertFalse(cache.asMap().containsKey(two)); in testGetIfPresent()
60 cache.put(one, two); in testGetIfPresent()
62 assertSame(two, cache.getIfPresent(one)); in testGetIfPresent()
68 assertSame(two, cache.asMap().get(one)); in testGetIfPresent()
70 assertTrue(cache.asMap().containsValue(two)); in testGetIfPresent()
72 assertNull(cache.getIfPresent(two)); in testGetIfPresent()
[all …]
DLocalLoadingCacheTest.java113 Object two = new Object(); in testStats() local
114 cache.getUnchecked(two); in testStats()
154 Object two = new Object(); in testStatsNoops() local
155 assertSame(one, map.replace(one, two)); in testStatsNoops()
159 assertTrue(map.replace(one, two, three)); in testStatsNoops()
163 assertNull(map.putIfAbsent(two, three)); in testStatsNoops()
164 assertSame(three, map.remove(two)); in testStatsNoops()
166 assertNull(map.put(one, two)); in testStatsNoops()
170 Maps.immutableEntry(three, one), Maps.immutableEntry(one, two)); in testStatsNoops()
174 ASSERT.that(values).hasContentsAnyOrder(one, two); in testStatsNoops()
[all …]
/external/clang/bindings/python/tests/cindex/
Dtest_location.py18 two = get_cursor(tu, 'two')
21 assert two is not None
24 assert_location(two.location,line=2,column=5,offset=13)
29 two = get_cursor(tu, 'two')
32 assert two is not None
35 assert_location(two.location,line=3,column=5,offset=14)
40 two = get_cursor(tu, 'two')
43 assert_location(two.location,line=2,column=5,offset=14)
75 two = get_cursor(tu, 'two')
81 assert_location(two.extent.start,line=2,column=1,offset=9)
[all …]
/external/clang/test/CXX/over/over.over/
Dp2-resolve-single-template-id.cpp30 void two() { } // expected-note 2 {{possible target for call}} in two() function
31 void two(int) { } // expected-note 2 {{possible target for call}} in two() function
38two; // expected-error{{reference to overloaded function could not be resolved; did you mean to ca… in check()
47two; // expected-error{{reference to overloaded function could not be resolved; did you mean to ca… in check()
61 void two() { }; //expected-note 5{{candidate}} in two() function
62 void two(int) { }; //expected-note 5{{candidate}} in two() function
84 …{ static_cast<void>(two); } // expected-error {{address of overloaded function 'two' cannot be sta… in main()
85 …{ (void)(two); } // expected-error {{address of overloaded function 'two' cannot be cast to type '… in main()
97 { (void) reinterpret_cast<void (*)(int)>(two); } //expected-error {{reinterpret_cast}} in main()
98 { (void) static_cast<void (*)(int)>(two); } //ok in main()
[all …]
/external/fdlibm/
Ds_tanh.c41 static const double one=1.0, two=2.0, tiny = 1.0e-300; variable
43 static double one=1.0, two=2.0, tiny = 1.0e-300; variable
71 t = ieee_expm1(two*ieee_fabs(x));
72 z = one - two/(t+two);
74 t = ieee_expm1(-two*ieee_fabs(x));
75 z= -t/(t+two);
/external/astl/tests/
Dtest_vector.cpp520 vector<B> two; in testEraseElt() local
521 two.push_back(B()); in testEraseElt()
522 two.push_back(B()); in testEraseElt()
524 vector<B>::iterator res = two.erase(two.begin()); in testEraseElt()
526 EXPECT_TRUE(res == two.begin()); in testEraseElt()
527 EXPECT_TRUE(res != two.end()); in testEraseElt()
529 EXPECT_TRUE(two.begin() != two.end()); in testEraseElt()
530 EXPECT_TRUE(two.size() == 1); in testEraseElt()
584 vector<B> two; in testEraseRange() local
585 two.push_back(B()); in testEraseRange()
[all …]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DConcurrentModTest.java37 Double two = new Double(2.0); in testGet() local
41 al.add(two); in testGet()
67 Double two = new Double(2.0); in testSet() local
71 al.add(two); in testSet()
84 sub.set(1, two); in testSet()
97 Double two = new Double(2.0); in testAdd() local
101 al.add(two); in testAdd()
114 sub.add(1, two); in testAdd()
127 Double two = new Double(2.0); in testRemove() local
131 al.add(two); in testRemove()
[all …]
/external/icu4c/test/testdata/
DstructLocale.txt1487 two{""}
1495 two{""}
1503 two{""}
1511 two{""}
1519 two{""}
1527 two{""}
1535 two{""}
1543 two{""}
1551 two{""}
1559 two{""}
[all …]
/external/stlport/test/unit/
Dstring_test.cpp952 string one("one"), two("two"), three("three"); in template_expression() local
958 one == two; in template_expression()
959 one != two; in template_expression()
964 "one" == two; in template_expression()
965 "one" != two; in template_expression()
967 (one + two) == three; in template_expression()
968 (one + two) != three; in template_expression()
970 one == (two + three); in template_expression()
971 one != (two + three); in template_expression()
973 (one + two) == "three"; in template_expression()
[all …]
/external/icu4c/data/locales/
Dsl.txt393 two{"{0} dni"}
401 two{"Čez {0} dni"}
409 two{"Pred {0} dnevoma"}
415 two{"{0} uri"}
423 two{"Čez {0} h"}
431 two{"Pred {0} h"}
437 two{"{0} minuti"}
445 two{"Čez {0} min."}
453 two{"Pred {0} min."}
459 two{"{0} meseca"}
[all …]
Dar.txt1000 two{"يومان"}
1009 two{"خلال يومين"}
1017 two{"قبل يومين"}
1024 two{"ساعتان"}
1033 two{"خلال ساعتين"}
1041 two{"قبل ساعتين"}
1048 two{"دقيقتان"}
1057 two{"خلال دقيقتين"}
1065 two{"قبل دقيقتين"}
1072 two{"شهران"}
[all …]
/external/clang/test/SemaTemplate/
Dresolve-single-template-id.cpp8 void two() { } // expected-note 4{{possible target for call}} in two() function
9 void two(int) { } // expected-note 4{{possible target for call}} in two() function
32two; // expected-error {{reference to overloaded function could not be resolved; did you m… in main()
42 …*two; //expected-error {{reference to overloaded function could not be resolved; did you mean to … in main()
69two < two; //expected-error 2 {{reference to overloaded function could not be resolved; did you me… in main()
/external/v8/test/mjsunit/
Dkeyed-call-generic.js74 function two () { return 2; } function
76 var fixed_array = [zero, one, two];
78 var dict_array = [ zero, one, two ];
81 var fast_prop = { zero: zero, one: one, two: two }; property
83 var normal_prop = { zero: zero, one: one, two: two }; property
/external/mesa3d/src/glsl/glcpp/tests/
D054-if-with-macros.c2 #define two 2 macro
5 #if five < two
10 #if three >= two
15 #if two + three <= five
20 #if five - two == three
/external/clang/test/SemaObjC/
Dobjc-cstyle-args-in-methods.m4 - (id)test:(id)one, id two;
5 - (id)bad:(id)one, id two, double three;
9 - (id)test:(id )one, id two {return two; }
10 - (id)bad:(id)one, id two, double three { return two; }
/external/clang/test/SemaCXX/
Dcxx0x-initializer-references.cpp4 struct two { char c[2]; }; argument
58 two f(const B&); in overloading()
64 two g(const B&); in overloading()
66 static_assert(sizeof(g({1})) == sizeof(two), "bad overload resolution"); in overloading()
69 two h(const A&); in overloading()
71 static_assert(sizeof(h({1, 2})) == sizeof(two), "bad overload resolution"); in overloading()
/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_store_unittest.cc28 SBFullHash one, onetwo, two; in TEST() local
31 memset(&two, 0, sizeof(two)); in TEST()
36 two.prefix = 2; in TEST()
41 EXPECT_TRUE(SBAddPrefixHashLess(SBAddFullHash(10, now, two), in TEST()
43 EXPECT_FALSE(SBAddPrefixHashLess(SBAddFullHash(11, now, two), in TEST()
48 SBAddFullHash(10, now, two))); in TEST()
49 EXPECT_FALSE(SBAddPrefixHashLess(SBAddFullHash(10, now, two), in TEST()
79 SBFullHash one, onetwo, two; in TEST() local
82 memset(&two, 0, sizeof(two)); in TEST()
87 two.prefix = 2; in TEST()
[all …]
/external/valgrind/main/memcheck/tests/
Dstr_tester.c66 char two[50]; variable
143 (void) strcpy (two, "hi there"); in test_strcpy()
144 (void) strcpy (one, two); in test_strcpy()
146 equal (two, "hi there", 6); /* Stomped on source? */ in test_strcpy()
155 (void) strcpy (two, one + i); /* Unaligned source. */ in test_strcpy()
156 equal (two, "hi there", 9 + (i * 2)); in test_strcpy()
299 (void) strcpy (two, "ef"); in test_strcat()
300 (void) strcat (one, two); in test_strcat()
302 equal (two, "ef", 6); /* Stomped on source? */ in test_strcat()
331 (void) strcpy (two, "ef"); in test_strncat()
[all …]
/external/llvm/lib/Target/MBlaze/
DMBlazeSchedule3.td16 // ALU instruction with one destination register and either two register
19 // two source operands are read during the decode stage and the result is
25 [ 2 // result ready after two cycles
29 // ALU multiply instruction with one destination register and either two
33 // two source operands are read during the decode stage and the result is
43 // ALU divide instruction with one destination register two register source
45 // stages except the execute stage, which takes 34 cycles. The two
56 // Shift instruction with one destination register and either two register
59 // except the execute stage, which takes two cycles. The two source operands
65 , InstrStage<2,[EX]>], // two cycles in execute stage
[all …]

12345678910>>...50