HomeSort by relevance Sort by last modified time
    Searched refs:via (Results 226 - 250 of 581) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/net/
conf.go 35 confOnce sync.Once // guards init of confVal via initConfVal
190 // libc might (via Avahi, etc) and use cgo.
udpsock.go 135 // WriteToUDP writes a UDP packet to addr via c, copying the payload
169 // WriteMsgUDP writes a packet to addr via c if c isn't connected, or
lookup.go 19 // On Unix, this map is augmented by readProtocols via lookupProtocol.
31 // On Unix, this map is augmented by readServices via goLookupPort.
unixsock.go 138 // WriteToUnix writes a packet to addr via c, copying the payload from b.
171 // WriteMsgUnix writes a packet to addr via c, copying the payload
  /prebuilts/go/darwin-x86/src/runtime/
race.go 139 // Race runtime functions called via runtime·racecall.
301 // This eventually (via __tsan_fini) calls C.exit which has
stack_test.go 50 // The goroutines have signaled via c that they are ready to exit.
317 // it via recovery. Force a stack walk, which will
  /prebuilts/go/darwin-x86/src/unsafe/
unsafe.go 177 // of a hypothetical variable v as if v was declared via var v = x.
189 // of a hypothetical variable v as if v was declared via var v = x.
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
deadcode.go 75 // Methods might be called via reflection. Give up on
338 // dynamically via interfaces.
  /prebuilts/go/linux-x86/src/go/types/
assignments.go 152 // after evaluating the lhs via check.expr.
289 // (via check.declare) later.
  /prebuilts/go/linux-x86/src/net/
addrselect.go 173 // If DA is reached via an encapsulating transition mechanism (e.g.,
175 // reached via encapsulation and DA is not, then prefer DA.
conf.go 35 confOnce sync.Once // guards init of confVal via initConfVal
190 // libc might (via Avahi, etc) and use cgo.
udpsock.go 135 // WriteToUDP writes a UDP packet to addr via c, copying the payload
169 // WriteMsgUDP writes a packet to addr via c if c isn't connected, or
lookup.go 19 // On Unix, this map is augmented by readProtocols via lookupProtocol.
31 // On Unix, this map is augmented by readServices via goLookupPort.
unixsock.go 138 // WriteToUnix writes a packet to addr via c, copying the payload from b.
171 // WriteMsgUnix writes a packet to addr via c, copying the payload
  /prebuilts/go/linux-x86/src/runtime/
race.go 139 // Race runtime functions called via runtime·racecall.
301 // This eventually (via __tsan_fini) calls C.exit which has
stack_test.go 50 // The goroutines have signaled via c that they are ready to exit.
317 // it via recovery. Force a stack walk, which will
  /prebuilts/go/linux-x86/src/unsafe/
unsafe.go 177 // of a hypothetical variable v as if v was declared via var v = x.
189 // of a hypothetical variable v as if v was declared via var v = x.
  /prebuilts/misc/common/robolectric/
run_robotests.mk 205 # For Android Studio / IntelliJ the debugger can be connected via the "remote" configuration:
207 # From command line the debugger can be connected via
  /external/ImageMagick/www/api/
cache.php 129 <p>Pixels accessed via the returned pointer represent a simple array of type Quantum. If the image has corresponding metacontent,call GetAuthenticMetacontent() after invoking GetAuthenticPixels() to obtain the meta-content corresponding to the region. Once the Quantum array has been updated, the changes must be saved back to the underlying image using SyncAuthenticPixels() or they may be lost.</p>
317 <p>Pixels accessed via the returned pointer represent a simple array of type Quantum. If the image type is CMYK or the storage class is PseudoClass, call GetAuthenticMetacontent() after invoking GetAuthenticPixels() to access the meta-content (of type void) corresponding to the the region.</p>
359 <p>Pixels accessed via the returned pointer represent a simple array of type Quantum. If the image type is CMYK or the storage class is PseudoClass, call GetAuthenticMetacontent() after invoking GetAuthenticPixels() to obtain the meta-content (of type void) corresponding to the region. Once the Quantum (and/or Quantum) array has been updated, the changes must be saved back to the underlying image using SyncAuthenticPixels() or they may be lost.</p>
  /external/autotest/client/common_lib/hosts/
base_classes.py 147 """Execute host reboot via SysRq key.
  /build/soong/cc/
ndk_headers.go 258 // module types that can be exposed via the Android.mk exporter, so just use
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/
Flat32.S 524 # Issue Warm Reset request to Remote Management Unit via iLB
533 # Issue Cold Reset request to Remote Management Unit via iLB
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DFA.as 128 if ( debug ) trace("accept via EOF; predict "+accept[eof[s]]+" from "+eof[s]);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
ant.bat 171 rem Windows 9x way of checking the error code. It matches via brute force.
  /external/libvncserver/webclients/novnc/
README.md 29 Bugs and feature requests can be submitted via [github

Completed in 1474 milliseconds

1 2 3 4 5 6 7 8 91011>>