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

1 2 3 4 5 6 7 8 91011>>

  /external/ppp/pppd/
Android.mk 20 demand.c \
demand.c 2 * demand.c - Support routines for demand-dialling.
31 #define RCSID "$Id: demand.c,v 1.19 2004/11/04 10:02:26 paulus Exp $"
76 * demand_conf - configure the interface for doing dial-on-demand.
90 novm("demand frame");
100 fatal("Couldn't set up demand-dialled PPP interface: %m");
Makefile.sol2 12 tty.o ccp.o ecp.o auth.o options.o demand.o utils.o sys-solaris.o \
multilink.c 134 if (demand) {
181 * For demand mode, we only need to configure the bundle
185 if (demand) {
269 if (!demand) {
  /external/elfutils/libelf/
elf_rand.c 33 /* Be gratious, the specs demand it. */
elf_next.c 35 /* Be gratious, the specs demand it. */
  /external/webkit/WebCore/manual-tests/inspector/
debugger-scopes-inspection.html 33 <p>To test, open the Inspector and start a debugging session. In a second debugger will pause. While paused look at scope chain pane. There should be three scopes: 'With scope' containing objField variable, 'Local scope' with this and self variables and 'Global scope'. All scopes but 'Global' should be expanced. 'Global' scope should be collapsed(it takes too long to expand DOMWindow so we prefer to do it on demand). </p>
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
stat_bits.c 46 * description: count ms stereo bits demand
75 * description: count tns bit demand core function
165 * description: count tns bit demand
176 * description: count static bit demand include tns
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadFactory.java 10 * An object that creates new threads on demand. Using thread factories
  /libcore/support/src/test/java/tests/support/
Support_ASimpleInputStream.java 9 * In particular this implementation allows to have IOExecptions thrown on demand.
Support_ASimpleReader.java 9 * In particular this implementation allows to have IOExecptions thrown on demand.
Support_ASimpleWriter.java 9 * In particular this implementation allows to have IOExecptions thrown on demand.
Support_ASimpleOutputStream.java 9 * In particular this implementation allows to have IOExecptions thrown on demand.
  /external/freetype/src/base/
ftsnames.c 60 /* load name on demand */
  /external/netperf/
nettest_unix.c 219 Recv Send Send Utilization Service Demand\n\
463 /* utilization and/or service demand and thruput. */
547 /* calculated service demand and all those interesting things. If it */
575 /* We must now do a little math for service demand and cpu */
616 /* local service demand, or the remote service demand. If the */
647 local_service_demand, /* local service demand */
648 remote_service_demand); /* remote service demand */
653 /* The tester did not wish to measure service demand. */
    [all...]
nettest_dlpi.c 121 Recv Send Send Utilization Service Demand\n\
431 /* utilization and/or service demand and thruput. */
524 /* calculated service demand and all those interesting things. If it */
552 /* We must now do a little math for service demand and cpu */
597 /* local service demand, or the remote service demand. If the */
628 local_service_demand, /* local service demand */
629 remote_service_demand); /* remote service demand */
634 /* The tester did not wish to measure service demand. */
    [all...]
nettest_sctp.c 347 Recv Send Send Utilization Service Demand\n\
665 /* utilization and/or service demand and thruput. */
828 /* calculated service demand and all those interesting things. If it */
861 /* We must now do a little math for service demand and cpu */
934 /* local service demand, or the remote service demand. If the */
986 local_service_demand, /* local service demand */
987 remote_service_demand); /* remote service demand */
992 /* The tester did not wish to measure service demand. */
    [all...]
nettest_sdp.c 185 Recv Send Send Utilization Service Demand\n\
486 /* utilization and/or service demand and thruput. */
612 calculated service demand and all those interesting
651 /* We must now do a little math for service demand and cpu */
724 /* local service demand, or the remote service demand. If the */
780 local_service_demand, /* local service demand */
781 remote_service_demand, /* remote service demand */
788 /* The tester did not wish to measure service demand. */
885 Recv Send Send Utilization Service Demand\n
    [all...]
nettest_xti.c 477 Recv Send Send Utilization Service Demand\n\
869 /* utilization and/or service demand and thruput. */
    [all...]
nettest_bsd.c     [all...]
  /frameworks/base/services/java/com/android/server/
InputWindowList.java 24 * unnecessarily. Internally, it keeps an array full of demand-allocated objects that it
  /external/grub/stage2/
imgact_aout.h 137 #define ZMAGIC 0x10b /* 0413 demand load format */
138 #define QMAGIC 0xcc /* 0314 "compact" demand load format */
  /libcore/dom/src/test/java/org/w3c/domts/
JTidyDOMImplementation.java 72 * demand support for this method; please consult the definition of
112 * in extensions defined by other groups, may also demand support for
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
a.out.h 51 /* Code indicating demand-paged executable. */
53 /* This indicates a demand-paged executable with the header in the text.
  /external/kernel-headers/original/linux/
a.out.h 64 /* Code indicating demand-paged executable. */
66 /* This indicates a demand-paged executable with the header in the text.

Completed in 522 milliseconds

1 2 3 4 5 6 7 8 91011>>