HomeSort by relevance Sort by last modified time
    Searched refs:known (Results 51 - 75 of 161) sorted by null

1 23 4 5 6 7

  /external/v8/test/mjsunit/regress/
regress-crbug-39160.js 31 // the left hand side is known to be a smi (max smi value is 1073741823). This
  /ndk/tests/build/build-mode/jni/
Android.mk 135 endif # if TARGET_ARCH is known arch
  /external/chromium_org/third_party/leveldatabase/src/doc/bench/
db_bench_sqlite3.cc 362 bool known = true; local
406 known = false;
411 if (known) {
  /external/compiler-rt/lib/msandr/
msandr.cc 569 bool known; local
581 res = drsys_syscall_is_known(syscall, &known);
590 CHECK(!known || ret_type != DRSYS_TYPE_UNKNOWN);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
determinize.h 579 uint64 known, test = TestProperties(*this, mask, &known); local
580 impl_->SetProperties(test, known);
replace.h 583 uint64 known, test = TestProperties(*this, mask, &known); local
584 impl_->SetProperties(test, known);
rmepsilon.h 465 uint64 known, test = TestProperties(*this, mask, &known); local
466 impl_->SetProperties(test, known);
compose.h 326 // of the bits in T, which are known at compile time, so unused code
723 uint64 known, test = TestProperties(*this, mask, &known); local
724 impl_->SetProperties(test, known);
    [all...]
map.h 58 // // This specifies the known properties of an Fst mapped by this
59 // // mapper. It takes as argument the input Fst's known properties.
504 uint64 known, test = TestProperties(*this, mask, &known); local
505 impl_->SetProperties(test, known);
vector-fst.h 507 uint64 known, test = TestProperties(*this, mask, &known); local
508 impl_->SetProperties(test, known);
  /external/chromium_org/native_client_sdk/src/examples/tutorial/load_progress/
example.js 45 // The total length is not yet known.
  /external/chromium_org/v8/test/webkit/
dfg-constant-fold-misprediction.js 48 // hot. If this loop was not here then the division would be known to produce doubles
  /external/valgrind/main/none/tests/
cmdline1.stdout.exp 76 --sim-hints=hint1,hint2,... known hints:
79 --kernel-variant=variant1,variant2,... known variants: bproc [none]
cmdline2.stdout.exp 76 --sim-hints=hint1,hint2,... known hints:
79 --kernel-variant=variant1,variant2,... known variants: bproc [none]
  /external/openssh/
sftp-client.c 372 int known = 0; local
377 known = 1;
381 known = 1;
385 known = 1;
389 known = 1;
391 if (known) {
    [all...]
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/life/
example.js 163 // The total length is not yet known.
  /external/chromium_org/v8/test/mjsunit/
constant-folding.js 30 // Test the code generated when operands are known at compile time
debug-function-scopes.js 160 // This getter is known to be implemented as closure.
  /external/v8/test/mjsunit/
constant-folding.js 30 // Test the code generated when operands are known at compile time
  /ndk/build/core/
main.mk 110 # if it does, we ignore them if there is at least one known
add-application.mk 120 # Check that the value of APP_PLATFORM corresponds to a known platform
143 # Check that the value of APP_ABI corresponds to known ABIs
  /external/chromium_org/v8/test/webkit/fast/js/
parser-syntax-check.js 67 // known issue:
72 // known issues of bison parser:
  /external/chromium_org/content/browser/indexed_db/
indexed_db_backing_store.cc 210 WARN_UNUSED_RESULT static bool IsSchemaKnown(LevelDBDatabase* db, bool* known) {
217 *known = true;
221 *known = false;
232 *known = true;
237 *known = false;
241 *known = true;
    [all...]
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java 1706 RandomAccessFile known = null; local
5659 ArrayList<String> known = new ArrayList<String>(); local
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 17 known ANTLR language targets.

Completed in 852 milliseconds

1 23 4 5 6 7