/third_party/skia/modules/skottie/src/effects/ |
H A D | SphereEffect.cpp | 287 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 D | FractalNoiseEffect.cpp | 348 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 D | LevelsEffect.cpp | 155 this->node()->setColorFilter(nullptr); 159 this->node()->setColorFilter(SkTableColorFilter::MakeARGB( 280 this->node()->setColorFilter(std::move(cf));
|
/third_party/skia/modules/canvaskit/ |
H A D | Makefile | 110 node-example: 111 node ./npm_build/node.example.js --expose-wasm
|
/third_party/node/src/large_pages/ |
H A D | node_large_page.h | 28 namespace node { namespace 31 } // namespace node
|
/third_party/python/Lib/lib2to3/tests/data/fixers/myfixes/ |
H A D | fix_preorder.py | 6 def match(self, node): return False
|
H A D | fix_first.py | 6 def match(self, node): return False
|
H A D | fix_last.py | 7 def match(self, node): return False
|
/third_party/rust/crates/syn/codegen/src/ |
H A D | lookup.rs | 3 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 D | BytesTrieBuilder.java | 265 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 D | BytesTrieBuilder.java | 258 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 D | ir3_dce.c | 94 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 D | freedreno_dt.c | 61 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 D | aliased_buffer.h | 10 namespace node { namespace 164 inline void MemoryInfo(node::MemoryTracker* tracker) const override; 193 } // namespace node
|
H A D | handle_wrap.cc | 28 namespace node { namespace 182 } // namespace node 185 node::HandleWrap::RegisterExternalReferences)
|
H A D | module_wrap.h | 11 namespace node { namespace 102 static ModuleWrap* GetFromModule(node::Environment*, v8::Local<v8::Module>); 113 } // namespace node
|
H A D | node_perf.h | 8 #include "node.h" 17 namespace node { namespace 136 node::MakeSyncCallback( in Notify() 164 } // namespace node
|
/third_party/node/src/inspector/ |
H A D | worker_inspector.cc | 7 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 D | nativetypes.py | 13 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 D | reify-output.js | 95 const node = d.actual || d.ideal 96 log.silly(d.action, node.location)
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_nir_lower_builtin.c | 197 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 D | instruction-scheduler.h | 48 // 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 D | nv50_ir_graph.h | 119 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 D | debugobj.py | 134 node = TreeNode(sc.canvas, None, item) 135 node.update()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | RewriteOutArgs.cpp | 71 const TVariable *GetVariable(TIntermNode &node) in GetVariable() argument 73 TIntermTyped *tyNode = node.getAsTyped(); in GetVariable()
|