HomeSort by relevance Sort by last modified time
    Searched refs:By (Results 401 - 425 of 554) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/encoding/json/
decode.go 2 // Use of this source code is governed by a BSD-style
25 // in the value pointed to by v. If v is nil or not a pointer,
35 // the value pointed at by the pointer. If the pointer is nil, Unmarshal
46 // keys to the keys used by Marshal (either the struct field name or its tag),
47 // preferring an exact match but also accepting a case-insensitive match. By
88 // by setting that Go value to nil. Because null is often used in JSON to mean
94 // Instead, they are replaced by the Unicode replacement
111 // Unmarshaler is the interface implemented by types
117 // By convention, to approximate the behavior of Unmarshal itself,
242 // . followed by 1 or more digits
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
stmt.go 2 // Use of this source code is governed by a BSD-style
76 // they are handled explicitly by funcBody.
241 // Order matters: By comparing v against x, error positions are at the case values.
521 // By checking assignment of x to an invisible temporary
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 
  /prebuilts/go/darwin-x86/src/go/build/
build.go 2 // Use of this source code is governed by a BSD-style
50 // directory. By default it is empty, but custom builds that need to keep
57 // By default, Import uses the operating system's file system calls
88 // ReadDir returns a slice of os.FileInfo, sorted by Name,
158 // hasSubdir reports if dir is within root by performing lexical analysis only.
193 // isFile determines whether path is a file by trying to open it.
213 // Do not get confused by this common mistake.
220 // The situation is made more confusing by the fact that
222 // Do not get confused by this, and do not try to use the path.
338 // If AllowBinary is set, Import can be satisfied by a compile
    [all...]
  /prebuilts/go/linux-x86/src/go/build/
build.go 2 // Use of this source code is governed by a BSD-style
50 // directory. By default it is empty, but custom builds that need to keep
57 // By default, Import uses the operating system's file system calls
88 // ReadDir returns a slice of os.FileInfo, sorted by Name,
158 // hasSubdir reports if dir is within root by performing lexical analysis only.
193 // isFile determines whether path is a file by trying to open it.
213 // Do not get confused by this common mistake.
220 // The situation is made more confusing by the fact that
222 // Do not get confused by this, and do not try to use the path.
338 // If AllowBinary is set, Import can be satisfied by a compile
    [all...]
  /external/freetype/
vms_make.com 3 $! Copyright 2003-2018 by
8 $! LICENSE.TXT. By continuing to use, modify, or distribute this file you
160 # Copyright 2001 by
165 # LICENSE.TXT. By continuing to use, modify, or distribute this file you
253 # Copyright 2001 by
258 # LICENSE.TXT. By continuing to use, modify, or distribute this file you
285 # Copyright 2002 by
290 # LICENSE.TXT. By continuing to use, modify, or distribute this file you
319 # `CatharonLicense.txt'. By continuing to use, modify, or distribute
346 # Copyright 2001, 2003 by
    [all...]
  /external/libunwind/doc/
unw_create_addr_space.tex 25 \Var{byteorder} can be set to any constant defined by
92 by the \Var{unwind\_info} member must remain valid until the info is
104 release the resources (such as memory) allocated by a previous call to
122 unwind-info registration list exist, the value pointed to by
124 value returned by \Func{get\_dyn\_info\_list\_addr}() if caching is
195 should resume. By the time \Prog{libunwind} invokes the \Func{resume}
220 returned name must be terminated by a NUL character. If the
229 pointed to by \Var{offp} (assuming the procedure is at least 0x80
  /external/pcre/dist2/
RunTest.bat 8 @rem This file was originally contributed to PCRE1 by Ralf Junker, and touched
9 @rem up by Daniel Richard G. Tests 10-12 added by Philip H.
12 @rem Updated by Tom Fortmann to support explicit test numbers on the command
25 @rem The file was converted for PCRE2 by PH, February 2015.
27 @rem Tidied and updated for new tests 21, 22, 23 by PH, October 2015.
524 @echo location of the the built exes) you call RunTest.bat. By default RunTest.bat
  /external/protobuf/csharp/src/Google.Protobuf/
