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

<<111213

  /prebuilts/go/darwin-x86/src/cmd/go/
alldocs.go 58 // along with their dependencies, but it does not install the results.
97 // enable interoperation with memory sanitizer.
99 // and only with Clang/LLVM as the host C compiler.
128 // link against shared libraries previously created with
132 // For example, when building with a non-standard configuration,
146 // it with either single or double quotes. The argument list may be
152 // with different patterns in order to specify different arguments for
182 // so go clean is mainly concerned with object files left by other
232 // Doc prints the documentation comments associated with the item identified by its
248 // When run with one argument, the argument is treated as a Go-syntax-lik
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
alldocs.go 58 // along with their dependencies, but it does not install the results.
97 // enable interoperation with memory sanitizer.
99 // and only with Clang/LLVM as the host C compiler.
128 // link against shared libraries previously created with
132 // For example, when building with a non-standard configuration,
146 // it with either single or double quotes. The argument list may be
152 // with different patterns in order to specify different arguments for
182 // so go clean is mainly concerned with object files left by other
232 // Doc prints the documentation comments associated with the item identified by its
248 // When run with one argument, the argument is treated as a Go-syntax-lik
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
ast.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
ast.py     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
main.go 56 // These can be specified with the -d flag, as in "-d nil"
155 // separate package to avoid conflicts with package runtime's
211 flag.BoolVar(&flag_msan, "msan", false, "build code compatible with C/C++ memory sanitizer")
313 log.Fatalf("cannot use concurrent backend compilation with provided flags; invoked as %v", os.Args)
405 // -l=2, -l=3: inlining on again, with extra debugging (debug['l'] > 1)
521 // With all types ckecked, it's now safe to verify map keys.
652 // DWARF inlining gen so as to avoid problems with generated
818 // is this path a local name? begins with ./ or ../ or /
1065 break // header ends with blank line
1130 // If the package was imported with a name other than the fina
    [all...]
