HomeSort by relevance Sort by last modified time
    Searched refs:Non (Results 101 - 125 of 190) sorted by null

1 2 3 45 6 7 8

  /external/golang-protobuf/proto/
lib.go 49 - Non-repeated fields are pointers to the values; nil means unset.
75 - Non-repeated fields of non-message type are values instead of pointers.
550 // It recursively sets default values in any non-nil sub-messages.
690 // with its scalar fields set to their proto-declared non-zero default values.
834 // Map fields may have key types of non-float scalars, strings and enums.
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
TextFormat.java 87 * Same as {@code print()}, except that non-ASCII characters are not
97 * Same as {@code print()}, except that non-ASCII characters are not
180 * Same as {@code printToString()}, except that non-ASCII characters
194 * Same as {@code printToString()}, except that non-ASCII characters
292 /** Whether to escape non ASCII characters with backslash and octal. */
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/
Flat32.asm 73 ; Transition to non-paged flat-model protected mode from a
351 jnz ConfigPci ; Non-zero means bit set, we have the config we want so continue as normal
  /external/pcre/dist2/
RunTest.bat 312 call :runsub 1 testout "Main non-UTF, non-UCP functionality (Compatible with Perl >= 5.10)" -q
317 call :runsub 2 testout "API, errors, internals, and non-Perl stuff" -q
340 call :runsub 5 testout "API, internals, and non-Perl stuff for UTF-%bits% and UCP" -q
345 call :runsub 6 testout "DFA matching main non-UTF, non-UCP functionality" -q
429 call :runsub 15 testout "Non-JIT limits and other non_JIT tests" -q
  /prebuilts/go/darwin-x86/src/archive/tar/
writer.go 97 return err // Non-fatal error
  /prebuilts/go/darwin-x86/src/bytes/
buffer.go 37 opInvalid readOp = 0 // Non-read operation.
  /prebuilts/go/darwin-x86/src/cmd/vet/
main.go 43 // "-all" flag enables all non-experimental checks
44 var all = triStateFlag("all", unset, "enable all non-experimental checks")
65 // includesNonTest indicates whether the vet is applied to non-test targets.
66 // Certain checks are relevant only if they touch both test and non-test files.
177 fmt.Fprintf(os.Stderr, "By default, -all is set and all non-experimental checks are run.\n")
216 // If all flag is set true or if no flags are set true, set all the non-experimental ones
365 // Non-fatal: we are doing a recursive walk and there may be other directories.
  /prebuilts/go/darwin-x86/src/encoding/gob/
gobencdec_test.go 538 // GobEncoder to non-decoder: error
549 t.Fatal("expected decode error for mismatched fields (encoder to non-decoder)")
554 // Non-encoder to GobDecoder: error
563 t.Fatal("expected decode error for mismatched fields (non-encoder to decoder)")
  /prebuilts/go/darwin-x86/src/fmt/
doc.go 219 Non-int for width or precision: %!(BADWIDTH) or %!(BADPREC)
  /prebuilts/go/darwin-x86/src/image/png/
reader_test.go 490 t.Fatal("got nil error, want non-nil")
508 // Non-zero-length trailing IDAT chunks should be ignored (recoverable error).
569 t.Errorf("%d tRNS chunks: got nil error, want non-nil", i)
666 t.Fatalf("Decode: got %v (of type %T), want non-nil error (of type png.UnsupportedError)", err, err)
  /prebuilts/go/darwin-x86/src/net/
tcpsock_test.go 368 t.Fatalf("got %v; expected a proper address with non-zero port number", la)
653 // Non-Linux systems take a long time to figure
  /prebuilts/go/darwin-x86/src/runtime/
map_test.go 603 noescape int // number of expected buckets for non-escaping map
619 // Non-escaping maps with small buckets (like map[int]int) never
621 // on the stack. Escaping maps start with a non-nil bucket pointer if
628 t.Errorf("no escape: buckets pointer is nil for non-escaping map")
653 t.Errorf("no escape: buckets pointer is nil for non-escaping map")
678 t.Errorf("no escape: buckets pointer is nil for non-escaping map")
703 t.Errorf("no escape: buckets pointer is nil for non-escaping map")
  /prebuilts/go/linux-x86/src/archive/tar/
