HomeSort by relevance Sort by last modified time
    Searched full:configure (Results 126 - 150 of 2625) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/telephony/java/com/android/internal/telephony/
RetryManager.java 28 * retry timeouts. After creating a RetryManager the configure
30 * may be initialized using configure with three integer parameters
31 * The other configure method allows a series to be declared using
128 * Configure for a simple linear sequence of times plus
139 public boolean configure(int maxRetryCount, int retryTime, int randomizationTime) { method in class:RetryManager
142 if (VDBG) log("configure: " + maxRetryCount + ", " + retryTime + "," + randomizationTime);
165 * Configure for using string which allow arbitrary
171 public boolean configure(String configStr) { method in class:RetryManager
176 if (VDBG) log("configure: '" + configStr + "'");
182 if (VDBG) log("configure: not empty")
    [all...]
  /frameworks/compile/mclinker/
README 32 `../llvm/configure --prefix=${LLVM_INSTALL}'
43 3. If there are no `configure' shell script in the directory, type
44 `./autogen.sh' to generate `configure' script.
46 4. Type `./configure` to configure the package for your system. See INSTALL
58 configure.ac - input of autoconf
configure.ac 47 # Configure pthreads.
66 # Configure Unit-test
79 # Configure LLVM
  /bionic/libc/kernel/common/linux/
transport_class.h 30 int (*configure)(struct transport_container *, struct device *, member in struct:transport_class
36 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
42 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
  /external/bison/djgpp/
Makefile.maint 27 README: README.in $(top_srcdir)/configure
28 PACKAGE=`grep "^[ ]*PACKAGE=" $(top_srcdir)/configure | sed -e 's/^[ ]*PACKAGE=//' -e s/[\"\']//g`; \
29 VERSION=`grep "^[ ]*VERSION=" $(top_srcdir)/configure | sed -e 's/^[ ]*VERSION=//' -e s/[\"\']//g`; \
  /external/webkit/Tools/Scripts/
generate-project-files 36 # This simple wrapper exists so that the configure logic can live in the Source directory.
38 system("python", "Source/gyp/configure", @ARGV) == 0 or die "Failed to run Source/gyp/configure";
  /external/bison/m4/
onceonly.m4 15 dnl will be put only once into the 'configure' file. It keeps the size of
16 dnl the 'configure' file down, and avoids redundant output when 'configure'
26 dnl thus reducing the size of 'configure'. Works with autoconf-2.57. The
  /external/chromium/chrome/browser/sync/resources/
setup_flow.html 6 var pages = ['login', 'configure', 'passphrase',
21 function showConfigure() { showPage('configure'); }
38 <iframe id="configure" frameborder="0" width="100%" scrolling="no"
39 height="100%" src="chrome://syncresources/configure"
  /external/dropbear/
TODO 7 - Make options.h generated from configure perhaps?
  /external/icu4c/samples/break/
Makefile 5 # - configure, build, install ICU (make install)
  /external/icu4c/samples/case/
Makefile 5 # - configure, build, install ICU (make install)
  /external/icu4c/samples/citer/
Makefile 5 # - configure, build, install ICU (make install)
  /external/icu4c/samples/coll/
Makefile 5 # - configure, build, install ICU (make install)
  /external/icu4c/samples/csdet/
Makefile 5 # - configure, build, install ICU (make install)
  /external/icu4c/samples/datecal/
Makefile 5 # - configure, build, install ICU (make install)
  /external/icu4c/samples/datefmt/
Makefile 5 # - configure, build, install ICU (make install)
  /external/icu4c/samples/msgfmt/
Makefile 5 # - configure, build, install ICU (make install)
  /external/icu4c/samples/numfmt/
Makefile 5 # - configure, build, install ICU (make install)
  /external/icu4c/samples/props/
Makefile 5 # - configure, build, install ICU (make install)
  /external/icu4c/samples/strsrch/
Makefile 5 # - configure, build, install ICU (make install)
  /external/icu4c/samples/translit/
Makefile 5 # - configure, build, install ICU (make install)
  /external/icu4c/samples/uciter8/
Makefile 5 # - configure, build, install ICU (make install)
  /external/icu4c/samples/ucnv/
Makefile 5 # - configure, build, install ICU (make install)
  /external/icu4c/samples/ugrep/
Makefile 5 # - configure, build, install ICU (make install)
  /external/icu4c/samples/ustring/
Makefile 5 # - configure, build, install ICU (make install)

Completed in 180 milliseconds

1 2 3 4 56 7 8 91011>>