/external/libunwind/doc/ |
common.tex.in | 3 \sloppy
|
/external/tensorflow/tensorflow/contrib/data/python/kernel_tests/ |
interleave_dataset_op_test.py | 104 self.sloppy = array_ops.placeholder(dtypes.bool, shape=[]) 143 self.block_length, self.sloppy, 235 def _testSingleThreaded(self, sloppy=False, prefetch_input_elements=0): 246 self.sloppy: sloppy, 263 self._testSingleThreaded(sloppy=True) 269 self._testSingleThreaded(prefetch_input_elements=1, sloppy=True) 281 self.sloppy: False, 300 def _testTwoThreadsNoContention(self, sloppy=False): 312 self.sloppy: sloppy [all...] |
/external/v8/src/ |
i18n.cc | 162 SLOPPY).Assert(); 172 SLOPPY).Assert(); 184 factory->NewStringFromStaticChars("UTC"), SLOPPY).Assert(); 193 SLOPPY).Assert(); 207 factory->NewStringFromAsciiChecked(ns), SLOPPY).Assert(); 211 factory->undefined_value(), SLOPPY).Assert(); 223 SLOPPY).Assert(); 228 SLOPPY).Assert(); 375 SLOPPY).Assert(); 386 SLOPPY).Assert() [all...] |
pending-compilation-error-handler.cc | 64 SLOPPY).Check(); 69 SLOPPY).Check(); 72 JSObject::SetProperty(jserror, key_script, script, SLOPPY).Check();
|
elements-kind.h | 33 // Elements kind of the "arguments" object (only in sloppy mode).
|
compilation-cache.h | 105 // 3. Whether the source should be compiled as strict code or as sloppy code. 107 // sloppy code even if the calling function is a strict mode function.
|
/external/v8/src/builtins/ |
builtins-ic.cc | 37 IC_BUILTIN_PARAM(KeyedStoreIC, KeyedStoreIC, SLOPPY) 38 IC_BUILTIN_PARAM(KeyedStoreICTrampoline, KeyedStoreICTrampoline, SLOPPY)
|
builtins-arguments.h | 31 // Allocates an an arguments (either rest, strict or sloppy) together with the 32 // FixedArray elements for the arguments and a parameter map (for sloppy
|
builtins-reflect.cc | 70 Handle<JSReceiver>::cast(target), name, SLOPPY); 247 &it, value, SLOPPY, Object::MAY_BE_STORE_FROM_KEYED);
|
builtins-arguments.cc | 67 // argument object or a sloppy arguments object) and the elements/mapped 126 // argument object or a sloppy arguments object) and the elements together and
|
/external/v8/src/parsing/ |
parameter-initializer-rewriter.h | 17 // a sloppy eval in a default parameter or function body, the expressions
|
parameter-initializer-rewriter.cc | 102 // sloppy eval.
|
/external/tensorflow/tensorflow/contrib/data/python/ops/ |
interleave_ops.py | 35 sloppy, buffer_output_elements, prefetch_input_elements): 77 sloppy, dtype=dtypes.bool, name="sloppy") 118 sloppy=False, 127 presence of stragglers. Furthermore, the `sloppy` argument can be used to 143 WARNING: If `sloppy` is `True`, the order of produced elements is not 151 sloppy: If false, elements are produced in deterministic order. Otherwise, 166 dataset, map_func, cycle_length, block_length, sloppy, 173 None, "Use `tf.contrib.data.parallel_interleave(..., sloppy=True)`.") 229 sloppy=True [all...] |
/external/curl/tests/data/ |
test1213 | 32 # the thing here is that this sloppy form is accepted and we convert it
|
test1214 | 32 # the thing here is that this sloppy form is accepted and we convert it
|
/external/tensorflow/tensorflow/core/kernels/data/ |
parallel_interleave_dataset_op.cc | 65 bool sloppy = false; variable 66 OP_REQUIRES_OK(ctx, ParseScalarArgument(ctx, "sloppy", &sloppy)); 88 sloppy, buffer_output_elements, prefetch_input_elements, 97 int64 block_length, bool sloppy, int64 buffer_output_elements, 104 sloppy_(sloppy), 202 // sloppy. 210 // are allowed to be sloppy, we can skip over input datasets that do 451 // The main thread waits on this condition variable if running in sloppy
|
/external/skia/src/effects/ |
SkEmbossMask.cpp | 91 // pin hilite to 255, since our fast math is also a little sloppy
|
/external/skqp/src/effects/ |
SkEmbossMask.cpp | 91 // pin hilite to 255, since our fast math is also a little sloppy
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
BogusMoveEventDetector.java | 95 // a sloppy typing and should be ignored.
|
/external/v8/src/interpreter/ |
bytecode-array-builder.cc | 521 if (language_mode == SLOPPY) { 601 if (language_mode == SLOPPY) { 655 if (language_mode == SLOPPY) { 697 if (language_mode == SLOPPY) { [all...] |
/external/v8/src/runtime/ |
runtime-classes.cc | 396 name, value, SLOPPY)); 445 StoreKeyedToSuper(isolate, home_object, receiver, key, value, SLOPPY));
|
/prebuilts/go/darwin-x86/src/os/ |
pipe_test.go | 152 // Write call. This is sloppy but the test will pass even 258 // or Write call. This is sloppy but the test will
|
/prebuilts/go/linux-x86/src/os/ |
pipe_test.go | 152 // Write call. This is sloppy but the test will pass even 258 // or Write call. This is sloppy but the test will
|
/art/test/020-string/src/ |
Main.java | 39 /* sloppy for loop */
|
/external/v8/src/ast/ |
variables.h | 131 // sloppy 'eval' calls between the reference scope (inclusive) and the
|