/aosp_15_r20/external/bc/src/ |
H A D | vm.c | 493 bc_vm_getenvFree(char* val) 511 char* val = bc_vm_getenv(var); local 783 bc_vm_numDigits(size_t val) 996 bool good = ((vm->status && vm->status != BC_STATUS_QUIT) || vm->sig != 0); local 1153 bool good; local
|
H A D | bc_parse.c | 97 bool good; in bc_parse_isDelimiter() local 154 bool good = p->flags.len == 2; in bc_parse_TopFunc() local 156 uint16_t val = BC_PARSE_FLAG_BRACE | BC_PARSE_FLAG_FUNC_INNER; in bc_parse_TopFunc() local 1093 bool good; in bc_parse_endif() local
|
H A D | program.c | 559 bool good; in bc_program_assignPrep() local 1342 bc_program_assignBuiltin(BcProgram* p, bool scale, bool obase, BcBigDig val) in bc_program_assignBuiltin() 1412 bc_program_assignSeed(BcProgram* p, BcNum* val) in bc_program_assignSeed() 1555 BcBigDig val = bc_num_bigdig(l); in bc_program_assign() local 2045 BcBigDig val = 0; in bc_program_builtin() local 2416 BcBigDig val; in bc_program_nquit() local 2696 BcBigDig val; in bc_program_globalSetting() local 2872 BcBigDig val = i == BC_PROG_GLOBALS_SCALE ? 0 : BC_BASE; in bc_program_init() local 3774 ulong val = 0; in bc_program_printIndex() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/stream/ |
D | ostream_iterator.hpp | 43 self_type& operator= (T const& val) in operator =() 60 bool good() const { return get_ostream().good(); } in good() function in boost::spirit::karma::ostream_iterator
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | bltinmodule.c | 306 PyObject *good; in builtin_filter() local 1360 PyObject *v, *it, *item, *val, *maxitem, *maxval, *keyfunc=NULL; in min_max() local 2786 PyObject *item, *good; in filtertuple() local 2872 PyObject *arg, *good; in filterstring() local 2992 PyObject *item, *arg, *good; in filterunicode() local
|
/aosp_15_r20/external/ltp/testcases/kernel/controllers/cgroup_xattr/ |
H A D | cgroup_xattr.c | 62 int good; member 81 static struct tst_val val; variable
|
/aosp_15_r20/external/wpa_supplicant_8/src/tls/ |
H A D | tlsv1_client_read.c | 640 static unsigned int count_bits(const u8 *val, size_t len) in count_bits() 671 u16 val; in tlsv1_process_diffie_hellman() local 902 int good = 0, revoked = 0; in tls_process_certificate_status() local
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/ |
H A D | mtl_command_buffer.h | 291 inline IntermediateCommandStream &push(const T &val) in push() 342 inline bool good() const { return mReadPtr < mBuffer.size(); } in good() function
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | itertoolsmodule.c | 888 PyObject *item, *good; in dropwhile_next() local 1032 PyObject *item, *good; in takewhile_next() local 1543 PyObject *val; in imap_next() local 3018 PyObject *good; in ifilter_next() local 3163 PyObject *good; in ifilterfalse_next() local
|
/aosp_15_r20/device/google/contexthub/firmware/os/core/ |
D | nanohubCommand.c | 123 static inline uint64_t unaligned_u64(uint64_t *val) { in unaligned_u64() 129 static inline uint32_t unaligned_u32(uint32_t *val) { in unaligned_u32() 232 bool good = true; in osSecretKeyDelete() local 1438 static bool copyTLV64(uint8_t *buf, size_t *offset, size_t max_len, uint8_t tag, uint64_t val) in copyTLV64() 1449 static bool copyTLV32(uint8_t *buf, size_t *offset, size_t max_len, uint8_t tag, uint32_t val) in copyTLV32() 1460 static bool copyTLV8(uint8_t *buf, size_t *offset, size_t max_len, uint8_t tag, uint8_t val) in copyTLV8()
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/output/ |
D | help.rs | 139 fn good<T: Into<String> + AsRef<[u8]>>(&mut self, msg: T) -> io::Result<()> { in good() method 311 fn val(&mut self, arg: &Arg<'help>) -> io::Result<()> { in val() method
|
/aosp_15_r20/external/pigweed/pw_result/ |
H A D | result_test.cc | 56 Result<int> good(3); in TEST() local 151 explicit Immovable(int val) : val_(val) {} in Immovable() 156 int val() { return val_; } in val() function in pw::__anon829849410111::Immovable
|
/aosp_15_r20/art/tools/jvmti-agents/ti-fast/ |
H A D | tifast.cc | 46 struct jlongContainer { jlong val; }; member 629 bool good = true; in GetAllAvailableEvents() local
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | itertoolsmodule.c | 1333 PyObject *item, *good; in dropwhile_next() local 1496 PyObject *item, *good; in takewhile_next() local 3678 PyObject *val, *newtotal; in accumulate_next() local 4052 PyObject *good; in filterfalse_next() local
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | bltinmodule.c | 592 PyObject *good; in filter_next() local 1363 PyObject *val = Py_TYPE(it)->tp_iternext(it); in map_next() local 1732 PyObject *v, *it, *item, *val, *maxitem, *maxval, *keyfunc=NULL; in min_max() local
|
/aosp_15_r20/external/toybox/toys/pending/ |
H A D | bc.c | 1923 static BcStatus bc_num_parseBase(BcNum *n, char *val, in bc_num_parseBase() 2166 void bc_num_createFromUlong(BcNum *n, unsigned long val) { in bc_num_createFromUlong() 2171 BcStatus bc_num_parse(BcNum *n, char *val, in bc_num_parse() 2235 void bc_num_ulong2num(BcNum *n, unsigned long val) { in bc_num_ulong2num() 3148 int good = 0; in bc_parse_isDelimiter() local 4758 int good = 0; in bc_program_assignPrep() local 5113 unsigned long val, max, min; in bc_program_assign() local 5361 unsigned long val = 0; in bc_program_builtin() local 5381 unsigned long val; in bc_program_pushGlobal() local
|
/aosp_15_r20/art/runtime/jni/ |
H A D | jni_internal.cc | 98 size_t VisitUtf8Chars(const char* utf8, size_t byte_count, GoodFunc good, BadFunc bad) { in VisitUtf8Chars() 176 auto good = [&](const char* ptr, size_t length) { in operator ()() local 189 auto good = [&](const char* ptr, size_t length) { in operator ()() local 289 JValue val; in NotifySetObjectField() local 300 static void NotifySetPrimitiveField(ArtField* field, jobject obj, JValue val) in NotifySetPrimitiveField()
|
/aosp_15_r20/external/e2fsprogs/contrib/ |
H A D | fsstress.c | 1639 int good; in bulkstat1_f() local 2500 char *val; in symlink_f() local
|
/aosp_15_r20/external/ltp/testcases/kernel/fs/fsstress/ |
H A D | fsstress.c | 1608 int good; in bulkstat1_f() local 2469 char *val; in symlink_f() local
|
/aosp_15_r20/external/armnn/third-party/stb/ |
H A D | stb_image.h | 1479 unsigned char *good; in stbi__convert_format() local 1528 stbi__uint16 *good; in stbi__convert_format16() local 2162 int i,val[64],*v=val; in stbi__idct_block() local 5599 stbi_uc val; in stbi__psd_decode_rle() local 5742 stbi__uint16 val = channel == 3 ? 65535 : 0; in stbi__psd_load() local 5747 stbi_uc val = channel == 3 ? 255 : 0; in stbi__psd_load() local
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | stb_image.h | 1738 unsigned char *good; in stbi__convert_format() local 1795 stbi__uint16 *good; in stbi__convert_format16() local 2435 int i,val[64],*v=val; in stbi__idct_block() local 6023 stbi_uc val; in stbi__psd_decode_rle() local 6169 stbi__uint16 val = channel == 3 ? 65535 : 0; in stbi__psd_load() local 6174 stbi_uc val = channel == 3 ? 255 : 0; in stbi__psd_load() local
|
/aosp_15_r20/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image.h | 1738 unsigned char *good; in stbi__convert_format() local 1795 stbi__uint16 *good; in stbi__convert_format16() local 2435 int i,val[64],*v=val; in stbi__idct_block() local 6030 stbi_uc val; in stbi__psd_decode_rle() local 6176 stbi__uint16 val = channel == 3 ? 65535 : 0; in stbi__psd_load() local 6181 stbi_uc val = channel == 3 ? 255 : 0; in stbi__psd_load() local
|
/aosp_15_r20/external/ComputeLibrary/include/stb/ |
H A D | stb_image.h | 1522 unsigned char *good; in stbi__convert_format() local 1571 stbi__uint16 *good; in stbi__convert_format16() local 2206 int i,val[64],*v=val; in stbi__idct_block() local 5681 stbi_uc val; in stbi__psd_decode_rle() local 5824 stbi__uint16 val = channel == 3 ? 65535 : 0; in stbi__psd_load() local 5829 stbi_uc val = channel == 3 ? 255 : 0; in stbi__psd_load() local
|
/aosp_15_r20/external/testng/ant/3rdparty/ |
HD | doclava-1.0.3.jar | META-INF/MANIFEST.MF
assets/html/index.html
assets/templates/data ... |
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | org-eclipse-jface-3.6.2.jar | ... final org.eclipse.swt.widgets.Menu val$itemMenu
private final org.eclipse.swt. ... |