Home
last modified time | relevance | path

Searched defs:node (Results 101 – 125 of 503) sorted by relevance

12345678910>>...21

/aosp12/frameworks/base/tools/aapt2/format/binary/
H A DXmlFlattener.cpp81 void Visit(const xml::Text* node) override { in Visit()
107 void Visit(const xml::Element* node) override { in Visit()
200 void WriteAttributes(const xml::Element* node, ResXMLTree_attrExt* flat_elem, in WriteAttributes()
315 bool XmlFlattener::Flatten(IAaptContext* context, const xml::Node* node) { in Flatten()
/aosp14/frameworks/base/tools/aapt2/format/binary/
H A DXmlFlattener.cpp81 void Visit(const xml::Text* node) override { in Visit()
107 void Visit(const xml::Element* node) override { in Visit()
200 void WriteAttributes(const xml::Element* node, ResXMLTree_attrExt* flat_elem, in WriteAttributes()
316 bool XmlFlattener::Flatten(IAaptContext* context, const xml::Node* node) { in Flatten()
/aosp12/system/tools/aidl/
H A Dlogging.h34 AidlErrorLog(Severity severity, const AidlNode* node) : AidlErrorLog(severity, *node) {} in AidlErrorLog()
37 AidlErrorLog(Severity severity, const std::unique_ptr<T>& node) : AidlErrorLog(severity, *node) {} in AidlErrorLog()
/aosp12/frameworks/compile/mclinker/lib/Core/
H A DInputTree.cpp36 NodeBase* node = createNode(); in enterGroup() local
44 BinaryTree<Input>::node_type* node = createNode(); in insert() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/searchfragment/cp2/
H A DContactTernarySearchTree.java42 private Node put(Node node, String key, int value, int position) { in put()
72 private Node get(Node node, String key, int position) { in get()
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DRecordingCanvas.java62 static RecordingCanvas obtain(@NonNull RenderNode node, int width, int height) { in obtain()
84 void finishRecording(RenderNode node) { in finishRecording()
92 private RecordingCanvas(@NonNull RenderNode node, int width, int height) { in RecordingCanvas()
275 private static native long nCreateDisplayListCanvas(long node, int width, int height); in nCreateDisplayListCanvas()
277 private static native void nResetDisplayListCanvas(long canvas, long node, in nResetDisplayListCanvas()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DRecordingCanvas.java62 static RecordingCanvas obtain(@NonNull RenderNode node, int width, int height) { in obtain()
84 void finishRecording(RenderNode node) { in finishRecording()
92 private RecordingCanvas(@NonNull RenderNode node, int width, int height) { in RecordingCanvas()
275 private static native long nCreateDisplayListCanvas(long node, int width, int height); in nCreateDisplayListCanvas()
277 private static native void nResetDisplayListCanvas(long canvas, long node, in nResetDisplayListCanvas()
/aosp12/hardware/libhardware/modules/input/evdev/
H A DInputDevice.cpp43 static InputBus getInputBus(const std::shared_ptr<InputDeviceNode>& node) { in getInputBus()
96 EvdevDevice::EvdevDevice(InputHostInterface* host, const std::shared_ptr<InputDeviceNode>& node) : in EvdevDevice()
/aosp12/frameworks/base/tools/aapt2/configuration/
H A DConfigurationParser.cpp130 void Visit(xml::Element* node) override { in Visit()
522 for (auto& node : root_element->children) { in ArtifactFormatTagHandler() local
564 for (auto& node : child->children) { in AbiGroupTagHandler() local
625 for (auto& node : child->children) { in ScreenDensityGroupTagHandler() local
692 for (auto& node : child->children) { in LocaleGroupTagHandler() local
758 for (auto node : root_element->GetChildElements()) { in AndroidSdkTagHandler() local
808 for (auto& node : element->children) { in GlTextureGroupTagHandler() local
845 for (auto& node : child->children) { in DeviceFeatureGroupTagHandler() local
/aosp12/art/compiler/optimizing/
H A Dscheduler.cc37 void SchedulingGraph::AddDependency(SchedulingNode* node, in AddDependency()
279 void SchedulingGraph::AddCrossIterationDependencies(SchedulingNode* node) { in AddCrossIterationDependencies()
413 static void DumpAsDotNode(std::ostream& output, const SchedulingNode* node) { in DumpAsDotNode()
458 SchedulingNode* node = entry.second.get(); in DumpAsDotGraph() local
583 SchedulingNode* node = scheduling_graph.AddNode(instruction, IsSchedulingBarrier(instruction)); in Schedule() local
615 SchedulingNode* node = selector_->PopHighestPriorityNode(&candidates, scheduling_graph); in Schedule() local
H A Dloop_optimization.cc567 LoopNode* node = new (loop_allocator_) LoopNode(loop_info); in AddLoop() local
589 void HLoopOptimization::RemoveLoop(LoopNode* node) { in RemoveLoop()
642 void HLoopOptimization::SimplifyInduction(LoopNode* node) { in SimplifyInduction()
669 void HLoopOptimization::SimplifyBlocks(LoopNode* node) { in SimplifyBlocks()
781 bool HLoopOptimization::OptimizeInnerLoop(LoopNode* node) { in OptimizeInnerLoop()
1040 void HLoopOptimization::Vectorize(LoopNode* node, in Vectorize()
1216 void HLoopOptimization::GenerateNewLoop(LoopNode* node, in GenerateNewLoop()
1308 bool HLoopOptimization::VectorizeDef(LoopNode* node, in VectorizeDef()
1376 bool HLoopOptimization::VectorizeUse(LoopNode* node, in VectorizeUse()
2139 bool HLoopOptimization::VectorizeSADIdiom(LoopNode* node, in VectorizeSADIdiom()
[all …]
/aosp12/bionic/tests/
H A Dsearch_test.cpp51 struct node { struct
52 explicit node(const char* s) : s(strdup(s)) {} in node() argument
58 return strcmp(reinterpret_cast<const node*>(lhs)->s, reinterpret_cast<const node*>(rhs)->s); in node_cmp() argument
/aosp14/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp135 for (auto& node : mRenderNodes) { in ~CanvasContext() local
142 void CanvasContext::addRenderNode(RenderNode* node, bool placeFront) { in addRenderNode()
148 void CanvasContext::removeRenderNode(RenderNode* node) { in removeRenderNode()
432 for (const sp<RenderNode>& node : mRenderNodes) { in prepareTree() local
892 void CanvasContext::prepareAndDraw(RenderNode* node) { in prepareAndDraw()
914 void CanvasContext::markLayerInUse(RenderNode* node) { in markLayerInUse()
922 for (auto& node : mPrefetchedLayers) { in freePrefetchedLayers() local
932 void CanvasContext::buildLayer(RenderNode* node) { in buildLayer()
960 for (const sp<RenderNode>& node : mRenderNodes) { in destroyHardwareResources() local
/aosp14/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
H A DLockFindingClassVisitor.java234 List<List<TryCatchBlockNode>> handlersMap, AbstractInsnNode node, int index, in insertInvokeAcquire()
273 List<List<TryCatchBlockNode>> handlersMap, AbstractInsnNode node, int index, in insertInvokeRelease()
327 List<List<TryCatchBlockNode>> handlersMap, AbstractInsnNode node, int index, in insertMethodCallBeforeSync()
347 List<List<TryCatchBlockNode>> handlersMap, AbstractInsnNode node, int index, in insertMethodCallAfter()
373 List<List<TryCatchBlockNode>> handlersMap, AbstractInsnNode node, int index, in insertMethodCallBefore()
/aosp12/packages/apps/Car/RotaryController/src/com/android/car/rotary/
H A DWindowCache.java88 AccessibilityNodeInfo node = mFocusedNodes.remove(id); in remove() local
121 private AccessibilityNodeInfo copyNode(@Nullable AccessibilityNodeInfo node) { in copyNode()
H A DNodeCopier.java33 AccessibilityNodeInfo copy(@Nullable AccessibilityNodeInfo node) { in copy()
/aosp12/packages/providers/MediaProvider/jni/
H A Dnode-inl.h85 class node; variable
95 const node* node = reinterpret_cast<const class node*>(ino); in CheckTracked() local
101 void NodeDeleted(const node* node) { in NodeDeleted()
111 void NodeCreated(const node* node) { in NodeCreated()
163 static __u64 ToInode(node* node) { in ToInode() argument
368 node(node* parent, const std::string& name, const std::string& io_path, in node() function
H A DFuseDaemon.cpp517 node* node; in make_node_entry() local
738 node* node = fuse->FromInode(ino); in do_forget() local
751 node* node; in pf_forget() local
785 node* node = fuse->FromInode(ino); in pf_getattr() local
813 node* node = fuse->FromInode(ino); in pf_setattr() local
911 node* node = fuse->FromInode(ino); in pf_canonical_path() local
1233 node* node = fuse->FromInode(ino); in pf_open() local
1393 node* node = fuse->FromInode(ino); in pf_read() local
1485 node* node = fuse->FromInode(ino); in pf_release() local
1530 node* node = fuse->FromInode(ino); in pf_opendir() local
[all …]
/aosp12/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
H A DHidParser.cpp119 std::shared_ptr<HidTreeNode> node(new HidReportNode(mCurrent, report)); in processMainTag() local
143 void HidParser::filterTree(std::shared_ptr<HidTreeNode> &node) { in filterTree()
166 const std::shared_ptr<HidTreeNode> &node, in digest()
/aosp12/frameworks/base/tools/codegen/src/com/android/codegen/
H A DDebug.kt32 val node = this regex
/aosp14/frameworks/base/tools/codegen/src/com/android/codegen/
H A DDebug.kt32 val node = this regex
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DHelper.java259 final ViewNode node = nodesToProcess.removeFirst(); in findViewNode() local
321 final WindowNode node = structure.getWindowNodeAt(i); in getAutofillIds() local
327 private static void addAutofillableIds(@NonNull ViewNode node, in addAutofillableIds()
419 boolean matches(ViewNode node); in matches()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DBrowseTree.java197 synchronized boolean addChild(BrowseNode node) { in addChild()
204 mBrowseMap.put(node.getID(), node); in addChild() local
217 synchronized void removeChild(BrowseNode node) { in removeChild()
265 synchronized boolean isChild(BrowseNode node) { in isChild()
479 BrowseNode node = findBrowseNodeByID(nodeId); in notifyImageDownload() local
/aosp12/build/make/tools/product_config/
H A Dinherit_tree.py11 def PrintNodes(graph, node, prefix): argument
/aosp12/system/media/camera/docs/
H A Dmetadata_helpers.py79 def find_unique_entries(node): argument
109 def path_name(node): argument
218 def has_descendants_with_enums(node): argument
231 def get_children_by_throwing_away_kind(node, member='entries'): argument
849 def javadoc_crossref_filter(node): argument
947 def ndkdoc_crossref_filter(node): argument
1046 def hidldoc_crossref_filter(node): argument

12345678910>>...21