Searched refs:makeNode (Results 1 – 15 of 15) sorted by relevance
/external/icu4c/common/ |
D | stringtriebuilder.cpp | 72 Node *root=makeNode(0, elementsLength, 0, errorCode); in build() 206 StringTrieBuilder::makeNode(int32_t start, int32_t limit, int32_t unitIndex, UErrorCode &errorCode)… in makeNode() function in StringTrieBuilder 227 Node *nextNode=makeNode(start, limit, lastUnitIndex, errorCode); in makeNode() 295 listNode->add(unit, makeNode(start, i, unitIndex+1, errorCode)); in makeBranchSubNode() 304 listNode->add(unit, makeNode(start, limit, unitIndex+1, errorCode)); in makeBranchSubNode()
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | ANTLRDebugEventListener.h | 263 - (void) makeNode:(unsigned)newRootHash parentOf:(unsigned)oldRootHash;
|
D | ANTLRDebugEventProxy.h | 108 - (void) makeNode:(unsigned)newRootHash parentOf:(unsigned)oldRootHash;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRDebugEventListener.h | 263 - (void) makeNode:(unsigned)newRootHash parentOf:(unsigned)oldRootHash;
|
D | ANTLRDebugEventProxy.h | 108 - (void) makeNode:(unsigned)newRootHash parentOf:(unsigned)oldRootHash;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRDebugEventListener.h | 263 - (void) makeNode:(unsigned)newRootHash parentOf:(unsigned)oldRootHash;
|
D | ANTLRDebugEventProxy.h | 108 - (void) makeNode:(unsigned)newRootHash parentOf:(unsigned)oldRootHash;
|
D | ANTLRTreeAdaptor.m | 132 - (id) makeNode:(id<ANTLRBaseTree>)newRoot parentOf:(id<ANTLRBaseTree>)oldRoot
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRDebugEventListener.h | 263 - (void) makeNode:(unsigned)newRootHash parentOf:(unsigned)oldRootHash;
|
D | ANTLRDebugEventProxy.h | 108 - (void) makeNode:(unsigned)newRootHash parentOf:(unsigned)oldRootHash;
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebBindings.h | 141 WEBKIT_API static NPObject* makeNode(const WebNode&);
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebBindings.cpp | 312 NPObject* WebBindings::makeNode(const WebNode& data) in makeNode() function in WebKit::WebBindings
|
/external/icu4c/common/unicode/ |
D | stringtriebuilder.h | 97 Node *makeNode(int32_t start, int32_t limit, int32_t unitIndex, UErrorCode &errorCode);
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
D | LayoutTestController.cpp | 672 result->set(WebBindings::makeNode(shadowRoot)); in shadowRoot()
|
/external/webkit/Source/WebKit/chromium/ |
D | ChangeLog | 2791 - WebBindins::makeNode() to convert WebNode to a JS object, and 2798 (WebKit::WebBindings::makeNode):
|