Home
last modified time | relevance | path

Searched refs:is_new (Results 1 – 8 of 8) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-external-pointers.c50 bool is_new = (property_p == NULL); in ecma_create_native_pointer_property() local
101 return is_new; in ecma_create_native_pointer_property()
/third_party/gstreamer/gstreamer/plugins/tracers/
Dgststats.c125 gboolean is_new = FALSE; in get_element_stats() local
135 is_new = TRUE; in get_element_stats()
145 if (G_UNLIKELY (is_new)) { in get_element_stats()
216 gboolean is_new = FALSE; in get_pad_stats() local
228 is_new = TRUE; in get_pad_stats()
239 if (G_UNLIKELY (is_new)) { in get_pad_stats()
/third_party/pulseaudio/src/modules/
Dstdin-util.c124 bool is_new) { in load_module() argument
135 if (!is_new) { in load_module()
Dstdin-util.h75 bool is_new);
/third_party/toybox/kconfig/
Dconf.c284 bool is_new; in conf_choice() local
288 is_new = !sym_has_value(sym); in conf_choice()
351 if (!is_new) { in conf_choice()
/third_party/pulseaudio/src/pulsecore/
Dtime-smoother.c348 bool is_new; in pa_smoother_put() local
358 is_new = x >= s->ex; in pa_smoother_put()
360 if (is_new) { in pa_smoother_put()
/third_party/libbpf/src/
Dusdt.c888 int *spec_id, bool *is_new) in allocate_spec_id() argument
897 *is_new = false; in allocate_spec_id()
937 *is_new = true; in allocate_spec_id()
1017 bool is_new; in usdt_manager_attach_usdt() local
1028 err = allocate_spec_id(man, specs_hash, link, target, &spec_id, &is_new); in usdt_manager_attach_usdt()
1032 if (is_new && bpf_map_update_elem(spec_map_fd, &spec_id, &target->spec, BPF_ANY)) { in usdt_manager_attach_usdt()
/third_party/protobuf/src/google/protobuf/
Dextension_set.cc931 bool is_new = in InternalExtensionMergeFrom() local
933 if (is_new) { in InternalExtensionMergeFrom()
947 if (is_new) { \ in InternalExtensionMergeFrom()
967 if (is_new) { in InternalExtensionMergeFrom()
1014 bool is_new = in InternalExtensionMergeFrom() local
1016 if (is_new) { in InternalExtensionMergeFrom()