Home
last modified time | relevance | path

Searched refs:node (Results 1501 - 1525 of 2512) sorted by relevance

1...<<61626364656667686970>>...101

/third_party/skia/modules/skottie/src/effects/
H A DSphereEffect.cpp287 sk_sp<SphereNode> node) in SphereAdapter()
288 : INHERITED(std::move(node)) in SphereAdapter()
372 const auto& sph = this->node();
285 SphereAdapter(const skjson::ArrayValue& jprops, const AnimationBuilder* abuilder, sk_sp<SphereNode> node) SphereAdapter() argument
H A DFractalNoiseEffect.cpp348 sk_sp<FractalNoiseNode> node) in FractalNoiseAdapter()
349 : INHERITED(std::move(node)) in FractalNoiseAdapter()
470 const auto& n = this->node();
346 FractalNoiseAdapter(const skjson::ArrayValue& jprops, const AnimationBuilder* abuilder, sk_sp<FractalNoiseNode> node) FractalNoiseAdapter() argument
H A DLevelsEffect.cpp155 this->node()->setColorFilter(nullptr);
159 this->node()->setColorFilter(SkTableColorFilter::MakeARGB(
280 this->node()->setColorFilter(std::move(cf));
/third_party/skia/modules/canvaskit/
H A DMakefile110 node-example:
111 node ./npm_build/node.example.js --expose-wasm
/third_party/node/src/large_pages/
H A Dnode_large_page.h28 namespace node { namespace
31 } // namespace node
/third_party/python/Lib/lib2to3/tests/data/fixers/myfixes/
H A Dfix_preorder.py6 def match(self, node): return False
H A Dfix_first.py6 def match(self, node): return False
H A Dfix_last.py7 def match(self, node): return False
/third_party/rust/crates/syn/codegen/src/
H A Dlookup.rs3 pub fn node<'a>(defs: &'a Definitions, name: &str) -> &'a Node { in node() functions
4 for node in &defs.types { in node()
5 if node.ident == name { in node()
6 return node; in node()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBytesTrieBuilder.java265 protected int writeValueAndType(boolean hasValue, int value, int node) { in writeValueAndType() argument
266 int offset=write(node); in writeValueAndType()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DBytesTrieBuilder.java258 protected int writeValueAndType(boolean hasValue, int value, int node) { in writeValueAndType() argument
259 int offset=write(node); in writeValueAndType()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_dce.c94 list_delinit(&instr->node); in remove_unused_by_block()
151 list_delinit(&arr->node); in find_and_remove_unused()
/third_party/mesa3d/src/freedreno/perfcntrs/
H A Dfreedreno_dt.c61 readdt(const char *node) in readdt() argument
67 (void)asprintf(&path, "%s/%s", dev.dtnode, node); in readdt()
153 printf("found dt node: %s\n", dev.dtnode); in find_device_fn()
/third_party/node/src/
H A Daliased_buffer.h10 namespace node { namespace
164 inline void MemoryInfo(node::MemoryTracker* tracker) const override;
193 } // namespace node
H A Dhandle_wrap.cc28 namespace node { namespace
182 } // namespace node
185 node::HandleWrap::RegisterExternalReferences)
H A Dmodule_wrap.h11 namespace node { namespace
102 static ModuleWrap* GetFromModule(node::Environment*, v8::Local<v8::Module>);
113 } // namespace node
H A Dnode_perf.h8 #include "node.h"
17 namespace node { namespace
136 node::MakeSyncCallback( in Notify()
164 } // namespace node
/third_party/node/src/inspector/
H A Dworker_inspector.cc7 namespace node { namespace
16 std::shared_ptr<node::inspector::MainThreadHandle> worker_thread, in WorkerStartedRequest()
142 } // namespace node
/third_party/node/tools/inspector_protocol/jinja2/
H A Dnativetypes.py13 result is a single node, its value is returned. Otherwise, the nodes are
39 def visit_Output(self, node, frame):
75 for child in node.nodes:
98 # if something goes wrong here we evaluate the node at runtime
201 is a single node, its value is returned. Otherwise, the nodes are
/third_party/node/deps/npm/lib/utils/
H A Dreify-output.js95 const node = d.actual || d.ideal
96 log.silly(d.action, node.location)
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_nir_lower_builtin.c197 exec_node_remove(&var->node); in lower_builtin_instr()
201 exec_node_self_link(&var->node); in lower_builtin_instr()
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-scheduler.h48 // A scheduling graph node.
54 // Mark the instruction represented by 'node' as a dependency of this one.
56 // of 'node' (i.e. it must be scheduled before 'node').
57 void AddSuccessor(ScheduleGraphNode* node);
64 // Record that we have scheduled one of the predecessors of this node.
84 // Number of unscheduled predecessors for this node.
91 // The sum of all the latencies on the path from this node to the end of
92 // the graph (i.e. a node with no successor).
105 // to pop node fro
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_graph.h119 bool reachableBy(const Node *node, const Node *term) const;
157 void insert(Node *node); // attach to or set as root
/third_party/python/Lib/idlelib/
H A Ddebugobj.py134 node = TreeNode(sc.canvas, None, item)
135 node.update()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DRewriteOutArgs.cpp71 const TVariable *GetVariable(TIntermNode &node) in GetVariable() argument
73 TIntermTyped *tyNode = node.getAsTyped(); in GetVariable()

Completed in 11 milliseconds

1...<<61626364656667686970>>...101