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

<<61626364656667686970>>

  /sdk/emulator/opengl/
DESIGN 586 convenient for a number of reasons. This maybe something that could be done
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_peephole.cpp     [all...]
  /external/chromium_org/v8/src/
ast.h     [all...]
  /external/lldb/source/Commands/
CommandObjectType.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_peephole.cpp     [all...]
  /external/srec/srec/crec/
srec.c 925 /* create it? maybe */
    [all...]
  /external/valgrind/main/memcheck/
mc_leakcheck.c 614 // ??? maybe implement a cache (array indexed by ptr % primenr)
617 // ??? Maybe the debug info could (efficiently?) be used to detect vtables ?
    [all...]
  /frameworks/base/core/res/res/values/
config.xml     [all...]
  /external/chromium_org/v8/include/
v8.h 884 * A simple Maybe type, representing an object which may or may not have a
888 struct Maybe {
889 Maybe() : has_value(false) {}
890 explicit Maybe(T t) : has_value(true), value(t) {}
891 Maybe(bool has, T t) : has_value(has), value(t) {}
    [all...]
  /external/libunwind/aux/
ltmain.sh 38 # Restart under the correct shell, and then maybe $echo will work.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptCanvasModuleSource.js 106 // FIXME: Maybe this is a bug in WebKit core?
255 // FIXME: Support JSC, and maybe other browsers.
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
xcodeproj_file.py     [all...]
  /external/libpng/
Makefile.in 509 # DFNCPP is normally just CPP - the C preprocessor - but on Solaris and maybe
    [all...]
  /bionic/libc/dns/resolv/
res_send.c 451 * Maybe initialize our private copy of the ns_addr_list.
    [all...]
  /build/tools/zipalign/
ZipFile.cpp     [all...]
  /dalvik/docs/
debugmon.html 563 <p>[Do we want to have a separate message for this? Maybe just include
prettify.js 246 // TODO: maybe style special characters inside a regexp as punctuation.
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BaseRecognizer.cs 559 // Why would we ever want them all? Maybe no viable alt instead of
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BaseRecognizer.cs 631 // Why would we ever want them all? Maybe no viable alt instead of
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseRecognizer.m 670 // Why would we ever want them all? Maybe no viable alt instead of
    [all...]
  /external/bison/lib/
vasnprintf.c     [all...]
  /external/bison/tests/
conflicts.at 772 # Maybe that's not the best display, but then, please propose something
    [all...]
  /external/chromium_org/build/android/
adb_gdb 948 # Maybe we should add a --root option to enable this?
  /external/chromium_org/chrome/browser/ui/login/
login_prompt_browsertest.cc     [all...]
  /external/chromium_org/chrome/browser/ui/webui/
about_ui.cc 581 // TODO(jamescook): Maybe this shouldn't update UMA?
    [all...]

Completed in 2393 milliseconds

<<61626364656667686970>>