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

  /external/tensorflow/tensorflow/core/framework/
run_handler_util.cc 43 int demand = local
47 // and expand downwards from there with length `demand` and adjust for
50 int end = std::min(num_threads, start + demand);
51 start = std::max(0, std::min(start, end - demand));
  /external/ppp/pppd/
Makefile.sol2 12 tty.o ccp.o ecp.o auth.o options.o demand.o utils.o sys-solaris.o \
Makefile.linux 16 demand.c utils.c tty.c eap.c chap-md5.c session.c
24 ecp.o auth.o options.o demand.o utils.o sys-linux.o ipxcp.o tty.o \
ipv6cp.c 1128 if (demand && (eui64_iszero(wo->ourid) || eui64_iszero(wo->hisid))) {
1129 option_error("local/remote LL address required for demand-dialling\n");
1137 * IPV6CP were up, for use with dial-on-demand.
    [all...]
main.c 168 static int fd_loop; /* fd for getting demand-dial packets */
499 * If we're doing dial-on-demand, set up the interface now.
501 if (demand) {
526 if (demand && !doing_callback) {
581 if (demand)
    [all...]
auth.c 578 if (!demand && ifunit >= 0)
636 if (!doing_multilink && !demand)
654 if (!doing_multilink && !demand)
873 if (!demand)
    [all...]
sys-linux.c 180 static int slave_fd = -1; /* pty for old-style demand mode, slave */
181 static int master_fd = -1; /* pty for old-style demand mode, master */
415 * Demand mode - prime the old ppp device to relinquish the unit.
594 * operation, and reconnect the ppp unit to the loopback if in demand
602 if (demand) {
612 if (demand)
653 * Used in demand mode.
678 * In demand mode this uses our existing bundle instead of making
    [all...]
tty.c 453 if (demand && notty) {
454 option_error("demand-dialling is incompatible with notty");
457 if (demand && connect_script == 0 && ptycommand == NULL
459 option_error("connect script is required for demand-dialling\n");
    [all...]
pppd.h 305 extern bool demand; /* Do dial-on-demand */
424 /* Configure interface for demand-dial */
453 /* take the channel out of PPP `mode', restore loopback if demand */
583 /* Procedures exported from demand.c */
584 void demand_conf __P((void)); /* config interface(s) for demand-dial */
614 int open_ppp_loopback __P((void)); /* Open loopback for demand-dialling */
    [all...]
options.c 105 bool demand = 0; /* do dial-on-demand */ variable
242 { "demand", o_bool, &demand,
243 "Dial on demand", OPT_INITONLY | 1, &persist },
    [all...]
ipcp.c     [all...]
  /external/antlr/runtime/Ruby/lib/
antlr3.rb 76 not loaded by default when 'antlr3' is required, but it is autloaded on demand
78 on demand
83 demand
88 Main module is autloaded on demand
168 # are autoloaded on-demand
184 # Set up non-essential components to be loaded on-demand
  /external/autotest/client/common_lib/
magic.py 620 [0L, 'lelong', '=', 6553867L, 'Linux/i386 demand-paged executable (ZMAGIC)'],
621 [0L, 'lelong', '=', 6553804L, 'Linux/i386 demand-paged executable (QMAGIC)'],
    [all...]
  /external/antlr/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 39 TokenRewriteStream is a specialized form of CommonTokenStream that provides simple stream editing functionality. By creating <i>rewrite programs</i>, new text output can be created based upon the tokens in the stream. The basic token stream itself is preserved, and text output is rendered on demand using the #to_s method.
  /external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
json.h 813 Value const* demand(char const* key, char const* end);
    [all...]
  /external/libunwind_llvm/src/
UnwindRegistersSave.S 766 @ Instead, VFP registers are demand saved by logic external to unw_getcontext.
  /external/protobuf/conformance/third_party/jsoncpp/
json.h 863 Value const* demand(char const* begin, char const* end);
    [all...]
  /external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
json.h 813 Value const* demand(char const* key, char const* end);
    [all...]
  /external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
json.h 813 Value const* demand(char const* key, char const* end);
    [all...]
  /external/one-true-awk/
FIXES 609 demand. there is still some tension between trying to make this
    [all...]
  /external/protobuf/js/
message.js 194 * on demand from the raw array data. Includes message fields, repeated message
    [all...]
  /external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas     [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
docs.js     [all...]
  /build/make/tools/droiddoc/templates-ndk/assets/js/
docs.js     [all...]

Completed in 610 milliseconds