Home
last modified time | relevance | path

Searched defs:EXP (Results 1 – 25 of 37) sorted by relevance

12

/external/jackson-core/src/test/java/com/fasterxml/jackson/core/util/
DTestDefaultPrettyPrinter.java17 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
DTestTextBuffer.java50 final String EXP = "a" + STR + "c"; in testLongAppend() local
/external/vixl/test/aarch64/
Dtest-disasm-aarch64.h62 #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/
Dattributes.mm12 #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/
Dattributes.mm10 #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/
Dtest-disasm-a32.cc71 #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/
DTestContextAttributeWithSer.java54 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/
Ddfsqrt.S11 #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/
Dop_requires.h41 #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/
DPrettyPrinterTest.java47 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/
DTestConversions.java283 final String EXP = "{\"x\":13}"; in testConversionOfPojos() local
299 final String EXP = "true"; in testConversionOfTrees() local
313 long EXP = 1519348261000L; in testBufferedLongViaCoercion() local
DPOJONodeTest.java47 final String EXP = "{\"data\":{\"aStr\":\"The value is: Hello!\"}}"; in testPOJONodeCustomSer() local
/external/ltp/testcases/kernel/io/disktest/
Dchildmain.h37 EXP,ACT,REREAD enumerator
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/builder/
DBuilderWithCreatorTest.java154 final int EXP = 139; in testWithDelegatingStringCreator() local
162 final double EXP = -3.75; in testWithDelegatingIntCreator() local
/external/llvm-project/llvm/docs/AMDGPU/
DAMDGPUAsmGFX8.rst186 EXP section in Instructions
DAMDGPUAsmGFX7.rst181 EXP section in Instructions
DAMDGPUAsmGFX9.rst196 EXP section in Instructions
DAMDGPUAsmGFX10.rst408 EXP section in Instructions
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsonschema/
DTestGenerateJsonSchema.java234 String EXP = "{'type':'object'," in testUnwrapping() local
245 String EXP = "{'type':'object'," in testNumberTypes() local
/external/llvm-project/clang/test/SemaCXX/
Dwarn-xor-as-pow.cpp17 #define EXP 3 macro
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
DComposableFunction.java114 public static final ComposableFunction EXP = new ComposableFunction() { field in ComposableFunction
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/
DTestTypedArraySerialization.java145 final String EXP = "[{\"BB\":{\"value\":2}}]"; in testGenericArray() local
/external/tensorflow/tensorflow/core/kernels/
Dconditional_accumulator_base.h165 #define OP_REQUIRES_BOOLEAN(CTX, EXP, STATUS) \ argument
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/
DTestRootType.java161 final String EXP = "[{\"beanClass\":\"TestRootType$TestClass398\",\"property\":\"aa\"}]"; in testJackson398() local
DTestGenericTypes.java172 final String EXP = aposToQuotes("[{'a':1,'b':2}]"); in testRootTypeForCollections727() local

12