HomeSort by relevance Sort by last modified time
    Searched full:parents (Results 1 - 25 of 162) sorted by null

1 2 3 4 5 6 7

  /external/bluetooth/glib/gio/xdgmime/
xdgmimeparent.c 53 char **parents; member in struct:XdgMimeParents
59 struct XdgMimeParents *parents; member in struct:XdgParentList
70 list->parents = NULL;
82 if (list->parents)
86 for (p = list->parents[i].parents; *p; p++)
89 free (list->parents[i].parents);
90 free (list->parents[i].mime);
92 free (list->parents);
    [all...]
xdgmime.c 756 const char **parents; local
782 parents = _xdg_mime_parent_list_lookup (parent_list, umime);
783 for (; parents && *parents; parents++)
785 if (_xdg_mime_mime_type_subclass (*parents, ubase))
804 const char **parents; local
811 parents = xdg_mime_get_mime_parents (mime);
813 if (!parents)
816 for (i = 0; parents[i]; i++)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
DeclareStyleableInfo.java 32 /** Optional name of the parents stylable. Can be null. */
177 /** Sets the name of the parents styleable. Can be null. */
178 public void setParents(String[] parents) {
179 mParents = parents;
182 /** Returns the name of the parents styleable. Can be null. */
  /external/webkit/WebCore/bindings/scripts/
CodeGenerator.pm 140 for (@{$interface->parents}) {
159 # is passed in as $parents, the names of all ancestor interfaces visited
162 # be appended to $parents.
166 my $parents = shift;
181 push(@$parents, $interface->name);
184 push(@$parents, $interface->name);
193 push(@$parents, $interface->name) if $parents;
IDLStructure.pm 36 parents => '@', # List of strings
CodeGeneratorObjC.pm 349 return "Object" if @{$dataNode->parents} eq 0;
351 my $parent = $codeGenerator->StripModule($dataNode->parents(0));
362 my $numParents = @{$dataNode->parents};
374 my $parentName = $codeGenerator->StripModule($dataNode->parents(0));
376 die "Parents of protocols must also be protocols." unless IsProtocolType($parentName);
388 my @parents = @{$dataNode->parents};
389 my $firstParent = $codeGenerator->StripModule(shift(@parents));
399 foreach my $parentName (@parents) {
    [all...]
  /external/bison/tests/
cxx-type.at 40 int parents;
44 int parents;
50 int parents;
238 node->nterm.parents = 0;
242 child0->nodeInfo.parents += 1;
245 child1->nodeInfo.parents += 1;
248 child2->nodeInfo.parents += 1;
257 node->term.parents = 0;
267 node->nodeInfo.parents -= 1;
268 /* Free only if 0 (last parent) or -1 (no parents). *
    [all...]
  /external/webkit/WebCore/xml/
XPathNodeSet.cpp 38 static inline Node* parentWithDepth(unsigned depth, const Vector<Node*>& parents)
40 ASSERT(parents.size() >= depth + 1);
41 return parents[parents.size() - 1 - depth];
  /frameworks/base/docs/html/guide/topics/ui/
how-android-draws.jd 17 this means that parents will be drawn before (i.e., behind) their children, with
45 must respect the constraints imposed by the View's parents. This guarantees
46 that at the end of the measure pass, all parents accept all of their
65 {@link android.view.View.MeasureSpec} class is used by Views to tell their parents how they
  /external/webkit/WebCore/rendering/
CounterNode.h 27 // This implements a counter tree that is used for finding parents in counters() lookup,
30 // Parents represent unique counters and their scope, which are created either explicitly
  /external/proguard/src/proguard/io/
ParentDataEntryWriter.java 39 * delegated, passing the data entries' parents.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasAlternateSelection.java 23 * that are located at the same x/y as the original view, either sibling or parents.
  /external/proguard/build/
build.sh 50 -exec cp --parents {} "../$CLASSES" \; )
  /sdk/traceview/src/com/android/traceview/
MethodData.java 50 // The parents of this method when this method was in a recursive call
176 // Sort the parents and children into decreasing inclusive time
194 profileNode = new ProfileNode("Parents", this, sortedParents,
204 profileNode = new ProfileNode("Parents while recursive", this,
ProfileView.java 203 // Add a tree listener so that we can expand the parents and children
302 // Also expand the "Parents" and "Children" nodes.
  /dalvik/libcore/security/src/test/java/tests/security/permissions/
JavaLangThreadTest.java 196 "equal to the requested class loader nor to any of its parents",
208 "equal to the requested class loader nor to any of its parents" +
  /development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
FixedGridLayout.java 80 // Use the size our parents gave us
  /external/webkit/SunSpider/tests/sunspider-0.9/
crypto-sha1.js 212 Do with their death bury their parents' strife.\n\
214 And the continuance of their parents' rage,\n\
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
crypto-sha1.js 212 Do with their death bury their parents' strife.\n\
214 And the continuance of their parents' rage,\n\
  /external/webkit/WebCore/inspector/front-end/
BottomUpProfileDataGridTree.js 140 // In bottom up mode, our parents are our children since we display an inverted tree.
179 // The total time for this node has already been accounted for iff one of it's parents has already been visited.
  /frameworks/base/docs/html/guide/developing/tools/
traceview.jd 131 to calling methods as &quot;parents&quot; and called methods as &quot;children.&quot;
132 When a method is selected (by clicking on it), it expands to show the parents
133 and children. Parents are shown with a purple background and children
  /external/bluetooth/glib/gio/
gcontenttype.c 429 char **parents; local
441 parents = xdg_mime_list_mime_parents (umime);
442 for (i = 0; parents && parents[i] != NULL; i++)
443 g_ptr_array_add (array, g_strdup (parents[i]));
445 free (parents);
    [all...]
  /ndk/build/core/
build-local.mk 45 # any of its parents. If none is found, try again with 'jni/Android.mk'
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiDocumentNode.java 74 throw new UnsupportedOperationException("Documents can't have UI parents"); //$NON-NLS-1$
  /dalvik/tools/dmtracedump/
TraceDump.c 183 struct TimedMethod *parents[2]; /* 0=normal, 1=recursive */ member in struct:MethodEntry
359 method->parents[0] = NULL;
360 method->parents[1] = NULL;
1412 TimedMethod *parents = child->parents[childIsRecursive]; local
    [all...]

Completed in 3792 milliseconds

1 2 3 4 5 6 7