/external/llvm/lib/Transforms/Scalar/ |
BasicBlockPlacement.cpp | 126 // Okay, now place any unplaced successors.
|
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdllistmodes.html | 133 > if any dimension is okay for
|
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/ |
SDL_sysmouse.c | 124 /* Check to make sure the cursor size is okay */
|
/external/regex-re2/re2/ |
mimics_pcre.cc | 108 // It is okay to overestimate. For example, \b\B cannot match an empty
|
/external/skia/include/utils/ |
SkRTConf.h | 184 // static_cast here is okay because there's only one kind of child class.
|
/external/v8/test/test262/ |
test262.status | 29 def FAIL_OK = FAIL, OKAY
|
/frameworks/base/core/java/android/ddm/ |
DdmHandleThread.java | 117 * recycled. We need a thread serial ID. The Linux tid is an okay
|
/frameworks/base/core/java/android/util/ |
ReflectiveProperty.java | 86 // Okay to not have a setter - just a readonly property
|
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/ |
ObbBackupService.java | 65 // okay, there's at least something there
|
/frameworks/native/libs/binder/ |
PermissionCache.cpp | 94 // root and ourselves is always okay
|
/frameworks/native/libs/gui/ |
SensorManager.cpp | 44 // okay we're not locked here, but it's not needed during construction
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
WakeLockStateMachine.java | 164 // this is okay as long as we call release() for every acquire()
|
/libcore/luni/src/test/java/libcore/java/nio/charset/ |
CharsetEncoderTest.java | 66 // okay: surrogate pair seen all at once is decoded to U+20b9f.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
DictionaryFactory.java | 72 // explicitly disabled the main dictionary), so the following is okay. dictList is never
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test__locale.py | 113 # Bug #1391872: Test whether float parsing is okay on European
|
test_warnings.py | 425 # Replacing or removing the onceregistry should be okay. 445 # Removal of onceregistry is okay. 455 # Replacing or removing defaultaction should be okay. 490 # Test that showwarning() missing is okay. 511 # With showarning() missing, make sure that output is okay.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test__locale.py | 113 # Bug #1391872: Test whether float parsing is okay on European
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
RuleLoader.java | 126 // Directories and jar files are okay. Do we need to
|
/system/core/fastboot/ |
protocol.c | 75 if(!memcmp(status, "OKAY", 4)) {
|
usbtest.c | 204 fprintf(stderr,"usbtest: %s: OKAY\n", tests[i].cmd);
|
/system/core/fastbootd/ |
protocol.c | 137 fastboot_ack(phandle, "OKAY", info);
|
/art/runtime/ |
check_jni.cc | 393 * z - jsize (for lengths; use i if negative values are okay) 637 bool okay = true; local 640 okay = obj->IsClass(); 646 okay = obj->GetClass()->IsStringClass(); 649 okay = obj->GetClass()->IsThrowableClass(); 654 if (!okay) { 784 case kFlag_CritOkay: // okay to call this method 786 case kFlag_CritBad: // not okay to call [all...] |
/external/clang/lib/CodeGen/ |
CGAtomic.cpp | 763 // Okay, we're doing this natively. 775 // Okay, turn that back into the original value type. 839 // Okay, otherwise we're copying stuff. 847 // Okay, store the rvalue in. [all...] |
/external/libpcap/ |
pcap-dos.c | 506 * Get a list of all interfaces that are present and that we probe okay. 619 probed_dev = dev; /* device is probed okay and may be used */ 934 * just pretend Watt-32 is initialised okay. 1053 BOOL okay = PktExitDriver(); local 1056 fprintf (stderr, "pkt_close(): %d\n", okay); [all...] |
/frameworks/base/core/java/android/appwidget/ |
AppWidgetManager.java | 365 * It is okay to call this method both inside an {@link #ACTION_APPWIDGET_UPDATE} broadcast, 433 * It is okay to call this method both inside an {@link #ACTION_APPWIDGET_UPDATE} broadcast, 461 * It is okay to call this method both inside an {@link #ACTION_APPWIDGET_UPDATE} broadcast, 493 * It is okay to call this method both inside an {@link #ACTION_APPWIDGET_UPDATE} broadcast, 512 * It is okay to call this method both inside an {@link #ACTION_APPWIDGET_UPDATE} broadcast, [all...] |