/prebuilts/go/darwin-x86/src/math/ |
sqrt.go | 82 // Notes: Rounding mode detection omitted. The constants "mask", "shift",
|
/prebuilts/go/linux-x86/src/cmd/test2json/ |
main.go | 40 // It is conventionally omitted for cached test results.
|
/prebuilts/go/linux-x86/src/encoding/asn1/ |
common.go | 83 omitEmpty bool // true iff this should be omitted if empty when marshaling.
|
/prebuilts/go/linux-x86/src/math/ |
sqrt.go | 82 // Notes: Rounding mode detection omitted. The constants "mask", "shift",
|
/prebuilts/misc/common/robolectric/3.1.1/lib/ |
apache-4.pom | 62 <!-- Site omitted - each project must provide their own -->
|
/prebuilts/misc/common/swig/include/2.0.11/java/ |
various.i | 74 /* exception checking omitted */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
chunk.py | 122 If size is omitted or negative, read until the end
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_imgfile.py | 63 # parameters are omitted scaling is done by simply dropping
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/ |
ElementInclude.py | 92 # @param loader Optional resource loader. If omitted, it defaults
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
chunk.py | 122 If size is omitted or negative, read until the end
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
_hotshot.so | |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_imgfile.py | 63 # parameters are omitted scaling is done by simply dropping
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/ |
ElementInclude.py | 92 # @param loader Optional resource loader. If omitted, it defaults
|
/prebuilts/tools/common/gradle-plugins/repository/org/apache/apache/4/ |
apache-4.pom | 62 <!-- Site omitted - each project must provide their own -->
|
/prebuilts/tools/common/m2/repository/org/apache/apache/4/ |
apache-4.pom | 62 <!-- Site omitted - each project must provide their own -->
|
/prebuilts/tools/common/offline-m2/org/apache/apache/4/ |
apache-4.pom | 62 <!-- Site omitted - each project must provide their own -->
|
/system/bt/tools/bdtool/ |
adapter.c | 132 // default omitted
|
/system/extras/simpleperf/ |
cmd_report_sample_test.cpp | 65 // If wrong ips in callchain are omitted, "unknown" file path will not be generated.
|
/toolchain/binutils/binutils-2.27/binutils/testsuite/lib/ |
utils-lib.exp | 178 # option list as given in FILE.d. (If omitted, no additional options 185 # commands. If omitted, this defaults to FILE, the root of the 198 # has been modified by PROG. This can be omitted; run_dump_test will 214 # Assemble the file SOURCE.s. If omitted, this defaults to FILE.s.
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
mmix.h | 118 /* Just "Z", like RESUME. Unless GNU syntax, the operand can be omitted
|
/external/valgrind/docs/internals/ |
xml-output-protocol4.txt | 434 omitted. 739 omitted. 777 omitted. 786 has no name, the tag is omitted. 791 If the signal reason is not related to an address, the tag is omitted.
|
/frameworks/base/cmds/statsd/src/ |
StatsService.cpp | 384 fprintf(out, " parameter on eng builds. If UID is omitted the calling\n"); 398 fprintf(out, " parameter on eng builds. If UID is omitted the calling\n"); 402 fprintf(out, "\n *Note: If both UID and NAME are omitted then all configs will\n"); 408 fprintf(out, " the UID parameter on eng builds. If UID is omitted the\n"); 417 fprintf(out, " the UID parameter on eng builds. If UID is omitted the\n"); [all...] |
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/ |
VtsHalAutomotiveVehicleV2_0HostTest.py | 82 property. 0, or omitted, for global. 107 property for. 0, or omitted, for global. 133 property for. 0, or omitted, for global. 135 the property. 0, or omitted, for OK. 159 property for. 0, or omitted, for global. [all...] |
/external/python/cpython3/Lib/unittest/test/ |
test_case.py | 518 # "If result is omitted or None, a temporary result object is created, 578 "Docstrings are omitted with -O2 and above") 586 "Docstrings are omitted with -O2 and above") 781 omitted = unittest.case.DIFF_OMITTED % (len(diff) + 1,) 792 self.assertIn(omitted, msg) 802 self.assertNotIn(omitted, msg) 812 self.assertNotIn(omitted, msg) 817 omitted = unittest.case.DIFF_OMITTED % len('bar') 818 self.assertEqual(message, 'foo' + omitted) [all...] |
/external/python/cpython2/Doc/library/ |
functions.rst | 103 using the standard truth testing procedure. If *x* is false or omitted, this 268 numeric type (including complex). If *imag* is omitted, it defaults to zero and 270 :func:`long` and :func:`float`. If both arguments are omitted, returns ``0j``. 414 propagated. If the *locals* dictionary is omitted it defaults to the *globals* 415 dictionary. If both dictionaries are omitted, the expression is executed in the 456 If the *locals* dictionary is omitted it defaults to the *globals* dictionary. 457 If both dictionaries are omitted, the expression is executed in the environment [all...] |