/external/chromium/testing/gmock/src/ |
D | gmock-cardinalities.cc | 139 Cardinality AtLeast(int n) { return Between(n, INT_MAX); } in AtLeast() 142 Cardinality AtMost(int n) { return Between(0, n); } in AtMost() 148 Cardinality Between(int min, int max) { in Between() function 153 Cardinality Exactly(int n) { return Between(n, n); } in Exactly()
|
/external/chromium/testing/gmock/test/ |
D | gmock-cardinalities_test.cc | 46 using testing::Between; 247 Between(-1, 2); in TEST() 253 Between(1, -2); in TEST() 259 Between(2, 1); in TEST() 265 const Cardinality c = Between(0, 0); in TEST() 280 const Cardinality c = Between(0, 2); in TEST() 298 const Cardinality c = Between(3, 3); in TEST() 316 const Cardinality c = Between(3, 5); in TEST() 337 const Cardinality c = Between(3, 5); in TEST()
|
D | gmock-spec-builders_test.cc | 69 using testing::Between; 571 .Times(Between(1, 2)) in TEST() 661 .Times(Between(2, 3)) in TEST()
|
/external/v8/src/ |
D | dateparser.h | 59 static inline bool Between(int x, int lo, int hi) { in Between() function 352 static bool IsMinute(int x) { return Between(x, 0, 59); } in IsMinute() 353 static bool IsHour(int x) { return Between(x, 0, 23); } in IsHour() 354 static bool IsSecond(int x) { return Between(x, 0, 59); } in IsSecond() 357 static bool IsHour12(int x) { return Between(x, 0, 12); } in IsHour12() 358 static bool IsMillisecond(int x) { return Between(x, 0, 999); } in IsMillisecond() 381 static bool IsMonth(int x) { return Between(x, 1, 12); } in IsMonth() 382 static bool IsDay(int x) { return Between(x, 1, 31); } in IsDay()
|
D | dateparser.cc | 75 if (Between(year, 0, 49)) year += 2000; in Write() 76 else if (Between(year, 50, 99)) year += 1900; in Write()
|
D | dateparser-inl.h | 258 !Between(scanner->Peek().number(), 0, 24)) { in ParseES5DateTime()
|
D | heap.cc | 2958 static inline bool Between(uint32_t character, uint32_t from, uint32_t to) { in Between() function 2971 if ((!Between(c1, '0', '9') || !Between(c2, '0', '9')) && in MakeOrFindTwoCharacterString()
|
/external/chromium/testing/gmock/include/gmock/ |
D | gmock-cardinalities.h | 134 Cardinality Between(int min, int max);
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/ |
D | README.txt | 8 Between each page load you can optionally clear idle http connections and
|
/external/srec/srec/clib/ |
D | fpi_tgt.inl | 112 * Retunrs: int +ve (or ZERO) = Gap Between FEP and REC frame pointers
|
/external/llvm/include/llvm/ |
D | IntrinsicsARM.td | 334 // Vector Conversions Between Floating-point and Fixed-point. 340 // Vector Conversions Between Half-Precision and Single-Precision.
|
/external/dbus/ |
D | NEWS.pre-1-2 | 48 Cumbria, England where several water speed records have been broken. Between
|
/external/quake/quake/src/WinQuake/data/ |
D | MANUAL.TXT | 588 Switching Between Weapons
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrVFP.td | 425 // Between half-precision and single-precision. For disassembly only.
|
D | ARMInstrNEON.td | 5178 // VCVT : Vector Convert Between Floating-Point and Integers 5197 // VCVT : Vector Convert Between Floating-Point and Fixed-Point. 5220 // VCVT : Vector Convert Between Half-Precision and Single-Precision.
|
/external/guava/guava-tests/test/com/google/common/io/testdata/ |
D | alice_in_wonderland.txt | 3469 Between yourself and me.'
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-01-29 | 42181 Web Inspector: Clash Between Search's onkeyup and incremental search events 76103 New Class to Parse and Change Between Color Representations:
|