Home
last modified time | relevance | path

Searched defs:parent (Results 376 - 400 of 1274) sorted by relevance

1...<<11121314151617181920>>...51

/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/
H A Dfeatureapi_func_test.c83 static void FEATURE_OnInitialize(Feature *feature, Service *parent, Identity identity) in FEATURE_OnInitialize() argument
H A Dfeature_func_test.c89 static void FEATURE_OnInitialize(Feature *feature, Service *parent, Identity identity) in FEATURE_OnInitialize() argument
H A Diunknown_func_test.c85 static void FEATURE_OnInitialize(Feature *feature, Service *parent, Identity identity) in FEATURE_OnInitialize() argument
/third_party/curl/tests/http/clients/
H A Dh2-serverpush.c160 static int server_push_callback(CURL *parent, in server_push_callback() argument
/third_party/ffmpeg/libavfilter/
H A Dframesync.h152 AVFilterContext *parent; member
/third_party/alsa-lib/src/ucm/
H A Ducm_include.c240 uc_mgr_config_tree_merge(snd_use_case_mgr_t *uc_mgr, snd_config_t *parent, snd_config_t *new_ctx, snd_config_t *before, snd_config_t *after) uc_mgr_config_tree_merge() argument
281 uc_mgr_evaluate_include(snd_use_case_mgr_t *uc_mgr, snd_config_t *parent, snd_config_t *inc) uc_mgr_evaluate_include() argument
/third_party/curl/docs/examples/
H A Dhttp2-serverpush.c164 static int server_push_callback(CURL *parent, in server_push_callback() argument
H A Dhttp2-pushinmemory.c96 static int server_push_callback(CURL *parent, in server_push_callback() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H A DScientificNotation.java132 final MicroPropsGenerator parent; field in ScientificNotation.ScientificHandler
105 withLocaleData( DecimalFormatSymbols symbols, boolean build, MicroPropsGenerator parent) withLocaleData() argument
135 ScientificHandler( ScientificNotation notation, DecimalFormatSymbols symbols, boolean safe, MicroPropsGenerator parent) ScientificHandler() argument
H A DNumberRangeFormatterSettings.java30 private final NumberRangeFormatterSettings<?> parent; field in NumberRangeFormatterSettings
35 NumberRangeFormatterSettings(NumberRangeFormatterSettings<?> parent, int key, Object value) { in NumberRangeFormatterSettings() argument
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
H A DULocaleCollationTest.java73 Object get(Object parent); in get() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DULocaleCollationTest.java76 Object get(Object parent); in get() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
H A DScientificNotation.java131 final MicroPropsGenerator parent; field in ScientificNotation.ScientificHandler
104 withLocaleData( DecimalFormatSymbols symbols, boolean build, MicroPropsGenerator parent) withLocaleData() argument
134 ScientificHandler( ScientificNotation notation, DecimalFormatSymbols symbols, boolean safe, MicroPropsGenerator parent) ScientificHandler() argument
H A DNumberRangeFormatterSettings.java31 private final NumberRangeFormatterSettings<?> parent; field in NumberRangeFormatterSettings
36 NumberRangeFormatterSettings(NumberRangeFormatterSettings<?> parent, int key, Object value) { in NumberRangeFormatterSettings() argument
/third_party/libphonenumber/tools/java/common/src/com/google/i18n/phonenumbers/
H A DMetadataFilter.java322 shouldDrop(String parent, String child) shouldDrop() argument
[all...]
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-adopt.h153 struct lws *parent; /**< NULL or struct lws to attach new_wsi to as a child */ member
H A Dlws-cache-ttl.h227 struct lws_cache_ttl_lru *parent; member
/third_party/libwebsockets/lib/core-net/
H A Ddummy-callback.c279 struct lws *parent; lws_callback_http_dummy() local
[all...]
/third_party/libdrm/freedreno/
H A Dfreedreno_ringbuffer.h70 struct fd_ringbuffer *parent; member
/third_party/jerryscript/jerry-ext/handle-scope/
H A Dhandle-scope.c167 jerryx_handle_scope parent = jerryx_handle_scope_get_parent (scope); in jerryx_escape_handle_internal() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_returns.c85 nir_loop *parent = state->loop; in lower_returns_in_loop() local
H A Dnir_lower_locals_to_regs.c256 nir_instr *parent = mov->src[0].src.ssa->parent_instr; in lower_locals_to_regs_block() local
H A Dnir_lower_indirect_derefs.c35 emit_indirect_load_store_deref(nir_builder *b, nir_intrinsic_instr *orig_instr, nir_deref_instr *parent, nir_deref_instr **deref_arr, int start, int end, nir_ssa_def **dest, nir_ssa_def *src) emit_indirect_load_store_deref() argument
68 emit_load_store_deref(nir_builder *b, nir_intrinsic_instr *orig_instr, nir_deref_instr *parent, nir_deref_instr **deref_arr, nir_ssa_def **dest, nir_ssa_def *src) emit_load_store_deref() argument
142 nir_deref_instr *parent = nir_deref_instr_parent(base); lower_indirect_derefs_block() local
[all...]
H A Dnir_lower_memcpy.c48 memcpy_load_deref_elem(nir_builder *b, nir_deref_instr *parent, in memcpy_load_deref_elem() argument
61 memcpy_load_deref_elem_imm(nir_builder *b, nir_deref_instr *parent, in memcpy_load_deref_elem_imm() argument
69 memcpy_store_deref_elem(nir_builder *b, nir_deref_instr *parent, in memcpy_store_deref_elem() argument
81 memcpy_store_deref_elem_imm(nir_builder *b, nir_deref_instr *parent, uint64_t index, nir_ssa_def *value) memcpy_store_deref_elem_imm() argument
[all...]
H A Dnir_lower_amul.c80 nir_instr *parent = src->ssa->parent_instr; in lower_large_src() local

Completed in 14 milliseconds

1...<<11121314151617181920>>...51