/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/ |
Platform.java | 37 // CharMatcher.precomputed() produces CharMatchers that are maybe a little
|
/external/lzma/C/ |
Threads.c | 39 /* maybe we must use errno here, but probably GetLastError() is also OK. */
|
/external/proguard/src/proguard/optimize/evaluation/ |
TracedBranchUnit.java | 51 // Maybe branch.
|
/external/skia/tools/ |
find_run_binary.py | 59 raise Exception('cannot find %s in paths %s; maybe you need to '
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
Android.mk | 24 LOCAL_CFLAGS += -Wno-maybe-uninitialized -Wno-parentheses
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
Android.mk | 24 LOCAL_CFLAGS += -Wno-maybe-uninitialized -Wno-parentheses
|
/libcore/luni/src/main/java/java/security/ |
AccessControlException.java | 59 * @return the requested permission that caused this Exception, maybe {@code null}.
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
reinvoke | 14 # with sub-second timestamps, maybe + NFS? Not sure.
|
/external/proguard/src/proguard/evaluation/value/ |
SpecificIntegerValue.java | 319 return this.equals(other) ? ALWAYS : MAYBE; 324 return this.equals(other) ? NEVER : MAYBE; 329 return this.equals(other) ? ALWAYS : MAYBE;
|
/frameworks/opt/net/wifi/service/ |
Android.mk | 27 LOCAL_CFLAGS += -Wno-maybe-uninitialized -Wno-parentheses 65 LOCAL_CFLAGS += -Wno-maybe-uninitialized -Wno-parentheses 95 LOCAL_CFLAGS += -Wno-maybe-uninitialized -Wno-parentheses
|
/external/chromium_org/third_party/icu/source/common/ |
unormimp.h | 35 _NORM_QC_NFC=0x11, /* no|maybe */ 36 _NORM_QC_NFKC=0x22, /* no|maybe */ 42 /* quick check flags 4..5 mean "maybe" for their forms; test flags>=_NORM_QC_MAYBE */ 124 _NORM_INDEX_MIN_NFC_NO_MAYBE, /* first code point with quick check NFC NO/MAYBE */ 125 _NORM_INDEX_MIN_NFKC_NO_MAYBE, /* first code point with quick check NFKC NO/MAYBE */ 126 _NORM_INDEX_MIN_NFD_NO_MAYBE, /* first code point with quick check NFD NO/MAYBE */ 127 _NORM_INDEX_MIN_NFKD_NO_MAYBE, /* first code point with quick check NFKD NO/MAYBE */ 225 * -- first code point with a quick check NF* value of NO/MAYBE 271 * 5..0 quick check flags, set for "no" or "maybe", with separate flags for 273 * the higher bits are "maybe" flags; for NF*D there are no such flag [all...] |
/external/icu/icu4c/source/common/ |
unormimp.h | 35 _NORM_QC_NFC=0x11, /* no|maybe */ 36 _NORM_QC_NFKC=0x22, /* no|maybe */ 42 /* quick check flags 4..5 mean "maybe" for their forms; test flags>=_NORM_QC_MAYBE */ 124 _NORM_INDEX_MIN_NFC_NO_MAYBE, /* first code point with quick check NFC NO/MAYBE */ 125 _NORM_INDEX_MIN_NFKC_NO_MAYBE, /* first code point with quick check NFKC NO/MAYBE */ 126 _NORM_INDEX_MIN_NFD_NO_MAYBE, /* first code point with quick check NFD NO/MAYBE */ 127 _NORM_INDEX_MIN_NFKD_NO_MAYBE, /* first code point with quick check NFKD NO/MAYBE */ 216 * -- first code point with a quick check NF* value of NO/MAYBE 262 * 5..0 quick check flags, set for "no" or "maybe", with separate flags for 264 * the higher bits are "maybe" flags; for NF*D there are no such flag [all...] |
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
KeyboardStateMultiTouchTests.java | 399 // Long press shift key, enter maybe shift locked. 409 // Long press shift key, enter maybe alphabet. 421 // Long press shift key, enter maybe alphabet. 432 // Long press shift key, enter maybe shift locked. 444 // // Second shift key tap, maybe shift locked. 456 // // Second shift key tap, maybe shift unlocked. 469 // // Second shift key tap, maybe shift locked.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
modulefinder.py | 508 missing, maybe = self.any_missing_maybe() 516 # Print modules that may be missing, but then again, maybe not... 517 if maybe: 521 for name in maybe: 531 missing, maybe = self.any_missing_maybe() 532 return missing + maybe 544 maybe = [] 566 maybe.append(name) 577 maybe.sort() 578 return missing, maybe [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
modulefinder.py | 508 missing, maybe = self.any_missing_maybe() 516 # Print modules that may be missing, but then again, maybe not... 517 if maybe: 521 for name in maybe: 531 missing, maybe = self.any_missing_maybe() 532 return missing + maybe 544 maybe = [] 566 maybe.append(name) 577 maybe.sort() 578 return missing, maybe [all...] |
/external/chromium_org/v8/test/cctest/ |
test-types.cc | 409 CHECK(type1->Maybe(type2)); 410 CHECK(type2->Maybe(type1)); 420 CHECK(!type1->Maybe(type2)); 421 CHECK(!type2->Maybe(type1)); 696 // Constant(V)->Is(T) iff Of(V)->Is(T) or T->Maybe(Constant(V)) 704 (of_type->Is(type) || type->Maybe(const_type))); 726 // Constant(V)->NowIs(T) iff NowOf(V)->NowIs(T) or T->Maybe(Constant(V)) 734 (nowof_type->NowIs(type) || type->Maybe(const_type))); 738 // Constant(V)->Is(T) implies NowOf(V)->Is(T) or T->Maybe(Constant(V)) 746 (nowof_type->Is(type) || type->Maybe(const_type))) [all...] |
/external/chromium_org/mojo/system/ |
channel.h | 77 // TODO(vtl): Maybe limit the number of attached message pipes. 94 // TODO(vtl): Maybe we should just have a flag argument to 103 // TODO(vtl): Maybe we shouldn't expose this, and instead have a
|
/external/chromium_org/remoting/webapp/ |
log_to_server.js | 55 // Maybe set the session ID and start time. 71 // Maybe clear the session start time, and log the session duration. 84 // Maybe clear the session ID.
|
/packages/services/Telephony/src/com/android/phone/ |
CallLogger.java | 119 * @return The CallerInfo associated with the connection. Maybe null. 146 * @param callerInfo The CallerInfo. Maybe null. 195 * @param callerInfo The CallerInfo. Maybe null.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_modulefinder.py | 251 # check for missing and maybe missing modules 252 bad, maybe = mf.any_missing_maybe() 254 self.assertEqual(maybe, maybe_missing)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_modulefinder.py | 251 # check for missing and maybe missing modules 252 bad, maybe = mf.any_missing_maybe() 254 self.assertEqual(maybe, maybe_missing)
|
/device/asus/fugu/libaudio/ |
HDMIAudioOutput.cpp | 67 // TODO Maybe set SPDIF channel status to compressed mode.
|
/device/lge/hammerhead/overlay/packages/services/Telephony/res/values-mcc310-mnc120/ |
config.xml | 25 default values are in Phone/res/values/config.xml and maybe overridden
|
/device/moto/shamu/overlay/packages/services/Telephony/res/values-mcc310-mnc120/ |
config.xml | 25 default values are in Phone/res/values/config.xml and maybe overridden
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
RecognitionException.pm | 39 isa => 'Maybe[Char]',
|