Home
last modified time | relevance | path

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

12345

/aosp_15_r20/external/vixl/test/aarch32/
H A 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 …]
/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/util/
H A 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
H A DTestTextBuffer.java50 final String EXP = "a" + STR + "c"; in testLongAppend() local
/aosp_15_r20/external/vixl/test/aarch64/
H A Dtest-disasm-aarch64.h63 #define COMPARE(ASM, EXP) \ argument
85 #define COMPARE_PREFIX(ASM, EXP) \ argument
107 #define COMPARE_MACRO_BASE(ASM, EXP) \ argument
125 #define COMPARE_MACRO(ASM, EXP) \ argument
135 #define COMPARE_MACRO_PREFIX(ASM, EXP) \ argument
/aosp_15_r20/external/clang/test/Parser/
H A 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
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
Dc-tree.h60 #define C_TYPEDEF_EXPLICITLY_SIGNED(EXP) DECL_LANG_FLAG_1 (EXP) argument
64 #define C_FUNCTION_IMPLICIT_INT(EXP) DECL_LANG_FLAG_1 (EXP) argument
67 #define C_DECL_IMPLICIT(EXP) DECL_LANG_FLAG_2 (EXP) argument
71 #define C_DECL_DECLARED_BUILTIN(EXP) \ argument
76 #define C_DECL_BUILTIN_PROTOTYPE(EXP) \ argument
82 #define C_DECL_REGISTER(EXP) DECL_LANG_FLAG_4 (EXP) argument
88 #define C_DECL_USED(EXP) DECL_LANG_FLAG_5 (FUNCTION_DECL_CHECK (EXP)) argument
97 #define C_DECL_ISNT_PROTOTYPE(EXP) \ argument
Dtree.h948 #define CONVERT_EXPR_P(EXP) CONVERT_EXPR_CODE_P (TREE_CODE (EXP)) argument
960 #define STRIP_NOPS(EXP) \ argument
965 #define STRIP_SIGN_NOPS(EXP) \ argument
970 #define STRIP_TYPE_NOPS(EXP) \ argument
981 #define STRIP_USELESS_TYPE_CONVERSION(EXP) \ argument
2788 #define SCOPE_FILE_SCOPE_P(EXP) \ argument
2791 #define DECL_FILE_SCOPE_P(EXP) SCOPE_FILE_SCOPE_P (DECL_CONTEXT (EXP)) argument
2793 #define TYPE_FILE_SCOPE_P(EXP) SCOPE_FILE_SCOPE_P (TYPE_CONTEXT (EXP)) argument
5355 #define CONTAINS_PLACEHOLDER_P(EXP) \ argument
5376 #define FIND_PLACEHOLDER_IN_EXPR(EXP, V) \ argument
[all …]
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/contextual/
H A 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
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/node/
H A 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
H A DPOJONodeTest.java47 final String EXP = "{\"data\":{\"aStr\":\"The value is: Hello!\"}}"; in testPOJONodeCustomSer() local
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dop_requires.h41 #define OP_REQUIRES(CTX, EXP, STATUS) \ argument
72 #define OP_REQUIRES_ASYNC(CTX, EXP, STATUS, CALLBACK) \ argument
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/tests/
Droots.rs79 const EXP: u32 = 12; in test_nth_root_twos() constant
/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/write/
H A 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
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/builder/
H A DBuilderWithCreatorTest.java154 final int EXP = 139; in testWithDelegatingStringCreator() local
162 final double EXP = -3.75; in testWithDelegatingIntCreator() local
/aosp_15_r20/external/rust/android-crates-io/crates/coset/src/cwt/
Dmod.rs85 const EXP: ClaimName = ClaimName::Assigned(iana::CwtClaimName::Exp); constant
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsonschema/
H A DTestGenerateJsonSchema.java234 String EXP = "{'type':'object'," in testUnwrapping() local
245 String EXP = "{'type':'object'," in testNumberTypes() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
H A DComposableFunction.java114 public static final ComposableFunction EXP = new ComposableFunction() { field in ComposableFunction
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/
H A DTestTypedArraySerialization.java145 final String EXP = "[{\"BB\":{\"value\":2}}]"; in testGenericArray() local
/aosp_15_r20/art/disassembler/
H A Ddisassembler_arm64_test.cc74 void CompareInstruction(LamdaType fn, const char* EXP) { in CompareInstruction()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dconditional_accumulator_base.h165 #define OP_REQUIRES_BOOLEAN(CTX, EXP, STATUS) \ argument
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/
H A DTestRootType.java161 final String EXP = "[{\"beanClass\":\"TestRootType$TestClass398\",\"property\":\"aa\"}]"; in testJackson398() local
H A DTestGenericTypes.java172 final String EXP = aposToQuotes("[{'a':1,'b':2}]"); in testRootTypeForCollections727() local
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/2/android/hardware/neuralnetworks/
H A DOperationType.aidl86 EXP = 49, enumConstant
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/1/android/hardware/neuralnetworks/
H A DOperationType.aidl86 EXP = 49, enumConstant
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/3/android/hardware/neuralnetworks/
H A DOperationType.aidl86 EXP = 49, enumConstant

12345