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

1 2 34 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/misc/cgo/testsovar/
cgoso.go 8 // in shared object file via cgo.
  /prebuilts/go/darwin-x86/src/cmd/api/
run.go 7 // The run program is invoked via the dist tool.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue13268.go 25 // cannot use temp file on nacl via child process
  /prebuilts/go/linux-x86/misc/cgo/testsovar/
cgoso.go 8 // in shared object file via cgo.
  /prebuilts/go/linux-x86/src/cmd/api/
run.go 7 // The run program is invoked via the dist tool.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue13268.go 25 // cannot use temp file on nacl via child process
  /system/bt/doc/
power_management.md 6 `bta/sys` events via a callback. The actual state switching calls are handled
8 code via the BTA workqueue thread.
28 states. Responses are handled in an asynchronous fashion, primarily via the
81 and timeouts of HCI requests (via `bta_dm_pm_btm_status`).
159 `tBTA_DM_PM_BTM_STATUS` struct and posts it to the BTA workqueue thread via
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
TokenSource.pm 24 A source of tokens must provide a sequence of tokens via nextToken()
  /external/ltp/testcases/network/stress/route/
route4-change-gw 222 ip route add ${dst_network}/24 via ${IPV4_NETWORK}.${rhost_part} dev $lhost_ifname
248 ip route change ${dst_network}/24 via ${IPV4_NETWORK}.${rhost_part} dev $lhost_ifname
route4-change-if 248 ip route add ${dst_network}/24 via $gateway dev $lhost_ifname
280 ip route change ${dst_network}/24 via $gateway dev $lhost_ifname
  /external/ltp/testcases/network/iproute/
ip_tests.sh 188 ROD ip route add $ip4_addr via 127.0.0.1
194 $ip4_addr via 127.0.0.1 dev lo
197 ip route show | grep "$ip4_addr via 127.0.0.1 dev lo" > tst_ip.out 2>&1
211 ROD ip route del $ip4_addr via 127.0.0.1
  /external/nist-sip/java/gov/nist/javax/sip/
SipProviderImpl.java 35 import gov.nist.javax.sip.header.Via;
288 // Be kind and assign a via header for this provider if the user is
293 Via via = lp.getViaHeader(); local
294 request.setHeader(via);
304 * User decided to give us his own via header branch. Lets see if it
387 Via topmostVia = sipRequest.getTopmostVia();
686 // Check if we have a valid via.
689 throw new SipException("Invalid SipRequest -- no via header!");
693 * JvB: Via branch should already be OK, dont touch it here? Som
698 Via via = sipRequest.getTopmostVia(); local
744 Via via = sipResponse.getTopmostVia(); local
    [all...]
  /external/v8/tools/clang/plugins/
CheckIPCVisitor.cpp 277 std::string via; local
279 via = " via '" + entry_type + "'";
281 diagnostics.Report(loc, error) << exit_type << via; local
  /prebuilts/go/darwin-x86/test/
closedchan.go 83 // indirect operations via select
146 // indirect operations via larger selects
270 // should be able to get the last value via Recv
280 // should be able to get the last value via Recv2
290 // should be able to get the last value via Nbrecv
300 // should be able to get the last value via Nbrecv2
  /prebuilts/go/linux-x86/test/
closedchan.go 83 // indirect operations via select
146 // indirect operations via larger selects
270 // should be able to get the last value via Recv
280 // should be able to get the last value via Recv2
290 // should be able to get the last value via Nbrecv
300 // should be able to get the last value via Nbrecv2
  /external/iproute2/bridge/
fdb.c 37 " [ port PORT] [ vni VNI ] [ via DEV ]\n");
137 fprintf(fp, "via %s ", ifname);
139 fprintf(fp, "via ifindex %u ", ifindex);
249 unsigned int via = 0; local
290 } else if (strcmp(*argv, "via") == 0) {
292 via = if_nametoindex(*argv);
293 if (via == 0)
361 if (via)
362 addattr32(&req.n, sizeof(req), NDA_IFINDEX, via);
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPResponse.java 47 import gov.nist.javax.sip.header.Via;
404 * Check the response structure. Must have from, to CSEQ and VIA
418 throw new ParseException(Via.NAME+ " Is missing ", 0);
620 * Sets the Via branch for CANCEL or ACK requests
622 * @param via
626 private final void setBranch( Via via, String method ) {
639 via.setBranch( branch );
676 * @param via -- the Via header to assign to the reques
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/gofmt/
long_test.go 7 // filenames via the -files flag: go test -files=gofmt.go .
116 // test Go files provided via -files, if any
  /prebuilts/go/darwin-x86/src/runtime/cgo/
callbacks.go 10 // compiled with gcc via crosscall2.
75 // We currently block at every CGO entry point (via _cgo_wait_runtime_init_done)
  /prebuilts/go/linux-x86/src/cmd/gofmt/
long_test.go 7 // filenames via the -files flag: go test -files=gofmt.go .
116 // test Go files provided via -files, if any
  /prebuilts/go/linux-x86/src/runtime/cgo/
callbacks.go 10 // compiled with gcc via crosscall2.
75 // We currently block at every CGO entry point (via _cgo_wait_runtime_init_done)
  /build/make/core/
executable_prefer_symlink.mk 2 # but this requires the primary version name specified via LOCAL_MODULE_STEM_32 or LOCAL_MODULE_STEM_64,
  /build/soong/ui/build/
util_test.go 48 { // from clang (via ninja testcase)
  /external/autotest/server/hosts/
cros_repair.py 295 return 'Reset the DUT via kernel sysrq'
318 return 'Reset the DUT via servo'
326 standard procedure for installing a new test image via autoupdate.
334 return 'Re-install the stable build via AU'
353 return 'Powerwash and then re-install the stable build via AU'
415 # battery, we need to reattach AC power before we reset via servo.
  /external/chromium-trace/catapult/devil/devil/android/
battery_utils.py 568 logger.info('Unable to enable charging via hardware. '
576 logger.info('Unable to disable charging via hardware. '

Completed in 964 milliseconds

1 2 34 5 6 7 8 91011>>