/external/chromium/third_party/libevent/ |
poll.c | 240 /* event_set overallocated; that's okay. */ 250 * okay. */ 342 /* Okay, so we aren't interested in that fd anymore. */
|
/external/chromium_org/jingle/glue/ |
chrome_async_socket.cc | 118 // happen here. This is okay, as from the caller's point of view, 174 // finishes. This is okay, as StartTls() is called only from a read 307 // finishes. This is okay, as StartTls() is called only after we
|
/external/chromium_org/third_party/libevent/ |
poll.c | 240 /* event_set overallocated; that's okay. */ 250 * okay. */ 342 /* Okay, so we aren't interested in that fd anymore. */
|
/external/llvm/lib/Support/ |
FileUtilities.cpp | 193 // Okay, now that we opened the files, scan them for the first difference. 223 // Okay, we must have found a difference. Backup to the start of the 237 // Okay, we reached the end of file. If both files are at the end, we
|
/system/core/adb/ |
adb.c | 239 case A_OKAY: tag = "OKAY"; break; [all...] |
/art/runtime/jdwp/ |
object_registry.h | 52 // the debugger tells us that's okay).
|
/bootable/recovery/minadbd/ |
services.c | 69 writex(s, "OKAY", 4);
|
/cts/tests/src/android/content/cts/ |
MockContentProvider.java | 128 // Well, okay then! 283 // Well, okay then! 357 // Well, okay then! 381 // Well, okay then!
|
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
CstInteger.java | 61 * of guarantee about ==, and it's okay to overwrite existing
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
CstInteger.java | 61 * of guarantee about ==, and it's okay to overwrite existing
|
/dalvik/tools/ |
dexcheck | 30 # If all of the dex files are okay, you will just see a series of
|
/dalvik/vm/ |
ReferenceTable.h | 84 * (though it's okay if it's not fully-formed, e.g. the result from
|
/dalvik/vm/mterp/armv5te/ |
OP_NEW_INSTANCE.S | 63 cmp r1, #0 @ okay?
|
/dalvik/vm/mterp/mips/ |
OP_NEW_INSTANCE.S | 67 # okay?
|
/dalvik/vm/mterp/x86/ |
OP_NEW_INSTANCE.S | 59 cmp $$0, (%ebx) # okay?
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
FragmentReceiveResult.java | 121 text.append("(okay ");
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
FragmentReceiveResultSupport.java | 123 text.append("(okay ");
|
/external/chromium/chrome/browser/sync/ |
README.js | 36 so that's okay.
|
/external/chromium/net/base/ |
network_delegate.h | 23 // NOTE: It is not okay to add any compile-time dependencies on symbols outside
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
redirector_test.py | 79 None, self._redirector.Redirect(HOST, 'public/apps/okay.html'))
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
pthread_attr_getstacksize.c | 90 /* Everything is okay. */
|
pthread_attr_setstacksize.c | 100 /* Everything is okay. */
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/ |
test_expectations_unittest.py | 90 # We rely on a separate lint-webkitpy step on the bots to keep the whole file okay.
|
/external/chromium_org/third_party/skia/include/core/ |
SkOSFile.h | 142 * It is okay to call with a NULL rootPath and/or relativePath. A path
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
blocks.mm | 31 const auto& lambda1([=] { boom.foo(); }); // okay
|