Home
last modified time | relevance | path

Searched +defs:val +defs:obj (Results 1 – 25 of 1675) sorted by relevance

12345678910>>...67

/aosp_15_r20/external/armnn/python/pyarmnn/src/pyarmnn/swig/typemaps/
H A Dvectors.i7 int from_python_to_cpp(PyObject *obj, long* val) { in from_python_to_cpp()
11 int from_python_to_cpp(PyObject *obj, int* val) { in from_python_to_cpp()
15 int from_python_to_cpp(PyObject *obj, unsigned int* val) { in from_python_to_cpp()
19 int from_python_to_cpp(PyObject *obj, unsigned short* val) { in from_python_to_cpp()
23 int from_python_to_cpp(PyObject *obj, float* val) { in from_python_to_cpp()
27 int from_python_to_cpp(PyObject *obj, double* val) { in from_python_to_cpp()
31 int from_python_to_cpp(PyObject *obj, unsigned long long* val) { in from_python_to_cpp()
35 int from_python_to_cpp(PyObject *obj, long long* val) { in from_python_to_cpp()
40 int from_python_to_cpp(PyObject *obj, unsigned long* val) { in from_python_to_cpp()
44 int from_python_to_cpp(PyObject *obj, short* val) { in from_python_to_cpp()
[all …]
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/io/
H A DObjectOutputStream.java47 public final void writeObject(java.lang.Object obj) throws java.io.IOException { in writeObject()
51 protected void writeObjectOverride(java.lang.Object obj) throws java.io.IOException { in writeObjectOverride()
55 public void writeUnshared(java.lang.Object obj) throws java.io.IOException { in writeUnshared()
83 protected java.lang.Object replaceObject(java.lang.Object obj) throws java.io.IOException { in replaceObject()
99 public void write(int val) throws java.io.IOException { in write()
123 public void writeBoolean(boolean val) throws java.io.IOException { in writeBoolean()
127 public void writeByte(int val) throws java.io.IOException { in writeByte()
131 public void writeShort(int val) throws java.io.IOException { in writeShort()
135 public void writeChar(int val) throws java.io.IOException { in writeChar()
139 public void writeInt(int val) throws java.io.IOException { in writeInt()
[all …]
H A DObjectInputStream.java67 public void registerValidation(java.io.ObjectInputValidation obj, int prio) in registerValidation()
82 protected java.lang.Object resolveObject(java.lang.Object obj) throws java.io.IOException { in resolveObject()
192 private java.lang.Object checkResolve(java.lang.Object obj) throws java.io.IOException { in checkResolve()
245 private void readExternalData(java.io.Externalizable obj, java.io.ObjectStreamClass desc) in readExternalData()
250 private void readSerialData(java.lang.Object obj, java.io.ObjectStreamClass desc) in readSerialData()
259 private void defaultReadFields(java.lang.Object obj, java.io.ObjectStreamClass desc) in defaultReadFields()
598 public abstract boolean get(java.lang.String name, boolean val) throws java.io.IOException; in get()
600 public abstract byte get(java.lang.String name, byte val) throws java.io.IOException; in get()
602 public abstract char get(java.lang.String name, char val) throws java.io.IOException; in get()
604 public abstract short get(java.lang.String name, short val) throws java.io.IOException; in get()
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/1/libcore/ojluni/src/main/java/java/io/
DObjectOutputStream.java348 public final void writeObject(Object obj) throws IOException { in writeObject()
387 protected void writeObjectOverride(Object obj) throws IOException { in writeObjectOverride()
435 public void writeUnshared(Object obj) throws IOException { in writeUnshared()
609 protected Object replaceObject(Object obj) throws IOException { in replaceObject()
700 public void write(int val) throws IOException { in write()
775 public void writeBoolean(boolean val) throws IOException { in writeBoolean()
786 public void writeByte(int val) throws IOException { in writeByte()
797 public void writeShort(int val) throws IOException { in writeShort()
808 public void writeChar(int val) throws IOException { in writeChar()
819 public void writeInt(int val) throws IOException { in writeInt()
[all …]
DObjectInputStream.java430 Object obj = readObject0(false); in readObject() local
520 Object obj = readObject0(true); in readUnshared() local
630 public void registerValidation(ObjectInputValidation obj, int prio) in registerValidation()
807 protected Object resolveObject(Object obj) throws IOException { in resolveObject()
1202 public abstract boolean get(String name, boolean val) in get()
1217 public abstract byte get(String name, byte val) throws IOException; in get()
1231 public abstract char get(String name, char val) throws IOException; in get()
1245 public abstract short get(String name, short val) throws IOException; in get()
1259 public abstract int get(String name, int val) throws IOException; in get()
1273 public abstract long get(String name, long val) throws IOException; in get()
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/io/
H A DObjectOutputStream.java348 public final void writeObject(Object obj) throws IOException { in writeObject()
387 protected void writeObjectOverride(Object obj) throws IOException { in writeObjectOverride()
435 public void writeUnshared(Object obj) throws IOException { in writeUnshared()
609 protected Object replaceObject(Object obj) throws IOException { in replaceObject()
700 public void write(int val) throws IOException { in write()
775 public void writeBoolean(boolean val) throws IOException { in writeBoolean()
786 public void writeByte(int val) throws IOException { in writeByte()
797 public void writeShort(int val) throws IOException { in writeShort()
808 public void writeChar(int val) throws IOException { in writeChar()
819 public void writeInt(int val) throws IOException { in writeInt()
[all …]
H A DObjectInputStream.java430 Object obj = readObject0(false); in readObject() local
520 Object obj = readObject0(true); in readUnshared() local
630 public void registerValidation(ObjectInputValidation obj, int prio) in registerValidation()
807 protected Object resolveObject(Object obj) throws IOException { in resolveObject()
1202 public abstract boolean get(String name, boolean val) in get()
1217 public abstract byte get(String name, byte val) throws IOException; in get()
1231 public abstract char get(String name, char val) throws IOException; in get()
1245 public abstract short get(String name, short val) throws IOException; in get()
1259 public abstract int get(String name, int val) throws IOException; in get()
1273 public abstract long get(String name, long val) throws IOException; in get()
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/io/
DObjectOutputStream.java348 public final void writeObject(Object obj) throws IOException { in writeObject()
387 protected void writeObjectOverride(Object obj) throws IOException { in writeObjectOverride()
435 public void writeUnshared(Object obj) throws IOException { in writeUnshared()
609 protected Object replaceObject(Object obj) throws IOException { in replaceObject()
700 public void write(int val) throws IOException { in write()
775 public void writeBoolean(boolean val) throws IOException { in writeBoolean()
786 public void writeByte(int val) throws IOException { in writeByte()
797 public void writeShort(int val) throws IOException { in writeShort()
808 public void writeChar(int val) throws IOException { in writeChar()
819 public void writeInt(int val) throws IOException { in writeInt()
[all …]
DObjectInputStream.java430 Object obj = readObject0(false); in readObject() local
520 Object obj = readObject0(true); in readUnshared() local
630 public void registerValidation(ObjectInputValidation obj, int prio) in registerValidation()
807 protected Object resolveObject(Object obj) throws IOException { in resolveObject()
1202 public abstract boolean get(String name, boolean val) in get()
1217 public abstract byte get(String name, byte val) throws IOException; in get()
1231 public abstract char get(String name, char val) throws IOException; in get()
1245 public abstract short get(String name, short val) throws IOException; in get()
1259 public abstract int get(String name, int val) throws IOException; in get()
1273 public abstract long get(String name, long val) throws IOException; in get()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Dconvert.c39 PyObject* PyUpb_UpbToPy(upb_MessageValue val, const upb_FieldDef* f, in PyUpb_UpbToPy()
83 static bool PyUpb_GetInt64(PyObject* obj, int64_t* val) { in PyUpb_GetInt64()
102 static bool PyUpb_GetUint64(PyObject* obj, uint64_t* val) { in PyUpb_GetUint64()
119 static bool PyUpb_GetInt32(PyObject* obj, int32_t* val) { in PyUpb_GetInt32()
130 static bool PyUpb_GetUint32(PyObject* obj, uint32_t* val) { in PyUpb_GetUint32()
185 static bool PyUpb_PyToUpbEnum(PyObject* obj, const upb_EnumDef* e, in PyUpb_PyToUpbEnum()
186 upb_MessageValue* val) { in PyUpb_PyToUpbEnum()
211 bool PyUpb_IsNumpyNdarray(PyObject* obj, const upb_FieldDef* f) { in PyUpb_IsNumpyNdarray()
225 bool PyUpb_PyToUpb(PyObject* obj, const upb_FieldDef* f, upb_MessageValue* val, in PyUpb_PyToUpb()
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/tests/
Dtest.rs99 let obj = builder in test_object_build_from_memory() localVariable
107 let obj = unsafe { Object::from_ptr(obj.take_ptr()) }; in test_object_build_from_memory() localVariable
117 let obj = builder in test_object_build_from_memory_empty_name() localVariable
125 let obj = unsafe { Object::from_ptr(obj.take_ptr()) }; in test_object_build_from_memory_empty_name() localVariable
146 let obj = builder.open_file(obj_path).expect("failed to build object"); in test_object_name() localVariable
156 let mut obj = get_test_object("runqslower.bpf.o"); in test_object_maps() localVariable
167 let obj = get_test_object("runqslower.bpf.o"); in test_object_maps_iter() localVariable
180 let mut obj = get_test_object("runqslower.bpf.o"); in test_object_map_key_value_size() localVariable
196 let mut obj = get_test_object("runqslower.bpf.o"); in test_object_map_update_batch() localVariable
285 let mut obj = get_test_object("runqslower.bpf.o"); in test_object_map_delete_batch() localVariable
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Druntime-gdb.py80 def __init__(self, val): argument
108 def __init__(self, val): argument
124 def __init__(self, val): argument
153 def __init__(self, val): argument
205 def __init__(self, val): argument
231 def matcher(val): argument
273 def is_iface(val): argument
280 def is_eface(val): argument
302 def iface_commontype(obj): argument
313 def iface_dtype(obj): argument
[all …]
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/Applet/src/com/android/javacard/keymaster/
H A DKMEncoder.java82 private void encode(short obj) { in encode()
299 private void encodeCoseMap(short obj) { in encodeCoseMap()
303 private void encodeKeyParam(short obj) { in encodeKeyParam()
307 private void encodeKeyChar(short obj) { in encodeKeyChar()
311 private void encodeVeriToken(short obj) { in encodeVeriToken()
315 private void encodeHwAuthToken(short obj) { in encodeHwAuthToken()
319 private void encodeHmacSharingParam(short obj) { in encodeHmacSharingParam()
323 private void encodeArray(short obj) { in encodeArray()
337 private void encodeMap(short obj) { in encodeMap()
348 private void encodeAsMap(short obj) { in encodeAsMap()
[all …]
/aosp_15_r20/external/python/cpython2/Python/
DPython-ast.c586 static int obj2ast_object(PyObject* obj, PyObject** out, PyArena* arena) in obj2ast_object()
597 static int obj2ast_identifier(PyObject* obj, PyObject** out, PyArena* arena) in obj2ast_identifier()
607 static int obj2ast_string(PyObject* obj, PyObject** out, PyArena* arena) in obj2ast_string()
617 static int obj2ast_int(PyObject* obj, int* out, PyArena* arena) in obj2ast_int()
636 static int obj2ast_bool(PyObject* obj, bool* out, PyArena* arena) in obj2ast_bool()
3320 obj2ast_mod(PyObject* obj, mod_ty* out, PyArena* arena) in obj2ast_mod()
3351 stmt_ty val; in obj2ast_mod() local
3391 stmt_ty val; in obj2ast_mod() local
3454 stmt_ty val; in obj2ast_mod() local
3483 obj2ast_stmt(PyObject* obj, stmt_ty* out, PyArena* arena) in obj2ast_stmt()
[all …]
/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/
H A DKMEncoder.java82 private void encode(short obj) { in encode()
299 private void encodeCoseMap(short obj) { in encodeCoseMap()
303 private void encodeKeyParam(short obj) { in encodeKeyParam()
307 private void encodeKeyChar(short obj) { in encodeKeyChar()
311 private void encodeVeriToken(short obj) { in encodeVeriToken()
315 private void encodeHwAuthToken(short obj) { in encodeHwAuthToken()
319 private void encodeHmacSharingParam(short obj) { in encodeHmacSharingParam()
323 private void encodeArray(short obj) { in encodeArray()
337 private void encodeMap(short obj) { in encodeMap()
348 private void encodeAsMap(short obj) { in encodeAsMap()
[all …]
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/helper/
H A DValidate.java17 public static void notNull(@Nullable Object obj) { in notNull()
29 public static void notNullParam(@Nullable final Object obj, final String param) { in notNullParam()
40 public static void notNull(@Nullable Object obj, String msg) { in notNull()
52 public static Object ensureNotNull(@Nullable Object obj) { in ensureNotNull()
67 public static Object ensureNotNull(@Nullable Object obj, String msg, Object... args) { in ensureNotNull()
78 public static void isTrue(boolean val) { in isTrue()
89 public static void isTrue(boolean val, String msg) { in isTrue()
99 public static void isFalse(boolean val) { in isFalse()
110 public static void isFalse(boolean val, String msg) { in isFalse()
/aosp_15_r20/external/python/cpython3/Python/
DPython-ast.c1012 static int obj2ast_object(struct ast_state *Py_UNUSED(state), PyObject* obj, PyObject** out, PyAren… in obj2ast_object()
1027 static int obj2ast_constant(struct ast_state *Py_UNUSED(state), PyObject* obj, PyObject** out, PyAr… in obj2ast_constant()
1038 static int obj2ast_identifier(struct ast_state *state, PyObject* obj, PyObject** out, PyArena* aren… in obj2ast_identifier()
1047 static int obj2ast_string(struct ast_state *state, PyObject* obj, PyObject** out, PyArena* arena) in obj2ast_string()
1056 static int obj2ast_int(struct ast_state* Py_UNUSED(state), PyObject* obj, int* out, PyArena* arena) in obj2ast_int()
5474 obj2ast_mod(struct ast_state *state, PyObject* obj, mod_ty* out, PyArena* arena) in obj2ast_mod()
5513 stmt_ty val; in obj2ast_mod() local
5550 type_ignore_ty val; in obj2ast_mod() local
5599 stmt_ty val; in obj2ast_mod() local
5678 expr_ty val; in obj2ast_mod() local
[all …]
/aosp_15_r20/art/runtime/native/
H A Djdk_internal_misc_Unsafe.cc58 ObjPtr<mirror::Object> obj = soa.Decode<mirror::Object>(javaObj); in Unsafe_compareAndSetInt() local
68 static jboolean Unsafe_compareAndSwapInt(JNIEnv* env, jobject obj, jobject javaObj, jlong offset, in Unsafe_compareAndSwapInt()
79 ObjPtr<mirror::Object> obj = soa.Decode<mirror::Object>(javaObj); in Unsafe_compareAndSetLong() local
90 ObjPtr<mirror::Object> obj = soa.Decode<mirror::Object>(javaObj); in Unsafe_compareAndExchangeLong() local
96 static jboolean Unsafe_compareAndSwapLong(JNIEnv* env, jobject obj, jobject javaObj, jlong offset, in Unsafe_compareAndSwapLong()
111 ObjPtr<mirror::Object> obj = soa.Decode<mirror::Object>(javaObj); in Unsafe_compareAndSetReference() local
136 static jboolean Unsafe_compareAndSwapObject(JNIEnv* env, jobject obj, jobject javaObj, jlong offset, in Unsafe_compareAndSwapObject()
146 ObjPtr<mirror::Object> obj = soa.Decode<mirror::Object>(javaObj); in Unsafe_getInt() local
152 ObjPtr<mirror::Object> obj = soa.Decode<mirror::Object>(javaObj); in Unsafe_getIntVolatile() local
158 ObjPtr<mirror::Object> obj = soa.Decode<mirror::Object>(javaObj); in Unsafe_putInt() local
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dtailcalls.c14 struct bpf_object *obj; in test_tailcall_1() local
150 struct bpf_object *obj; in test_tailcall_2() local
223 int err, map_fd, prog_fd, main_fd, data_fd, i, val; in test_tailcall_count() local
226 struct bpf_object *obj; in test_tailcall_count() local
322 struct bpf_object *obj; in test_tailcall_4() local
412 struct bpf_object *obj; in test_tailcall_5() local
502 struct bpf_object *obj; in test_tailcall_bpf2bpf_1() local
583 int err, map_fd, prog_fd, main_fd, data_fd, i, val; in test_tailcall_bpf2bpf_2() local
586 struct bpf_object *obj; in test_tailcall_bpf2bpf_2() local
666 struct bpf_object *obj; in test_tailcall_bpf2bpf_3() local
[all …]
/aosp_15_r20/system/libhwbinder/
H A DParcel.cpp85 const flat_binder_object& obj, const void* who) in acquire_binder_object()
116 void acquire_object(const sp<ProcessState>& proc, const binder_object_header& obj, in acquire_object()
131 const flat_binder_object& obj, const void* who) in release_object()
185 flat_binder_object obj = {}; in flatten_binder() local
467 status_t Parcel::writeInt8(int8_t val) in writeInt8()
472 status_t Parcel::writeUint8(uint8_t val) in writeUint8()
477 status_t Parcel::writeInt16(int16_t val) in writeInt16()
482 status_t Parcel::writeUint16(uint16_t val) in writeUint16()
487 status_t Parcel::writeInt32(int32_t val) in writeInt32()
492 status_t Parcel::writeUint32(uint32_t val) in writeUint32()
[all …]
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/Applet/AndroidSEProvider/src/com/android/javacard/keymaster/
H A DKMAttestationCertImpl.java223 public KMAttestationCert verifiedBootHash(short obj) { in verifiedBootHash()
229 public KMAttestationCert verifiedBootKey(short obj) { in verifiedBootKey()
235 public KMAttestationCert verifiedBootState(byte val) { in verifiedBootState()
240 private KMAttestationCert uniqueId(short obj) { in uniqueId()
246 public KMAttestationCert notBefore(short obj, boolean derEncoded, byte[] scratchpad) { in notBefore()
275 public KMAttestationCert deviceLocked(boolean val) { in deviceLocked()
285 public KMAttestationCert publicKey(short obj) { in publicKey()
291 public KMAttestationCert attestationChallenge(short obj) { in attestationChallenge()
312 public KMAttestationCert issuer(short obj) { in issuer()
562 short val; in pushTag() local
[all …]
/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/Applet/AndroidSEProvider/src/com/android/javacard/keymaster/
H A DKMAttestationCertImpl.java224 public KMAttestationCert verifiedBootHash(short obj) { in verifiedBootHash()
230 public KMAttestationCert verifiedBootKey(short obj) { in verifiedBootKey()
236 public KMAttestationCert verifiedBootState(byte val) { in verifiedBootState()
241 private KMAttestationCert uniqueId(short obj) { in uniqueId()
247 public KMAttestationCert notBefore(short obj, boolean derEncoded, byte[] scratchpad) { in notBefore()
276 public KMAttestationCert deviceLocked(boolean val) { in deviceLocked()
286 public KMAttestationCert publicKey(short obj) { in publicKey()
292 public KMAttestationCert attestationChallenge(short obj) { in attestationChallenge()
313 public KMAttestationCert issuer(short obj) { in issuer()
563 short val; in pushTag() local
[all …]
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DStat.java14 …public static Stat getRootAsStat(ByteBuffer _bb, Stat obj) { _bb.order(ByteOrder.LITTLE_ENDIAN); r… in getRootAsStat()
21 public long val() { int o = __offset(6); return o != 0 ? bb.getLong(o + bb_pos) : 0L; } in val() method in Stat
22 …public boolean mutateVal(long val) { int o = __offset(6); if (o != 0) { bb.putLong(o + bb_pos, val… in mutateVal()
28 long val, in createStat()
39 public static void addVal(FlatBufferBuilder builder, long val) { builder.addLong(1, val, 0L); } in addVal()
53 public static Stat __lookup_by_key(Stat obj, int vectorLocation, int key, ByteBuffer bb) { in __lookup_by_key()
59 int val = bb.getShort(__offset(8, bb.capacity() - tableOffset, bb)) & 0xFFFF; in __lookup_by_key() local
78 public Stat get(Stat obj, int j) { return obj.__assign(__indirect(__element(j), bb), bb); } in get()
80 public Stat getByKey(Stat obj, int key) { return __lookup_by_key(obj, __vector(), key, bb); } in getByKey()
/aosp_15_r20/external/webp/swig/
H A Dlibwebp_python_wrap.c748 #define PyClass_Check(obj) PyObject_IsInstance(obj, (PyObject *)&PyType_Type) argument
869 # define PyString_AsStringAndSize(obj, s, len) {*s = PyString_AsString(obj); *len = *s ? strlen(*s… argument
1160 #define SWIG_Python_ConvertPtr(obj, pptr, type, flags) SWIG_Python_ConvertPtrAndOwn(obj, pptr, typ… argument
1161 #define SWIG_ConvertPtr(obj, pptr, type, flags) SWIG_Python_ConvertPtr(obj, pptr, type, fla… argument
1162 #define SWIG_ConvertPtrAndOwn(obj,pptr,type,flags,own) SWIG_Python_ConvertPtrAndOwn(obj, pptr, typ… argument
1177 #define SWIG_ConvertPacked(obj, ptr, sz, ty) SWIG_Python_ConvertPacked(obj, ptr, sz, ty) argument
1181 #define SWIG_ConvertInstance(obj, pptr, type, flags) SWIG_ConvertPtr(obj, pptr, type, flags) argument
1185 #define SWIG_ConvertFunctionPtr(obj, pptr, type) SWIG_Python_ConvertFunctionPtr(obj, pptr, t… argument
1189 #define SWIG_ConvertMember(obj, ptr, sz, ty) SWIG_Python_ConvertPacked(obj, ptr, sz, ty) argument
1197 #define SWIG_NewClientData(obj) SwigPyClientData_New(obj) argument
[all …]
/aosp_15_r20/external/protobuf/php/ext/google/protobuf/
H A Dmessage.c101 static void Message_dtor(zend_object* obj) { in Message_dtor()
165 static bool Message_set(Message *intern, const upb_FieldDef *f, zval *val) { in Message_set()
284 static int Message_has_property(PROTO_VAL *obj, PROTO_STR *member, in Message_has_property()
319 static void Message_unset_property(PROTO_VAL *obj, PROTO_STR *member, in Message_unset_property()
356 static zval *Message_read_property(PROTO_VAL *obj, PROTO_STR *member, in Message_read_property()
388 PROTO_VAL *obj, PROTO_STR *member, zval *val, void **cache_slot) { in Message_write_property()
453 void Message_GetPhpWrapper(zval *val, const Descriptor *desc, upb_Message *msg, in Message_GetPhpWrapper()
473 bool Message_GetUpbMessage(zval *val, const Descriptor *desc, upb_Arena *arena, in Message_GetUpbMessage()
541 zval *val; in Message_InitFromPhp() local
898 zval* val; in PHP_METHOD() local
[all …]

12345678910>>...67