/external/icu4c/common/ |
locutil.cpp | 255 LocaleUtility::isFallbackOf(const UnicodeString& root, const UnicodeString& child) 257 return child.indexOf(root) == 0 && 258 (child.length() == root.length() || 259 child.charAt(root.length()) == UNDERSCORE_CHAR);
|
/external/iproute2/tc/ |
m_ematch.h | 63 struct ematch *child; member in struct:ematch
|
/external/qemu/distrib/sdl-1.2.12/src/thread/ |
SDL_systhread.h | 41 /* This function does any necessary setup in the child thread */
|
/external/skia/src/animator/ |
SkDisplayEvent.h | 45 virtual bool add(SkAnimateMaker& , SkDisplayable* child);
|
SkDisplayPost.cpp | 58 bool SkPost::add(SkAnimateMaker& , SkDisplayable* child) { 59 SkASSERT(child && child->isData()); 60 SkData* part = (SkData*) child;
|
SkDrawGroup.h | 30 virtual bool add(SkAnimateMaker& , SkDisplayable* child);
|
SkDrawMatrix.cpp | 72 bool SkDrawMatrix::add(SkAnimateMaker& maker, SkDisplayable* child) { 73 SkASSERT(child && child->isMatrixPart()); 74 SkMatrixPart* part = (SkMatrixPart*) child;
|
SkDrawMatrix.h | 32 virtual bool add(SkAnimateMaker& , SkDisplayable* child);
|
SkDrawPaint.cpp | 101 bool SkDrawPaint::add(SkAnimateMaker& maker, SkDisplayable* child) { 102 SkASSERT(child && child->isPaintPart()); 103 SkPaintPart* part = (SkPaintPart*) child;
|
SkDrawPaint.h | 37 virtual bool add(SkAnimateMaker& , SkDisplayable* child);
|
SkDrawPath.h | 30 virtual bool add(SkAnimateMaker& , SkDisplayable* child);
|
/external/skia/src/svg/ |
SkSVGElements.h | 66 virtual bool onStartElement(SkSVGElement* child);
|
/external/strace/ |
TODO | 26 monitor procfs open and release the other child if the process wants to own it
|
/external/webkit/JavaScriptCore/profiler/ |
ProfileNode.cpp | 113 RefPtr<ProfileNode> child = prpChild; local 114 child->setParent(this); 116 m_children.last()->setNextSibling(child.get()); 117 m_children.append(child.release());
|
/external/webkit/WebCore/bindings/v8/ |
ChildThreadDOMData.cpp | 44 // Currently, child threads have only one world.
|
ScopedDOMDataStore.h | 50 // We assume that all child threads running V8 instances are created by WTF.
|
/external/webkit/WebCore/dom/ |
NodeWithIndex.h | 34 // only want to walk the child list to figure out the index once.
|
/external/webkit/WebCore/html/ |
HTMLDataGridRowElement.idl | 34 attribute boolean expanded; // Whether or not the row is open (if it is, child rows will be shown).
|
/external/webkit/WebCore/rendering/ |
RenderLayerCompositor.cpp | 397 void RenderLayerCompositor::layerWasAdded(RenderLayer* /*parent*/, RenderLayer* /*child*/) 402 void RenderLayerCompositor::layerWillBeRemoved(RenderLayer* parent, RenderLayer* child) 404 if (!child->isComposited() || parent->renderer()->documentBeingDestroyed()) 407 setCompositingParent(child, 0); 412 IntRect compBounds = child->backing()->compositedBounds(); 415 child->convertToLayerCoords(compLayer, offsetX, offsetY); 467 // If a child layers has a compositing layer, then all subsequent layers must 470 // If a child in the negative z-order list is compositing, then the layer itself 471 // must be compositing so that its contents render over that child. 561 // If we have to make a layer for this child, make one now so we can have a contents laye [all...] |
/external/webkit/WebCore/svg/ |
SVGUseElement.cpp | 611 // is the SVGGElement object for the 'g', and then two child SVGElementInstance objects, each of which has 789 for (RefPtr<Node> child = element->firstChild(); child; child = child->nextSibling()) 790 expandUseElementsInShadowTree(shadowRoot, child.get()); 809 for (Node* child = element->firstChild(); child; child = child->nextSibling()) [all...] |
/external/webkit/WebCore/wml/ |
WMLFieldSetElement.cpp | 57 // to layout it's child text content, when rendering <fieldset> elements
|
WMLOptGroupElement.h | 41 virtual bool removeChild(Node* child, ExceptionCode&);
|
/external/webkit/WebKit/mac/Misc/ |
WebDownload.mm | 180 - (NSURLRequest *)download:(NSURLDownload *)download shouldBeginChildDownloadOfSource:(NSURLRequest *)child delegate:(id *)childDelegate 182 return [realDelegate download:download shouldBeginChildDownloadOfSource:child delegate:childDelegate]; 185 - (void)download:(NSURLDownload *)parent didBeginChildDownload:(NSURLDownload *)child 187 [realDelegate download:parent didBeginChildDownload:child];
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
ioport.h | 23 struct resource *parent, *sibling, *child; member in struct:resource
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
ioport.h | 23 struct resource *parent, *sibling, *child; member in struct:resource
|