HomeSort by relevance Sort by last modified time
    Searched refs:So (Results 176 - 200 of 328) sorted by null

1 2 3 4 5 6 78 91011>>

  /build/blueprint/bootstrap/
bootstrap.go 45 // higher values, so cap this to make it cheaper to move trees
158 // So that other packages can't implement this interface
687 // Add a way to rebuild the primary build.ninja so that globs works
700 // This is a standalone Blueprint build, so we copy the minibp
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/
Flat32.asm 200 ; So we fix up the processor count
294 jz TestForceColdReset ; Zero means bit clear, we're not requested to warm reset so continue as normal
301 jz TestHmboundLock ; Zero means bit clear, we're not requested to cold reset so continue as normal
311 jz ConfigHmbound ; Zero means bit clear, we have the config we want so continue as normal
351 jnz ConfigPci ; Non-zero means bit set, we have the config we want so continue as normal
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 77 ;bestlen equ rsp + xx - LocalVarsSize ; size of best match so far -> r11d
129 ;;; program to crash horribly, without so much as a warning at
246 ;;; chainlen is decremented once beforehand so that the function can
418 ;;; adjust rdx so that it is offset to the exact byte that mismatched.
422 ;;; starting the compare loop. So what this code does is skip over 0-3
480 ;;; have so far, then forget it and return to the lookup loop.
  /external/zlib/src/contrib/masmx86/
match686.asm 128 bestlen equ esp + 28 ; size of best match so far
144 ;;; program to crash horribly, without so much as a warning at
232 ;;; chainlen is decremented once beforehand so that the function can
357 ;;; adjust edx so that it is offset to the exact byte that mismatched.
361 ;;; starting the compare loop. So what this code does is skip over 0-3
398 ;;; have so far, then forget it and return to the lookup loop.
  /prebuilts/go/darwin-x86/misc/ios/
go_darwin_arm_exec.go 313 // So we wrap it in script(1) and be clever
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
closure.go 98 // We are now in the context of f3, so calling oldname(v.Sym)
155 // starting from the innermost one. So when we check the inner closure,
280 // so that the outer frame also grabs them and knows they escape.
380 // The closure is not called, so it is going to stay as closure.
477 // collector so that it can walk the closure. We could use (in this case)
480 // the struct is unnamed so that closures in multiple packages with the
  /prebuilts/go/darwin-x86/src/cmd/go/internal/work/
gc.go 67 // so that it can give good error messages about forward declarations.
179 // Most build graphs are surprisingly serial, so p==1 for much of the build.
181 // of the overall compiler execution, so c==1 for much of the build.
182 // So don't worry too much about that interaction for now.
215 // Add -I pkg/GOOS_GOARCH so #include "textflag.h" works in .s files.
450 // run the link in the output directory so that -o can name
453 // export section, so do like on OS X.
  /prebuilts/go/darwin-x86/src/cmd/link/internal/arm64/
asm.go 18 // furnished to do so, subject to the following conditions:
239 // (https://sourceware.org/bugzilla/show_bug.cgi?id=18270). So
289 // supports 33-bit of signed addend, so we always encode the
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
lib.go 18 // furnished to do so, subject to the following conditions:
80 // furnished to do so, subject to the following conditions:
210 * recently run) binary, so remove the output file before writing it.
358 // ctxt.Library grows during the loop, so not a range loop.
400 // whether to initialize the TLS. So give it one. This could
456 // truncate it back to 0 bytes so we can define its entire
555 // binaries, so leave it enabled on OS X (Mach-O) binaries.
606 // do it in postorder so that packages are laid down in dependency order
633 // pcln table entries for these any more so remove them from Textp.
648 // the type, they can run to many kilobytes long. So we shorte
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
source.go 268 // So find the outer-most linenumber in the source file.
568 // profile. File names in a profile after often relative paths, so
  /prebuilts/go/darwin-x86/src/encoding/json/
encode_test.go 21 So string `json:"so,omitempty"`
538 // There are no tags here, so S should not appear.
  /prebuilts/go/darwin-x86/src/net/mail/
message_test.go 32 So, "Hello".
  /prebuilts/go/darwin-x86/src/path/filepath/
path.go 133 // cannot backtrack, but not rooted, so append .. element.
369 // So walk should return whatever walkFn returns.
  /prebuilts/go/darwin-x86/src/runtime/
chan.go 87 // SudoG's are referenced from their owning thread so they can't be collected.
302 // are not in the heap, so that will not help. We arrange to call
310 // So make sure that no preemption points can happen between read & use.
318 // The channel is locked, so src will not move during this
722 // it removes itself from the queue, so we won't see it after that.
  /prebuilts/go/darwin-x86/src/runtime/pprof/
pprof_test.go 30 // We only need to get one 100 Hz clock tick, so we've got
269 // pretty flaky (see bug 7095). So we'll just test to
654 // so it's theoretically possible for this to proceed and
  /prebuilts/go/darwin-x86/src/text/template/parse/
parse.go 395 // argument variable rather than a declaration. So remember the token
396 // adjacent to the variable so we can push it back if necessary.
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/cryptobyte/
asn1.go 68 // A negative number has to be converted to two's-complement form. So we
  /prebuilts/go/linux-x86/misc/ios/
go_darwin_arm_exec.go 313 // So we wrap it in script(1) and be clever
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
closure.go 98 // We are now in the context of f3, so calling oldname(v.Sym)
155 // starting from the innermost one. So when we check the inner closure,
280 // so that the outer frame also grabs them and knows they escape.
380 // The closure is not called, so it is going to stay as closure.
477 // collector so that it can walk the closure. We could use (in this case)
480 // the struct is unnamed so that closures in multiple packages with the
  /prebuilts/go/linux-x86/src/cmd/go/internal/work/
gc.go 67 // so that it can give good error messages about forward declarations.
179 // Most build graphs are surprisingly serial, so p==1 for much of the build.
181 // of the overall compiler execution, so c==1 for much of the build.
182 // So don't worry too much about that interaction for now.
215 // Add -I pkg/GOOS_GOARCH so #include "textflag.h" works in .s files.
450 // run the link in the output directory so that -o can name
453 // export section, so do like on OS X.
  /prebuilts/go/linux-x86/src/cmd/link/internal/arm64/
asm.go 18 // furnished to do so, subject to the following conditions:
239 // (https://sourceware.org/bugzilla/show_bug.cgi?id=18270). So
289 // supports 33-bit of signed addend, so we always encode the
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
lib.go 18 // furnished to do so, subject to the following conditions:
80 // furnished to do so, subject to the following conditions:
210 * recently run) binary, so remove the output file before writing it.
358 // ctxt.Library grows during the loop, so not a range loop.
400 // whether to initialize the TLS. So give it one. This could
456 // truncate it back to 0 bytes so we can define its entire
555 // binaries, so leave it enabled on OS X (Mach-O) binaries.
606 // do it in postorder so that packages are laid down in dependency order
633 // pcln table entries for these any more so remove them from Textp.
648 // the type, they can run to many kilobytes long. So we shorte
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
source.go 268 // So find the outer-most linenumber in the source file.
568 // profile. File names in a profile after often relative paths, so
  /prebuilts/go/linux-x86/src/encoding/json/
encode_test.go 21 So string `json:"so,omitempty"`
538 // There are no tags here, so S should not appear.
  /prebuilts/go/linux-x86/src/net/mail/
message_test.go 32 So, "Hello".

Completed in 708 milliseconds

1 2 3 4 5 6 78 91011>>