/external/clang/lib/Rewrite/ |
RewriteObjC.cpp | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jar | |
/external/elfutils/libelf/ |
elf_begin.c | 960 /* Enlist this new descriptor in the list of children. */ 963 result->next = ref->state.ar.children; 964 ref->state.ar.children = result; [all...] |
/external/libvpx/nestegg/src/ |
nestegg.c | 311 struct ebml_element_desc * children; member in struct:ebml_element_desc 897 ne_ctx_push(ctx, desc->children, node->data); 910 ne_ctx_push(ctx, desc->children, ctx->ancestor->data + desc->offset); [all...] |
/external/libxml2/ |
xmlschemastypes.c | 338 xmlSchemaTreeItemPtr children; member in struct:_xmlSchemaTreeItem 347 xmlSchemaTreeItemPtr children; member in struct:_xmlSchemaParticle 359 xmlSchemaTreeItemPtr children; member in struct:_xmlSchemaModelGroup 424 particle->children = (xmlSchemaTreeItemPtr) sequence; 431 sequence->children = (xmlSchemaTreeItemPtr) particle; 442 particle->children = (xmlSchemaTreeItemPtr) wild; 633 particle->children->children->children); 634 xmlFree((xmlSchemaParticlePtr) particle->children->children) [all...] |
/external/llvm/lib/CodeGen/ |
LiveDebugVariables.cpp | 536 const std::vector<MachineDomTreeNode*> &Children = 538 for (unsigned i = 0, e = Children.size(); i != e; ++i) { 539 MachineBasicBlock *MBB = Children[i]->getBlock(); [all...] |
/external/quake/quake/src/QW/client/ |
gl_rsurf.c | 1284 // recurse down the children, front side first 1285 R_RecursiveWorldNode (node->children[side]); 1336 R_RecursiveWorldNode (node->children[!side]); [all...] |
/external/quake/quake/src/WinQuake/ |
gl_rsurf.cpp | 1355 // recurse down the children, front side first 1356 R_RecursiveWorldNode (node->children[side]); 1403 R_RecursiveWorldNode (node->children[!side]); [all...] |
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
Intermediate.cpp | 179 // First try converting the children to compatible types. 581 // For "if" test nodes. There are three children; a condition, 622 // For "?:" test nodes. There are three children; a condition, [all...] |
/external/webkit/Source/WebCore/editing/ |
ReplaceSelectionCommand.cpp | 596 // We should remove styles from spans that are overridden by all of their children, either here 652 // and apply the styles to its children. 682 // Take the style attribute of a span and apply it to it's children instead. This allows us to [all...] |
/external/webkit/Source/WebKit/mac/WebView/ |
WebFrame.mm | [all...] |
/frameworks/base/core/java/android/widget/ |
StackView.java | 51 * A view that displays its children in a stack and allows users to discretely swipe 52 * through the children. 421 // Here we need to make sure that the z-order of the children is correct [all...] |
/frameworks/base/core/tests/coretests/src/com/android/internal/util/ |
StateMachineTest.java | 697 * Test a hierarchy of 3 states a parent and two children 795 * hierarchy with two parents and multiple children. 803 // Setup a hierarchy with two parents and some children. [all...] |
/gdk/samples/quake/jni/ |
gl_rsurf.cpp | 1355 // recurse down the children, front side first 1356 R_RecursiveWorldNode (node->children[side]); 1403 R_RecursiveWorldNode (node->children[!side]); [all...] |
/packages/apps/Email/src/com/android/email/activity/ |
MailboxListFragment.java | 179 /** Rectangle used for hit testing children */ 409 // If it has no children, we go up in onLoadFinished(). 781 // If we're showing a nested mailboxes, and the current parent mailbox has no children, [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
DescriptorsUtils.java | [all...] |
/cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
AccessibilityWindowQueryTest.java | 418 fail("Parent's children do not have the info whose parent is the parent.");
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
LayoutAnimationControllerTest.java | 57 /** Default max duration of these three children */
|
/cts/tests/tests/widget/src/android/widget/cts/ |
LinearLayoutTest.java | 145 * weightsum is a horizontal LinearLayout. There are three children in it.
|
/development/samples/ApiDemos/src/com/example/android/apis/ |
Shakespeare.java | 29 "Shall daub her lips with her own children's blood;" +
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
List6.java | 150 "Shall daub her lips with her own children's blood;" +
|
/development/samples/Support13Demos/src/com/example/android/supportv13/ |
Shakespeare.java | 29 "Shall daub her lips with her own children's blood;" +
|
/development/samples/Support4Demos/src/com/example/android/supportv4/ |
Shakespeare.java | 29 "Shall daub her lips with her own children's blood;" +
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
NFAContext.java | 33 * never walk from stack down down through the children.
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
CSharp2.stg | [all...] |