HomeSort by relevance Sort by last modified time
    Searched refs:forwarded (Results 1 - 16 of 16) sorted by null

  /external/v8/src/compiler/
jump-threading.cc 18 bool forwarded; member in struct:v8::internal::compiler::JumpThreadingState
44 forwarded = true;
48 forwarded = true;
138 return state.forwarded;
  /frameworks/rs/tests/lldb/
config.py 39 '''Specify host port which lldb-server will be forwarded to.
42 will be forwarded to on the host. Each successive test will increment
  /art/compiler/dex/
inline_method_analyser.cc 160 // Return the forwarded arguments and check that all remaining arguments are zero.
172 size_t forwarded = 1u; local
173 while (forwarded < number_of_args &&
174 args[forwarded] == this_vreg + forwarded &&
175 (zero_vreg_mask & (1u << args[forwarded])) == 0) {
176 ++forwarded;
178 for (size_t i = forwarded; i != number_of_args; ++i) {
183 return forwarded;
319 size_t forwarded = CountForwardedConstructorArguments(code_item, instruction, zero_vreg_mask) local
    [all...]
  /external/dnsmasq/src/
forward.c 284 int forwarded = 0; local
359 forwarded = 1;
374 if (forwarded)
439 /* if we forwarded a query for a locally known name (because it was for
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
E100b.c     [all...]
E100b.h 426 UINT8 forwarded; member in struct:s_RxFD
  /external/openssh/contrib/suse/
openssh.spec 55 arbitrary TCP/IP ports can also be forwarded over the secure channel.
69 arbitrary TCP/IP ports can also be forwarded over the secure channel.
  /prebuilts/go/darwin-x86/src/runtime/
signal_unix.go 34 // See sigfwdgo() for more information on when the signals are forwarded.
485 // signal was forwarded.
  /prebuilts/go/linux-x86/src/runtime/
signal_unix.go 34 // See sigfwdgo() for more information on when the signals are forwarded.
485 // signal was forwarded.
  /external/openssh/contrib/redhat/
openssh.spec 139 arbitrary TCP/IP ports can also be forwarded over the secure channel.
  /prebuilts/go/darwin-x86/src/bufio/
bufio.go 518 // Flush method to guarantee all data has been forwarded to
  /prebuilts/go/linux-x86/src/bufio/
bufio.go 518 // Flush method to guarantee all data has been forwarded to
  /prebuilts/go/darwin-x86/src/net/http/
client.go 54 // If Jar is nil, the initial cookies are forwarded without change.
  /prebuilts/go/linux-x86/src/net/http/
client.go 54 // If Jar is nil, the initial cookies are forwarded without change.
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/abi-compliance-checker/
abi-compliance-checker.pl     [all...]

Completed in 949 milliseconds