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

  /external/v8/src/compiler/
jump-threading.cc 19 bool forwarded; member in struct:v8::internal::compiler::JumpThreadingState
45 forwarded = true;
49 forwarded = true;
139 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 161 // Return the forwarded arguments and check that all remaining arguments are zero.
173 size_t forwarded = 1u; local
174 while (forwarded < number_of_args &&
175 args[forwarded] == this_vreg + forwarded &&
176 (zero_vreg_mask & (1u << args[forwarded])) == 0) {
177 ++forwarded;
179 for (size_t i = forwarded; i != number_of_args; ++i) {
184 return forwarded;
322 size_t forwarded = CountForwardedConstructorArguments(code_item, &instruction, zero_vreg_mask) local
    [all...]
  /external/tensorflow/tensorflow/core/profiler/g3doc/
options.md 72 forwarded from input to output, with in-place mutation.
  /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
  /device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
E100b.c     [all...]
E100b.h 426 UINT8 forwarded; member in struct:s_RxFD
  /prebuilts/go/darwin-x86/src/runtime/
signal_unix.go 44 // See sigfwdgo for more information on when the signals are forwarded.
420 // Mark the signal as unhandled to ensure it is forwarded.
610 // signal was forwarded.
646 // Unfortunately, user generated SIGPIPEs will also be forwarded, because si_code
  /prebuilts/go/linux-x86/src/runtime/
signal_unix.go 44 // See sigfwdgo for more information on when the signals are forwarded.
420 // Mark the signal as unhandled to ensure it is forwarded.
610 // signal was forwarded.
646 // Unfortunately, user generated SIGPIPEs will also be forwarded, because si_code
  /prebuilts/go/darwin-x86/src/bufio/
bufio.go 522 // Flush method to guarantee all data has been forwarded to
  /prebuilts/go/linux-x86/src/bufio/
bufio.go 522 // 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/tensorflow/tensorflow/python/ops/
control_flow_ops.py 351 If `pred` is false, the `data` input is forwarded to the first output.
357 data: The tensor to be forwarded to the appropriate output.
364 `(output_false, output_true)`: If `pred` is true, data will be forwarded
399 If `pred` is false, the `data` input is forwarded to the first output.
405 data: The tensor to be forwarded to the appropriate output.
410 `(output_false, output_true)`: If `pred` is true, data will be forwarded to
    [all...]
  /external/abi-compliance-checker/
abi-compliance-checker.pl     [all...]

Completed in 517 milliseconds