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

1 2

  /frameworks/data-binding/extensions/
publishExtensions.sh 2 ./gradlew l:upArch --configure-on-demand && ./gradlew bA:upArch --configure-on-demand
  /external/ppp/pppd/
Android.mk 10 demand.c \
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 */
522 * If we're doing dial-on-demand, set up the interface now.
524 if (demand) {
549 if (demand && !doing_callback) {
604 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/antlr-3.4/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...]
  /prebuilts/go/darwin-x86/test/chan/
powser1.go 66 // split reads a single demand channel and replicates its
68 // A process is created at first demand for a rat and dies
127 // Get one rat from each of n demand channels
162 // Get one rat from each of 2 demand channels
powser2.go 76 // split reads a single demand channel and replicates its
78 // A process is created at first demand for an item and dies
137 // Get one item from each of n demand channels
172 // Get one item from each of 2 demand channels
  /prebuilts/go/linux-x86/test/chan/
powser1.go 66 // split reads a single demand channel and replicates its
68 // A process is created at first demand for a rat and dies
127 // Get one rat from each of n demand channels
162 // Get one rat from each of 2 demand channels
powser2.go 76 // split reads a single demand channel and replicates its
78 // A process is created at first demand for an item and dies
137 // Get one item from each of n demand channels
172 // Get one item from each of 2 demand channels
  /prebuilts/go/darwin-x86/src/go/types/
sizes.go 172 // compute offsets on demand
check.go 73 // maps and lists are allocated on demand)
  /prebuilts/go/linux-x86/src/go/types/
sizes.go 172 // compute offsets on demand
check.go 73 // maps and lists are allocated on demand)
  /external/antlr/antlr-3.4/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/libunwind_llvm/src/
UnwindRegistersSave.S 299 @ Instead, VFP registers are demand saved by logic external to unw_getcontext.
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindRegistersSave.S 299 @ Instead, VFP registers are demand saved by logic external to unw_getcontext.

Completed in 1236 milliseconds

1 2