/external/antlr/runtime/Ruby/lib/antlr3/template/ |
D | group-file-lexer.rb | 370 …if ( look_1_0.between?( 0x30, 0x39 ) || look_1_0.between?( 0x41, 0x5a ) || look_1_0 == 0x5f || loo… 377 …input.peek( 1 ).between?( 0x30, 0x39 ) || @input.peek( 1 ).between?( 0x41, 0x5a ) || @input.peek( … 414 if @input.peek( 1 ) == 0x5f || @input.peek( 1 ).between?( 0x61, 0x7a ) 428 …if ( look_2_0.between?( 0x30, 0x39 ) || look_2_0.between?( 0x41, 0x5a ) || look_2_0 == 0x5f || loo… 435 …input.peek( 1 ).between?( 0x30, 0x39 ) || @input.peek( 1 ).between?( 0x41, 0x5a ) || @input.peek( … 486 elsif ( look_3_4.between?( 0x0, 0x3d ) || look_3_4.between?( 0x3f, 0xffff ) ) 490 elsif ( look_3_1.between?( 0x0, 0x3d ) || look_3_1.between?( 0x3f, 0xffff ) ) 501 …elsif ( look_3_2.between?( 0x0, 0x3d ) || look_3_2.between?( 0x3f, 0x5b ) || look_3_2.between?( 0x… 505 …elsif ( look_3_0.between?( 0x0, 0x3d ) || look_3_0.between?( 0x3f, 0x5b ) || look_3_0.between?( 0x… 566 …if ( look_4_0.between?( 0x0, 0x21 ) || look_4_0.between?( 0x23, 0x5b ) || look_4_0.between?( 0x5d,… [all …]
|
/external/epid-sdk/epid/common/ |
D | types.h | 114 FqElemStr x; ///< an integer between [0, q-1] 115 FqElemStr y; ///< an integer between [0, q-1] 120 FqElemStr x[2]; ///< an integer between [0, q-1] 121 FqElemStr y[2]; ///< an integer between [0, q-1] 126 FqElemStr x[12]; ///< an integer between [0, q-1] 137 FqElemStr b; ///< an integer between [0, q-1] 140 FqElemStr beta; ///< an integer between [0, q-1] 141 FqElemStr xi[2]; ///< array of integers between [0, q-1] 166 FpElemStr gamma; ///< an integer between [0, p-1] 176 FpElemStr x; ///< an integer between [0, p-1] [all …]
|
/external/clang/test/SemaCXX/ |
D | switch-implicit-fallthrough-cxx98.cpp | 16 …case -1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inse… in fallthrough() 18 …case 0: {// expected-warning{{unannotated fall-through between switch labels}} expected-note{{inse… in fallthrough() 20 …case 1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inse… in fallthrough() 22 …case 3: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inse… in fallthrough() 25 …case 4: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inse… in fallthrough() 28 …case 5: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inse… in fallthrough() 37 …case 6: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inse… in fallthrough() 42 case 12: // no warning here, intended fall-through, no statement between labels in fallthrough() 103 …MY_SWITCH(n, 13, n *= 2, 14, break) // expected-warning{{unannotated fall-through between switch … in fallthrough_macro1() 107 MY_CASE(44, break); // expected-warning{{unannotated fall-through between switch labels}} in fallthrough_macro1() [all …]
|
D | switch-implicit-fallthrough.cpp | 15 …case 0: {// expected-warning{{unannotated fall-through between switch labels}} expected-note{{inse… in fallthrough() 17 …case 1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inse… in fallthrough() 19 …case 3: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inse… in fallthrough() 22 …case 4: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inse… in fallthrough() 25 …case 5: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inse… in fallthrough() 34 …case 6: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inse… in fallthrough() 36 …case 66: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{ins… in fallthrough() 72 …case 110: // expected-warning{{unannotated fall-through between switch labels}} but no fix-it hin… in fallthrough() 77 case 12: // no warning here, intended fall-through, no statement between labels in fallthrough() 154 …MY_SWITCH(n, 13, n *= 2, 14, break) // expected-warning{{unannotated fall-through between switch … in fallthrough_macro1() [all …]
|
D | switch-implicit-fallthrough-macro.cpp | 11 …case 1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inser… in fallthrough_compatibility_macro_from_command_line() 29 …case 1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inser… in fallthrough_compatibility_macro_from_source() 56 …case 1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inser… in fallthrough_compatibility_macro_in_macro() 74 …case 1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inser… in fallthrough_compatibility_macro_undefined() 76 …case 1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inser… in fallthrough_compatibility_macro_undefined() 97 …case 1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inser… in fallthrough_compatibility_macro_history() 99 …case 1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inser… in fallthrough_compatibility_macro_history() 120 …case 1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inser… in fallthrough_compatibility_macro_history2() 138 …case 1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inser… in fallthrough_compatibility_macro_history_template()
|
/external/epid-sdk/epid/common/1.1/ |
D | types.h | 71 FqElemStr x[3]; ///< an integer between [0, q-1] 72 FqElemStr y[3]; ///< an integer between [0, q-1] 90 FqElemStr a; ///< an integer between [0, q-1] 91 FqElemStr b; ///< an integer between [0, q-1] 93 coeff[0], coeff[1], coeff[2] are 256-bit integers between [0, q - 1]*/ 95 FqElemStr qnr; ///< a quadratic non-residue (an integer between [0, q-1]) 100 FqElemStr a_tick; ///< an integer between [0, q-1] 101 FqElemStr b_tick; ///< an integer between [0, q-1] 132 FpElemStr sx; ///< an integer between [0, p-1] 133 FpElemStr sy; ///< an integer between [0, p-1] [all …]
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/ |
D | Preconditions.java | 51 … String.format("Invalid register: v%d. Must be between v0 and v15, inclusive.", register)); in checkNibbleRegister() 59 … String.format("Invalid register: v%d. Must be between v0 and v255, inclusive.", register)); in checkByteRegister() 67 … String.format("Invalid register: v%d. Must be between v0 and v65535, inclusive.", register)); in checkShortRegister() 75 … String.format("Invalid literal value: %d. Must be between -8 and 7, inclusive.", literal)); in checkNibbleLiteral() 83 … String.format("Invalid literal value: %d. Must be between -128 and 127, inclusive.", literal)); in checkByteLiteral() 91 …String.format("Invalid literal value: %d. Must be between -32768 and 32767, inclusive.", literal)); in checkShortLiteral() 115 … String.format("Invalid code offset: %d. Must be between -128 and 127, inclusive.", offset)); in checkByteCodeOffset() 123 … String.format("Invalid code offset: %d. Must be between -32768 and 32767, inclusive.", offset)); in checkShortCodeOffset() 131 … String.format("Invalid register count: %d. Must be between 0 and 5, inclusive.", registerCount)); in check35cAnd45ccRegisterCount() 139 …String.format("Invalid register count: %d. Must be between 0 and 255, inclusive.", registerCount)); in checkRegisterRangeCount() [all …]
|
/external/clang/test/Sema/ |
D | vector-cast.c | 21 v2 = (t2)v1; // expected-error {{invalid conversion between vector type \ in f() 23 v1 = (t1)v2; // expected-error {{invalid conversion between vector type \ 27 v1 = (t1)(char *)10; // expected-error {{invalid conversion between vector \ 30 v1 = (t1)(short)10; // expected-error {{invalid conversion between vector \ 34 short r2 = (short)v1; // expected-error {{invalid conversion between vector \ 36 char *r3 = (char *)v1; // expected-error {{invalid conversion between vector\ 62 d += f2; // expected-error {{cannot convert between vector values of different size}} in f4() 63 c -= vget_low_f64(v); // expected-error {{cannot convert between vector values of different size}} in f4() 64 …// LAX conversions between scalar and vector types require same size and one element sized vectors. in f4()
|
D | ext_vector_casts.c | 25 vec3 += vec2; // expected-error {{cannot convert between vector values of different size}} in test() 26 vec4 += vec3; // expected-error {{cannot convert between vector values of different size}} in test() 37 …i = (int)ivec4; // expected-error {{invalid conversion between vector type 'int4' (vector of 4 'in… in test() 40 …ivec4 = (int4)ptr; // expected-error {{invalid conversion between vector type 'int4' (vector of 4 … in test() 42 …vec4 = (float4)vec2; // expected-error {{invalid conversion between ext-vector type 'float4' (vect… in test() 49 …ivec4 += vec4; // expected-error {{cannot convert between vector values of different size ('int4' … in test() 53 …ivec4 += ptr; // expected-error {{cannot convert between vector and non-scalar values ('int4' (vec… in test() 91 …return (C3DVector3)vabsq_f32((float32x4_t)a); // expected-error {{invalid conversion between ext-v… in Func() 107 vs = vs + 1.f; // expected-error {{cannot convert between vector values of different size}} in splats() 111 vi = vi + 2.0; // expected-error {{cannot convert between vector values of different size}} in splats()
|
/external/u-boot/arch/mips/mach-bmips/ |
D | Kconfig | 133 Between its different peripherals there's an integrated switch with 4 144 Between its different peripherals there's an integrated switch with 4 155 Between its different peripherals there's a BCM5325 switch with 4 166 Between its different peripherals there's an integrated switch with 4 177 Between its different peripherals there's a BCM53115 switch with 5 188 Between its different peripherals there's a BCM5325 switch with 4 199 Between its different peripherals there's a BCM53115 switch with 4 210 Between its different peripherals there's a BCM53125 switch with 5 221 Between its different peripherals there's a BCM5325 switch with 4 232 Between its different peripherals there's a BCM5325 switch with 4
|
/external/archive-patcher/generator/src/main/java/com/google/archivepatcher/generator/bsdiff/ |
D | BsDiffPatchWriter.java | 42 * @param diffLength the number of bytes to diff between |newData| and |oldData| starting at 46 * @param oldPositionOffsetForNextEntry the offset between |oldPosition| for the next entry and 92 * @param matcher a Matcher to find binary matches between oldData and newData 198 // - The diff between |newData| and |oldData| for the previous extended match: in generatePatchWithMatcher() 201 // - The bytes in |newData| between |lastNewPosition| and |newPosition| which are part of in generatePatchWithMatcher() 213 // The number of bytes in |newData| between |lastNewPosition| and |newPosition| which are part in generatePatchWithMatcher() 234 * Generate a diff between the old data and the new, writing to the specified stream. Uses {@link 255 * Generate a diff between the old data and the new, writing to the specified stream. Uses 272 * Generate a diff between the old data and the new, writing to the specified stream. Uses 278 * @param minimumMatchLength the minimum "match" (in bytes) for BsDiff to consider between the [all …]
|
/external/skqp/include/c/ |
D | sk_shader.h | 28 Returns a shader that generates a linear gradient between the two 32 @param colors The array[count] of colors, to be distributed between 37 colors are distributed evenly between the start 61 between the center and edge of the circle 65 distributed evenly between the center and edge of 91 distributed evenly between the center and edge of 115 @param colors The array[count] of colors, to be distributed between 120 distributed evenly between the two circles. If
|
/external/skia/include/c/ |
D | sk_shader.h | 28 Returns a shader that generates a linear gradient between the two 32 @param colors The array[count] of colors, to be distributed between 37 colors are distributed evenly between the start 61 between the center and edge of the circle 65 distributed evenly between the center and edge of 91 distributed evenly between the center and edge of 115 @param colors The array[count] of colors, to be distributed between 120 distributed evenly between the two circles. If
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DebuggerOnDemand/ |
D | LaunchedDebugger.java | 37 // synchronization channel between debugger and debuggee 40 // synchronization channel between debugger and test 74 logWriter.println("Establish synch connection between debugger and test"); in internalSetUp() 78 logWriter.println("Established synch connection between debugger and test"); in internalSetUp() 84 logWriter.println("Establish synch connection between debugger and debuggee"); in internalSetUp() 87 logWriter.println("Established synch connection between debugger and debuggee"); in internalSetUp() 120 logWriter.println("Closed synch connection between debugger and debuggee"); in internalTearDown() 126 logWriter.println("Closed synch connection between debugger and test"); in internalTearDown() 236 * This class provides functionality to establish synch connection between debugger and test. 289 * - port number for sync connection between debugger and test [all …]
|
/external/epid-sdk/epid/member/tiny/src/ |
D | native_types.h | 36 FpElem x; ///< an integer between [0, p-1] 42 FpElem f; ///< an integer between [0, p-1] 58 FpElem c; ///< an integer between [0, p-1] 59 FpElem sx; ///< an integer between [0, p-1] 60 FpElem sf; ///< an integer between [0, p-1] 61 FpElem sa; ///< an integer between [0, p-1] 62 FpElem sb; ///< an integer between [0, p-1]
|
D | presig_compute.h | 39 FpElem a; ///< an integer between [0, p-1] 40 FpElem b; ///< an integer between [0, p-1] 41 FpElem rx; ///< an integer between [0, p-1] 42 FpElem rf; ///< an integer between [0, p-1] 43 FpElem ra; ///< an integer between [0, p-1] 44 FpElem rb; ///< an integer between [0, p-1]
|
/external/clang/test/SemaObjC/ |
D | comptypes-7.m | 49 …if (obj == i) foo() ; // expected-warning {{comparison between pointer and integer ('id' and 'int'… 50 …if (i == obj) foo() ; // expected-warning {{comparison between pointer and integer ('int' and 'id'… 54 …if (obj_c == i) foo() ; // expected-warning {{comparison between pointer and integer ('MyClass *' … 55 …if (i == obj_c) foo() ; // expected-warning {{comparison between pointer and integer ('int' and 'M… 59 …if (obj_p == i) foo() ; // expected-warning {{comparison between pointer and integer ('id<MyProtoc… 60 …if (i == obj_p) foo() ; // expected-warning {{comparison between pointer and integer ('int' and 'i… 64 …if (obj_C == i) foo() ; // expected-warning {{comparison between pointer and integer ('Class' and … 65 …if (i == obj_C) foo() ; // expected-warning {{comparison between pointer and integer ('int' and 'C…
|
/external/autotest/server/cros/faft/config/ |
D | DEFAULTS.py | 34 # Delay between power-on and firmware screen 37 # Delay between reboot and first ping response from the DUT 42 # Delay between keypresses in firmware screen 48 # Delay between power-on and plug USB 57 # Delay between EC boot and ChromeEC console functional 60 # Delay between EC boot and pressing power button
|
/external/pdfium/testing/ |
D | gtest_mac.h | 12 // This overloaded version allows comparison between ObjC objects that conform 18 // This overloaded version allows comparison between ObjC objects that conform 25 // This overloaded version allows comparison between NSRect objects using 31 // This overloaded version allows comparison between NSRect objects using 37 // This overloaded version allows comparison between NSPoint objects using 43 // This overloaded version allows comparison between NSPoint objects using
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CodeGenPrepare/ARM/ |
D | sink-addrmode.ll | 8 ; Phi selects between ptr and gep with ptr as base and constant offset 27 ; Phi selects between two geps with same base, different constant offsets 50 ; Phi selects between ptr and gep with ptr as base and nonconstant offset 69 ; Phi selects between two geps with same base, different nonconstant offsets 92 ; Phi selects between two geps with different base, same constant offset 115 ; Phi selects between two geps with different base global variables, same constant offset 138 ; Phi selects between ptr and gep with ptr as base and constant offset 151 ; Select between two geps with same base, different constant offsets 165 ; Select between ptr and gep with ptr as base and nonconstant offset 178 ; Select between two geps with same base, different nonconstant offsets [all …]
|
/external/googletest/googlemock/src/ |
D | gmock-cardinalities.cc | 48 // Implements the Between(m, n) cardinality. 106 // Describes the Between(m, n) cardinality in human-friendly text. 122 *os << "called between " << min_ << " and " << max_ << " times"; in DescribeTo() 139 GTEST_API_ Cardinality AtLeast(int n) { return Between(n, INT_MAX); } in AtLeast() 142 GTEST_API_ Cardinality AtMost(int n) { return Between(0, n); } in AtMost() 147 // Creates a cardinality that allows between min and max calls. 148 GTEST_API_ Cardinality Between(int min, int max) { in Between() function 153 GTEST_API_ Cardinality Exactly(int n) { return Between(n, n); } in Exactly()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/src/ |
D | gmock-cardinalities.cc | 49 // Implements the Between(m, n) cardinality. 107 // Describes the Between(m, n) cardinality in human-friendly text. 123 *os << "called between " << min_ << " and " << max_ << " times"; in DescribeTo() 140 GTEST_API_ Cardinality AtLeast(int n) { return Between(n, INT_MAX); } in AtLeast() 143 GTEST_API_ Cardinality AtMost(int n) { return Between(0, n); } in AtMost() 148 // Creates a cardinality that allows between min and max calls. 149 GTEST_API_ Cardinality Between(int min, int max) { in Between() function 154 GTEST_API_ Cardinality Exactly(int n) { return Between(n, n); } in Exactly()
|
/external/google-breakpad/src/testing/src/ |
D | gmock-cardinalities.cc | 49 // Implements the Between(m, n) cardinality. 107 // Describes the Between(m, n) cardinality in human-friendly text. 123 *os << "called between " << min_ << " and " << max_ << " times"; in DescribeTo() 140 GTEST_API_ Cardinality AtLeast(int n) { return Between(n, INT_MAX); } in AtLeast() 143 GTEST_API_ Cardinality AtMost(int n) { return Between(0, n); } in AtMost() 148 // Creates a cardinality that allows between min and max calls. 149 GTEST_API_ Cardinality Between(int min, int max) { in Between() function 154 GTEST_API_ Cardinality Exactly(int n) { return Between(n, n); } in Exactly()
|
/external/skqp/src/pathops/ |
D | SkPathOpsTightBounds.cpp | 30 wellBehaved &= between(pts[0].fX, pts[1].fX, pts[2].fX); in TightBounds() 31 wellBehaved &= between(pts[0].fY, pts[1].fY, pts[2].fY); in TightBounds() 37 wellBehaved &= between(pts[0].fX, pts[1].fX, pts[3].fX); in TightBounds() 38 wellBehaved &= between(pts[0].fY, pts[1].fY, pts[3].fY); in TightBounds() 39 wellBehaved &= between(pts[0].fX, pts[2].fX, pts[3].fX); in TightBounds() 40 wellBehaved &= between(pts[0].fY, pts[2].fY, pts[3].fY); in TightBounds()
|
/external/skia/src/pathops/ |
D | SkPathOpsTightBounds.cpp | 30 wellBehaved &= between(pts[0].fX, pts[1].fX, pts[2].fX); in TightBounds() 31 wellBehaved &= between(pts[0].fY, pts[1].fY, pts[2].fY); in TightBounds() 37 wellBehaved &= between(pts[0].fX, pts[1].fX, pts[3].fX); in TightBounds() 38 wellBehaved &= between(pts[0].fY, pts[1].fY, pts[3].fY); in TightBounds() 39 wellBehaved &= between(pts[0].fX, pts[2].fX, pts[3].fX); in TightBounds() 40 wellBehaved &= between(pts[0].fY, pts[2].fY, pts[3].fY); in TightBounds()
|