HomeSort by relevance Sort by last modified time
    Searched full:child (Results 676 - 700 of 1967) sorted by null

<<21222324252627282930>>

  /frameworks/base/cmds/runtime/
main_runtime.cpp 301 static void restart_me(pid_t child, void* userData)
315 pid_t child = fork(); local
316 if (child < 0) {
318 LOGE("*** fork of child %s failed: %s", leaf.string(), strerror(err));
320 } else if (child == 0) {
327 SignalHandler::setChildHandler(child, DEFAULT_PROCESS_TAG,
  /packages/apps/Contacts/tests/src/com/android/contacts/
EntityDeltaTests.java 123 final ValuesDelta child = source.getEntry(TEST_PHONE_ID); local
124 child.put(Phone.NUMBER, TEST_PHONE_NUMBER_2);
137 final ValuesDelta child = source.getEntry(TEST_PHONE_ID); local
138 child.markDeleted();
305 final ValuesDelta child = source.getEntry(TEST_PHONE_ID); local
306 child.put(Phone.NUMBER, TEST_PHONE_NUMBER_2);
  /packages/apps/IM/src/com/android/im/imps/
PtsPrimitiveSerializer.java 304 // 3. Has one or more children for the presence, and each child have
492 PrimitiveElement child = children.get(i); local
493 String tagName = child.getTagName();
497 nickName = child.getChildContents(ImpsTags.Name);
498 userId = child.getChildContents(ImpsTags.UserID);
500 userId = child.getContents();
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
wipp_ctrl.c 123 /* Kill all the child's of the general process */
157 /* Create a child process */
163 /* Child process */
176 console_printf_terminal("wipp_control, Hello from general process child module (pid = %d).\n", getpid());
675 /* Kill all the child's of the general process */
729 DESCRIPTION: Recursive kill of all the process child's.
  /dalvik/libcore/dalvik/src/main/native/
dalvik_system_TouchDex.cpp 115 * idea to perform Java operations in the child process (not all threads
132 /* child */
135 LOGV("TouchDex trampoline in child\n");
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
OneStepIterator.java 71 * @param axis One of Axis.Child, etc., or -1 if the axis is unknown.
239 * The number of nodes in the list. The range of valid child node indices
322 * @return Axis.CHILD, etc., or -1 if the axis is not known or is of multiple
  /external/emma/core/java12/com/vladium/util/
ClassLoaderResolver.java 90 * Returns 'true' if 'loader2' is a delegation child of 'loader1' [or if
159 // if 'callerLoader' and 'contextLoader' are in a parent-child
160 // relationship, always choose the child:
  /external/iptables/
iptables.xslt 24 <!-- delete the actions or conditions containers, and process child nodes -->
46 <!-- all child action nodes -->
60 <!-- I bet there are no child nodes, should we risk it? -->
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drmdef.h 212 D3DRMSORT_NONE, /* don't sort child frames */
213 D3DRMSORT_FRONTTOBACK, /* sort child frames front-to-back */
214 D3DRMSORT_BACKTOFRONT /* sort child frames back-to-front */
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRMDEF.H 212 D3DRMSORT_NONE, /* don't sort child frames */
213 D3DRMSORT_FRONTTOBACK, /* sort child frames front-to-back */
214 D3DRMSORT_BACKTOFRONT /* sort child frames back-to-front */
  /external/webkit/WebCore/wml/
WMLTableElement.cpp 125 Node* child = children->item(i); local
126 if (child->hasTagName(tagName))
127 childElements.append(static_cast<WMLElement*>(child));
  /external/webkit/WebKit/android/nav/
CachedNode.h 50 // or because they have the wrong DOM attribute (in focus, a focused child, etc)
74 CHILD,
186 int mDataIndex; // child frame if a frame; input data index; or -1
  /external/webkit/WebKitTools/Scripts/
parallelcl 126 print STDERR "####### Spawned child with PID $pid and tmpFile $tmpFile ##########\n" if $debug;
174 # Child process
206 print STDERR "######## Child with PID $deceased finished ###########\n" if $debug;
  /frameworks/base/core/tests/coretests/src/android/util/
ScrollViewScenario.java 163 * Add a sublayout of buttons as a single child of the scroll view.
206 * Get the child contained within the vertical linear layout of the
209 * @return the child within the vertical linear layout of the scroll view
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
RecognizerEngine.java 34 * The child class must timplement setupGrammar and onRecognitionSuccess.
99 * <li>set up the grammar (implementation is in child class)
103 * is in child class)
  /bionic/libc/arch-sh/bionic/
clone.S 50 /* check if parent or child */
  /bionic/libc/include/sys/
_sigdefs.h 54 __BIONIC_SIGDEF(CHLD,17,"Child exited")
  /bionic/libc/unistd/
system.c 61 case 0: /* child */
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleExpandableListAdapterTest.java 75 * The child list.Each data are prefixed with "child". The content will be
96 ArrayList<HashMap<String, String>> l = createTestList(1, i + 1, "child");
179 fail("Should throw exception if child position is negative");
191 fail("Should throw exception if child position is beyond the child list'szie");
271 fail("Should throw exception if child position is negative");
283 fail("Should throw exception if child position is beyond the child list'szie");
  /dalvik/dvz/
dvz.c 31 // pid of child process
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
elementaddnewattribute.java 34 * Retrieve the last child of the last employee, then
elementgetattributenode.java 34 * Retrieve the attribute "domestic" from the last child
elementremoveattributenode.java 34 * Retrieve the last child of the third employee and
elementreplaceexistingattribute.java 36 * Retrieve the last child of the third employee and add a
hc_elementremoveattributenode.java 34 * Retrieve the last child of the third employee and

Completed in 134 milliseconds

<<21222324252627282930>>