Searched refs:get_parent (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/ |
D | node.py | 230 def get_parent( self, item ): # XX 25% CPU time here XX member in Node 236 parent = child.get_parent(item) 243 parent = self.get_parent(item)
|
D | ir.py | 657 parent = decl.get_parent(node)
|
/external/marisa-trie/lib/marisa/ |
D | trie-search.cc | 263 node = get_parent(node); in restore_() 279 node = get_parent(node); in trie_restore() 316 node = get_parent(node); in restore_() 340 node = get_parent(node); in trie_restore() 399 node = get_parent(node); in trie_match() 420 node = get_parent(node); in trie_match() 674 node = get_parent(node); in trie_prefix_match() 700 node = get_parent(node); in trie_prefix_match()
|
D | trie-inline.h | 317 inline UInt32 Trie::get_parent(UInt32 node) const { in get_parent() function
|
D | trie.h | 286 UInt32 get_parent(UInt32 node) const;
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
D | trie-search.cc | 275 node = get_parent(node); in restore_() 298 node = get_parent(node); in trie_restore() 335 node = get_parent(node); in restore_() 359 node = get_parent(node); in trie_restore() 418 node = get_parent(node); in trie_match() 439 node = get_parent(node); in trie_match() 705 node = get_parent(node); in trie_prefix_match() 731 node = get_parent(node); in trie_prefix_match()
|
D | trie-inline.h | 326 inline UInt32 Trie::get_parent(UInt32 node) const { in get_parent() function
|
D | trie.h | 286 UInt32 get_parent(UInt32 node) const;
|
/external/chromium_org/chrome/browser/android/provider/ |
D | chrome_browser_provider.cc | 537 bool get_parent, in Run() argument 542 model(), id, get_parent, get_children, jnode)); in Run() 547 bool get_parent, in RunOnUIThread() argument 556 if (get_parent) { in RunOnUIThread() 1515 JNIEnv* env, jobject obj, jlong id, jboolean get_parent, in GetBookmarkNode() argument 1519 task.Run(id, get_parent, get_children, &jnode); in GetBookmarkNode()
|
D | chrome_browser_provider.h | 150 jboolean get_parent,
|
/external/chromium_org/chrome_frame/ |
D | html_window_impl.h | 134 STDMETHOD(get_parent)(IHTMLWindow2** parent) { in STDMETHOD() argument
|
D | utils.cc | 1072 current_frame->get_parent(parent_frame.Receive()); in IsSubFrameRequest()
|
/external/chromium_org/content/browser/accessibility/ |
D | browser_accessibility_gtk.cc | 303 klass->get_parent = browser_accessibility_get_parent; in browser_accessibility_class_init()
|
/external/marisa-trie/ |
D | android_diff.txt | 427 - node = get_parent(node); 440 + node = get_parent(node);
|