HomeSort by relevance Sort by last modified time
    Searched refs:leading (Results 201 - 225 of 557) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
prune.go 38 // Account for leading '.' on the PPC ELF v1 ABI.
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
decode.go 140 // Decode decodes the leading bytes in src as a single instruction using
  /prebuilts/go/linux-x86/src/encoding/json/
encode_test.go 785 re(`^\+`), // no leading + sign
786 re(`^-?0[^.]`), // no unnecessary leading zeros
787 re(`^-?\.`), // leading zero required before decimal point
792 re(`e[+-]0`), // exponent must not have leading zeros
  /prebuilts/go/linux-x86/src/math/big/
arith.go 79 // nlz returns the number of leading zeros in x.
  /prebuilts/go/linux-x86/src/mime/
type_test.go 26 panic("missing leading dot")
  /prebuilts/go/linux-x86/src/net/http/
responsewrite_test.go 173 // Also tests removal of leading and trailing whitespace.
  /prebuilts/go/linux-x86/src/regexp/syntax/
simplify.go 84 // Build leading prefix: xx.
  /prebuilts/go/linux-x86/src/runtime/
print.go 34 // runtime leading up to a process crash, allowing the messages to be
  /external/libhevc/common/arm/
ihevc_intra_pred_chroma_dc.s 115 clz r5, r4 @counts leading zeros
  /external/protobuf/src/google/protobuf/compiler/
parser.h 219 // call AddPath() only to add the path components leading from the parent
220 // to the child (as opposed to leading from the root to the child).
253 // Attaches leading and trailing comments to the location. The two strings
254 // will be swapped into place, so after this is called *leading and
259 void AttachComments(string* leading, string* trailing,
514 // Leading doc comments for the next declaration. These are not complete
  /frameworks/base/core/java/android/text/
BoringLayout.java 477 leading = 0;
TextLine.java 236 * @param x the leading margin position
309 * before offset, false to measure the leading edge of the character
313 * @return the signed offset from the leading margin to the requested
490 * @param x the position of the run that is closest to the leading margin
523 * @return the signed width from the start of the run to the leading edge
548 // 1) The caret marks the leading edge of a character. The character
801 final int previousLeading = fmi.leading;
815 fmi.leading = Math.max(fmi.leading, previousLeading);
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/pem/
pem.go 125 // immediately, without a leading newline.
167 // leading newline if the PEM block was empty.
  /prebuilts/go/darwin-x86/src/go/doc/
comment.go 276 // so it is known not to have leading, trailing blank lines
419 // l.write will add leading newline if required
  /prebuilts/go/darwin-x86/src/index/suffixarray/
suffixarray.go 246 // ignore indices leading to overlapping matches
289 // ignore indices leading to overlapping matches
  /prebuilts/go/darwin-x86/src/strconv/
atof.go 96 if s[i] == '0' && b.nd == 0 { // ignore leading zeros
191 if c == '0' && nd == 0 { // ignore leading zeros
  /prebuilts/go/linux-x86/src/encoding/pem/
pem.go 125 // immediately, without a leading newline.
167 // leading newline if the PEM block was empty.
  /prebuilts/go/linux-x86/src/go/doc/
comment.go 276 // so it is known not to have leading, trailing blank lines
419 // l.write will add leading newline if required
  /prebuilts/go/linux-x86/src/index/suffixarray/
suffixarray.go 246 // ignore indices leading to overlapping matches
289 // ignore indices leading to overlapping matches
  /prebuilts/go/linux-x86/src/strconv/
atof.go 96 if s[i] == '0' && b.nd == 0 { // ignore leading zeros
191 if c == '0' && nd == 0 { // ignore leading zeros
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
parser.h 219 // call AddPath() only to add the path components leading from the parent
220 // to the child (as opposed to leading from the root to the child).
253 // Attaches leading and trailing comments to the location. The two strings
254 // will be swapped into place, so after this is called *leading and
259 void AttachComments(string* leading, string* trailing,
514 // Leading doc comments for the next declaration. These are not complete
  /prebuilts/go/darwin-x86/src/bytes/
bytes.go 549 // all leading UTF-8-encoded code points c that satisfy f(c).
571 // TrimFunc returns a subslice of s by slicing off all leading and trailing
577 // TrimPrefix returns s without the provided leading prefix string.
692 // Trim returns a subslice of s by slicing off all leading and
698 // TrimLeft returns a subslice of s by slicing off all leading
710 // TrimSpace returns a subslice of s by slicing off all leading and
  /prebuilts/go/darwin-x86/src/strings/
strings.go 677 // TrimLeftFunc returns a slice of the string s with all leading
700 // TrimFunc returns a slice of the string s with all leading
784 // Trim returns a slice of the string s with all leading and
793 // TrimLeft returns a slice of the string s with all leading
811 // TrimSpace returns a slice of the string s, with all leading
817 // TrimPrefix returns s without the provided leading prefix string.
  /prebuilts/go/linux-x86/src/bytes/
bytes.go 549 // all leading UTF-8-encoded code points c that satisfy f(c).
571 // TrimFunc returns a subslice of s by slicing off all leading and trailing
577 // TrimPrefix returns s without the provided leading prefix string.
692 // Trim returns a subslice of s by slicing off all leading and
698 // TrimLeft returns a subslice of s by slicing off all leading
710 // TrimSpace returns a subslice of s by slicing off all leading and
  /prebuilts/go/linux-x86/src/strings/
strings.go 677 // TrimLeftFunc returns a slice of the string s with all leading
700 // TrimFunc returns a slice of the string s with all leading
784 // Trim returns a slice of the string s with all leading and
793 // TrimLeft returns a slice of the string s with all leading
811 // TrimSpace returns a slice of the string s, with all leading
817 // TrimPrefix returns s without the provided leading prefix string.

Completed in 814 milliseconds

1 2 3 4 5 6 7 891011>>