/aosp_15_r20/system/core/libutils/binder/ |
H A D | Errors_test.cpp | 35 TEST(errors, unwrap_or_return) { in TEST() argument 36 auto f = [](bool success, int* val) -> status_t { in TEST() 42 int val; in TEST() local 53 TEST(errors, unwrap_or_return_result) { in TEST() argument 69 TEST(errors, unwrap_or_return_result_int) { in TEST() argument 85 TEST(errors, unwrap_or_fatal) { in TEST() argument 91 TEST(errors, result_in_status) { in TEST() argument 100 std::string val = OR_RETURN(f(success)); in TEST() local 112 TEST(errors, conversion_promotion) { in TEST() argument 126 TEST(errors, conversion_promotion_bool) { in TEST() argument [all …]
|
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | config_winreg.c | 53 int errors = 0; in wpa_config_read_blobs() local 121 DWORD val, buflen; in wpa_config_read_reg_dword() local 140 TCHAR *val; in wpa_config_read_reg_string() local 203 int errors = 0; in wpa_config_read_global() local 204 int val; in wpa_config_read_global() local 301 int errors = 0; in wpa_config_read_network() local 387 int errors = 0; in wpa_config_read_networks() local 453 int errors = 0; in wpa_config_read() local 504 static int wpa_config_write_reg_dword(HKEY hk, const TCHAR *name, int val, in wpa_config_write_reg_dword() 528 const char *val) in wpa_config_write_reg_string() [all …]
|
H A D | config_file.c | 31 int errors = 0; in wpa_config_validate_network() local 88 int errors = 0, end = 0; in wpa_config_read_network() local 163 int errors = 0, end = 0; in wpa_config_read_cred() local 304 int errors = 0, line = 0; in wpa_config_read() local 1099 const struct wpabuf *val) in write_global_bin() 1262 char *val = freq_range_list_str(&config->p2p_no_go_freq); in wpa_config_write_global() local
|
/aosp_15_r20/external/wpa_supplicant_8/src/utils/ |
H A D | utils_module_tests.c | 51 int errors = 0; in printf_encode_decode_tests() local 132 int errors = 0; in bitfield_tests() local 228 int errors = 0; in int_array_tests() local 297 int errors = 0; in base64_tests() local 364 int errors = 0; in common_tests() local 450 int errors = 0; in os_tests() local 515 int errors = 0; in wpabuf_tests() local 571 int errors = 0; in ip_addr_tests() local 927 unsigned int val; in const_time_tests() member 938 unsigned int val; in const_time_tests() member
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/ |
H A D | test_simple_image_pitch.cpp | 67 size_t errors = 0; in test_simple_read_image_pitch() local 70 char val = host_buffer[j*bufferW+i]; in test_simple_read_image_pitch() local 134 size_t errors = 0; in test_simple_write_image_pitch() local 137 char val = mapped_image[j*mapped_pitch+i]; in test_simple_write_image_pitch() local
|
/aosp_15_r20/external/wpa_supplicant_8/hostapd/ |
H A D | config_file.c | 586 int *num_server, const char *val, int def_port, in hostapd_config_read_radius_addr() 612 static int hostapd_parse_das_client(struct hostapd_bss_config *bss, char *val) in hostapd_parse_das_client() 638 int val = 0, last; in hostapd_config_parse_key_mgmt() local 749 int val = wpa_parse_cipher(value); in hostapd_config_parse_cipher() local 766 char *val) in hostapd_config_read_wep() 818 static int hostapd_parse_chanlist(struct hostapd_config *conf, char *val) in hostapd_parse_chanlist() 836 static int hostapd_parse_intlist(int **int_list, char *val) in hostapd_parse_intlist() 1030 int line = 0, errors = 0; in hostapd_config_read_rxkh_file() local 1239 static u8 find_bit_offset(u8 val) in find_bit_offset() 1253 static u8 set_he_cap(int val, u8 mask) in set_he_cap() [all …]
|
/aosp_15_r20/build/make/tools/product_config/src/com/android/build/config/ |
H A D | Options.java | 103 public Parser(Errors errors, String[] args, Map<String,String> env) { in Parser() 193 final String val = getNextNonFlagArg(); in requireNextStringArg() local 201 final String val = getNextNonFlagArg(); in requireNextNumberArg() local 234 public static Options parse(Errors errors, String[] args, Map<String, String> env) { in parse()
|
H A D | FlattenConfig.java | 46 private FlattenConfig(Errors errors, GenericConfig genericConfig) { in FlattenConfig() 63 public static FlatConfig flatten(Errors errors, GenericConfig genericConfig) { in flatten() 345 final StringBuilder val = new StringBuilder(); in flattenInheritsFrom() local 458 final Value val = mVariables.get(varName); in setDefaultKnownVars() local
|
/aosp_15_r20/external/mesa3d/src/compiler/isaspec/ |
H A D | isaspec_decode_impl.c | 83 bitmask_t val; member 176 char *errors[4]; member 235 push_scope(struct decode_state *state, const struct isa_bitset *bitset, bitmask_t val) in push_scope() 293 bitmask_t val) in find_bitset() 387 bitmask_t val, mask; in extract_field() local 416 bitmask_t val; in find_display() local 446 display_bitset_field(struct decode_scope *scope, const struct isa_field *field, bitmask_t val) in display_bitset_field() 463 display_enum_field(struct decode_scope *scope, const struct isa_field *field, bitmask_t val) in display_enum_field() 505 uint64_t val = evaluate_expr(scope, field->expr); in resolve_field() local 519 bitmask_t val; in isa_decode_field() local [all …]
|
/aosp_15_r20/external/icing/icing/text_classifier/lib3/utils/hash/ |
H A D | farmhash.cc | 182 STATIC_INLINE uint32_t Bswap32(uint32_t val) { return bswap_32(val); } in Bswap32() 183 STATIC_INLINE uint64_t Bswap64(uint64_t val) { return bswap_64(val); } in Bswap64() 187 STATIC_INLINE uint32_t BasicRotate32(uint32_t val, int shift) { in BasicRotate32() 192 STATIC_INLINE uint64_t BasicRotate64(uint64_t val, int shift) { in BasicRotate64() 199 STATIC_INLINE uint32_t Rotate32(uint32_t val, int shift) { in Rotate32() 205 STATIC_INLINE uint64_t Rotate64(uint64_t val, int shift) { in Rotate64() 213 STATIC_INLINE uint32_t Rotate32(uint32_t val, int shift) { in Rotate32() 216 STATIC_INLINE uint64_t Rotate64(uint64_t val, int shift) { in Rotate64() 360 STATIC_INLINE uint64_t ShiftMix(uint64_t val) { in ShiftMix() 1230 STATIC_INLINE uint64_t ShiftMix(uint64_t val) { in ShiftMix() [all …]
|
/aosp_15_r20/external/libtextclassifier/native/utils/hash/ |
H A D | farmhash.cc | 184 STATIC_INLINE uint32_t Bswap32(uint32_t val) { return bswap_32(val); } in Bswap32() 185 STATIC_INLINE uint64_t Bswap64(uint64_t val) { return bswap_64(val); } in Bswap64() 189 STATIC_INLINE uint32_t BasicRotate32(uint32_t val, int shift) { in BasicRotate32() 194 STATIC_INLINE uint64_t BasicRotate64(uint64_t val, int shift) { in BasicRotate64() 201 STATIC_INLINE uint32_t Rotate32(uint32_t val, int shift) { in Rotate32() 207 STATIC_INLINE uint64_t Rotate64(uint64_t val, int shift) { in Rotate64() 215 STATIC_INLINE uint32_t Rotate32(uint32_t val, int shift) { in Rotate32() 218 STATIC_INLINE uint64_t Rotate64(uint64_t val, int shift) { in Rotate64() 362 STATIC_INLINE uint64_t ShiftMix(uint64_t val) { in ShiftMix() 1232 STATIC_INLINE uint64_t ShiftMix(uint64_t val) { in ShiftMix() [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/junit/junit/linux_glibc_common/javac/ |
D | junit.jar | ... .Thread {
final synthetic junit.framework.Test val$test
final synthetic junit.framework.TestResult val ... |
/aosp_15_r20/out/soong/.intermediates/external/junit/junit/android_common/javac/ |
D | junit.jar | ... .Thread {
final synthetic junit.framework.Test val$test
final synthetic junit.framework.TestResult val ... |
/aosp_15_r20/out/soong/.intermediates/external/junit/junit/linux_glibc_common/local-javac-header/ |
D | junit.jar | ... .Thread {
final synthetic junit.framework.Test val$test
final synthetic junit.framework.TestResult val ... |
/aosp_15_r20/external/testng/lib-supplied/ |
HD | guice-2.0.jar | ... {
protected org.testng.guice.internal.Errors errors
protected org.testng.guice.InjectorImpl injector ... |
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/google/inject/guice/3.0/ |
HD | guice-3.0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | junit-4.12.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/junit/
org/ ... |
/aosp_15_r20/external/libphonenumber/lib/ |
HD | junit-4.13.1.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/textui/
junit/ ... |
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/ |
D | message.c | 570 upb_MessageValue val; in PyUpb_Message_IsEmpty() local 908 upb_MessageValue val; in PyUpb_Message_GetScalarValue() local 961 upb_MessageValue val; in PyUpb_Message_SetFieldValue() local 1058 PyObject* errors) { in PyUpb_Message_IsInitializedAppendErrors() 1077 PyObject* errors = NULL; in PyUpb_Message_IsInitialized() local 1097 PyObject* val) { in PyUpb_Message_ListFieldsItemKey() 1158 upb_MessageValue val; in PyUpb_Message_ListFields() local 1485 PyObject* errors, PyObject* exc) { in PyUpb_Message_ReportInitializationErrors() 1516 PyObject* errors = PyUpb_Message_FindInitializationErrors(_self, NULL); in PyUpb_Message_SerializeInternal() local 1541 PyObject* errors = PyUpb_Message_FindInitializationErrors(_self, NULL); in PyUpb_Message_SerializeInternal() local
|
/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/ |
D | core-test-rules.jar | ... .Thread {
final synthetic junit.framework.Test val$test
final synthetic junit.framework.TestResult val ... |
/aosp_15_r20/prebuilts/module_sdk/art/1/test-exports/java/ |
D | core-test-rules.jar | ... .Thread {
final synthetic junit.framework.Test val$test
final synthetic junit.framework.TestResult val ... |
/aosp_15_r20/external/owasp/sanitizer/lib/junit/ |
D | junit-dep.jar | ... .Thread {
final synthetic junit.framework.Test val$test
final synthetic junit.framework.TestResult val ... |
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/uiautomator_intermediates/ |
D | classes.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/cmds/uiautomator/cmds/uiautomator/uiautomator/android_common/combined/ |
D | uiautomator.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/external/guice/guice/linux_glibc_common/local-javac-header/ |
D | guice.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |