Searched refs:is_new (Results 1 – 8 of 8) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/base/ |
D | ecma-helpers-external-pointers.c | 50 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/ |
D | earley-parser.cc | 220 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/ |
D | stdin-util.c | 124 bool is_new) { in load_module() argument 135 if (!is_new) { in load_module()
|
D | stdin-util.h | 75 bool is_new);
|
/third_party/pulseaudio/src/pulsecore/ |
D | time-smoother.c | 348 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/ |
D | conf.c | 284 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/ |
D | usdt.c | 902 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/ |
D | extension_set.cc | 931 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()
|