/packages/apps/IM/src/com/android/im/app/ |
AddContactActivity.java | 236 // noop 240 // noop
|
/frameworks/base/core/java/android/view/accessibility/ |
AccessibilityManager.java | 132 * enabled the call is a NOOP.
|
/external/grub/netboot/ |
i82586.c | 176 A NoOp command, which initially points to itself, 180 re-writing the NoOp command, and finally changing the offset of the last 182 it jumps to the NoOp, when it loops until the next Tx command changes the 183 "link offset" in the NoOp. This way the 82586 never has to go through the 436 TX_BUF_START+16, /* Next command is a NoOp */
|
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/ |
ThreadGroupTest.java | 617 Thread noOp = new Thread(testRoot, null, "no-op thread") { 622 noOp.start(); 626 noOp.join(); 644 noOp = new Thread(testRoot, null, "no-op thread") { 657 noOp.start(); 669 noOp.join(); [all...] |
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
TextInputController.m | 424 [sender doCommandBySelector:@selector(noop:)]; // AppKit sends noop: if the ime does not handle an event
|
/external/skia/tests/ |
BlitRowTest.cpp | 98 // Make sure our blits always map src==0 to a noop, and src==FF to full opaque
|
/frameworks/base/media/libmediaplayerservice/ |
MediaPlayerService.h | 260 // Add a new element to the set of metadata updated. Noop if
|
/external/e2fsprogs/e2fsck/ |
revoke.c | 485 /* If we are already aborting, this all becomes a noop. We 528 * this is a noop; otherwise we are generating a buffer which needs to
|
/dalvik/libcore/xml/src/main/java/javax/xml/validation/ |
Validator.java | 239 * // noop
|
ValidatorHandler.java | 225 * // noop
|
SchemaFactory.java | 425 * // noop
|
/external/tcpdump/ |
icmp6.h | 365 #define NI_QTYPE_NOOP 0 /* NOOP */
|
print-lwres.c | 179 { LWRES_OPCODE_NOOP, "noop", },
|
print-icmp6.c | 931 printf("noop"); 1075 printf("noop"); [all...] |
/external/astl/tests/ |
test_string.cpp | 656 str04.assign("noop"); 658 EXPECT_TRUE(str04 == "noop");
|
/packages/apps/Email/src/com/android/email/mail/store/ |
ImapStore.java | 419 connection.executeSimpleCommand("NOOP"); 489 mConnection.executeSimpleCommand("NOOP"); [all...] |
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceNetwork.java | 622 // return a noop event so we keep executing the main
|
/development/scripts/ |
divide_and_compress_test.py | 37 def NoOp(self):
|
/external/icu4c/samples/ustring/ |
ustring.cpp | 529 * one to populate it; the second one is a noop on platforms where
|
/external/kernel-headers/original/linux/ |
blkdev.h | 547 * noop, requests are automagically marked as active/inactive by I/O
|
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/ |
pvmf_rtcp_proto_impl.cpp | 106 //noop [all...] |
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
TestShellActivity.java | 138 // WebView::setJsFlags is noop in JSC build.
|
/external/icu4c/test/cintltst/ |
custrtst.c | [all...] |
/external/emma/core/java12/com/vladium/emma/rt/ |
AppRunner.java | 588 runnerExitHook.run (); // that this may be a noop (if the shutdown sequence got there first) [all...] |
/external/icu4c/common/ |
ucnv2022.c | 509 ucnv_loadSharedData("noop-gb2312_gl", &stackPieces, &stackArgs, errorCode); /* gb_2312_80-1 */ 570 ucnv_loadSharedData("noop-gb2312_gl", &stackPieces, &stackArgs, errorCode); 573 ucnv_loadSharedData("noop-iso-ir-165", &stackPieces, &stackArgs, errorCode); 576 ucnv_loadSharedData("noop-cns-11643", &stackPieces, &stackArgs, errorCode); [all...] |