HomeSort by relevance Sort by last modified time
    Searched refs:beginning (Results 276 - 300 of 469) sorted by null

<<111213141516171819

  /prebuilts/go/darwin-x86/src/strings/
strings_test.go 1021 t.Errorf("Unreading %q at beginning: expected error", s)
1061 t.Errorf("Unreading %q at beginning: expected error", s)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cover/
cover.go 248 // to appear in syntactically incorrect places. //go: appears at the beginning of
487 // addCounters takes a list of statements and adds counters to the beginning of
  /prebuilts/go/linux-x86/src/cmd/go/
help.go 65 Import paths beginning with "cmd/" only match source code in
115 An import path beginning with ./ or ../ is called a relative path.
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
link.go 538 // R_ADDROFF resolves to a 32-bit offset from the beginning of the section
578 // R_METHODOFF resolves to a 32-bit offset from the beginning of the section
  /prebuilts/go/linux-x86/src/encoding/json/
decode.go 371 // d.scan thinks we're still at the beginning of the item.
1137 // getu4 decodes \uXXXX from the beginning of s, returning the hex value,
    [all...]
  /prebuilts/go/linux-x86/src/strings/
strings_test.go 1021 t.Errorf("Unreading %q at beginning: expected error", s)
1061 t.Errorf("Unreading %q at beginning: expected error", s)
    [all...]
  /external/netperf/doc/
texinfo.tex 261 % Do this early so pdf references go to the beginning of the page.
527 % at the beginning of a line will start with \penalty -- and
556 % beginning of a paragraph, when TeX is still in vertical mode, would
612 % Hence this just inserts a strut at the beginning of each line.
640 % TeX puts in an \escapechar (i.e., `@') at the beginning of the help
    [all...]
  /prebuilts/go/darwin-x86/src/go/build/
build.go 926 // beginning and ending on the current line.
1002 // and then parses the beginning of data as an identifier or keyword,
    [all...]
  /prebuilts/go/linux-x86/src/go/build/
build.go 926 // beginning and ending on the current line.
1002 // and then parses the beginning of data as an identifier or keyword,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
AsmFuncs.asm 206 ;; beginning because the stack grows down...
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/X64/
AsmFuncs.asm 207 ;; beginning because the stack grows down...
  /external/ImageMagick/www/api/
quantize.php 101 <dd> For each node, n2 pixels exist for which that node represents the smallest volume in RGB space containing those pixel's colors. When n2 &gt; 0 the node will uniquely define a color in the output image. At the beginning of reduction, n2 = 0 for all nodes except a the leaves of the tree which represent colors present in the input image. </dd>
  /external/libvorbis/doc/
03-codebook.tex 118 codewords per length. That is, beginning at entry zero:
  /external/mesa3d/docs/specs/
MESA_texture_array.spec 622 Add after the line beginning "If the value of
    [all...]
  /prebuilts/go/darwin-x86/src/bufio/
scan.go 175 // First, shift data to beginning of buffer if there's lots of empty space
  /prebuilts/go/darwin-x86/src/bytes/
buffer.go 171 // not enough space using beginning of buffer;
bytes.go 681 // If old is empty, it matches at the beginning of the slice
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
operand_test.go 314 {"(", ""}, // Issue 12466 - backed up before beginning of line.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
MIPS64Ops.go 345 // and sorts it to the very beginning of the block to prevent other
MIPSOps.go 377 // and sorts it to the very beginning of the block to prevent other
PPC64Ops.go 287 // and sorts it to the very beginning of the block to prevent other
  /prebuilts/go/darwin-x86/src/cmd/fix/
typecheck.go 598 i := len("func(") // index of beginning of 'in' arguments
  /prebuilts/go/darwin-x86/src/cmd/trace/
trace.go 398 // Cancel out the effect of EvGoCreate at the beginning.
  /prebuilts/go/darwin-x86/src/cmd/vet/
main.go 253 // prefixDirectory places the directory name on the beginning of each name in the list.
  /prebuilts/go/darwin-x86/src/encoding/gob/
debug.go 73 // Move data down to beginning of slice, to avoid endless growth

Completed in 630 milliseconds

<<111213141516171819