/prebuilts/go/darwin-x86/src/text/template/ |
helper.go | 38 // otherwise it is t. There must be at least one file. 68 // works. Otherwise we create a new template associated with t.
|
/prebuilts/go/linux-x86/src/cmd/internal/rsc.io/arm/armasm/ |
plan9x.go | 21 // address of the symbol containing the target, if any; otherwise it returns "", 0.
|
/prebuilts/go/linux-x86/src/go/ast/ |
scope.go | 31 // found in scope s, otherwise it returns nil. Outer scopes 40 // Insert leaves the scope unchanged and returns alt. Otherwise
|
/prebuilts/go/linux-x86/src/go/constant/ |
value.go | 12 // otherwise. 307 // otherwise it is != 0. If x is Unknown, the result is 1. 406 // If x is Unknown, the result is Unknown, otherwise it is an Int 419 // If x is Unknown, the result is Unknown, otherwise it is an Int >= 1.
|
/prebuilts/go/linux-x86/src/go/types/ |
return.go | 15 // If s is labeled, label is the label name; otherwise s
|
/prebuilts/go/linux-x86/src/io/ioutil/ |
ioutil.go | 75 // otherwise WriteFile truncates it before writing.
|
/prebuilts/go/linux-x86/src/net/ |
fd_mutex.go | 42 // (otherwise fd can be closed under their feet).
|
/prebuilts/go/linux-x86/src/path/ |
match.go | 51 // otherwise we'll give a false result even if we could still match
|
/prebuilts/go/linux-x86/src/runtime/race/ |
race_test.go | 80 // otherwise.
|
/prebuilts/go/linux-x86/src/runtime/race/testdata/ |
select_test.go | 21 // otherwise the compiler optimizes select out.
|
/prebuilts/go/linux-x86/src/strconv/ |
atoi.go | 141 // "0", and base 10 otherwise.
|
/prebuilts/go/linux-x86/src/sync/ |
waitgroup.go | 123 // otherwise concurrent Waits will race with each other.
|
/prebuilts/go/linux-x86/src/syscall/ |
syscall.go | 17 // These calls return err == nil to indicate success; otherwise
|
/prebuilts/go/linux-x86/src/text/template/ |
helper.go | 38 // otherwise it is t. There must be at least one file. 68 // works. Otherwise we create a new template associated with t.
|
/system/bt/doc/ |
power_management.md | 109 existing entry in this list is removed, otherwise one is added/updated 125 `pm_mode_attempted` fields), its timeout and mode are used. Otherwise, 177 previous PARK or SNIFF failed, otherwise it'll re-attempt the first 186 otherwise `BTA_DM_DI_ACP_SNIFF` is set.
|
/external/ImageMagick/www/api/ |
constitute.php | 59 <p>ConstituteImage() returns an image from the pixel data you supply. The pixel data must be in scanline order top-to-bottom. The data can be char, short int, int, float, or double. Float and double require the pixels to be normalized [0..1], otherwise [0..QuantumRange]. For example, to create a 640x480 image from unsigned red-green-blue character data, use:</p> 93 <dd>Define the data type of the pixels. Float and double types are expected to be normalized [0..1] otherwise [0..QuantumRange]. Choose from these types: CharPixel, DoublePixel, FloatPixel, IntegerPixel, LongPixel, QuantumPixel, or ShortPixel. </dd>
|
/external/autotest/server/site_tests/infra_ServoDiagnosis/ |
infra_ServoDiagnosis.py | 230 @return `True` if the job is running, or `False` otherwise.
|
/external/libvncserver/test/ |
encodingstest.c | 10 #error This test need pthread support (otherwise the client blocks the client)
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
ftoa.go | 26 // 'g' like 'e' for large exponents, like 'f' otherwise 27 // 'G' like 'E' for large exponents, like 'f' otherwise
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/big/ |
ftoa.go | 23 // 'g' like 'e' for large exponents, like 'f' otherwise 24 // 'G' like 'E' for large exponents, like 'f' otherwise
|
/prebuilts/go/darwin-x86/src/encoding/xml/ |
typeinfo.go | 188 // or field name otherwise. 228 // in case it exists and has a valid xml field tag, otherwise 313 // Otherwise, if any of them is at the same depth level, it's an error. 323 // Otherwise, the new field is shallower, and thus takes precedence,
|
/prebuilts/go/darwin-x86/src/go/types/ |
check.go | 54 iota constant.Value // value of iota in a constant declaration; nil otherwise 55 sig *Signature // function signature if inside a function; nil otherwise
|
/prebuilts/go/darwin-x86/src/math/big/ |
ftoa.go | 23 // 'g' like 'e' for large exponents, like 'f' otherwise 24 // 'G' like 'E' for large exponents, like 'f' otherwise
|
/prebuilts/go/darwin-x86/src/net/http/httputil/ |
dump.go | 113 // Ensure all the body is read; otherwise 156 // Return value if nonempty, def otherwise.
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
ftoa.go | 26 // 'g' like 'e' for large exponents, like 'f' otherwise 27 // 'G' like 'E' for large exponents, like 'f' otherwise
|