/ndk/tests/device/test-stlport_static-exception/jni/ |
rethrow3.cpp | 9 printf ("CALLING TERMINATE\n");
|
/system/extras/tests/bionic/libc/other/ |
test_system.c | 16 fprintf(stderr, "Error calling system(): %d\n", errno);
|
/external/skia/include/utils/ |
SkCondVar.h | 30 * Lock a mutex. Must be done before calling the other functions on this object. 40 * Pause the calling thread. Will be awoken when signal() or broadcast() is called. 42 * the calling thread will hold the lock once again.
|
/external/webrtc/src/system_wrappers/interface/ |
condition_variable_wrapper.h | 25 // Calling thread will atomically release critSect and wait until next 33 // Wakes one thread calling SleepCS(). 36 // Wakes all threads calling SleepCS().
|
/cts/tests/tests/permission/src/android/permission/cts/ |
ConnectivityManagerPermissionTest.java | 42 * Verify that calling {@link ConnectivityManager#getNetworkInfo(int))} 58 * Verify that calling {@link ConnectivityManager#getNetworkPreference()} 74 * Verify that calling {@link ConnectivityManager#requestRouteToHost(int, int)} 90 * Verify that calling {@link ConnectivityManager#setNetworkPreference(int)} 106 * Verify that calling {@link ConnectivityManager#setNetworkPreference(int)}
|
/libcore/luni/src/main/java/javax/sql/ |
RowSetReader.java | 34 * Reads new data into the {@code RowSet}. The calling {@code RowSet} object 39 * This method adds rows into the calling {@code RowSet}. The reader may 41 * method (calling {@code execute} will cause an {@code SQLException} to be 43 * events are sent to listeners - any listeners are informed by the calling 48 * must be the calling {@code RowSet} object, which must have
|
/frameworks/base/core/java/android/app/ |
UiAutomationConnection.java | 171 // Calling out with a lock held is fine since if the system 172 // process is gone the client calling in will be killed. 184 // Calling out with a lock held is fine since if the system 185 // process is gone the client calling in will be killed. 197 // Calling out with a lock held is fine since if the system 198 // process is gone the client calling in will be killed. 209 // Calling out with a lock held is fine since if the system 210 // process is gone the client calling in will be killed. 213 // Calling out with a lock held is fine since if the system 214 // process is gone the client calling in will be killed [all...] |
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/ |
10.2.2-1.js | 28 active execution context, referred to as the calling context, is used to 30 there is no calling context, then initializing the scope chain, variable 35 order, as the calling context's scope chain. This includes objects added 36 to the calling context's scope chain by WithStatement. 38 Variable instantiation is performed using the calling context's variable 41 The this value is the same as the this value of the calling context. 77 // this in eval statements is the same as this value of the calling context
|
10.2.2-2.js | 28 active execution context, referred to as the calling context, is used to 30 there is no calling context, then initializing the scope chain, variable 35 order, as the calling context's scope chain. This includes objects added 36 to the calling context's scope chain by WithStatement. 38 Variable instantiation is performed using the calling context's variable 41 The this value is the same as the this value of the calling context.
|
/libcore/luni/src/main/java/java/lang/ |
AssertionError.java | 45 * Constructs a new {@code AssertionError} with a message based on calling 62 * Constructs a new {@code AssertionError} with a message based on calling 73 * Constructs a new {@code AssertionError} with a message based on calling 84 * Constructs a new {@code AssertionError} with a message based on calling 95 * Constructs a new {@code AssertionError} with a message based on calling 106 * Constructs a new {@code AssertionError} with a message based on calling 117 * Constructs a new {@code AssertionError} with a message based on calling
|
/dalvik/vm/compiler/codegen/x86/ |
LowerGetPut.cpp | 103 //! lower bytecode AGET by calling aget_common 114 //! lower bytecode AGET_WIDE by calling aget_common 125 //! lower bytecode AGET_OBJECT by calling aget_common 131 //! lower bytecode BOOLEAN by calling aget_common 142 //! lower bytecode AGET_BYTE by calling aget_common 153 //! lower bytecode AGET_CHAR by calling aget_common 164 //! lower bytecode AGET_SHORT by calling aget_common 244 //! lower bytecode APUT by calling aput_common 255 //! lower bytecode APUT_WIDE by calling aput_common 266 //! lower bytecode APUT_BOOLEAN by calling aput_commo [all...] |
/libcore/luni/src/test/java/libcore/java/math/ |
OldBigDecimalConvertTest.java | 36 fail("java.lang.ArithmeticException isn't thrown after calling intValueExact"); 47 fail("java.lang.ArithmeticException isn't thrown after calling intValueExact"); 57 fail("java.lang.ArithmeticException isn't thrown after calling intValueExact"); 68 fail("java.lang.ArithmeticException isn't thrown after calling intValueExact"); 93 fail("java.lang.ArithmeticException isn't thrown after calling longValueExact"); 104 fail("java.lang.ArithmeticException isn't thrown after calling longValueExact"); 114 fail("java.lang.ArithmeticException isn't thrown after calling longValueExact"); 129 fail("java.lang.ArithmeticException isn't thrown after calling longValueExact"); 179 fail("java.lang.ArithmeticException isn't thrown after calling byteValueExact"); 190 fail("java.lang.ArithmeticException isn't thrown after calling byteValueExact") [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
setjmp.h | 34 /* Calling environment, plus possibly a saved signal mask. */ 41 __jmp_buf __jmpbuf; /* Calling environment. */ 51 /* Store the calling environment in ENV, also saving the signal mask. 57 /* Store the calling environment in ENV, also saving the 63 /* Store the calling environment in ENV, not saving the signal mask. 102 /* Store the calling environment in ENV, also saving the
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
setjmp.h | 34 /* Calling environment, plus possibly a saved signal mask. */ 41 __jmp_buf __jmpbuf; /* Calling environment. */ 51 /* Store the calling environment in ENV, also saving the signal mask. 57 /* Store the calling environment in ENV, also saving the 63 /* Store the calling environment in ENV, not saving the signal mask. 102 /* Store the calling environment in ENV, also saving the
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
setjmp.h | 34 /* Calling environment, plus possibly a saved signal mask. */ 41 __jmp_buf __jmpbuf; /* Calling environment. */ 51 /* Store the calling environment in ENV, also saving the signal mask. 57 /* Store the calling environment in ENV, also saving the 63 /* Store the calling environment in ENV, not saving the signal mask. 102 /* Store the calling environment in ENV, also saving the
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
RandomTest.java | 56 assertTrue("Calling nextBoolean() 100 times resulted in all trues", 58 assertTrue("Calling nextBoolean() 100 times resulted in all falses", 96 assertTrue("Calling nextDouble 100 times resulted in same number", 99 "Calling nextDouble resulted in a number out of range [0,1)", 120 assertTrue("Calling nextFloat 100 times resulted in same number", 122 assertTrue("Calling nextFloat resulted in a number out of range [0,1)", 143 assertTrue("Calling nextGaussian 100 times resulted in same number", 146 "Calling nextGaussian 100 times resulted in no number within 1 std. deviation of mean", 164 assertTrue("Calling nextInt 100 times resulted in same number", 186 assertTrue("Calling nextInt (range) 100 times resulted in same number" [all...] |
/external/clang/test/CXX/special/class.inhctor/ |
p4.cpp | 23 B b1{X<1>{}}; // expected-error {{calling a protected constructor}} 40 FA fa1{X<1>{}}; // expected-error {{calling a protected constructor}} 41 FA fa2{X<2>{}}; // expected-error {{calling a private constructor}}
|
/libcore/luni/src/test/java/tests/api/java/util/ |
RandomTest.java | 56 assertTrue("Calling nextBoolean() 100 times resulted in all trues", 58 assertTrue("Calling nextBoolean() 100 times resulted in all falses", 96 assertTrue("Calling nextDouble 100 times resulted in same number", 99 "Calling nextDouble resulted in a number out of range [0,1)", 120 assertTrue("Calling nextFloat 100 times resulted in same number", 122 assertTrue("Calling nextFloat resulted in a number out of range [0,1)", 143 assertTrue("Calling nextGaussian 100 times resulted in same number", 146 "Calling nextGaussian 100 times resulted in no number within 1 std. deviation of mean", 164 assertTrue("Calling nextInt 100 times resulted in same number", 186 assertTrue("Calling nextInt (range) 100 times resulted in same number" [all...] |
/ndk/tests/device/issue19851-sigsetjmp/jni/ |
issue19851-sigsetjmp.c | 27 printf("After calling siglongjmp, but you won't see me here.\n"); 50 printf("After calling kill, but you won't see me here.\n"); 57 printf("After calling foo, but you won't see me here.\n");
|
/external/chromium/chrome/browser/sync/glue/ |
data_type_manager_mock.cc | 13 // By default, calling Configure will send a SYNC_CONFIGURE_START
|
/external/clang/test/CodeGen/ |
nvptx-cc.c | 4 // Just make sure Clang uses the proper calling convention for the NVPTX back-end.
|
/external/clang/test/SemaCXX/ |
warn-pure-virtual-call-from-ctor-dtor.cpp | 9 // Don't warn (or note) when calling the function on a pointer. (PR10195)
|
/external/compiler-rt/lib/asan/lit_tests/ |
malloc_hook.cc | 7 // Note: avoid calling functions that allocate memory in malloc/free
|
/external/iptables/extensions/ |
libxt_TCPOPTSTRIP.man | 6 by symbolic name. The list of recognized options can be obtained by calling
|
/external/webkit/LayoutTests/storage/domstorage/localstorage/ |
delete-removal-expected.txt | 8 foo (after calling setItem) is: bar
|