HomeSort by relevance Sort by last modified time
    Searched full:maybe (Results 51 - 75 of 2468) sorted by null

1 23 4 5 6 7 8 91011>>

  /cts/tools/signature-tools/src/signature/compare/model/
IParameterDelta.java 31 * @return a parameter type delta, maybe {@code null}
  /external/chromium_org/chrome/renderer/extensions/
chrome_v8_extension_handler.h 18 // TODO(koz): Rename/refactor this somehow. Maybe just pull it into
  /external/chromium_org/third_party/skia/tools/
tsan.supp 17 # Maybe because it's diagnosed as a use-after-free, not as a race?
  /external/chromium_org/third_party/sqlite/
google_generate_amalgamation.sh 24 # yet, so maybe it's not a file we need.
  /external/deqp/framework/common/
tcuFloatFormat.hpp 38 MAYBE,
50 YesNoMaybe hasSubnormal = MAYBE,
51 YesNoMaybe hasInf = MAYBE,
52 YesNoMaybe hasNaN = MAYBE);
  /external/jsr305/ri/src/main/java/javax/annotation/
CheckForSigned.java 20 @Nonnegative(when = When.MAYBE)
  /external/kernel-headers/original/uapi/linux/
adb.h 19 #define ADB_MISC 7 /* maybe a monitor */
  /external/qemu/distrib/sdl-1.2.15/
TODO 9 * Explicit vertical retrace wait (maybe separate from SDL_Flip?)
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_Quit.3 24 While using \fBatexit\fP maybe be fine for small programs, more advanced users should shut down SDL in their own cleanup code\&. Plus, using \fBatexit\fP in a library is a sure way to crash dynamically loaded code
  /external/sepolicy/
lmkd.te 16 ## TODO: maybe scope this down?
  /external/skia/tools/
tsan.supp 17 # Maybe because it's diagnosed as a use-after-free, not as a race?
  /packages/apps/Browser/src/com/android/browser/
EventLogTags.logtags 11 # and how long it took to load the page. Could maybe also tell the kind of connection (2g, 3g, WiFi)?
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
adb.h 19 #define ADB_MISC 7 /* maybe a monitor */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
adb.h 19 #define ADB_MISC 7 /* maybe a monitor */
  /external/chromium_org/third_party/skia/include/pathops/
SkPathOps.h 30 into quadratics, and quadratics maybe turned into lines.
46 be turned into quadratics, and quadratics maybe turned into lines.
  /external/chromium_org/webkit/browser/blob/
blob_data_handle.h 27 // maybe deleted on any thread.
32 virtual ~BlobDataHandle(); // Maybe be deleted on any thread.
  /external/skia/include/pathops/
SkPathOps.h 30 into quadratics, and quadratics maybe turned into lines.
46 be turned into quadratics, and quadratics maybe turned into lines.
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
error 50 &run_make_with_options($makefile, "ERROR3=maybe", &get_logfile, 512);
51 $answer = "Some stuff\n$makefile:12: *** error is maybe. Stop.\n";
  /external/proguard/src/proguard/evaluation/value/
IntegerValue.java 201 * <code>NEVER</code>, <code>MAYBE</code>, or <code>ALWAYS</code>.
207 * <code>NEVER</code>, <code>MAYBE</code>, or <code>ALWAYS</code>.
213 * IntegerValue: <code>NEVER</code>, <code>MAYBE</code>, or
223 * <code>NEVER</code>, <code>MAYBE</code>, or <code>ALWAYS</code>.
232 * <code>NEVER</code>, <code>MAYBE</code>, or <code>ALWAYS</code>.
241 * <code>NEVER</code>, <code>MAYBE</code>, or <code>ALWAYS</code>.
433 * equal: <code>NEVER</code>, <code>MAYBE</code>, or <code>ALWAYS</code>.
442 * UnknownIntegerValue: <code>NEVER</code>, <code>MAYBE</code>, or
452 * UnknownIntegerValue: <code>NEVER</code>, <code>MAYBE</code>, or
465 * different: <code>NEVER</code>, <code>MAYBE</code>, or <code>ALWAYS</code>
    [all...]
ReferenceValue.java 85 mayBeNull ? MAYBE :
118 mayBeNull ? MAYBE :
155 return MAYBE;
175 return MAYBE;
183 MAYBE;
234 // If this type is null, the generalization is the other type, maybe null.
240 // If the other type is null, the generalization is this type, maybe null.
248 // If the two types are equal, the generalization remains the same, maybe null.
428 * @return <code>NEVER</code>, <code>MAYBE</code>, or <code>ALWAYS</code>.
432 return this.type == null && other.type == null ? ALWAYS : MAYBE;
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
RecognizerSharedState.pm 72 isa => 'Maybe[ArrayRef[HashRef[Int]]]',
84 isa => 'Maybe[ANTLR::Runtime::Token]',
124 isa => 'Maybe[Str]',
  /external/clang/test/Analysis/
uninit-sometimes.cpp 4 bool maybe();
34 if (maybe()) {
64 if (maybe()) {
100 if (maybe()) {
164 maybe() // expected-warning {{whenever '?:' condition is false}} \
177 maybe() // expected-warning {{whenever '?:' condition is true}} \
189 maybe() // expected-warning {{whenever '&&' condition is false}} \
201 maybe() // expected-warning {{whenever '&&' condition is true}} \
215 maybe() // expected-warning {{whenever '||' condition is false}} \
229 maybe() // expected-warning {{whenever '||' condition is true}}
    [all...]
  /external/javassist/src/main/javassist/compiler/
MemberResolver.java 81 Method maybe = null; local
92 maybe = r;
97 argClassNames, maybe != null);
101 return maybe;
109 Method maybe = null; local
125 else if (maybe == null || maybe.notmatch > res)
126 maybe = r;
133 maybe = null;
135 onlyExact = maybe != null
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
ISub.aidl 26 * @return SubInfoRecord, maybe null
33 * @return SubInfoRecord, maybe null
40 * @return SubInfoRecord, maybe null
  /external/droiddriver/src/com/google/android/droiddriver/actions/accessibility/
AccessibilityClickAction.java 57 + " is not long-clickable; maybe there is a clickable element in the same location?");
72 + " is not clickable; maybe there is a clickable element in the same location?");

Completed in 465 milliseconds

1 23 4 5 6 7 8 91011>>