Home
last modified time | relevance | path

Searched +defs:val +defs:signature (Results 1 – 25 of 1190) sorted by relevance

12345678910>>...48

/aosp_15_r20/trusty/user/app/cast-auth/app/test-app/
Dmain.cc38 #define ASSERT_TRUE(val, args...) ASSERT_EQ(true, (bool)(val), ##args) argument
39 #define ASSERT_FALSE(val, args...) ASSERT_EQ(false, (bool)(val), ##args) argument
40 #define EXPECT_TRUE(val, args...) EXPECT_EQ(true, (bool)(val), ##args) argument
41 #define EXPECT_FALSE(val, args...) EXPECT_EQ(false, (bool)(val), ##args) argument
282 std::vector<uint8_t> signature(256); in TEST_F() local
301 std::vector<uint8_t> signature(256); in TEST_F() local
/aosp_15_r20/art/tools/veridex/
H A Dhidden_api.h51 bool ShouldReport(const std::string& signature) const { in ShouldReport()
55 void AddSignatureSource(const std::string &signature, SignatureSource source) { in AddSignatureSource()
71 SignatureSource GetSignatureSource(const std::string& signature) const { in GetSignatureSource()
76 bool IsInBoot(const std::string& signature) const { in IsInBoot()
89 std::string val = str; in ToInternalName() local
97 static std::string GetApiClassName(const std::string& signature) { in GetApiClassName()
/aosp_15_r20/system/security/keystore2/test_utils/
H A Dffi_test_utils.cpp481 bool performSignData(const char* data, size_t data_len, EVP_PKEY* pkey, unsigned char** signature, in performSignData()
535 const unsigned char* signature, size_t signature_len) { in performVerifySignature()
589 unsigned char* signature = NULL; in performCryptoOpUsingKeystoreEngine() local
673 std::vector<uint8_t> val = in getValueFromAttestRecord() local
722 std::string val = std::to_string( in getValueFromAttestRecord() local
736 std::vector<uint8_t> val = in getValueFromAttestRecord() local
/aosp_15_r20/external/coreboot/src/device/oprom/yabel/
H A Ddevice.h45 char signature[4]; // signature member
68 u8 signature[4]; // signature, the String "PCIR" member
151 out32le(void *addr, u32 val) in out32le()
163 u32 val; in in32le() local
173 out16le(void *addr, u16 val) in out16le()
185 u16 val; in in16le() local
/aosp_15_r20/art/dexdump/
H A Ddexdump.cc91 const char* signature; member
204 static const char* strBool(bool val) { in strBool()
211 static const char* quotedBool(bool val) { in quotedBool()
233 static int countOnes(u4 val) { in countOnes()
951 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in indexString() local
977 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in indexString() local
986 const Signature signature = pDexFile->GetProtoSignature(protoId); in indexString() local
1004 const Signature signature = pDexFile->GetProtoSignature(protoId); in indexString() local
1248 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in dumpBytecodes() local
1364 const Signature signature = dex_file.GetMethodSignature(pMethodId); in dumpMethod() local
/aosp_15_r20/art/test/1926-missed-frame-pop/src/art/
H A DLocals.java29 public final String signature; field in Locals.VariableDescription
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
119 public static native void SetLocalVariableDouble(Thread thr, int depth, int slot, double val); in SetLocalVariableDouble()
120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject()
/aosp_15_r20/art/test/1939-proxy-frames/src/art/
H A DLocals.java29 public final String signature; field in Locals.VariableDescription
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
119 public static native void SetLocalVariableDouble(Thread thr, int depth, int slot, double val); in SetLocalVariableDouble()
120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject()
/aosp_15_r20/art/test/1916-get-set-current-frame/src/art/
H A DLocals.java29 public final String signature; field in Locals.VariableDescription
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
119 public static native void SetLocalVariableDouble(Thread thr, int depth, int slot, double val); in SetLocalVariableDouble()
120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject()
/aosp_15_r20/art/test/1935-get-set-current-frame-jit/src/art/
H A DLocals.java29 public final String signature; field in Locals.VariableDescription
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
119 public static native void SetLocalVariableDouble(Thread thr, int depth, int slot, double val); in SetLocalVariableDouble()
120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject()
/aosp_15_r20/art/test/1915-get-set-local-current-thread/src/art/
H A DLocals.java29 public final String signature; field in Locals.VariableDescription
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
119 public static native void SetLocalVariableDouble(Thread thr, int depth, int slot, double val); in SetLocalVariableDouble()
120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject()
/aosp_15_r20/art/test/1965-get-set-local-primitive-no-tables/src/art/
H A DLocals.java29 public final String signature; field in Locals.VariableDescription
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
119 public static native void SetLocalVariableDouble(Thread thr, int depth, int slot, double val); in SetLocalVariableDouble()
120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject()
/aosp_15_r20/art/test/1923-frame-pop/src/art/
H A DLocals.java29 public final String signature; field in Locals.VariableDescription
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
119 public static native void SetLocalVariableDouble(Thread thr, int depth, int slot, double val); in SetLocalVariableDouble()
120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject()
/aosp_15_r20/art/test/1914-get-local-instance/src/art/
H A DLocals.java29 public final String signature; field in Locals.VariableDescription
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
119 public static native void SetLocalVariableDouble(Thread thr, int depth, int slot, double val); in SetLocalVariableDouble()
120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject()
/aosp_15_r20/art/test/1913-get-set-local-objects/src/art/
H A DLocals.java29 public final String signature; field in Locals.VariableDescription
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
119 public static native void SetLocalVariableDouble(Thread thr, int depth, int slot, double val); in SetLocalVariableDouble()
120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject()
/aosp_15_r20/art/test/jvmti-common/
H A DLocals.java29 public final String signature; field in Locals.VariableDescription
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
119 public static native void SetLocalVariableDouble(Thread thr, int depth, int slot, double val); in SetLocalVariableDouble()
120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject()
/aosp_15_r20/art/test/1911-get-local-var-table/src/art/
H A DLocals.java29 public final String signature; field in Locals.VariableDescription
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
119 public static native void SetLocalVariableDouble(Thread thr, int depth, int slot, double val); in SetLocalVariableDouble()
120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject()
/aosp_15_r20/art/test/1925-self-frame-pop/src/art/
H A DLocals.java29 public final String signature; field in Locals.VariableDescription
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
119 public static native void SetLocalVariableDouble(Thread thr, int depth, int slot, double val); in SetLocalVariableDouble()
120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject()
/aosp_15_r20/art/test/1967-get-set-local-bad-slot/src/art/
H A DLocals.java29 public final String signature; field in Locals.VariableDescription
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
119 public static native void SetLocalVariableDouble(Thread thr, int depth, int slot, double val); in SetLocalVariableDouble()
120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject()
/aosp_15_r20/art/test/1966-get-set-local-objects-no-table/src/art/
H A DLocals.java29 public final String signature; field in Locals.VariableDescription
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
119 public static native void SetLocalVariableDouble(Thread thr, int depth, int slot, double val); in SetLocalVariableDouble()
120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject()
/aosp_15_r20/art/test/1924-frame-pop-toggle/src/art/
H A DLocals.java29 public final String signature; field in Locals.VariableDescription
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
119 public static native void SetLocalVariableDouble(Thread thr, int depth, int slot, double val); in SetLocalVariableDouble()
120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject()
/aosp_15_r20/art/test/1912-get-set-local-primitive/src/art/
H A DLocals.java29 public final String signature; field in Locals.VariableDescription
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
119 public static native void SetLocalVariableDouble(Thread thr, int depth, int slot, double val); in SetLocalVariableDouble()
120 public static native void SetLocalVariableObject(Thread thr, int depth, int slot, Object val); in SetLocalVariableObject()
/aosp_15_r20/external/tensorflow/tensorflow/cc/experimental/libtf/tests/
H A Dfunction_test.cc50 impl::TaggedValueTensor CreateScalarTensor(T val) { in CreateScalarTensor()
157 TaggedValue signature(unknown_shape, DT_FLOAT); in TEST_P() local
199 TaggedValue signature = TaggedValue::Tuple(); in TEST_P() local
221 TaggedValue signature(unknown_shape, DT_FLOAT); in TEST_P() local
/aosp_15_r20/external/icing/icing/text_classifier/lib3/utils/java/
H A Djni-helper.cc43 const char* signature) { in GetMethodID()
52 const char* signature) { in GetStaticMethodID()
61 const char* signature) { in GetFieldID()
70 const char* signature) { in GetStaticFieldID()
189 jsize index, jobject val) { in SetObjectArrayElement()
/aosp_15_r20/external/libtextclassifier/native/utils/java/
H A Djni-helper.cc43 const char* signature) { in GetMethodID()
52 const char* signature) { in GetStaticMethodID()
61 const char* signature) { in GetFieldID()
70 const char* signature) { in GetStaticFieldID()
189 jsize index, jobject val) { in SetObjectArrayElement()
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_arg_parser.cpp631 PyObject* val) -> PyObject* { in handle_torch_function_indexing()
1369 const FunctionSignature& signature, in extra_args()
1392 const FunctionSignature& signature, in missing_args()
1416 static Py_ssize_t find_param(FunctionSignature& signature, PyObject* name) { in find_param()
1431 FunctionSignature& signature, in extra_kwargs()
1609 for (auto& signature : signatures_) { in PythonArgParser() local
1625 void PythonArgParser::check_deprecated(const FunctionSignature& signature) { in check_deprecated()
1652 auto& signature = signatures_[0]; in raw_parse() local
1660 for (auto& signature : signatures_) { in raw_parse() local
1682 for (auto& signature : signatures_) { in print_error() local
[all …]

12345678910>>...48