/frameworks/testing/uiautomator/cmds/uiautomator/ |
uiautomator | 100 # look for --nohup: if found, consume it and trap SIG_HUP, otherwise just
|
/frameworks/uiautomator/cmds/uiautomator/ |
uiautomator | 97 # look for --nohup: if found, consume it and trap SIG_HUP, otherwise just
|
/libcore/luni/src/test/java/libcore/java/nio/charset/ |
OldCharset_SingleByteAbstractTest.java | 56 out.consume(outputCB.get());
|
/libcore/support/src/test/java/tests/security/ |
MessageDigestTest.java | 51 // This is critical. The MessageDigest tests consume a lot of memory due
|
/packages/apps/DeskClock/src/com/android/deskclock/widget/ |
EllipsizeLayout.java | 25 * as Text1 and/or Text2 grow in width, both will consume more width until Text2 hits the end
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
SecureAlbum.java | 101 public void consume(int index, MediaItem item) {
|
/packages/apps/Gallery2/src/com/android/photos/shims/ |
MediaItemsLoader.java | 116 public void consume(int index, MediaItem item) {
|
MediaSetLoader.java | 165 public void consume(int index, MediaItem item) {
|
/packages/apps/InCallUI/src/com/android/incallui/ |
SmallerHitTargetTouchListener.java | 97 return true; // Consume this event; don't let the button see it
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
UserDictionaryAddWordFragment.java | 98 * @return false to allow normal menu processing to proceed, true to consume it here
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/ |
MimeBoundaryInputStream.java | 108 public void consume() throws IOException {
method in class:MimeBoundaryInputStream
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/ |
UserDictionaryAddWordFragment.java | 107 * @return false to allow normal menu processing to proceed, true to consume it here
|
/packages/services/Telephony/src/com/android/phone/ |
SmallerHitTargetTouchListener.java | 98 return true; // Consume this event; don't let the button see it
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
PyParse.py | 261 # consume the string 309 # consume the comment 427 # consume string 441 # consume comment and trailing newline
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
PyParse.py | 261 # consume the string 309 # consume the comment 427 # consume string 441 # consume comment and trailing newline
|
/external/chromium_org/third_party/re2/re2/testing/ |
re2_test.cc | 6 // TODO: Test extractions for PartialMatch/Consume 234 TEST(RE2, Consume) { 243 CHECK(RE2::Consume(&input, r, &word)); 245 CHECK(RE2::Consume(&input, r, &word)); 247 CHECK(! RE2::Consume(&input, r, &word)) << " input: " << input; 293 // length to consume. [all...] |
/external/regex-re2/re2/testing/ |
re2_test.cc | 6 // TODO: Test extractions for PartialMatch/Consume 227 TEST(RE2, Consume) { 236 CHECK(RE2::Consume(&input, r, &word)); 238 CHECK(RE2::Consume(&input, r, &word)); 240 CHECK(! RE2::Consume(&input, r, &word)) << " input: " << input; 286 // length to consume. [all...] |
/external/v8/src/ |
parser.cc | [all...] |
/external/jpeg/ |
jdcoefct.c | 237 * Dummy consume-input routine for single-pass operation. 248 * Consume input data and store it in the full-image coefficient buffer. 355 * Consume input data and store it in the coefficient buffer. 371 // Consume SOS and DHT headers 376 // Consume scan block data [all...] |
/external/qemu/distrib/jpeg-6b/ |
jdcoefct.c | 237 * Dummy consume-input routine for single-pass operation. 248 * Consume input data and store it in the full-image coefficient buffer. 355 * Consume input data and store it in the coefficient buffer. 371 // Consume SOS and DHT headers 376 // Consume scan block data [all...] |
/frameworks/native/libs/input/ |
InputTransport.cpp | 392 status_t InputConsumer::consume(InputEventFactoryInterface* factory, function in class:android::InputConsumer 395 ALOGD("channel '%s' consumer ~ consume: consumeBatches=%s, frameTime=%lld", 406 // mMsg contains a valid input message from the previous call to consume 413 // Consume the next batched event unless batches are being held for later. 455 // We cannot append to the batch in progress, so we need to consume [all...] |
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
phonenumberutil.cc | [all...] |
/external/clang/lib/Parse/ |
ParseStmt.cpp | 131 AtLoc = ConsumeToken(); // consume @ 338 // ParseExpression does not consume any tokens. 773 /// consume the '}' at the end of the block. It does not manipulate the scope 845 // operator for expressions. Consume multiple __extension__ markers here [all...] |
/external/llvm/lib/Target/Mips/AsmParser/ |
MipsAsmParser.cpp | [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/ |
Fuzzy.m | 105 [input consume]; /* advance one char and try again */ 925 [input consume]; [all...] |