writer.go 97 return err // Non-fatal error
  /prebuilts/go/linux-x86/src/bytes/
buffer.go 37 opInvalid readOp = 0 // Non-read operation.
  /prebuilts/go/linux-x86/src/cmd/vet/
main.go 43 // "-all" flag enables all non-experimental checks
44 var all = triStateFlag("all", unset, "enable all non-experimental checks")
65 // includesNonTest indicates whether the vet is applied to non-test targets.
66 // Certain checks are relevant only if they touch both test and non-test files.
177 fmt.Fprintf(os.Stderr, "By default, -all is set and all non-experimental checks are run.\n")
216 // If all flag is set true or if no flags are set true, set all the non-experimental ones
365 // Non-fatal: we are doing a recursive walk and there may be other directories.
  /prebuilts/go/linux-x86/src/encoding/gob/
gobencdec_test.go 538 // GobEncoder to non-decoder: error
549 t.Fatal("expected decode error for mismatched fields (encoder to non-decoder)")
554 // Non-encoder to GobDecoder: error
563 t.Fatal("expected decode error for mismatched fields (non-encoder to decoder)")
  /prebuilts/go/linux-x86/src/fmt/
doc.go 219 Non-int for width or precision: %!(BADWIDTH) or %!(BADPREC)
  /prebuilts/go/linux-x86/src/image/png/
reader_test.go 490 t.Fatal("got nil error, want non-nil")
508 // Non-zero-length trailing IDAT chunks should be ignored (recoverable error).
569 t.Errorf("%d tRNS chunks: got nil error, want non-nil", i)
666 t.Fatalf("Decode: got %v (of type %T), want non-nil error (of type png.UnsupportedError)", err, err)
  /prebuilts/go/linux-x86/src/net/
tcpsock_test.go 368 t.Fatalf("got %v; expected a proper address with non-zero port number", la)
653 // Non-Linux systems take a long time to figure
  /prebuilts/go/linux-x86/src/runtime/
map_test.go 603 noescape int // number of expected buckets for non-escaping map
619 // Non-escaping maps with small buckets (like map[int]int) never
621 // on the stack. Escaping maps start with a non-nil bucket pointer if
628 t.Errorf("no escape: buckets pointer is nil for non-escaping map")
653 t.Errorf("no escape: buckets pointer is nil for non-escaping map")
678 t.Errorf("no escape: buckets pointer is nil for non-escaping map")
703 t.Errorf("no escape: buckets pointer is nil for non-escaping map")
  /prebuilts/go/darwin-x86/src/go/types/
expr.go 38 but the results of comparisons or non-constant shifts of untyped constants
99 check.invalidOp(x.pos(), "cannot receive from non-channel %s", x)
356 // and if x is the (formerly untyped) lhs operand of a non-constant
511 // Non-constant untyped values may appear as the
525 // Non-constant untyped string values are not
550 // cannot assign untyped values to non-empty interfaces
682 // non-integer numeric constants. Correct the type so that the shift
700 // non-constant shift with constant lhs
702 // spec: "If the left operand of a non-constant shift
736 // non-constant shift - lhs must be an intege
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
expr.go 38 but the results of comparisons or non-constant shifts of untyped constants
99 check.invalidOp(x.pos(), "cannot receive from non-channel %s", x)
356 // and if x is the (formerly untyped) lhs operand of a non-constant
511 // Non-constant untyped values may appear as the
525 // Non-constant untyped string values are not
550 // cannot assign untyped values to non-empty interfaces
682 // non-integer numeric constants. Correct the type so that the shift
700 // non-constant shift with constant lhs
702 // spec: "If the left operand of a non-constant shift
736 // non-constant shift - lhs must be an intege
    [all...]
  /build/soong/android/
arch.go 100 // Non-windows host variants
  /external/golang-protobuf/jsonpb/
jsonpb.go 553 // Handle non-finite floats, e.g. NaN, Infinity and -Infinity.
980 // Non-finite numbers can be encoded as strings.
1028 // Map fields may have key types of non-float scalars, strings and enums.
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.ml     [all...]

Completed in 2097 milliseconds

1 2 3 45 6 7 8