Home
last modified time | relevance | path

Searched +defs:val +defs:e (Results 26 – 50 of 2146) sorted by relevance

12345678910>>...86

/aosp_15_r20/external/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c161 #define UPB_LONGJMP(buf, val) _longjmp(buf, val) argument
164 #define UPB_LONGJMP(buf, val) longjmp(buf, val) argument
318 void upb_Array_Set(upb_Array* arr, size_t i, upb_MessageValue val) { in upb_Array_Set()
325 bool upb_Array_Append(upb_Array* arr, upb_MessageValue val, upb_Arena* arena) { in upb_Array_Append()
378 upb_MessageValue* val) { in upb_Map_Get()
385 upb_MessageValue val, upb_Arena* arena) { in upb_Map_Insert()
1644 static uint64_t fastdecode_munge(uint64_t val, int valbytes, bool zigzag) { in fastdecode_munge()
1660 static const char* fastdecode_varint64(const char* ptr, uint64_t* val) { in fastdecode_varint64()
1739 uint64_t val; in fastdecode_topackedvarint() local
2634 double val = strtod(start, &end); in jsondec_number() local
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c161 #define UPB_LONGJMP(buf, val) _longjmp(buf, val) argument
164 #define UPB_LONGJMP(buf, val) longjmp(buf, val) argument
318 void upb_Array_Set(upb_Array* arr, size_t i, upb_MessageValue val) { in upb_Array_Set()
325 bool upb_Array_Append(upb_Array* arr, upb_MessageValue val, upb_Arena* arena) { in upb_Array_Append()
378 upb_MessageValue* val) { in upb_Map_Get()
385 upb_MessageValue val, upb_Arena* arena) { in upb_Map_Insert()
1644 static uint64_t fastdecode_munge(uint64_t val, int valbytes, bool zigzag) { in fastdecode_munge()
1660 static const char* fastdecode_varint64(const char* ptr, uint64_t* val) { in fastdecode_varint64()
1739 uint64_t val; in fastdecode_topackedvarint() local
2634 double val = strtod(start, &end); in jsondec_number() local
[all …]
/aosp_15_r20/external/protobuf/ruby/ext/google/protobuf_c/
H A Druby-upb.c161 #define UPB_LONGJMP(buf, val) _longjmp(buf, val) argument
164 #define UPB_LONGJMP(buf, val) longjmp(buf, val) argument
318 void upb_Array_Set(upb_Array* arr, size_t i, upb_MessageValue val) { in upb_Array_Set()
325 bool upb_Array_Append(upb_Array* arr, upb_MessageValue val, upb_Arena* arena) { in upb_Array_Append()
378 upb_MessageValue* val) { in upb_Map_Get()
385 upb_MessageValue val, upb_Arena* arena) { in upb_Map_Insert()
1315 static uint64_t fastdecode_munge(uint64_t val, int valbytes, bool zigzag) { in fastdecode_munge()
1331 static const char* fastdecode_varint64(const char* ptr, uint64_t* val) { in fastdecode_varint64()
1410 uint64_t val; in fastdecode_topackedvarint() local
2305 double val = strtod(start, &end); in jsondec_number() local
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/cmds/svc/svc/android_common/repackaged-jarjar/javac/
Dsvc.jar ... .RemoteException e int val android.os.RemoteException e Exception e String mode android.os.RemoteException e ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/cmds/svc/svc/android_common/javac/
Dsvc.jar ... .RemoteException e int val android.os.RemoteException e Exception e String mode android.os.RemoteException e ...
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/svc_intermediates/
Dclasses.jar ... .RemoteException e int val android.os.RemoteException e Exception e String mode android.os.RemoteException e ...
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/hash/
Dcommon.c58 static upb_value _upb_value_val(uint64_t val) { in _upb_value_val()
144 static upb_tabent* emptyent(upb_table* t, upb_tabent* e) { in emptyent()
163 const upb_tabent* e; in findentry() local
181 const upb_tabent* e = findentry(t, key, hash, eql); in lookup() local
194 upb_value val, uint32_t hash, hashfunc_t* hashfunc, in insert()
239 static bool rm(upb_table* t, lookupkey_t key, upb_value* val, in rm()
306 uint64_t val; in UnalignedLoad64() local
312 uint32_t val; in UnalignedLoad32() local
371 uint64_t e = UnalignedLoad64(ptr + 32); in Wyhash() local
479 upb_value val; in upb_strtable_resize() local
[all …]
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/hash/
H A Dcommon.c38 static upb_value _upb_value_val(uint64_t val) { in _upb_value_val()
107 static upb_tabent* emptyent(upb_table* t, upb_tabent* e) { in emptyent()
126 const upb_tabent* e; in findentry() local
144 const upb_tabent* e = findentry(t, key, hash, eql); in lookup() local
157 upb_value val, uint32_t hash, hashfunc_t* hashfunc, in insert()
202 static bool rm(upb_table* t, lookupkey_t key, upb_value* val, in rm()
269 uint64_t val; in UnalignedLoad64() local
275 uint32_t val; in UnalignedLoad32() local
334 uint64_t e = UnalignedLoad64(ptr + 32); in Wyhash() local
442 upb_value val; in upb_strtable_resize() local
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.lazy.split/range.lazy.split.outer.value/
H A Dend.pass.cpp26 auto val = *v.begin(); in test() local
30 [[maybe_unused]] auto e = val.end(); in test() local
36 const auto val = *v.begin(); in test() local
40 [[maybe_unused]] auto e = val.end(); in test() local
51 auto val = *v.begin(); in test() local
55 [[maybe_unused]] auto e = val.end(); in test() local
61 const auto val = *v.begin(); in test() local
65 [[maybe_unused]] auto e = val.end(); in test() local
/aosp_15_r20/dalvik/dx/etc/
HDjasmin.jar ... void resolve (jas.ClassEnv) jas.ClassEnv e void write (jas.ClassEnv, java.io ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/services/android_common/repackaged-jarjar/javac/
Dservices.jar ... modelBroadcastKeys android.content.res.Resources$NotFoundException e android.os.RemoteException e android.service. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/services/android_common/javac/
Dservices.jar ... implements java.lang.Runnable { final synthetic boolean val$reboot final synthetic String val$reason final synthetic ...
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDswtmenubar.jar ... .android.menubar.IMenuBarCallback) Exception e2 Exception e String appName org.eclipse.swt.widgets. ...
HDcommons-logging-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
HDsdkstats.jar ... String) public void run () Process proc InterruptedException e java.io.IOException e String cmd String[ ...
HDddmuilib.jar ... synthetic com.android.ddmuilib.SyncProgressHelper$SyncRunnable val$runnable final synthetic String val$progressMessage final synthetic ...
/aosp_15_r20/external/dtc/
H A Dflattree.c45 static void bin_emit_cell(void *e, cell_t val) in bin_emit_cell()
52 static void bin_emit_string(void *e, const char *str, int len) in bin_emit_string()
63 static void bin_emit_align(void *e, int a) in bin_emit_align()
70 static void bin_emit_data(void *e, struct data d) in bin_emit_data()
77 static void bin_emit_beginnode(void *e, struct label *labels) in bin_emit_beginnode()
82 static void bin_emit_endnode(void *e, struct label *labels) in bin_emit_endnode()
87 static void bin_emit_property(void *e, struct label *labels) in bin_emit_property()
123 static void asm_emit_cell(void *e, cell_t val) in asm_emit_cell()
133 static void asm_emit_string(void *e, const char *str, int len) in asm_emit_string()
143 static void asm_emit_align(void *e, int a) in asm_emit_align()
[all …]
/aosp_15_r20/external/guice/lib/build/
HDcglib-3.2.6.jar ... synthetic net.sf.cglib.core.CodeEmitter val$e final synthetic java.util.Map val ...
/aosp_15_r20/external/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp49 for (unsigned i = 1, e = md->getNumOperands(); i != e; i += 2) { in cacheAnnotationFromMD() local
75 for (unsigned i = 0, e = NMD->getNumOperands(); i != e; ++i) { in cacheAnnotationFromMD() local
130 bool llvm::isTexture(const llvm::Value &val) { in isTexture()
143 bool llvm::isSurface(const llvm::Value &val) { in isSurface()
156 bool llvm::isSampler(const llvm::Value &val) { in isSampler()
179 bool llvm::isImageReadOnly(const llvm::Value &val) { in isImageReadOnly()
194 bool llvm::isImageWriteOnly(const llvm::Value &val) { in isImageWriteOnly()
209 bool llvm::isImageReadWrite(const llvm::Value &val) { in isImageReadWrite()
224 bool llvm::isImage(const llvm::Value &val) { in isImage()
229 bool llvm::isManaged(const llvm::Value &val) { in isManaged()
[all …]
/aosp_15_r20/external/coreboot/util/kconfig/
H A Dsymbol.c122 long long val, val2; in sym_validate_range() local
242 struct expr *e; in sym_choice_default() local
268 struct expr *e; in sym_calc_choice() local
329 struct expr *e; in sym_calc_value() local
486 bool sym_tristate_within_range(struct symbol *sym, tristate val) in sym_tristate_within_range()
505 bool sym_set_tristate_value(struct symbol *sym, tristate val) in sym_set_tristate_value()
523 struct expr *e; in sym_set_tristate_value() local
610 long long val; in sym_string_within_range() local
652 char *val; in sym_set_string_value() local
710 tristate val; in sym_get_string_default() local
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/modules/RemoteKeyProvisioning/system-server/service-rkp.impl/android_common_apex33/javac/
Dservice-rkp.jar ... $Stub { final synthetic android.content.Context val$context final synthetic android.security.rkp. ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/DeviceLock/service/service-devicelock/android_common_apex34/javac/
Dservice-devicelock.jar ... .Callable { final synthetic android.os.RemoteCallback val$remoteCallback final synthetic com.android.server. ...
/aosp_15_r20/art/test/1926-missed-frame-pop/src/art/
H A DLocals.java75 public static native VariableDescription[] GetLocalVariableTable(Executable e); in GetLocalVariableTable()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation()
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()
[all …]
/aosp_15_r20/art/test/1939-proxy-frames/src/art/
H A DLocals.java75 public static native VariableDescription[] GetLocalVariableTable(Executable e); in GetLocalVariableTable()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation()
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()
[all …]
/aosp_15_r20/art/test/1916-get-set-current-frame/src/art/
H A DLocals.java75 public static native VariableDescription[] GetLocalVariableTable(Executable e); in GetLocalVariableTable()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation()
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()
[all …]

12345678910>>...86