/gdk/ |
Android.mk | 1 # Please try to keep this file empty by only including what is necessary to
|
/ndk/ |
Android.mk | 1 # Please try to keep this file empty by only including what is necessary to
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
writeout.inp | 4 Facts don't do what I want them to
|
wrtout1.good | 4 Facts don't do what I want them to
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/ |
xt_connbytes.h | 22 u_int8_t what; /* ipt_connbytes_what */ member in struct:xt_connbytes_info
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/ |
xt_connbytes.h | 22 u_int8_t what; /* ipt_connbytes_what */ member in struct:xt_connbytes_info
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/ |
xt_connbytes.h | 22 u_int8_t what; /* ipt_connbytes_what */ member in struct:xt_connbytes_info
|
/frameworks/base/core/java/android/os/ |
Registrant.java | 29 Registrant(Handler h, int what, Object obj) 32 this.what = what; 80 msg.what = what; 104 msg.what = what; 121 int what; field in class:Registrant
|
/external/clang/test/SemaCXX/ |
__try.cpp | 19 Exception(const char* s = "Unknown"){what = strdup(s); } 20 Exception(const Exception& e ){what = strdup(e.what); } 21 ~Exception() {free(what); } 22 const char* msg() const {return what; } 24 const char* what; member in class:Exception
|
/external/clang/test/SemaObjC/ |
default-synthesize.m | 9 @property (retain) NSString* what; 14 @synthesize howMany, what; 21 @property (nonatomic, retain) NSString* what; 26 @synthesize howMany, what; 34 - (NSString*) what { 35 return self.what; 43 @property (nonatomic, retain) NSString* what; 48 @synthesize howMany, what; 56 // - (NSString*) what 58 if (self.what != value) [all...] |
/cts/tests/tests/os/src/android/os/cts/ |
HandlerTest.java | 86 mHandler1.removeMessages(msg.what); 97 assertFalse(mHandler.hasMessages(msg.what)); 99 assertTrue(mHandler.hasMessages(msg.what)); 100 mHandler.removeMessages(msg.what); 101 assertFalse(mHandler.hasMessages(msg.what)); 107 assertFalse(mHandler.hasMessages(msg.what, msg.obj)); 109 assertTrue(mHandler.hasMessages(msg.what, msg.obj)); 110 mHandler.removeMessages(msg.what); 111 assertFalse(mHandler.hasMessages(msg.what, msg.obj)); 157 assertEquals(0, mHandler1.what); 465 public int what; field in class:HandlerTest.MockHandler [all...] |
/frameworks/base/core/tests/coretests/src/android/os/ |
MessageQueueTest.java | 46 "msg.isInuse is false, should always be true, #" + msg.what)); 49 if (msg.what != mCount) { 52 + ", received #" + msg.what)); 59 "Message received after done, #" + msg.what)); 98 if (msg.what == 0) { 126 "msg.isInuse is false, should always be true, #" + msg.what)); 129 if (msg.what != mCount) { 132 + ", received #" + msg.what)); 139 "Message received after done, #" + msg.what)); 159 if (msg.what == 0) [all...] |
/external/stlport/test/unit/ |
exception_test.cpp | 25 CPPUNIT_TEST(what); 44 void what(); 69 void ExceptionTest::what() function in class:ExceptionTest 75 CPPUNIT_CHECK( strcmp( err.what(), "message" ) == 0 ); 143 CPPUNIT_ASSERT( foo == e.what() ); 146 CPPUNIT_ASSERT(foo == clone.what() ); 156 CPPUNIT_ASSERT( foo == e.what() ); 159 CPPUNIT_ASSERT(foo == clone.what() ); 170 CPPUNIT_ASSERT(msg == e.what() ); 173 CPPUNIT_ASSERT(msg == clone.what() ); [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
exception_test.cpp | 25 CPPUNIT_TEST(what); 44 void what(); 69 void ExceptionTest::what() function in class:ExceptionTest 75 CPPUNIT_CHECK( strcmp( err.what(), "message" ) == 0 ); 143 CPPUNIT_ASSERT( foo == e.what() ); 146 CPPUNIT_ASSERT(foo == clone.what() ); 156 CPPUNIT_ASSERT( foo == e.what() ); 159 CPPUNIT_ASSERT(foo == clone.what() ); 170 CPPUNIT_ASSERT(msg == e.what() ); 173 CPPUNIT_ASSERT(msg == clone.what() ); [all...] |
/ndk/tests/device/test-stlport/unit/ |
exception_test.cpp | 25 CPPUNIT_TEST(what); 44 void what(); 69 void ExceptionTest::what() function in class:ExceptionTest 75 CPPUNIT_CHECK( strcmp( err.what(), "message" ) == 0 ); 143 CPPUNIT_ASSERT( foo == e.what() ); 146 CPPUNIT_ASSERT(foo == clone.what() ); 156 CPPUNIT_ASSERT( foo == e.what() ); 159 CPPUNIT_ASSERT(foo == clone.what() ); 170 CPPUNIT_ASSERT(msg == e.what() ); 173 CPPUNIT_ASSERT(msg == clone.what() ); [all...] |
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
CharStreamState.pm | 12 # What line number is the scanner at before processing buffer[p]? 19 # What char position 0..n-1 in line is scanner before processing buffer[p]?
|
/external/icu4c/common/ |
localsvc.h | 18 * @param what service-specific string identifying the specific user hook 22 U_CAPI void* uprv_svc_hook(const char *what, UErrorCode *status);
|
/external/javasqlite/src/main/java/SQLite/ |
Authorizer.java | 12 * @param what integer indicating type of access 22 public int authorize(int what, String arg1, String arg2, String arg3,
|
/external/llvm/test/MC/AsmParser/ |
directive_zerofill.s | 7 # CHECK: .zerofill __DATA,__bss,"what you say?",8,3 14 .zerofill __DATA, __bss, "what you say?", 8, 3
|
/bootable/diskinstaller/ |
installer_img_layout.conf | 7 # What LBA should the partitions start at?
|
/development/sdk/ |
sdk.properties | 3 # If it used by various tools to figure out what the platform can do.
|
/external/icu4c/samples/layout/ |
Surface.h | 8 Surface(/*what?*/);
|
/external/iptables/include/linux/netfilter/ |
xt_connbytes.h | 23 __u8 what; /* ipt_connbytes_what */ member in struct:xt_connbytes_info
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/apple/ |
TaptAtom.java | 6 * Don't know what it is but it is obviously a container box.
|
/external/valgrind/main/gdbserver_tests/ |
filter_make_empty | 5 # To still allow to see what is happening, the content
|