CodedOutputStream.cs 20 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
45 /// This class is generally used by generated code to write appropriate
54 /// Repeated fields and map fields are not handled by this class; use <c>RepeatedField&lt;T&gt;</c>
64 /// The buffer size used by CreateInstance(Stream).
696 /// By default, any underlying stream is closed by this method. To configure this behaviour,
  /prebuilts/go/darwin-x86/src/bufio/
scan.go 2 // Use of this source code is governed by a BSD-style
18 // defined by a split function of type SplitFunc; the default split
31 r io.Reader // The reader provided by the client.
33 maxTokenSize int // Maximum size of a token; modified by tests.
34 token []byte // Last token returned by split.
62 // Errors returned by Scanner.
89 // Err returns the first non-EOF error that was encountered by the Scanner.
97 // Bytes returns the most recent token generated by a call to Scan.
99 // by a subsequent call to Scan. It does no allocation.
104 // Text returns the most recent token generated by a call to Sca
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
prove.go 2 // Use of this source code is governed by a BSD-style
62 v, w *Value // a pair of values, ordered by ID.
444 // By far, the most common redundant pair are generated by bounds checking.
559 // getBranch returns the range restrictions added by p
637 // was rewritten to an add by generic.rules (if the thing
  /prebuilts/go/darwin-x86/src/cmd/go/internal/get/
get.go 2 // Use of this source code is governed by a BSD-style
28 Get downloads the packages named by the import paths, along with their
36 implied by its import path. This can be useful if the source is a local fork
49 and their dependencies. By default, get uses the network to check out
67 it also updates any git submodules referenced by the repository.
99 // Disable any prompting for passwords by Git.
109 // Disable any ssh connection pooling by Git.
179 // warnings. They will be printed by the
210 // for the package named by the argument.
  /prebuilts/go/darwin-x86/src/cmd/vet/
main.go 2 // Use of this source code is governed by a BSD-style
49 // Most checks that operate during the AST walk are added by register.
55 // requested explicitly; they are not enabled by -all.
112 return "true" // An unset flag will be set by -all, so defaults to true.
155 // The outer level is keyed by a nil pointer, one of the AST vars above.
156 // The inner level is keyed by checker name.
177 fmt.Fprintf(os.Stderr, "By default, -all is set and all non-experimental checks are run.\n")
193 b bytes.Buffer // for use by methods
201 // This is used by the recursiveStringer method in print.go.
289 // vetConfig is the JSON config struct prepared by the Go command
    [all...]
  /prebuilts/go/darwin-x86/src/net/textproto/
reader.go 2 // Use of this source code is governed by a BSD-style
76 // only by a single space: the newline and leading white space
235 // code and a hyphen. The response is terminated by a line that starts
236 // with the same code followed by a space. Each line in message is
237 // separated by a newline (\n).
292 // The decoded form returned by the Reader's Read method
307 // Read satisfies reads by decoding dot-encoded data read from d.r.
436 // Dot by itself marks end; otherwise cut one dot.
469 // Avoid lots of small slice allocations later by allocating one
686 "X-Powered-By",
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
profbuf.go 2 // Use of this source code is governed by a BSD-style
13 // safe for concurrent use by one reader and one writer.
38 // be returned by read. By definition, r ? rNext ? w (before wraparound),
39 // and rNext is only used by the reader, so it can be accessed without atomics.
42 // future writes are discarded and replaced in the output stream by an
50 // entry can be turned into a real record by either the writer or the
61 // A pending overflow entry is indicated by the low 32 bits of 'overflow'
100 // owned by reader
102 overflowBuf []uint64 // for use by reader to return overflow recor
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
exec_linux.go 2 // Use of this source code is governed by a BSD-style
373 // By convention, we don't close-on-exec the fds we are
  /prebuilts/go/darwin-x86/src/text/scanner/
scanner.go 2 // Use of this source code is governed by a BSD-style
11 // By default, a Scanner skips white space and Go comments and recognizes all
12 // literals as defined by the Go language specification. It may be
26 // A source position is represented by a Position value.
143 // ErrorCount is incremented by one for each error encountered.
164 // Start position of most recently scanned token; set by Scan.
166 // The Filename field is always left untouched by the Scanner.
181 // (the first call to next() will fill it by calling src.Read)
225 // s.tokEnd is set by Scan()
296 // a read error by calling s.Error, if not nil; otherwis
    [all...]
  /prebuilts/go/linux-x86/src/bufio/
