HomeSort by relevance Sort by last modified time
    Searched refs:nonempty (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/toybox/tests/
test.test 12 echo nonempty > s
  /prebuilts/go/darwin-x86/src/runtime/
mcentral.go 10 // Each MCentral is two lists of MSpans: those with free objects (c->nonempty)
23 nonempty mSpanList // list of spans with a free object, ie a nonempty free list
30 c.nonempty.init()
44 for s = c.nonempty.first; s != nil; s = s.next {
46 c.nonempty.remove(s)
56 // we have a nonempty span that does not require sweeping, allocate from it
57 c.nonempty.remove(s)
149 c.nonempty.insert(s)
183 // Move to nonempty if necessary
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mcentral.go 10 // Each MCentral is two lists of MSpans: those with free objects (c->nonempty)
23 nonempty mSpanList // list of spans with a free object, ie a nonempty free list
30 c.nonempty.init()
44 for s = c.nonempty.first; s != nil; s = s.next {
46 c.nonempty.remove(s)
56 // we have a nonempty span that does not require sweeping, allocate from it
57 c.nonempty.remove(s)
149 c.nonempty.insert(s)
183 // Move to nonempty if necessary
    [all...]
  /cts/libs/json/src/com/android/json/stream/
JsonWriter.java 224 private JsonWriter close(JsonScope empty, JsonScope nonempty, String closeBracket)
227 if (context != nonempty && context != empty) {
232 if (context == nonempty) {
  /prebuilts/go/darwin-x86/misc/cgo/testplugin/src/iface/
main.go 44 panic("nonempty interfaces not equal")
  /prebuilts/go/linux-x86/misc/cgo/testplugin/src/iface/
main.go 44 panic("nonempty interfaces not equal")
  /frameworks/base/core/java/android/util/
JsonWriter.java 249 private JsonWriter close(JsonScope empty, JsonScope nonempty, String closeBracket)
252 if (context != nonempty && context != empty) {
257 if (context == nonempty) {
  /libcore/json/src/main/java/org/json/
JSONStringer.java 188 JSONStringer close(Scope empty, Scope nonempty, String closeBracket) throws JSONException {
190 if (context != nonempty && context != empty) {
195 if (context == nonempty) {
  /external/lz4/tests/
Makefile 192 @echo hi > nonempty.test
193 cat nonempty.test empty.test nonempty.test > orig.test
195 @$(LZ4) -zq nonempty.test > nonempty.lz4.test
196 cat nonempty.lz4.test empty.lz4.test nonempty.lz4.test > concat.lz4.test
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
sparseset.go 66 // The set must be nonempty.
config.go 373 // provided that all such variables are nonempty for 0 <= i <= n
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
sparseset.go 66 // The set must be nonempty.
config.go 373 // provided that all such variables are nonempty for 0 <= i <= n
  /build/blueprint/bootstrap/
cleanup.go 154 // We've come to a nonempty directory, so we're done.
  /prebuilts/go/darwin-x86/src/net/http/httputil/
dump.go 161 // Return value if nonempty, def otherwise.
  /prebuilts/go/linux-x86/src/net/http/httputil/
dump.go 161 // Return value if nonempty, def otherwise.
  /prebuilts/go/darwin-x86/src/text/template/parse/
parse_test.go 345 {"nonempty", `hello`, false},
  /prebuilts/go/linux-x86/src/text/template/parse/
parse_test.go 345 {"nonempty", `hello`, false},
  /external/ImageMagick/config/
ltmain.sh 680 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
694 # dirname: Compute the dirname of FILE. If nonempty,
    [all...]
  /external/c-ares/
ltmain.sh 168 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
191 # dirname: Compute the dirname of FILE. If nonempty,
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
ltmain.sh 164 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
187 # dirname: Compute the dirname of FILE. If nonempty,
    [all...]
  /external/libedit/
ltmain.sh 164 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
187 # dirname: Compute the dirname of FILE. If nonempty,
    [all...]
  /external/libevent/
ltmain.sh 164 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
187 # dirname: Compute the dirname of FILE. If nonempty,
    [all...]
  /external/libexif/
ltmain.sh 171 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
194 # dirname: Compute the dirname of FILE. If nonempty,
    [all...]
  /external/libmicrohttpd/
ltmain.sh 164 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
187 # dirname: Compute the dirname of FILE. If nonempty,
    [all...]

Completed in 1239 milliseconds

1 2 3