/external/python/cpython3/Doc/library/ |
runpy.rst | 48 dictionary will not be modified. If any of the special global variables 52 The special global variables ``__name__``, ``__spec__``, ``__file__``, 111 updated path. Note that there is no special protection against invoking 117 dictionary will not be modified. If any of the special global variables 121 The special global variables ``__name__``, ``__spec__``, ``__file__``,
|
/external/tensorflow/tensorflow/core/kernels/ |
shape_ops.cc | 90 // A special GPU kernel for int32. 141 // A special GPU kernel for int32. 235 // A special GPU kernel for int32 and bool. 285 // A special GPU kernel for int32. 435 // A special GPU kernel for int32.
|
/external/webrtc/webrtc/modules/audio_coding/codecs/red/ |
audio_encoder_copy_red_unittest.cc | 164 // First call is a special case, since it does not include a secondary 199 // First call is a special case, since it does not include a secondary 224 // First call is a special case, since it does not include a secondary 255 // First call is a special case, since it does not include a secondary 292 // First call is a special case, since it does not include a secondary
|
/external/wpa_supplicant_8/src/wps/ |
upnp_xml.c | 58 * any special chars in our payload. 102 /* xml_data_encode -- format data for xml file, escaping special characters. 118 * characters have special meaning and so must be escaped where they 158 * tag must not have any special chars. 159 * data may have special chars, which are escaped.
|
/frameworks/compile/slang/tests/F_reduce_general_bad_function/ |
stderr.txt.expect | 3 reduce_general_bad_function.rs:26:13: error: initializer init_special1() for '#pragma rs reduce(init_special1)' (reduce_general_bad_function.rs:25:12) cannot take special parameter 'x' 16 reduce_general_bad_function.rs:91:13: error: accumulator accum_special() for '#pragma rs reduce(accum_special)' (reduce_general_bad_function.rs:90:12) must have at least 1 input ('x' is a special parameter) 30 reduce_general_bad_function.rs:160:13: error: accumulator accum_2in() for '#pragma rs reduce(accum_2in)' (reduce_general_bad_function.rs:159:12) must have exactly 1 input and no special parameters in order for the combiner to be omitted 31 reduce_general_bad_function.rs:164:13: error: accumulator accum_special_1in() for '#pragma rs reduce(accum_special_1in)' (reduce_general_bad_function.rs:163:12) must have exactly 1 input and no special parameters in order for the combiner to be omitted 42 reduce_general_bad_function.rs:216:13: error: outconverter out_special() for '#pragma rs reduce(out_special)' (reduce_general_bad_function.rs:215:12) cannot take special parameter 'y'
|
/prebuilts/gdb/darwin-x86/share/gdb/python/gdb/ |
FrameDecorator.py | 65 """Internal utility to determine if the frame is special or 88 special frame. If not, try to determine filename from GDB's 151 if this frame is deemed to be a special case, return None.""" 167 this frame is deemed to be a special case, return None.""" 182 this frame is deemed to be a special case, return None"""
|
/prebuilts/gdb/linux-x86/share/gdb/python/gdb/ |
FrameDecorator.py | 65 """Internal utility to determine if the frame is special or 88 special frame. If not, try to determine filename from GDB's 151 if this frame is deemed to be a special case, return None.""" 167 this frame is deemed to be a special case, return None.""" 182 this frame is deemed to be a special case, return None"""
|
/prebuilts/go/darwin-x86/src/math/ |
expm1.go | 33 // 2. Approximating expm1(r) by a special rational function on 43 // We use a special Reme algorithm on [0,0.347] to generate 96 // Special cases: 119 // Special cases are: 144 // special cases
|
/prebuilts/go/linux-x86/src/math/ |
expm1.go | 33 // 2. Approximating expm1(r) by a special rational function on 43 // We use a special Reme algorithm on [0,0.347] to generate 96 // Special cases: 119 // Special cases are: 144 // special cases
|
/external/ipsec-tools/src/racoon/ |
NOTICE | 20 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 49 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 78 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 107 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 135 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 164 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 194 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 223 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 255 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 285 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIA [all...] |
/external/libjpeg-turbo/ |
jcsample.c | 162 * by the standard loop. Special-casing padded output would be more 189 * This version handles the special case of a full-size component, 229 * by the standard loop. Special-casing padded output would be more 266 * by the standard loop. Special-casing padded output would be more 309 * by the standard loop. Special-casing padded output would be more 339 /* Special case for first column: pretend column -1 is same as column 0 */ 374 /* Special case for last column */ 394 * This version handles the special case of a full-size component, 410 * by the standard loop. Special-casing padded output would be more 431 /* Special case for first column * [all...] |
/frameworks/base/core/java/android/net/ |
UrlQuerySanitizer.java | 47 * unregistered parameter sanitizer does not allow any special characters, 48 * and ' ' is a special character.) 186 * <li>Deny all special characters. 194 * <li>Allow all special characters except Nul. ('\0'). 202 * <li>Allow all special characters except for: 414 * one that doesn't allow any special characters, similar to what 475 * Return a value sanitizer that does not allow any special characters, 519 * Return a value sanitizer that does not allow any special characters 527 * Return a value sanitizer that does not allow any special characters 535 * Return a value sanitizer that does not allow any special character [all...] |
/libcore/ojluni/src/main/java/java/lang/ |
Math.java | 131 * Returns the trigonometric sine of an angle. Special cases: 147 * Returns the trigonometric cosine of an angle. Special cases: 161 * Returns the trigonometric tangent of an angle. Special cases: 178 * range -<i>pi</i>/2 through <i>pi</i>/2. Special cases: 195 * range 0.0 through <i>pi</i>. Special case: 210 * range -<i>pi</i>/2 through <i>pi</i>/2. Special cases: 256 * {@code double} value. Special cases: 275 * value. Special cases: 295 * Special cases: 320 * Special cases [all...] |
StrictMath.java | 101 * Returns the trigonometric sine of an angle. Special cases: 113 * Returns the trigonometric cosine of an angle. Special cases: 123 * Returns the trigonometric tangent of an angle. Special cases: 136 * range -<i>pi</i>/2 through <i>pi</i>/2. Special cases: 149 * range 0.0 through <i>pi</i>. Special case: 160 * range -<i>pi</i>/2 through <i>pi</i>/2. Special cases: 204 * {@code double} value. Special cases: 219 * value. Special cases: 236 * Special cases: 257 * Special cases [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
NodeVector.java | 225 * Special purpose method for TransformerImpl, pushElemTemplateElement. 238 * Special purpose method for TransformerImpl, pushElemTemplateElement. 273 * Special purpose method for TransformerImpl, pushElemTemplateElement. 286 * Special purpose method for TransformerImpl, pushElemTemplateElement. 298 * Special purpose method for TransformerImpl, pushElemTemplateElement. 310 * Special purpose method for TransformerImpl, pushElemTemplateElement. 322 * Special purpose method for TransformerImpl, pushElemTemplateElement.
|
/external/icu/icu4c/source/i18n/ |
collationfastlatin.h | 66 // so that special handling does not affect the fast path.) 138 * Must be greater than any special value, e.g., MERGE_WEIGHT. 157 * Must be greater than any special value, e.g., MERGE_WEIGHT. 236 return pair; // special mini CE 270 * (special reorder group space, punct, symbol, currency). 308 * Special reorder groups do not necessarily start on whole primary lead bytes any more. 311 * the maxVariable-supported special reorder groups.
|
/external/tensorflow/tensorflow/python/kernel_tests/distributions/ |
bernoulli_test.py | 43 special = try_import("scipy.special") variable 71 if not special: 75 self.assertAllClose(special.expit(logits), dist.probs.eval()) 80 self.assertAllClose(special.logit(p), dist.logits.eval()) 180 if not special: 182 self._testPmf(logits=special.logit(p))
|
/external/valgrind/VEX/priv/ |
s390_disasm.c | 177 /* Return the special mnemonic for the BCR opcode */ 188 /* Return the special mnemonic for the BC opcode */ 199 /* Return the special mnemonic for the BRC opcode */ 210 /* Return the special mnemonic for the BRCL opcode */ 221 /* Return the special mnemonic for a conditional load/store opcode */ 351 /* mask == 0 has no special mnemonic */ 373 /* There are no special opcodes when mask == 0 or 15. In that case
|
/bionic/libc/malloc_debug/ |
README.md | 13 In order to enable malloc debug, you must be able to set special system 68 This option adds a special header to all allocations that contains the guard 88 This option adds a special header to all allocations that contains 116 Before P, this option adds a special header to all allocations that contains 118 option will not add a special header. 143 Before P, this option adds a special header to all allocations that contains 145 option will not add a special header. 213 Before P, this option adds a special header to all allocations that contains 215 option will not add a special header. 229 an allocation has a special header applied, and the header is corrupte [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCVSXSwapRemoval.cpp | 40 // accordingly. Such operations are identified as using "special 148 // Remove swaps and update other instructions requiring special 157 // Update instructions requiring special handling. 283 // special handling defined, it is not swappable. 339 // Non-permuting loads are currently unsafe. We can use special 362 // Non-permuting stores are currently unsafe. We can use special 411 // Splats are lane-sensitive, but we can use special handling 419 // FIXME: Some of these could be permitted with special handling, 439 // by adding special handling for narrowing copies as well as 803 // The identified swap entry requires special handling to allow it [all...] |
/external/opencv/ |
NOTICE | 31 indirect, incidental, special, exemplary, or consequential damages 78 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 109 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 151 // liable for any direct, indirect, incidental, special, exemplary, or 184 // * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 228 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 270 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 312 // indirect, incidental, special, exemplary, or consequential damages 354 // indirect, incidental, special, exemplary, or consequential damages 396 // indirect, incidental, special, exemplary, or consequential damage [all...] |
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
CharEscapers.java | 89 * Returns a {@link CharEscaper} instance that escapes special characters in a 101 * Escapes special characters from a string so it can safely be included in an 112 * Returns a {@link CharEscaper} instance that escapes special characters in a 126 * Escapes special characters from a string so it can safely be included in an 137 * Returns a {@link CharEscaper} instance that escapes special characters in a 413 * Returns a {@link CharEscaper} instance that escapes special characters in a 424 * Escapes special characters from a string so it can safely be included in an 445 * <li>The special characters ".", "-", "*", and "_" remain the same. 557 * <li>The special characters ".", "-", "*", and "_" remain the same. 661 * <li>The special characters "!", "(", ")", "*", "-", ".", "_", "~", ",", "/ [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
mheap.go | 162 speciallock mutex // lock for special record allocators. 306 specials *special // linked list of special records sorted by offset. 1336 type special struct { type [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
mheap.go | 162 speciallock mutex // lock for special record allocators. 306 specials *special // linked list of special records sorted by offset. 1336 type special struct { type [all...] |
/toolchain/binutils/binutils-2.27/ |
COPYING.NEWLIB | 43 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 87 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 194 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 211 THIS SOFTWARE. IN NO EVENT SHALL SUPERH BE LIABLE FOR INDIRECT, SPECIAL, 250 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 276 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 302 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 328 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 371 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 398 THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, [all...] |