/libcore/luni/src/test/java/libcore/java/lang/ref/ |
FinalizeTest.java | 97 * to finalize. Check that objects near that limit are okay.
|
/packages/apps/Email/src/com/android/email/mail/transport/ |
DiscourseLogger.java | 105 * Log the contents of the {@link mBuffer}, and clears it out. (So it's okay to call this
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/resources/ |
ResourceNameValidatorTest.java | 60 // Can't start with _ in file-based resource names, is okay for value based resources
|
/system/core/adb/ |
SERVICES.TXT | 12 any OKAY or FAIL. 23 After the OKAY, this is followed by a 4-byte hex len, 47 <serial-number>. After the OKAY response, every client request will 210 After the OKAY, the service sends 16-byte binary structure
|
sockets.c | 479 D("entered remote_socket_ready RS(%d) OKAY fd=%d peer.fd=%d\n", 566 adb_write(s->fd, "OKAY", 4); 735 ** the OKAY or FAIL message and all we have to do 744 D( "SS(%d): okay transport\n", s->id ); 767 adb_write(s->peer->fd, "OKAY", 4); 774 D( "SS(%d): okay\n", s->id );
|
protocol.txt | 233 "flash_kernel,2515049,........\n" "okay\n" 263 "OKAY" response is sent, otherwise a "FAIL" message is returned. Once 267 server: "OKAY"
|
/external/qemu-pc-bios/vgabios/ |
biossums.c | 175 void check( int okay, char* message ) { 177 if( !okay ) {
|
/libcore/luni/src/main/native/ |
java_nio_charset_Charsets.cpp | 93 bool okay = resize(mOffset); local 94 return okay ? mJavaArray : NULL;
|
/packages/apps/Browser/src/com/android/browser/ |
BrowserBackupAgent.java | 41 * stored is the set of bookmarks. It's okay if I/O exceptions are thrown 120 // Okay, we have all the bookmarks -- now see if we need to add
|
/packages/apps/Email/src/com/android/email/ |
VendorPolicyLoader.java | 67 // It's okay to instantiate VendorPolicyLoader multiple times. No need to synchronize. 119 // Package not found -- it's okay - there's no policy .apk found, which is OK
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11modes.c | 986 int okay; local 996 okay = 1; 998 return(okay); [all...] |
/external/kernel-headers/original/linux/ |
atmdev.h | 34 __HANDLE_ITEM(tx); /* TX okay */ \ 36 __HANDLE_ITEM(rx); /* RX okay */ \ 283 #define ATM_PHY_SIG_FOUND 2 /* carrier/light okay */
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/osf/ |
SDL_syscdrom.c | 250 int okay = 0; local 314 okay = 1; 317 return(okay ? 0 : -1);
|
/external/clang/test/SemaObjCXX/ |
arc-templates.mm | 22 typedef T* pointer; // okay: ends up being strong. 23 typedef T& reference; // okay: ends up being strong
|
/external/llvm/docs/HistoricalNotes/ |
2001-02-09-AdveCommentsResponse.txt | 82 Okay, that comment is removed. 118 Okay, once we get the above stuff figured out, I'll put it all in the
|
/external/llvm/lib/MC/ |
MCSectionMachO.cpp | 280 // Okay, we've parsed the section attributes, see if we have a stub size spec. 294 // Okay, if we do, it must be a number.
|
/external/llvm/lib/Support/ |
SmallPtrSet.cpp | 66 // Okay, we know we have space. Find a hash bucket. 94 // Okay, we know we have space. Find a hash bucket.
|
StringMap.cpp | 103 // Okay, we didn't find the item. Probe to the next bucket. 147 // Okay, we didn't find the item. Probe to the next bucket.
|
/external/llvm/lib/Target/PowerPC/ |
PPCHazardRecognizers.cpp | 117 // Okay, we don't have an exact match, if this is an indexed offset, see if 120 // Okay the base pointers match, so we have [c1+r] vs [c2+r]. Check
|
/external/llvm/lib/Transforms/Instrumentation/ |
OptimalEdgeProfiling.cpp | 167 // Okay, we have to add a counter of each outgoing edge not in MST. If 193 // Okay, we are guaranteed that the edge is no longer critical. If
|
/external/llvm/lib/Transforms/Utils/ |
ValueMapper.cpp | 104 // Okay, this either must be a constant (which may or may not be mappable) or 138 // Okay, we need to create a new constant. We've already processed some or
|
/external/regex-re2/re2/testing/ |
dfa_test.cc | 78 // One more compile, to make sure everything is okay. 119 CHECK_LT(usage, limit + (16<<10)); // 16kB of slop okay
|
/external/skia/src/gpu/ |
GrResourceCache.cpp | 400 // check that the exclusively held entries are okay 408 // check that the shareable entries are okay
|
/frameworks/base/core/java/android/app/ |
FragmentTransaction.java | 242 * situations where it may be okay to lose the commit.</p> 254 * this should only be used for cases where it is okay for the UI state
|
/frameworks/support/v4/java/android/support/v4/app/ |
FragmentTransaction.java | 256 * situations where it may be okay to lose the commit.</p> 268 * this should only be used for cases where it is okay for the UI state
|