/external/icu4c/i18n/ |
coll.cpp | 525 * is left to the child class. 537 * mode is left to the child class.
|
/external/icu4c/tools/toolutil/ |
xmlparser.cpp | 406 // white space. Make a child node for it. 443 // Empty Element. Stored as a child of the current element, but not stacked.
|
/external/opencore/doc/oscl_html/ |
oscl__priqueue_8h-source.html | 172 00188 <span class="keywordflow">return</span> par;<span class="comment">//error-- parent<child</span> 175 00191 <span class="keywordflow">return</span> par;<span class="comment">//error-- parent<child</span>
|
/external/openssl/crypto/x509v3/ |
pcy_tree.c | 333 /* Prune the tree: delete any child mapped child data on the current level
|
/frameworks/base/awt/java/awt/image/ |
AffineTransformOp.java | 192 // We position source raster to (0,0) even if it is translated child 453 // Fill offsets if there's a child raster
|
/frameworks/base/core/java/android/app/ |
LocalActivityManager.java | 483 // FIXME: child activities will freeze as part of onPaused. Do we 577 * Call onRetainNonConfigurationInstance on each child activity and store the
|
SuggestionsAdapter.java | 255 * Tags the view with cached child view look-ups. 265 * Cache of the child views of drop-drown list items, to avoid looking up the children
|
/frameworks/base/docs/html/guide/appendix/ |
glossary.jd | 257 <dd> A container object that groups a set of child Views. The viewgroup is 258 responsible for deciding where child views are positioned and how large
|
/frameworks/base/docs/html/guide/topics/resources/ |
animation-resource.jd | 108 <dd><em>Boolean</em>. "true" if you want to share the same interpolator among all child 522 <dd>A single frame of animation. Must be a child of a <code><animation-list></code> element.
|
string-resource.jd | 182 string resource. Must be a child of a {@code <string-array>} element. Beware that you 282 string resource. Must be a child of a {@code <plurals>} element. Beware that you must
|
/frameworks/base/docs/html/guide/topics/ui/ |
themes.jd | 102 <p>Each child of the {@code <resources>} element is converted into an application resource 246 {@link android.view.ViewGroup}, the child {@link android.view.View} elements will
|
ui-events.jd | 146 of the View hierarchy, and then down, until they reach the appropriate destination. If your View (or a child of your View) 180 android.view.ViewGroup} to watch events as they are dispatched to child Views.</li>
|
/packages/apps/IM/src/com/android/im/app/ |
ContactListTreeAdapter.java | 568 // binding when child is text view for an empty group 663 // Count the empty group text item as a child
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
TextCandidatesViewManager.java | 965 int child = lineView.getChildCount(); local [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
libiberty.h | 484 environment for the child process to be specified. 486 ENV The environment for the child process, specified as
|
/external/apache-http/src/org/apache/commons/logging/ |
LogFactory.java | 606 // Yes, we do give up the ability for the child to ship a newer [all...] |
/external/bluetooth/glib/ |
ChangeLog.pre-2-2 | 661 returned by the helper process, and set the "child pid" returned 674 a child process if you have the handle. But then, the process 678 child process succeeded, and if asynchronous spawn (P_NOWAIT), 887 * glib/gspawn.c (fork_exec_with_pipes) : when the child fails [all...] |
ChangeLog.pre-2-8 | 318 * tests/child-test.c: Make the tests silent on success. 448 a flag file instead to stop the child. Use g_usleep() instead of 633 of exit_status(); it's not the return code from the child, but 746 * glib/gfileutils.c (set_umask_permissions): Fork a child and do 893 (g_spawn_sync): Don't ask for a child pid which we don't need. [all...] |
/external/icu4c/common/ |
rbbiscan.cpp | 287 // Expression parse tree becomes l. child of the $variable reference node. 386 // Unary Operator becomes TOS, with the old TOS as its one child. 529 // If there's an entry, set the l. child of the var ref to the replacement expression. 623 // TOS operand becomes right child of this operator. 698 // This new uset node becomes the child of the caller's setReference node. [all...] |
/external/quake/quake/src/QW/client/ |
gl_model.c | 1012 mnode_t *in, *child; local 1033 child = in->children[j]; 1034 if (child->contents < 0) 1035 out->children[j] = child->contents; 1037 out->children[j] = child - loadmodel->nodes; [all...] |
model.c | 982 mnode_t *in, *child; local 1003 child = in->children[j]; 1004 if (child->contents < 0) 1005 out->children[j] = child->contents; 1007 out->children[j] = child - loadmodel->nodes; [all...] |
/external/quake/quake/src/WinQuake/ |
gl_model.cpp | 1003 mnode_t *in, *child; local 1024 child = in->children[j]; 1025 if (child->contents < 0) 1026 out->children[j] = child->contents; 1028 out->children[j] = child - loadmodel->nodes; [all...] |
model.cpp | 1000 mnode_t *in, *child; local 1021 child = in->children[j]; 1022 if (child->contents < 0) 1023 out->children[j] = child->contents; 1025 out->children[j] = child - loadmodel->nodes; [all...] |
/external/skia/src/animator/ |
SkScript.cpp | 30 this could map to the 'name' attribute of a given child of an array 480 SkTypedArray* child = (*array)[index].fArray; local 481 forget(child); // forgets children of child 482 int found = fTrackArray.find(child); [all...] |
/external/webkit/WebKit/chromium/src/ |
WebFrameImpl.cpp | 401 for (Node* child = children->firstItem(); child; child = children->nextItem()) { 402 HTMLLinkElement* linkElement = toHTMLLinkElement(child); 513 return fromFrame(frame()->tree()->child(name)); [all...] |