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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/child/webcrypto/
shared_crypto_unittest.cc 42 #define MAYBE(test_name) DISABLED_##test_name
44 #define MAYBE(test_name) test_name
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
CommonToken.pm 41 isa => 'Maybe[ANTLR::Runtime::CharStream]',
49 isa => 'Maybe[Str]',
  /external/chromium_org/base/test/
multiprocess_test.h 30 // // Maybe add our own switches to |command_line|....
33 // // Maybe set some options (e.g., |start_hidden| on Windows)....
  /external/chromium_org/mojo/system/
handle_table.cc 190 // TODO(vtl): Maybe we want to do something different/smarter. (Or maybe try
  /external/chromium_org/mojo/tools/
mojob.sh 9 # TODO(vtl): Maybe make the test runner smart and not run unchanged test
11 # TODO(vtl) Maybe also provide a way to pass command-line arguments to the test
  /external/chromium_org/net/cert/
x509_cert_types.cc 88 // Put the cert in the allowed set and (maybe) remove it from the denied set.
96 // Put the cert in the denied set and (maybe) remove it from the allowed set.
  /external/chromium_org/remoting/client/
log_to_server.cc 79 // Maybe set the session ID and start time.
92 // Maybe clear the session start time and log the session duration.
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
base_unittest.py 40 # Maybe we should move this assert elsewhere? It's unusual to see an
84 raise Exception('cannot find %s in paths %s; maybe you need to '
  /external/chromium_org/third_party/sqlite/src/src/
random.c 37 ** well be good enough. But maybe not. Or maybe lrand48() has some
  /external/chromium_org/tools/json_to_struct/
element_generator_test.py 85 {'field': 'f2', 'type': 'enum', 'ctype': 'QuasiBool', 'default': 'MAYBE',
127 ' MAYBE,\n' +
  /external/clang/test/CodeGenObjC/
exceptions.m 114 // This is a switch or maybe some chained branches, but relying
119 // This is a switch or maybe some chained branches, but relying
  /external/clang/test/FixIt/
fixit-vexing-parse.cpp 75 // Maybe suggest an " = X()" initializer for this case?
76 // Maybe suggest removing the parens anyway?
  /external/llvm/lib/Target/AArch64/
AArch64Schedule.td 49 def WriteLDIdx : SchedWrite; // Load from a register index (maybe scaled).
50 def WriteSTIdx : SchedWrite; // Store to a register index (maybe scaled).
  /external/skia/gm/rebaseline_server/
base_unittest.py 40 # Maybe we should move this assert elsewhere? It's unusual to see an
84 raise Exception('cannot find %s in paths %s; maybe you need to '
  /frameworks/base/core/java/android/transition/
Fade.java 70 * operate on targets that are appearing. Maybe be combined with
78 * operate on targets that are disappearing. Maybe be combined with
  /frameworks/base/telephony/java/android/telephony/
SubInfoRecord.java 33 /** The GID for a SIM that maybe associated with this subscription, empty if unknown */
37 * and not necessarily unique and maybe INVALID_SLOT_ID if unknown
  /libcore/luni/src/main/java/java/security/
CodeSigner.java 43 * the time stamp associated with this code signer, maybe {@code
96 * @return the time stamp associated with this {@code CodeSigner}, maybe
  /external/replicaisland/res/values/
wanda.xml 96 Did you even think about what you were doing? Did you even consider that maybe, just maybe, there was some other way to resolve the situation? Or do you just calculate the shortest possible path to your objective and then iterate until it?s complete? Just follow the rules by rote, never considering whether or not your way is the best way?
124 But that doesn?t make up for what you did to Kyle. Maybe you didn?t know what you were doing. Or maybe Kabocha manipulated you into thinking it was the right thing to do. I don?t know. But I will never trust you again.
140 But Mr. Rokudou?s different. I met him and even though he refuses to take off that weird mask <small>(is it zits? uncontrollable facial hair? maybe a scar?)</small> I am convinced that he?s really trying to make the world a better place.
  /external/jsr305/javadoc/javax/annotation/meta/
When.html 107 In particular, an issues should be reported if an ALWAYS or MAYBE value is
108 used where a NEVER value is required, or if a NEVER or MAYBE value is used
131 <TD><CODE><B><A HREF="../../../javax/annotation/meta/When.html#MAYBE">MAYBE</A></B></CODE>
231 <A NAME="MAYBE"><!-- --></A><H3>
232 MAYBE</H3>
234 public static final <A HREF="../../../javax/annotation/meta/When.html" title="enum in javax.annotation.meta">When</A> <B>MAYBE</B></PRE>
  /external/chromium_org/jingle/glue/
chrome_async_socket.cc 211 // (maybe) read_state_ == IDLE -> read_state_ == POSTED (via
253 // (maybe) write_state_ == IDLE -> write_state_ == POSTED (via
427 // (maybe) write_state_ == IDLE -> write_state_ == POSTED (via
  /external/chromium_org/v8/src/
spaces-inl.h 176 MemoryChunk* maybe = reinterpret_cast<MemoryChunk*>( local
178 if (maybe->owner() != NULL) return maybe;
  /external/qemu/distrib/sdl-1.2.15/
README.QNX 27 maybe it works or maybe not :)). If you want acceleration - you can
77 works very well, so maybe double buffering is not needed right now.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcAsyncChannel.java 212 * @return ApnSetting, maybe null
254 * @return LinkProperties, maybe null.
322 * @return NetworkCapabilites, maybe null.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sort.py 31 maybe = raw[i]
32 if good is not maybe:
34 print "out of order at index", i, good, maybe
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sort.py 31 maybe = raw[i]
32 if good is not maybe:
34 print "out of order at index", i, good, maybe

Completed in 753 milliseconds

1 2 3 4 5 6 7 8 91011>>