/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
ALvarCommand.java | 101 void removeChild(@SuppressWarnings("unused") Node child) 103 // Remove child 104 if(this._position_ == child) 110 if(this._expression_ == child) 116 throw new RuntimeException("Not a child."); 122 // Replace child 135 throw new RuntimeException("Not a child.");
|
AModuloExpression.java | 101 void removeChild(@SuppressWarnings("unused") Node child) 103 // Remove child 104 if(this._left_ == child) 110 if(this._right_ == child) 116 throw new RuntimeException("Not a child."); 122 // Replace child 135 throw new RuntimeException("Not a child.");
|
AMultiplyExpression.java | 101 void removeChild(@SuppressWarnings("unused") Node child) 103 // Remove child 104 if(this._left_ == child) 110 if(this._right_ == child) 116 throw new RuntimeException("Not a child."); 122 // Replace child 135 throw new RuntimeException("Not a child.");
|
ANameCommand.java | 101 void removeChild(@SuppressWarnings("unused") Node child) 103 // Remove child 104 if(this._position_ == child) 110 if(this._variable_ == child) 116 throw new RuntimeException("Not a child."); 122 // Replace child 135 throw new RuntimeException("Not a child.");
|
ANeExpression.java | 101 void removeChild(@SuppressWarnings("unused") Node child) 103 // Remove child 104 if(this._left_ == child) 110 if(this._right_ == child) 116 throw new RuntimeException("Not a child."); 122 // Replace child 135 throw new RuntimeException("Not a child.");
|
ANumericAddExpression.java | 101 void removeChild(@SuppressWarnings("unused") Node child) 103 // Remove child 104 if(this._left_ == child) 110 if(this._right_ == child) 116 throw new RuntimeException("Not a child."); 122 // Replace child 135 throw new RuntimeException("Not a child.");
|
ANumericEqExpression.java | 101 void removeChild(@SuppressWarnings("unused") Node child) 103 // Remove child 104 if(this._left_ == child) 110 if(this._right_ == child) 116 throw new RuntimeException("Not a child."); 122 // Replace child 135 throw new RuntimeException("Not a child.");
|
ANumericNeExpression.java | 101 void removeChild(@SuppressWarnings("unused") Node child) 103 // Remove child 104 if(this._left_ == child) 110 if(this._right_ == child) 116 throw new RuntimeException("Not a child."); 122 // Replace child 135 throw new RuntimeException("Not a child.");
|
AOrExpression.java | 101 void removeChild(@SuppressWarnings("unused") Node child) 103 // Remove child 104 if(this._left_ == child) 110 if(this._right_ == child) 116 throw new RuntimeException("Not a child."); 122 // Replace child 135 throw new RuntimeException("Not a child.");
|
ASubtractExpression.java | 101 void removeChild(@SuppressWarnings("unused") Node child) 103 // Remove child 104 if(this._left_ == child) 110 if(this._right_ == child) 116 throw new RuntimeException("Not a child."); 122 // Replace child 135 throw new RuntimeException("Not a child.");
|
AUvarCommand.java | 101 void removeChild(@SuppressWarnings("unused") Node child) 103 // Remove child 104 if(this._position_ == child) 110 if(this._expression_ == child) 116 throw new RuntimeException("Not a child."); 122 // Replace child 135 throw new RuntimeException("Not a child.");
|
AVarCommand.java | 101 void removeChild(@SuppressWarnings("unused") Node child) 103 // Remove child 104 if(this._position_ == child) 110 if(this._expression_ == child) 116 throw new RuntimeException("Not a child."); 122 // Replace child 135 throw new RuntimeException("Not a child.");
|
Start.java | 90 void removeChild(Node child) 92 if(this._pCommand_ == child) 98 if(this._eof_ == child) 104 throw new RuntimeException("Not a child."); 122 throw new RuntimeException("Not a child.");
|
/external/junit/src/main/java/junit/framework/ |
JUnit4TestAdapter.java | 62 Description child = removeIgnored(each); local 63 if (!child.isEmpty()) { 64 result.addChild(child);
|
/external/linux-kselftest/tools/testing/selftests/futex/functional/ |
futex_requeue_pi_mismatched_ops.c | 61 pthread_t child; local 85 if (pthread_create(&child, NULL, blocking_child, NULL)) { 90 /* Allow the child to block in the kernel. */ 96 * it likely gave the lock to the child, which is now hung 104 * requeue_pi target and aborted. Wake the child with 114 error("futex_wake did not wake the child\n", 0); 129 pthread_join(child, NULL);
|
/external/ltp/testcases/kernel/mem/shmt/ |
shmt10.c | 31 * Create a shared memory segment and fork a child. Both 32 * parent and child spin in a loop attaching and detaching 34 * iterations, the child exits and the parent deletes the 65 static int child(int); 106 child(iter); 142 static int child(int iter) function 151 "Error:child proc: shmat: iter %d, shmid = %d\n", 156 NULL, "Error: child proc: shmdt: iter %d ",
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
11-5.c | 26 * 2. Wait for the child proces to exit, then read the file using read() 52 pid_t child; local 61 child = fork(); 62 switch (child) { 110 printf("Child exited abnormally\n");
|
11-6.c | 26 * 2. Wait for the child proces to exit, then read the file using read() 52 pid_t child; local 61 child = fork(); 62 switch (child) { 110 printf("Child exited abnormally\n");
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/ |
2-2.c | 125 pthread_t child; local 145 pthread_create(&child, &scenarii[i].ta, threaded, 176 ret = pthread_join(child, &rval);
|
5-1.c | 148 pthread_t child; local 173 pthread_create(&child, &scenarii[i].ta, threaded, 204 ret = pthread_join(child, &rval);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/ |
1-2.c | 71 pthread_t child; local 90 ret = pthread_create(&child, &scenarii[sc].ta, 118 ret = pthread_join(child, NULL); 132 output("child: %d.%09d\n", ts_th.tv_sec, 136 FAILED("Child returned before its creation ??"); 144 output("child: %d.%09d\n", ts_th.tv_sec, 148 FAILED("pthread_join returned before child "
|
/external/strace/tests/ |
attach-f-p.c | 48 static const char *child[N] = { variable 49 "attach-f-p.test child 0", 50 "attach-f-p.test child 1", 51 "attach-f-p.test child 2" 64 assert(chdir(child[no]) == -1); 111 retval.pid, child[i], sprintrc(-1), retval.pid);
|
/external/strace/tests-m32/ |
attach-f-p.c | 48 static const char *child[N] = { variable 49 "attach-f-p.test child 0", 50 "attach-f-p.test child 1", 51 "attach-f-p.test child 2" 64 assert(chdir(child[no]) == -1); 111 retval.pid, child[i], sprintrc(-1), retval.pid);
|
/external/strace/tests-mx32/ |
attach-f-p.c | 48 static const char *child[N] = { variable 49 "attach-f-p.test child 0", 50 "attach-f-p.test child 1", 51 "attach-f-p.test child 2" 64 assert(chdir(child[no]) == -1); 111 retval.pid, child[i], sprintrc(-1), retval.pid);
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
Schema.java | 90 @param name Name of the child element 95 ElementType child = getElementType(name); local 97 if (child == null) { 98 throw new Error("No child " + name + " for parent " + parentName); 101 throw new Error("No parent " + parentName + " for child " + name); 103 child.setParent(parent);
|