/external/icu/icu4c/source/common/unicode/ |
normalizer2.h | 327 * Internally, in cases where the quickCheck() method would return "maybe" 344 * For the two COMPOSE modes, the result could be "maybe" in cases that 367 * "no" or "maybe" character: The end index is at a normalization boundary.
|
unorm2.h | 422 * Internally, in cases where the quickCheck() method would return "maybe" 443 * For the two COMPOSE modes, the result could be "maybe" in cases that 470 * "no" or "maybe" character: The end index is at a normalization boundary.
|
/external/qemu/distrib/sdl-1.2.15/src/joystick/mint/ |
SDL_sysjoystick.c | 308 /* IKBD on any Atari, maybe clones */ 316 /* Joypads ports on STE, Falcon and maybe others */ 347 /* Parallel port on any Atari, maybe clones */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
imputil.py | 689 # don't use the word "private"... maybe "internal" 715 # > I'll see if I can sort out a way to do this. Maybe the Importer class will 719 # Maybe also think about what kind of policies an Importer would be
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
tokenize.py | 50 def maybe(*choices): return group(*choices) + '?' function 54 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment) 63 Pointfloat = group(r'\d+\.\d*', r'\.\d+') + maybe(Exponent)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
imputil.py | 689 # don't use the word "private"... maybe "internal" 715 # > I'll see if I can sort out a way to do this. Maybe the Importer class will 719 # Maybe also think about what kind of policies an Importer would be
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
tokenize.py | 50 def maybe(*choices): return group(*choices) + '?' function 54 Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment) 63 Pointfloat = group(r'\d+\.\d*', r'\.\d+') + maybe(Exponent)
|
/external/chromium_org/v8/src/ |
types.h | 93 // T1->Maybe(T2) -- tests whether T1 and T2 overlap (i.e., T1 /\ T2 =/= 0) 97 // handling (e.g., via T->Maybe(Number())). 342 bool Maybe(TypeImpl* that); 344 bool Maybe(TypeHandle that) { return this->Maybe(*that); } [all...] |
types.cc | 363 bool TypeImpl<Config>::Maybe(TypeImpl* that) { 370 if (unioned->Get(i)->Maybe(that)) return true; 379 if (this->Maybe(unioned->Get(i))) return true;
|
/external/icu/icu4c/source/common/ |
dictbe.cpp | 338 // Maybe. See if it's in the dictionary. 566 // Maybe. See if it's in the dictionary. 768 // Maybe. See if it's in the dictionary. [all...] |
/external/valgrind/main/coregrind/m_gdbserver/ |
README_DEVELOPERS | 327 up a valgrind process which is blocked in system calls. Maybe we 385 packet) maybe for tools such as helgrind, drd. This would allow the 386 user to stop/resume specific threads. Also, maybe this would solve
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/doc/mpfr/ |
TODO | 59 on the precision of the *output* variable (and maybe on the *value* of 222 - [maybe useful for SAGE] implement companion frac_* functions to the rint_* 259 that argument reduction kills sparsity. Maybe avoid argument reduction
|
/bionic/libc/arch-mips/string/ |
memset.S | 246 beq a0,a3,.Lchk8w # maybe no more 64-byte chunks?
|
/bionic/libc/arch-mips64/string/ |
memset.S | 246 beq a0,a3,.Lchk8w # maybe no more 64-byte chunks?
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
ClassDefItem.java | 97 * TODO: Maybe check accessFlags and superclass, at
|
/external/aac/libFDK/include/ |
scale.h | 185 /* Note: The assignment inside the if conditional allows combining a load with the compare to zero (on ARM and maybe others) */
|
/external/apache-http/src/org/apache/http/conn/ssl/ |
AbstractVerifier.java | 227 * (Or maybe the version of OpenSSL I'm using to test isn't storing the
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemElement.java | 257 // Maybe temporary, until I get this worked out. test: axes59
|
/external/ceres-solver/include/ceres/ |
autodiff_cost_function.h | 46 // value maybe used to impose simple constraints on the parameter
|
/external/ceres-solver/internal/ceres/ |
linear_solver.h | 81 // maybe used multiple times for solving multiple linear systems with
|
sparse_normal_cholesky_solver.cc | 157 // TODO(sameeragarwal): See note about how this maybe a bad idea for
|
/external/chromium-trace/trace-viewer/src/ |
base.js | 330 // Maybe we should check the prototype chain here? The current usage
|
/external/chromium_org/ash/ime/ |
candidate_view.cc | 60 // TODO(satorux): Maybe we need to use language specific fonts for
|
/external/chromium_org/base/containers/ |
mru_cache.h | 67 // example, maybe it has special work to do when something is evicted), it
|
/external/chromium_org/base/memory/ |
singleton.h | 245 // Object isn't created yet, maybe we will get to create it, let's try...
|