/third_party/icu/icu4c/source/common/ |
H A D | rbbiscan.cpp | 252 // The openParen node is a dummy operation type with a low precedence, in doParseActions() 268 // The top of the node stack has the $variable ref node. in doParseActions() 270 // Save the start position of the RHS text in the StartExpression node in doParseActions() 271 // that precedes the $variableReference node on the stack. in doParseActions() 277 // Push a new start-of-expression node; needed to keep parse of the in doParseActions() 290 // Terminate expression, leaves expression parse tree rooted in TOS node. in doParseActions() 298 // in the root of the node for the right-hand-side expression. in doParseActions() 303 // Expression parse tree becomes l. child of the $variable reference node. in doParseActions() 307 // Make a symbol table entry for the $variableRef node in doParseActions() [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_bc_finalize.cpp | 254 node *prev_node = NULL; in run_on() 256 node *n = *I; in run_on() 299 void bc_finalizer::finalize_alu_group(alu_group_node* g, node *prev_node) { in finalize_alu_group() 890 unsigned bc_finalizer::get_stack_depth(node *n, unsigned &loops, in get_stack_depth() 990 node *p = c->prev; in cf_peephole()
|
/third_party/node/src/ |
H A D | node.cc | 22 #include "node.h" 133 namespace node { namespace 155 // process-relative uptime base in nanoseconds, initialized in node::Start() 238 "(node:%d) [Thread %" PRIu64 "] Atomics.wait(%p + %zx, %" PRId64 in AtomicsWaitCallback() 775 // Anything that's still in v8_argv is not a V8 or a node option. in ProcessGlobalArgs() 905 // We should set node_is_initialized here instead of in node::Start, in InitializeNodeWithArgs() 906 // otherwise embedders using node::Init to initialize everything will not be in InitializeNodeWithArgs() 939 int lp_result = node::MapStaticCodeToLargePages(); in InitializeOncePerProcess() 941 result->errors_.emplace_back(node::LargePagesError(lp_result)); in InitializeOncePerProcess() 999 // loop and the node proces in InitializeOncePerProcess() [all...] |
H A D | node_builtins.cc | 10 namespace node { namespace 271 std::string filename_s = std::string("node:") + id; in LookupAndCompileInternal() 651 node::Utf8Value id_v(realm->isolate(), args[0].As<String>()); in CompileFunction() 739 } // namespace node 742 builtins, node::builtins::BuiltinLoader::CreatePerIsolateProperties) 744 builtins, node::builtins::BuiltinLoader::CreatePerContextProperties) 746 builtins, node::builtins::BuiltinLoader::RegisterExternalReferences)
|
H A D | base_object_types.h | 8 namespace node { namespace 67 } // namespace node
|
H A D | cleanup_queue-inl.h | 11 namespace node { namespace 58 } // namespace node
|
H A D | inspector_io.h | 17 namespace node { namespace 76 } // namespace node
|
H A D | inspector_socket.h | 12 namespace node { namespace 56 } // namespace node
|
H A D | js_stream.h | 9 namespace node { namespace 48 } // namespace node
|
H A D | node_bob.h | 6 namespace node { namespace 109 } // namespace node
|
H A D | node_dir.h | 8 namespace node { namespace 48 } // namespace node
|
/third_party/node/deps/icu-small/source/common/ |
H A D | rbbiscan.cpp | 252 // The openParen node is a dummy operation type with a low precedence, in doParseActions() 268 // The top of the node stack has the $variable ref node. in doParseActions() 270 // Save the start position of the RHS text in the StartExpression node in doParseActions() 271 // that precedes the $variableReference node on the stack. in doParseActions() 277 // Push a new start-of-expression node; needed to keep parse of the in doParseActions() 290 // Terminate expression, leaves expression parse tree rooted in TOS node. in doParseActions() 298 // in the root of the node for the right-hand-side expression. in doParseActions() 303 // Expression parse tree becomes l. child of the $variable reference node. in doParseActions() 307 // Make a symbol table entry for the $variableRef node in doParseActions() [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_gmem.c | 284 list_inithead(&gmem->node); in gmem_stateobj_init() 465 list_del(&gmem->node); in __fd_gmem_destroy() 570 list_last_entry(&cache->lru, struct fd_gmem_stateobj, node); in lookup_gmem_state() 580 list_delinit(&gmem->node); in lookup_gmem_state() 581 list_add(&gmem->node, &cache->lru); in lookup_gmem_state()
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_blend.c | 794 &shader->variants, node) { in pan_blend_get_shader_locked() 806 list_add(&variant->node, &shader->variants); in pan_blend_get_shader_locked() 809 variant = list_last_entry(&shader->variants, struct pan_blend_shader_variant, node); in pan_blend_get_shader_locked() 810 list_del(&variant->node); in pan_blend_get_shader_locked() 811 list_add(&variant->node, &shader->variants); in pan_blend_get_shader_locked()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | rbbiscan.cpp | 252 // The openParen node is a dummy operation type with a low precedence, in doParseActions() 268 // The top of the node stack has the $variable ref node. in doParseActions() 270 // Save the start position of the RHS text in the StartExpression node in doParseActions() 271 // that precedes the $variableReference node on the stack. in doParseActions() 277 // Push a new start-of-expression node; needed to keep parse of the in doParseActions() 290 // Terminate expression, leaves expression parse tree rooted in TOS node. in doParseActions() 298 // in the root of the node for the right-hand-side expression. in doParseActions() 303 // Expression parse tree becomes l. child of the $variable reference node. in doParseActions() 307 // Make a symbol table entry for the $variableRef node in doParseActions() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
H A D | graphcycles.cc | 25 // (1) Maintain a rank for each node that is consistent 193 // HASH_FOR_EACH(elem, node->out) { ... } 259 // We encode a node index and a node version in GraphId. The version 288 void* stack[40]; // stack[0,nstack-1] holds stack trace for node. 291 // Hash table for pointer to node index lookups. 372 for (auto* node : rep_->nodes_) { in ~GraphCycles() 373 node->Node::~Node(); in ~GraphCycles() 374 base_internal::LowLevelAlloc::Free(node); in ~GraphCycles() 387 ABSL_RAW_LOG(FATAL, "Did not find live node i in CheckInvariants() 466 HasNode(GraphId node) HasNode() argument [all...] |
/third_party/selinux/libsepol/src/ |
H A D | hierarchy.c | 134 avtab_ptr_t n = cur->node; in bounds_expand_cond_rules() 332 avtab_ptr_t ap = cur->node; in bounds_check_cond_rules() 392 cond_list_t *node = cur->cond_list; in bounds_check_child_rules() local 395 node->true_list, child, parent, in bounds_check_child_rules() 401 node->false_list, child, parent, in bounds_check_child_rules()
|
/third_party/curl/lib/ |
H A D | altsvc.h | 51 struct Curl_llist_element node; member
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_autotune.h | 112 struct list_head node; member
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_rt_common.h | 50 nir_ssa_def *build_node_to_addr(struct radv_device *device, nir_builder *b, nir_ssa_def *node); 67 * nodes + 1 triangle node 68 * + 1 instance node. Furthermore, when processing a box node, worst case we actually
|
/third_party/mesa3d/src/imagination/rogue/ |
H A D | rogue_instr.h | 88 struct list_head node; /** Linked list node. */ member
|
/third_party/node/src/crypto/ |
H A D | crypto_hkdf.h | 12 namespace node { namespace 60 } // namespace node
|
H A D | crypto_scrypt.h | 11 namespace node { namespace 84 } // namespace node
|
H A D | crypto_pbkdf2.h | 12 namespace node { namespace 73 } // namespace node
|
/third_party/node/test/tick-processor/ |
H A D | test-tick-processor-polyfill-brokenfile.js | 24 const WARN_REG_EXP = /\(node:\d+\) \[BROKEN_PROFILE_FILE] Warning: Profile file .* is broken/;
|