scan.go 2 // Use of this source code is governed by a BSD-style
18 // defined by a split function of type SplitFunc; the default split
31 r io.Reader // The reader provided by the client.
33 maxTokenSize int // Maximum size of a token; modified by tests.
34 token []byte // Last token returned by split.
62 // Errors returned by Scanner.
89 // Err returns the first non-EOF error that was encountered by the Scanner.
97 // Bytes returns the most recent token generated by a call to Scan.
99 // by a subsequent call to Scan. It does no allocation.
104 // Text returns the most recent token generated by a call to Sca
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
prove.go 2 // Use of this source code is governed by a BSD-style
62 v, w *Value // a pair of values, ordered by ID.
444 // By far, the most common redundant pair are generated by bounds checking.
559 // getBranch returns the range restrictions added by p
637 // was rewritten to an add by generic.rules (if the thing
  /prebuilts/go/linux-x86/src/cmd/go/internal/get/
get.go 2 // Use of this source code is governed by a BSD-style
28 Get downloads the packages named by the import paths, along with their
36 implied by its import path. This can be useful if the source is a local fork
49 and their dependencies. By default, get uses the network to check out
67 it also updates any git submodules referenced by the repository.
99 // Disable any prompting for passwords by Git.
109 // Disable any ssh connection pooling by Git.
179 // warnings. They will be printed by the
210 // for the package named by the argument.
  /prebuilts/go/linux-x86/src/cmd/vet/
main.go 2 // Use of this source code is governed by a BSD-style
49 // Most checks that operate during the AST walk are added by register.
55 // requested explicitly; they are not enabled by -all.
112 return "true" // An unset flag will be set by -all, so defaults to true.
155 // The outer level is keyed by a nil pointer, one of the AST vars above.
156 // The inner level is keyed by checker name.
177 fmt.Fprintf(os.Stderr, "By default, -all is set and all non-experimental checks are run.\n")
193 b bytes.Buffer // for use by methods
201 // This is used by the recursiveStringer method in print.go.
289 // vetConfig is the JSON config struct prepared by the Go command
    [all...]
  /prebuilts/go/linux-x86/src/net/textproto/
reader.go 2 // Use of this source code is governed by a BSD-style
76 // only by a single space: the newline and leading white space
235 // code and a hyphen. The response is terminated by a line that starts
236 // with the same code followed by a space. Each line in message is
237 // separated by a newline (\n).
292 // The decoded form returned by the Reader's Read method
307 // Read satisfies reads by decoding dot-encoded data read from d.r.
436 // Dot by itself marks end; otherwise cut one dot.
469 // Avoid lots of small slice allocations later by allocating one
686 "X-Powered-By",
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
profbuf.go 2 // Use of this source code is governed by a BSD-style
13 // safe for concurrent use by one reader and one writer.
38 // be returned by read. By definition, r ? rNext ? w (before wraparound),
39 // and rNext is only used by the reader, so it can be accessed without atomics.
42 // future writes are discarded and replaced in the output stream by an
50 // entry can be turned into a real record by either the writer or the
61 // A pending overflow entry is indicated by the low 32 bits of 'overflow'
100 // owned by reader
102 overflowBuf []uint64 // for use by reader to return overflow recor
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
exec_linux.go 2 // Use of this source code is governed by a BSD-style
373 // By convention, we don't close-on-exec the fds we are
  /prebuilts/go/linux-x86/src/text/scanner/
scanner.go 2 // Use of this source code is governed by a BSD-style
11 // By default, a Scanner skips white space and Go comments and recognizes all
12 // literals as defined by the Go language specification. It may be
26 // A source position is represented by a Position value.
143 // ErrorCount is incremented by one for each error encountered.
164 // Start position of most recently scanned token; set by Scan.
166 // The Filename field is always left untouched by the Scanner.
181 // (the first call to next() will fill it by calling src.Read)
225 // s.tokEnd is set by Scan()
296 // a read error by calling s.Error, if not nil; otherwis
    [all...]

Completed in 1751 milliseconds

<<11121314151617181920>>