Home
last modified time | relevance | path

Searched +defs:val +defs:found (Results 1 – 25 of 1119) sorted by relevance

12345678910>>...45

/aosp_15_r20/external/icing/icing/legacy/index/
H A Dicing-dynamic-trie_test.cc75 uint32_t val; in CheckTrie() local
76 bool found = trie.Find(key, &val); in CheckTrie() local
108 uint32_t val; in RetrieveKeyValuePairs() local
134 uint32_t val; in TEST_F() local
135 bool found = trie.Find(kKeys[i], &val); in TEST_F() local
472 uint32_t val; in TEST_F() local
473 bool found = trie.Find(kCommonEnglishWords[i], &val); in TEST_F() local
535 uint32_t val; in TEST_F() local
536 bool found = trie.Find(kCommonEnglishWords[i], &val); in TEST_F() local
576 int val = 3; in TEST_F() local
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-gpr.h21 int validate_gpr(unsigned long *gpr, unsigned long val) in validate_gpr()
23 int i, found = 1; in validate_gpr() local
39 int validate_fpr(__u64 *fpr, __u64 val) in validate_fpr()
41 int i, found = 1; in validate_fpr() local
56 int validate_fpr_double(double *fpr, double val) in validate_fpr_double()
58 int i, found = 1; in validate_fpr_double() local
/aosp_15_r20/external/python/cpython3/Python/
Dcontext.c196 PyContextVar_Get(PyObject *ovar, PyObject *def, PyObject **val) in PyContextVar_Get()
218 PyObject *found = NULL; in PyContextVar_Get() local
259 PyContextVar_Set(PyObject *ovar, PyObject *val) in PyContextVar_Set()
276 int found = _PyHamt_Find(ctx->ctx_vars, (PyObject *)var, &old_val); in PyContextVar_Set() local
540 PyObject *val = NULL; in context_tp_subscript() local
541 int found = _PyHamt_Find(self->ctx_vars, key, &val); in context_tp_subscript() local
559 PyObject *val = NULL; in context_tp_contains() local
585 PyObject *val = NULL; in _contextvars_Context_get_impl() local
586 int found = _PyHamt_Find(self->ctx_vars, key, &val); in _contextvars_Context_get_impl() local
736 contextvar_set(PyContextVar *var, PyObject *val) in contextvar_set()
[all …]
Dhamt.c689 PyObject *key, PyObject *val, int* added_leaf) in hamt_node_bitmap_assoc()
1024 PyObject *val = sub_tree->b_array[1]; in hamt_node_bitmap_without() local
1097 PyObject *key, PyObject **val) in hamt_node_bitmap_find()
1318 PyObject *key, PyObject *val, int* added_leaf) in hamt_node_collision_assoc()
1328 hamt_find_t found; in hamt_node_collision_assoc() local
1444 hamt_find_t found = hamt_node_collision_find_index(self, key, &key_idx); in hamt_node_collision_without() local
1530 PyObject *key, PyObject **val) in hamt_node_collision_find()
1610 PyObject *val = node->c_array[i + 1]; in hamt_node_collision_dump() local
1679 PyObject *key, PyObject *val, int* added_leaf) in hamt_node_array_assoc()
1873 PyObject *val = child->b_array[1]; in hamt_node_array_without() local
[all …]
/aosp_15_r20/external/cronet/base/
H A Dvalues_unittest.cc836 EXPECT_EQ(3u, list.EraseIf([](const auto& val) { return val >= Value(2); })); in TEST()
840 EXPECT_EQ(1u, list.EraseIf([](const auto& val) { return true; })); in TEST()
843 EXPECT_EQ(0u, list.EraseIf([](const auto& val) { return true; })); in TEST()
875 Value* found = dict.Find("foo"); in TEST() local
1188 Value* found = root.FindByDottedPath("foo.notfound"); in TEST() local
1202 Value* found = root.FindByDottedPath("one.two"); in TEST() local
1230 Value* found = root.FindByDottedPath("foo.bar"); in TEST() local
1250 Value* found = root.FindByDottedPath("foo.bar"); in TEST() local
1270 Value* found = root.FindByDottedPath("foo.bar"); in TEST() local
1290 Value* found = root.FindByDottedPath("foo.bar"); in TEST() local
[all …]
/aosp_15_r20/external/perfetto/src/shared_lib/test/
H A Dapi_integrationtest.cc164 uint64_t val = 0; in TEST() local
193 int32_t val = 0; in TEST() local
239 uint64_t val; in ParsePackedVarInt() local
314 [](uint64_t val) { in TEST_F()
1237 bool found = false; in TEST_F() local
1282 bool found = false; in TEST_F() local
1375 bool found = false; in TEST_F() local
1457 bool found = false; in TEST_F() local
1500 bool found = false; in TEST_F() local
1533 bool found = false; in TEST_F() local
/aosp_15_r20/external/webrtc/rtc_base/experiments/
H A Dstruct_parameters_parser.cc28 inline void StringEncode(std::string* target, bool val) { in StringEncode()
31 inline void StringEncode(std::string* target, double val) { in StringEncode()
34 inline void StringEncode(std::string* target, int val) { in StringEncode()
37 inline void StringEncode(std::string* target, unsigned val) { in StringEncode()
40 inline void StringEncode(std::string* target, DataRate val) { in StringEncode()
43 inline void StringEncode(std::string* target, DataSize val) { in StringEncode()
46 inline void StringEncode(std::string* target, TimeDelta val) { in StringEncode()
51 inline void StringEncode(std::string* sb, absl::optional<T> val) { in StringEncode()
100 bool found = false; in Parse() local
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/encoding/
H A Dapr_escape.c87 int found = 0; in apr_escape_shell() local
184 int found = 0; in apr_unescape_url() local
345 int found = 0; in apr_escape_path_segment() local
413 int found = 0; in apr_escape_path() local
496 int found = 0; in apr_escape_urlencoded() local
570 int found = 0; in apr_escape_entity() local
704 int found = 0; in apr_unescape_entity() local
706 int val, i, j; in apr_unescape_entity() local
876 int found = 0; in apr_escape_echo() local
/aosp_15_r20/external/strace/
H A Dxlat.c46 sprint_xlat_val(uint64_t val, enum xlat_style style) in sprint_xlat_val()
68 print_xlat_val(uint64_t val, enum xlat_style style) in print_xlat_val()
74 xlookup(const struct xlat *xlat, const uint64_t val) in xlookup()
96 xlat_search(const struct xlat *xlat, const size_t nmemb, const uint64_t val) in xlat_search()
130 printxvals_ex(const uint64_t val, const char *dflt, enum xlat_style style, in printxvals_ex()
179 const unsigned int val, const char *const dflt, in sprintxval_ex()
220 printxval_sized(const struct xlat *xlat, size_t xlat_size, uint64_t val, in printxval_sized() argument
250 printxval_searchn_ex(const struct xlat *xlat, size_t xlat_size, uint64_t val, in printxval_searchn_ex()
258 xlat_idx(const struct xlat *xlat, size_t nmemb, uint64_t val) in xlat_idx()
282 printxval_indexn_ex(const struct xlat *xlat, size_t xlat_size, uint64_t val, in printxval_indexn_ex()
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/powerpc/cache_shape/
H A Dcache_shape.c31 static void print_size(const char *label, uint32_t val) in print_size()
36 static void print_geo(const char *label, uint32_t val) in print_geo()
55 int found; in test_cache_shape() local
/aosp_15_r20/external/autotest/client/profilers/powertop/src/
H A Dwireless.c60 char val; in rfkill_enabled() local
79 char val; in check_unused_wiresless_up() local
142 char val; in need_wireless_suggest_new() local
200 static int found = 0; in find_wireless_nic() local
/aosp_15_r20/external/libtraceevent/plugins/
H A Dplugin_sched_switch.c130 unsigned long long val; in write_state() local
131 int found = 0; in write_state() local
188 unsigned long long val; in sched_wakeup_handler() local
217 unsigned long long val; in sched_switch_handler() local
/aosp_15_r20/external/coreboot/payloads/libpayload/libc/
H A Dstring.c470 long long int val = strtoll(ptr, endptr, base); in strtol() local
537 unsigned long long val = strtoull(ptr, endptr, base); in strtoul() local
554 int found = 0; in strspn() local
578 int found = 0; in strcspn() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb.c35 u64 val; in reset_ebb_with_clear_mask() local
59 u64 val; in ebb_check_mmcr0() local
101 int found, i; in standard_ebb_callee() local
102 u64 val; in standard_ebb_callee() local
255 u64 val; in count_pmc() local
352 uint64_t val; in ebb_child() local
/aosp_15_r20/external/rmi4utils/rmidevice/
H A Drmidevice.cpp155 unsigned char val; in QueryBasicProperties() local
177 unsigned short *val = (unsigned short *)infoBuf; in QueryBasicProperties() local
187 unsigned short *val = (unsigned short *)infoBuf; in QueryBasicProperties() local
301 bool found = false; in ScanPDT() local
/aosp_15_r20/external/skia/tests/
H A DHashTest.cpp37 double* found = map.find(3); in DEF_TEST() local
157 std::string_view* found = map.find(1); in DEF_TEST() local
187 std::string_view* found = map.find(1); in DEF_TEST() local
381 int val = 0; in DEF_TEST() member
/aosp_15_r20/external/igt-gpu-tools/tests/i915/
H A Di915_pm_backlight.c99 static void test_and_verify(struct context *context, int val) in test_and_verify()
126 int val; in test_bad_brightness() local
195 bool found = false; variable
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DMultinomialKernel.cu55 scalar_t val; in C10_LAUNCH_BOUNDS_1() local
108 scalar_t val) { in binarySearchForMultinomial()
200 __shared__ bool found; in C10_LAUNCH_BOUNDS_1() local
213 scalar_t val; in C10_LAUNCH_BOUNDS_1() local
267 accscalar_t val = accZero; in C10_LAUNCH_BOUNDS_1() local
/aosp_15_r20/art/test/1940-ddms-ext/src-art/art/
H A DTest1940.java83 long val = a.getValue(); in handleChunk() local
176 private boolean found = false; field in Test1940.AwaitChunkHandler
312 private static Chunk processChunk(byte[] val) { in processChunk()
317 private static native Chunk processChunk(Chunk val); in processChunk()
/aosp_15_r20/external/mesa3d/src/compiler/spirv/
H A Dvtn_opencl.c146 nir_function *found = nir_shader_get_function_for_name(b->shader, mname); in mangle_and_find() local
176 nir_function *found = mangle_and_find(b, name, const_mask, num_srcs, src_types); in call_mangled_function() local
210 struct vtn_value *val = vtn_untyped_value(b, w_src[i]); in handle_instr() local
691 struct vtn_ssa_value *val = vtn_ssa_value(b, w[5]); in _handle_v_load_store() local
822 struct vtn_value *val = vtn_untyped_value(b, w_src[i]); in handle_printf() local
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/brcm/
Dchimp.c63 uint32_t val; in bcm_chimp_is_nic_mode() local
74 uint32_t val; in bcm_chimp_fru_prog_done() local
266 int found; in bcm_chimp_find_fw_in_spi() local
/aosp_15_r20/external/arm-trusted-firmware/drivers/brcm/
H A Dchimp.c63 uint32_t val; in bcm_chimp_is_nic_mode() local
74 uint32_t val; in bcm_chimp_fru_prog_done() local
266 int found; in bcm_chimp_find_fw_in_spi() local
/aosp_15_r20/external/elfutils/libdwfl/
H A Dframe_unwind.c48 __libdwfl_frame_reg_get (Dwfl_Frame *state, unsigned regno, Dwarf_Addr *val) in __libdwfl_frame_reg_get()
65 __libdwfl_frame_reg_set (Dwfl_Frame *state, unsigned regno, Dwarf_Addr val) in __libdwfl_frame_reg_set()
96 do_push (struct eval_stack *stack, Dwarf_Addr val) in do_push()
121 do_pop (struct eval_stack *stack, Dwarf_Addr *val) in do_pop()
437 const Dwarf_Op *found = bsearch ((void *) (uintptr_t) offset, ops, nops, in expr_eval() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_descriptors.c417 VkDeviceSize val; in init_program_db() local
584 unsigned found = 0; in zink_descriptor_program_init() local
741 VkDeviceSize val; in zink_descriptor_shader_init() local
801 bool found = false; in clear_multi_pool_overflow() local
895 bool found = false; in find_pool() local
1634 VkDeviceSize val; in zink_descriptors_init() local
1711 VkDeviceSize val; in zink_descriptor_util_init_fbfetch() local
/aosp_15_r20/external/ltp/include/
H A Dtst_kconfig.h23 char *val; member
91 bool found; member

12345678910>>...45