HomeSort by relevance Sort by last modified time
    Searched full:okay (Results 251 - 275 of 1418) sorted by null

<<11121314151617181920>>

  /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 104 * Log the contents of the {@link mBuffer}, and clears it out. (So it's okay to call this
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageWebView.java 128 // No need to synchronize -- it's okay to create an extra Handler, which will be used
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_scripts.py 94 # --with-suffix=3`, python is compiled okay but the build scripts
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_scripts.py 94 # --with-suffix=3`, python is compiled okay but the build scripts
  /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
  /external/chromium_org/content/common/
inter_process_time_ticks_converter_unittest.cc 150 // The bounds are all okay, but the |remote_lower_bound| and
166 // The bounds are all okay, but the |remote_lower_bound| and
  /external/clang/test/SemaObjC/
instancetype.m 49 Subclass2 *sc2 = [[Subclass2 alloc] initSubclass2]; // okay
131 + (Subclass4 *)alloc; // okay
  /external/clang/test/SemaObjCXX/
instancetype.mm 49 Subclass2 *sc2 = [[Subclass2 alloc] initSubclass2]; // okay
131 + (Subclass4 *)alloc; // okay
arc-templates.mm 22 typedef T* pointer; // okay: ends up being strong.
23 typedef T& reference; // okay: ends up being strong
  /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
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
value.c 158 /* Okay for single symrec anywhere in expr.
332 /* Okay for single symrec in LHS and constant on RHS.
333 * Single symrecs are not okay on RHS.
364 /* Okay for single symrec (can only be done once).
365 * Not okay for anything BUT a single symrec as an immediate
385 /* Okay for single symrec in LHS and either a register or single
  /system/core/adb/
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/distrib/sdl-1.2.15/src/video/x11/
SDL_x11modes.c 986 int okay; local
996 okay = 1;
998 return(okay);
    [all...]
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java     [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);
  /art/runtime/native/
java_lang_reflect_Field.cc 71 // Never okay.
210 // Never okay.
  /external/chromium_org/sync/tools/
sync_client.cc 333 // Used only by InitialProcessMetadata(), so it's okay to leave this as NULL.
344 // Used only when committing bookmarks, so it's okay to leave this
  /external/chromium_org/third_party/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/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 281 // Okay, we've parsed the section attributes, see if we have a stub size spec.
295 // Okay, if we do, it must be a number.

Completed in 1580 milliseconds

<<11121314151617181920>>