/external/jackson-core/src/test/java/com/fasterxml/jackson/core/util/ |
D | TestDefaultPrettyPrinter.java | 17 String EXP = "{" + LF + in testSystemLinefeed() local 29 String EXP = "{\n" + in testWithLineFeed() local 41 String EXP = "{\n" + in testWithIndent() local 53 String EXP = "{\n" + in testUnixLinefeed() local 65 String EXP = "{\r\n" + in testWindowsLinefeed() local 77 String EXP = "{\n" + in testTabIndent() local 89 final String EXP = "1|2|3"; in testRootSeparator() local
|
D | TestTextBuffer.java | 50 final String EXP = "a" + STR + "c"; in testLongAppend() local
|
/external/vixl/test/aarch64/ |
D | test-disasm-aarch64.h | 62 #define COMPARE(ASM, EXP) \ argument 84 #define COMPARE_PREFIX(ASM, EXP) \ argument 106 #define COMPARE_MACRO_BASE(ASM, EXP) \ argument 124 #define COMPARE_MACRO(ASM, EXP) \ argument 134 #define COMPARE_MACRO_PREFIX(ASM, EXP) \ argument
|
/external/llvm-project/clang/test/Parser/ |
D | attributes.mm | 12 #define EXP __attribute__((visibility("default"))) macro 16 @interface EXP I @end // expected-error {{postfix attributes are not allowed on Objective-C directi… interface 19 @implementation EXP I @end // expected-error-re {{postfix attributes are not allowed on Objective-C… implementation 25 @protocol EXP P @end // expected-error {{postfix attributes are not allowed on Objective-C directiv… protocol
|
/external/clang/test/Parser/ |
D | attributes.mm | 10 #define EXP __attribute__((visibility("default"))) macro 14 @interface EXP I @end // expected-error {{postfix attributes are not allowed on Objective-C directi… interface 17 @implementation EXP I @end // expected-error-re {{postfix attributes are not allowed on Objective-C… implementation 24 @protocol EXP P @end // expected-error {{postfix attributes are not allowed on Objective-C directiv… protocol
|
/external/vixl/test/aarch32/ |
D | test-disasm-a32.cc | 71 #define END_COMPARE_CHECK_SIZE(EXP, SIZE) \ argument 151 #define END_COMPARE(EXP) END_COMPARE_CHECK_SIZE(EXP, -1) argument 154 #define COMPARE_A32(ASM, EXP) \ argument 164 #define COMPARE_T32(ASM, EXP) \ argument 174 #define COMPARE_T32_CHECK_SIZE(ASM, EXP, SIZE) \ argument 183 #define COMPARE_BOTH(ASM, EXP) \ argument 188 #define NEGATIVE_TEST(ASM, EXP, TEMPORARILY_ACCEPTED) \ argument 242 #define MUST_FAIL_TEST_A32(ASM, EXP) \ argument 251 #define MUST_FAIL_TEST_T32(ASM, EXP) \ argument 259 #define MUST_FAIL_TEST_BOTH(ASM, EXP) \ argument [all …]
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/contextual/ |
D | TestContextAttributeWithSer.java | 54 final String EXP = aposToQuotes("[{'value':'0:a'},{'value':'1:b'}]"); in testSimplePerCall() local 66 final String EXP = aposToQuotes("{'value':'3:xyz'}"); in testSimpleDefaults() local 80 final String EXP = aposToQuotes("[{'value':'2:a'},{'value':'3:b'}]"); in testHierarchic() local
|
/external/llvm-project/compiler-rt/lib/builtins/hexagon/ |
D | dfsqrt.S | 11 #define EXP r28 macro 81 EXP = extractu(AH,#DF_EXPBITS,#DF_MANTBITS-32) define 286 EXP = add(EXP,#-DF_BIAS) // subtract bias --> signed exp define 297 EXP = asr(EXP,#1) // divide signed exp by 2 define 317 EXP = add(EXP,#-63) define 324 EXP = add(EXP,ADJ) // add back bias define 375 EXP = add(clb(A),#-DF_EXPBITS) // how much to normalize? define 379 EXP = sub(#1,EXP) // Form exponent define 395 EXP = convert_df2sf(A) // if sNaN, get invalid define
|
/external/tensorflow/tensorflow/core/framework/ |
D | op_requires.h | 41 #define OP_REQUIRES(CTX, EXP, STATUS) \ argument 72 #define OP_REQUIRES_ASYNC(CTX, EXP, STATUS, CALLBACK) \ argument
|
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/write/ |
D | PrettyPrinterTest.java | 47 final String EXP = "{\"x\":{\"a\":1,\"b\":2(2)}(1)}"; in testObjectCount() local 72 final String EXP = "[6,[1,2,9(3)](2)]"; in testArrayCount() local
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/node/ |
D | TestConversions.java | 283 final String EXP = "{\"x\":13}"; in testConversionOfPojos() local 299 final String EXP = "true"; in testConversionOfTrees() local 313 long EXP = 1519348261000L; in testBufferedLongViaCoercion() local
|
D | POJONodeTest.java | 47 final String EXP = "{\"data\":{\"aStr\":\"The value is: Hello!\"}}"; in testPOJONodeCustomSer() local
|
/external/ltp/testcases/kernel/io/disktest/ |
D | childmain.h | 37 EXP,ACT,REREAD enumerator
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/builder/ |
D | BuilderWithCreatorTest.java | 154 final int EXP = 139; in testWithDelegatingStringCreator() local 162 final double EXP = -3.75; in testWithDelegatingIntCreator() local
|
/external/llvm-project/llvm/docs/AMDGPU/ |
D | AMDGPUAsmGFX8.rst | 186 EXP section in Instructions
|
D | AMDGPUAsmGFX7.rst | 181 EXP section in Instructions
|
D | AMDGPUAsmGFX9.rst | 196 EXP section in Instructions
|
D | AMDGPUAsmGFX10.rst | 408 EXP section in Instructions
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsonschema/ |
D | TestGenerateJsonSchema.java | 234 String EXP = "{'type':'object'," in testUnwrapping() local 245 String EXP = "{'type':'object'," in testNumberTypes() local
|
/external/llvm-project/clang/test/SemaCXX/ |
D | warn-xor-as-pow.cpp | 17 #define EXP 3 macro
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/ |
D | ComposableFunction.java | 114 public static final ComposableFunction EXP = new ComposableFunction() { field in ComposableFunction
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/ |
D | TestTypedArraySerialization.java | 145 final String EXP = "[{\"BB\":{\"value\":2}}]"; in testGenericArray() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | conditional_accumulator_base.h | 165 #define OP_REQUIRES_BOOLEAN(CTX, EXP, STATUS) \ argument
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/ |
D | TestRootType.java | 161 final String EXP = "[{\"beanClass\":\"TestRootType$TestClass398\",\"property\":\"aa\"}]"; in testJackson398() local
|
D | TestGenericTypes.java | 172 final String EXP = aposToQuotes("[{'a':1,'b':2}]"); in testRootTypeForCollections727() local
|