Home
last modified time | relevance | path

Searched defs:fast (Results 1 – 25 of 71) sorted by relevance

123

/external/python/cpython2/Lib/test/
Dtest_pickle.py17 def dumps(self, arg, proto=0, fast=0): argument
53 def dumps(self, arg, proto=0, fast=0): argument
69 def dumps(self, arg, proto=0, fast=0): argument
96 def dumps(self, arg, proto=0, fast=0): argument
Dtest_xpickle.py39 def dumps(self, arg, proto=0, fast=False): argument
51 def dumps(self, arg, proto=0, fast=False): argument
119 def dumps(self, arg, proto=0, fast=False): argument
Dtest_pickletools.py9 def dumps(self, arg, proto=0, fast=0): argument
/external/compiler-rt/lib/asan/
Dasan_stack.h36 bool fast) { in GetStackTraceWithPcBpAndContext()
69 #define GET_STACK_TRACE(max_size, fast) \ argument
/external/tensorflow/tensorflow/python/kernel_tests/
Dmatrix_solve_ls_op_test.py86 fast, argument
177 def _GetSmallMatrixSolveLsOpTests(dtype, use_placeholder, fast, l2_regularizer): argument
224 def _GetLargeMatrixSolveLsOpTests(dtype, use_placeholder, fast, l2_regularizer): argument
/external/compiler-rt/lib/lsan/
Dlsan.h18 #define GET_STACK_TRACE(max_size, fast) \ argument
/external/libgsm/tst/
Dcod2lin.c19 int fast = 0; variable
Dlin2cod.c18 int fast = 0; variable
/external/libaom/libaom/av1/encoder/
Dpickcdef.c33 int fast) { in search_one()
70 int fast) { in search_one_dual()
119 int sb_count, int fast) { in joint_strength_search()
144 int sb_count, int fast) { in joint_strength_search_dual()
283 AV1_COMMON *cm, MACROBLOCKD *xd, int fast) { in av1_cdef_search()
/external/tensorflow/tensorflow/python/ops/
Dlinalg_ops.py174 def matrix_solve_ls(matrix, rhs, l2_regularizer=0.0, fast=True, name=None): argument
231 def _use_composite_impl(fast, tensor_shape): argument
/external/skqp/tests/
DColorPrivTest.cpp40 const SkPMColor fast = SkFastFourByteInterp(src, dst, scale); in DEF_TEST() local
DPointTest.cpp165 SkPoint slow = kOne, fast = kOne; in DEF_TEST() local
/external/skia/tests/
DColorPrivTest.cpp40 const SkPMColor fast = SkFastFourByteInterp(src, dst, scale); in DEF_TEST() local
DPointTest.cpp151 SkPoint slow = kOne, fast = kOne; in DEF_TEST() local
/external/compiler-rt/test/BlocksRuntime/
Dmakefile25 fast: target
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/
DDecimalQuantity_SimpleStorage.java195 public DecimalQuantity_SimpleStorage(double input, boolean fast) { in DecimalQuantity_SimpleStorage()
/external/wycheproof/java/com/google/security/wycheproof/
DWycheproofRunner.java138 Fast fast; field in WycheproofRunner.ExcludeTestFilter
/external/icu/android_icu4j/src/main/tests/android/icu/dev/impl/number/
DDecimalQuantity_SimpleStorage.java198 public DecimalQuantity_SimpleStorage(double input, boolean fast) { in DecimalQuantity_SimpleStorage()
/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_inlines_a.h153 bool fast = tsd_fast(tsd); in pre_reentrancy() local
Dtsd.h247 bool fast = (tsd->state == tsd_state_nominal); in tsd_fast() local
/external/chromium-trace/catapult/devil/devil/utils/
Dfind_usb_devices.py254 def GetBusNumberToDeviceTreeMap(fast=True): argument
390 def CollectHubMaps(hub_types, map_func, device_tree_map=None, fast=False): argument
/external/icu/icu4c/source/tools/gennorm2/
Dextradata.cpp26 ExtraData::ExtraData(Norms &n, UBool fast) : in ExtraData()
/external/python/cpython2/Objects/
Dframeobject.c907 PyObject **fast; in PyFrame_FastToLocals() local
959 PyObject **fast; in PyFrame_LocalsToFast() local
/external/python/cpython3/Objects/
Dframeobject.c920 PyObject **fast; in PyFrame_FastToLocalsWithError() local
992 PyObject **fast; in PyFrame_LocalsToFast() local
/external/libgsm/inc/
Dprivate.h37 char fast; /* only used if FAST */ member

123