bexport.go 32 The graph is serialized in in-order fashion, starting with the roots.
41 with an integer _tag_ < 0. The tag value indicates the kind of object
49 Before exporting or importing, the type tables are populated with the
51 they are automatically encoded with a known and fixed type index.
55 The export data starts with two newline-terminated strings: a version
59 (The Go1.7 version starts with a couple of bytes specifying the format.
67 functions start with their name, type, and possibly a value. Named types
73 Aliases are encoded starting with their name followed by the qualified
77 In the encoding, some lists start with the list length. Some lists are
78 terminated with an end marker (usually for lists where we may not kno
    [all...]
  /prebuilts/go/darwin-x86/src/text/template/
exec_test.go 31 // Struct with String method.
34 // Struct with Error method.
187 // Simple methods with and without arguments.
308 // Type with String method.
313 // Type with Error method.
327 {"empty with int", "{{.Empty1}}", "3", tVal, true},
328 {"empty with string", "{{.Empty2}}", "empty2", tVal, true},
329 {"empty with slice", "{{.Empty3}}", "[7 8]", tVal, true},
330 {"empty with struct", "{{.Empty4}}", "{UinEmpty}", tVal, true},
331 {"empty with struct, field", "{{.Empty4.V}}", "UinEmpty", tVal, true}
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
main.go 56 // These can be specified with the -d flag, as in "-d nil"
155 // separate package to avoid conflicts with package runtime's
211 flag.BoolVar(&flag_msan, "msan", false, "build code compatible with C/C++ memory sanitizer")
313 log.Fatalf("cannot use concurrent backend compilation with provided flags; invoked as %v", os.Args)
405 // -l=2, -l=3: inlining on again, with extra debugging (debug['l'] > 1)
521 // With all types ckecked, it's now safe to verify map keys.
652 // DWARF inlining gen so as to avoid problems with generated
818 // is this path a local name? begins with ./ or ../ or /
1065 break // header ends with blank line
1130 // If the package was imported with a name other than the fina
    [all...]
bexport.go 32 The graph is serialized in in-order fashion, starting with the roots.
41 with an integer _tag_ < 0. The tag value indicates the kind of object
49 Before exporting or importing, the type tables are populated with the
51 they are automatically encoded with a known and fixed type index.
55 The export data starts with two newline-terminated strings: a version
59 (The Go1.7 version starts with a couple of bytes specifying the format.
67 functions start with their name, type, and possibly a value. Named types
73 Aliases are encoded starting with their name followed by the qualified
77 In the encoding, some lists start with the list length. Some lists are
78 terminated with an end marker (usually for lists where we may not kno
    [all...]
  /prebuilts/go/linux-x86/src/text/template/
exec_test.go 31 // Struct with String method.
34 // Struct with Error method.
187 // Simple methods with and without arguments.
308 // Type with String method.
313 // Type with Error method.
327 {"empty with int", "{{.Empty1}}", "3", tVal, true},
328 {"empty with string", "{{.Empty2}}", "empty2", tVal, true},
329 {"empty with slice", "{{.Empty3}}", "[7 8]", tVal, true},
330 {"empty with struct", "{{.Empty4}}", "{UinEmpty}", tVal, true},
331 {"empty with struct, field", "{{.Empty4.V}}", "UinEmpty", tVal, true}
    [all...]
  /external/python/cpython3/Lib/pydoc_data/
topics.py 25 'to the built-in variables with those names. In the current\n'
81 'with the\n'
102 ' with the same number of items as there are targets in the '
108 ' * If the target list contains one target prefixed with an\n'
111 ' iterable with at least as many items as there are targets '
125 ' * Else: The object must be an iterable with the same number '
159 ' the reference is evaluated. It should yield an object with\n'
193 ' attributes, such as properties created with "property()".\n'
211 ' to assign the assigned object to its item with that index. '
219 " subscript must have a type compatible with the mapping's key
    [all...]
  /external/googletest/googlemock/test/
gmock-matchers_test.cc 4 // Redistribution and use in source and binary forms, with or without
12 // in the documentation and/or other materials provided with the
860 // 2 C-strings with same content but different addresses.
890 // comparing with type T, where T is v's type.
    [all...]
  /external/v8/src/debug/
mirrors.js 185 With: 2,
699 * @return {PropertyMirror} The property with the specified value. If no
700 * property was found with the specified value UndefinedMirror is returned
729 // Find all objects with direct references to this object.
761 * This method is done static to be accessible from Debug API with the bare
    [all...]
  /external/v8/testing/gmock/test/
gmock-matchers_test.cc 4 // Redistribution and use in source and binary forms, with or without
12 // in the documentation and/or other materials provided with the
855 // 2 C-strings with same content but different addresses.
881 // comparing with type T, where T is v's type.
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/x509/
x509_test.go 523 // buggy code that produces certificates with negative
726 // Self-signed certificate using ECDSA with SHA1 & secp256r1
744 // Self-signed certificate using ECDSA with SHA256 & secp256r1
762 // Self-signed certificate using ECDSA with SHA256 & secp384r1
781 // Self-signed certificate using ECDSA with SHA384 & secp521r1
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
float.go 8 // not specified with each operation, but with each operand. The
26 // with 0.5 <= mantissa < 1.0, and MinExp <= exponent <= MaxExp.
35 // rounding error with respect to the exact result.
39 // with the exception of MantExp), round the numeric result according
43 // precision of the argument with the largest precision value before any
57 // the number +0.0 exactly, with precision 0 and rounding mode ToNearestEven.
80 // with precision 53 and rounding mode ToNearestEven.
81 // NewFloat panics with ErrNaN if x is a NaN.
247 // provided its value is set to the mantissa of x, with th
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
request.go 57 // replies with a Trailer header, but without a chunked reply.
102 // Go's HTTP client does not support sending a request with
133 // If a server received a request with header lines,
187 // For client requests, a value of 0 with a non-nil Body is
246 // trailer keys, with nil values. (The client declares which trailers it
318 // client's connection closes, the request is canceled (with HTTP/2),
327 // WithContext returns a shallow copy of r with its context changed
361 // Cookies parses and returns the HTTP cookies sent with the request.
483 // initial Request-URI line of the request with an absolute URI, per
493 var errMissingHost = errors.New("http: Request.Write on Request with no Host or URL set"
    [all...]
  /prebuilts/go/linux-x86/src/crypto/x509/
x509_test.go 523 // buggy code that produces certificates with negative
726 // Self-signed certificate using ECDSA with SHA1 & secp256r1
744 // Self-signed certificate using ECDSA with SHA256 & secp256r1
762 // Self-signed certificate using ECDSA with SHA256 & secp384r1
781 // Self-signed certificate using ECDSA with SHA384 & secp521r1
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
float.go 8 // not specified with each operation, but with each operand. The
26 // with 0.5 <= mantissa < 1.0, and MinExp <= exponent <= MaxExp.
35 // rounding error with respect to the exact result.
39 // with the exception of MantExp), round the numeric result according
43 // precision of the argument with the largest precision value before any
57 // the number +0.0 exactly, with precision 0 and rounding mode ToNearestEven.
80 // with precision 53 and rounding mode ToNearestEven.
81 // NewFloat panics with ErrNaN if x is a NaN.
247 // provided its value is set to the mantissa of x, with th
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
request.go 57 // replies with a Trailer header, but without a chunked reply.
102 // Go's HTTP client does not support sending a request with
133 // If a server received a request with header lines,
187 // For client requests, a value of 0 with a non-nil Body is
246 // trailer keys, with nil values. (The client declares which trailers it
318 // client's connection closes, the request is canceled (with HTTP/2),
327 // WithContext returns a shallow copy of r with its context changed
361 // Cookies parses and returns the HTTP cookies sent with the request.
483 // initial Request-URI line of the request with an absolute URI, per
493 var errMissingHost = errors.New("http: Request.Write on Request with no Host or URL set"
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ast.c 724 ast_error(n, "parenthesized arg with default");
854 else if (NCH(n) == 5) { /* Call with no arguments */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ast.c 724 ast_error(n, "parenthesized arg with default");
854 else if (NCH(n) == 5) { /* Call with no arguments */
    [all...]
  /external/python/cpython2/Python/
ast.c 724 ast_error(n, "parenthesized arg with default");
854 else if (NCH(n) == 5) { /* Call with no arguments */
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 16 ** if you want a wrapper to interface SQLite with your choice of programming
39 ** SQLite was built with.
821 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the
965 ** when compiling with clang.
1009 ** define is required to maintain binary compatibility with the MSVC runtime
1128 ** with the value (X*1000000 + Y*1000 + Z) where X, Y, and Z are the same
    [all...]
  /external/sqlite/dist/
sqlite3.c 16 ** if you want a wrapper to interface SQLite with your choice of programming
39 ** SQLite was built with.
821 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the
965 ** when compiling with clang.
1009 ** define is required to maintain binary compatibility with the MSVC runtime
1128 ** with the value (X*1000000 + Y*1000 + Z) where X, Y, and Z are the same
    [all...]

Completed in 2150 milliseconds

<<111213