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/node/deps/v8/src/torque/
Dearley-parser.cc220 bool is_new = insert_result.second; in RunEarleyAlgorithm() local
221 if (!is_new) item.CheckAmbiguity(worklist.back(), tokens); in RunEarleyAlgorithm()
223 if (!is_new) continue; in RunEarleyAlgorithm()
/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/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/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/libbpf/src/
Dusdt.c902 int *spec_id, bool *is_new) in allocate_spec_id() argument
911 *is_new = false; in allocate_spec_id()
951 *is_new = true; in allocate_spec_id()
1033 bool is_new; in usdt_manager_attach_usdt() local
1044 err = allocate_spec_id(man, specs_hash, link, target, &spec_id, &is_new); in usdt_manager_attach_usdt()
1048 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()