HomeSort by relevance Sort by last modified time
    Searched refs:DEFINE_int64 (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/third_party/tcmalloc/chromium/src/
sampler.cc 48 DEFINE_int64(tcmalloc_sample_parameter, 0,
51 DEFINE_int64(tcmalloc_sample_parameter,
heap-profiler.cc 126 DEFINE_int64(heap_profile_allocation_interval,
131 DEFINE_int64(heap_profile_deallocation_interval,
138 DEFINE_int64(heap_profile_inuse_interval,
143 DEFINE_int64(heap_profile_time_interval,
memfs_malloc.cc 73 DEFINE_int64(memfs_malloc_limit_mb,
thread_cache.cc 46 DEFINE_int64(tcmalloc_max_total_thread_cache_bytes,
  /external/chromium_org/third_party/tcmalloc/vendor/src/
sampler.cc 48 DEFINE_int64(tcmalloc_sample_parameter, 0,
51 DEFINE_int64(tcmalloc_sample_parameter,
heap-profiler.cc 93 DEFINE_int64(heap_profile_allocation_interval,
98 DEFINE_int64(heap_profile_deallocation_interval,
105 DEFINE_int64(heap_profile_inuse_interval,
memfs_malloc.cc 73 DEFINE_int64(memfs_malloc_limit_mb,
thread_cache.cc 46 DEFINE_int64(tcmalloc_max_total_thread_cache_bytes,
tcmalloc.cc 194 DEFINE_int64(tcmalloc_large_alloc_report_threshold,
    [all...]
  /external/openfst/src/bin/
fstdeterminize.cc 26 DEFINE_int64(nstate, fst::kNoStateId, "State number threshold");
28 DEFINE_int64(subsequential_label, 0,
fstshortestpath.cc 25 DEFINE_int64(nshortest, 1, "Return N-shortest paths");
28 DEFINE_int64(nstate, fst::kNoStateId, "State number threshold");
fstprune.cc 26 DEFINE_int64(nstate, fst::kNoStateId, "State number threshold");
fstrandgen.cc 25 DEFINE_int64(npath, 1, "Number of paths to generate");
fstrmepsilon.cc 27 DEFINE_int64(nstate, fst::kNoStateId, "State number threshold");
fstshortestdistance.cc 31 DEFINE_int64(nstate, fst::kNoStateId, "State number threhold");
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.cpp 36 DEFINE_int64(fst_default_cache_gc_limit, 1<<20LL,
compat.h 225 #define DEFINE_int64(name, value, doc) DEFINE_VAR(int64, name, value, doc)
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
commandlineflags.h 85 #define DEFINE_int64(name, value, meaning) \
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
commandlineflags.h 89 #define DEFINE_int64(name, value, meaning) \
  /external/openfst/src/lib/
fst.cc 47 DEFINE_int64(fst_default_cache_gc_limit, 1<<20LL,
  /external/chromium/sdch/open-vcdiff/src/gflags/
gflags.h 489 #define DEFINE_int64(name,val,txt) DEFINE_VARIABLE(::google::int64,I64, name, val, txt)
  /external/chromium_org/third_party/cld/base/
commandlineflags.h 409 #define DEFINE_int64(name,val,txt) DEFINE_VARIABLE(int64,I64, name, val, txt)
  /external/open-vcdiff/gflags/src/gflags/
gflags.h 499 #define DEFINE_int64(name,val,txt) DEFINE_VARIABLE(::google::int64, I64, name, val, txt)
  /external/openfst/src/include/fst/
flags.h 222 #define DEFINE_int64(name, value, doc) DEFINE_VAR(int64, name, value, doc)
  /external/open-vcdiff/gflags/src/windows/gflags/
gflags.h 510 #define DEFINE_int64(name,val,txt) DEFINE_VARIABLE(::google::int64, I64, name, val, txt)

Completed in 889 milliseconds

1 2