HomeSort by relevance Sort by last modified time
    Searched refs:but (Results 251 - 275 of 3529) sorted by null

<<11121314151617181920>>

  /frameworks/base/docs/
__DEPRECATED__DO_NOT_EDIT__.txt 13 - Sample code documentation is not maintained in Piper, but is published from
  /frameworks/base/docs/html/
__DEPRECATED__DO_NOT_EDIT__.txt 13 - Sample code documentation is not maintained in Piper, but is published from
  /libcore/json/src/main/java/org/json/
JSONTokener.java 155 * specify this behavior, but it's required to parse
185 * Returns the string up to but not including {@code quote}, unescaping any
187 * should have already been read. This consumes the closing quote, but does
195 * the result as a substring of the input. But if we encounter an escape
331 * Returns the string up to but not including any of the given characters or
366 throw syntaxError("Names must be strings, but " + name
373 * equals sign '=', or an arrow "=>". The last two are bogus but we
401 * "[]" yields an empty array, but "[,]" returns a two-element array
491 throw syntaxError("Expected " + c + " but was " + result);
529 * to but not including the first of
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue3775.go 21 // Same as test3775 but run during init so that
  /prebuilts/go/darwin-x86/misc/cgo/testshared/src/dep3/
dep3.go 4 // depBase that is also referenced in dep2, but dep2 is loaded by the
  /prebuilts/go/darwin-x86/misc/cgo/testshared/src/globallib/
global.go 9 // 32-bit immediates, but that requires the test machine to have
  /prebuilts/go/darwin-x86/src/bufio/
export_test.go 26 // ErrOrEOF is like Err, but returns EOF. Used to test a corner case.
  /prebuilts/go/darwin-x86/src/encoding/gob/
enc_helpers.go 62 // It is kind bool but not type bool. TODO: We can handle this unsafely.
88 // It is kind complex64 but not type complex64. TODO: We can handle this unsafely.
113 // It is kind complex128 but not type complex128. TODO: We can handle this unsafely.
138 // It is kind float32 but not type float32. TODO: We can handle this unsafely.
161 // It is kind float64 but not type float64. TODO: We can handle this unsafely.
184 // It is kind int but not type int. TODO: We can handle this unsafely.
206 // It is kind int16 but not type int16. TODO: We can handle this unsafely.
228 // It is kind int32 but not type int32. TODO: We can handle this unsafely.
250 // It is kind int64 but not type int64. TODO: We can handle this unsafely.
272 // It is kind int8 but not type int8. TODO: We can handle this unsafely
    [all...]
  /prebuilts/go/darwin-x86/src/internal/race/
doc.go 9 this package exports them unconditionally but without the "race" build tag they are no-ops.
  /prebuilts/go/darwin-x86/src/runtime/
defs_nacl_386.go 5 // but really don't matter. Even so, use the standard numbers.
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprognet/
signal.go 8 // must not import anything (like net, but also like os/signal)
  /prebuilts/go/darwin-x86/src/testing/iotest/
writer.go 10 // but stops silently after n bytes.
  /prebuilts/go/darwin-x86/test/
bombad.go 7 // Here for reference, but hard to test automatically
deferprint.go 14 // Disabled so the test doesn't crash but left here for reference.
recover1.go 86 // Sequential panic - like test2 but less picky.
106 // Single panic but recover called via defer
116 // Like test3, but changed recover to defer (same change as test4 ? test5).
127 // Like test6, but swapped defer order.
reflectmethod1.go 8 // assigned to interfaces, but only if reflect.Type.Method is
reflectmethod4.go 8 // assigned to interfaces, but only if reflect.Value.Method is
rune.go 8 // Compiles but does not run.
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug157.go 20 // this doesn't but it should
bug450.go 8 // "set but not used" and elides an assignment, causing
bug452.go 8 // constants, but can run out of registers in the process.
issue14646.go 21 println("Expected line =", EXPECTED, "but got line =", line, "and file =", file)
issue20789.go 9 // package, but we don't have a general test framework
issue4396b.go 7 // This test _may_ fail on arm, but requires the host to
issue7944.go 9 // but no one told the register optimizer.

Completed in 384 milliseconds

<<11121314151617181920>>