/frameworks/native/build/ |
tablet-7in-hdpi-1024-dalvik-heap.mk | 17 # Provides overrides to configure the Dalvik heap for a standard tablet device.
|
tablet-dalvik-heap.mk | 17 # Provides overrides to configure the Dalvik heap for a standard tablet device.
|
/hardware/ti/wpan/tools/FM/FmRxApp/res/values/ |
strings.xml | 45 <string name="Configure">Configure</string> 68 <string name="configure">Configure</string>
|
/sdk/templates/other/AppWidget/root/res/layout/ |
appwidget_configure.xml | 11 android:text="@string/configure"
|
/sdk/templates/other/AppWidget/root/res/xml/ |
appwidget_info.xml.ftl | 9 android:configure="${packageName}.${className}ConfigureActivity"
|
/external/webkit/Tools/android/flex-2.5.4a/ |
configure | 7 # This configure script is free software; the Free Software Foundation 13 # Any additions from configure.in: 56 # Accept the important Cygnus configure options, so we can diagnose typos. 76 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } 85 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } 111 Usage: configure [options] [host] 118 --version print the version of autoconf that created configure 124 --srcdir=DIR find the sources in DIR [configure dir or ..] 129 --build=BUILD configure for building on BUILD [BUILD=HOST] 130 --host=HOST configure for HOST [guessed [all...] |
/external/chromium/sdch/open-vcdiff/ |
autogen.sh | 4 # aclocal.m4 configure Makefile.in src/config.h.in \ 45 grep -q LIBTOOL configure.ac && "$LIBTOOLIZE" -c -f
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
StringListPropertyEditor.java | 84 // public void configure(EditorState state, Map<String, Object> parameters) throws Exception { 92 // public void configure(String[] strings) {
|
/external/markdown/docs/extensions/ |
footnotes.txt | 47 markdown document (See how to configure this text below): 58 To configure the place marker for footnote definitions (just be sure not to
|
/external/openssh/ |
CREDITS | 19 Bratislav ILICH <bilic@zepter.ru> - Configure fix 34 David Hesprich <darkgrue@gue-tech.org> - Configure fixes 38 Ed Eden <ede370@stl.rural.usda.gov> - configure fixes 39 Garrick James <garrick@james.net> - configure fixes 45 Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp> - Configure fixes 53 KAMAHARA Junzo <kamahara@cc.kshosen.ac.jp> - Configure fixes 55 Kenji Miyake <kenji@miyake.org> - Configure fixes 85 Roumen Petrov <openssh@roumenpetrov.info> - Compile & configure fixes
|
README.platform | 16 As of OpenSSH 4.0, configure will attempt to detect if your version 18 if found. This will enable IPv6 support. If for some reason configure 28 define the environment variable blibpath before running configure, eg 30 blibpath=/lib:/usr/lib:/opt/freeware/lib ./configure \ 83 by configure'ing --with-cflags=-DAUE_openssh=32801 then rebuilding.
|
/external/oprofile/ |
README | 42 ./configure --with-linux=/path/to/kernel/source 46 ./configure --with-kernel-support
|
/external/stlport/doc/ |
README.cygwin | 39 the configure script: 41 ./configure --with-extra-cflags=-mno-cygwin --with-extra-cxxflags=-mno-cygwin
|
/external/zlib/ |
update_zlib.sh | 34 ./configure 35 rm Makefile configure.log
|
/external/libvpx/libvpx/ |
README | 17 configure script. 39 $ ../libvpx/configure <options> 43 The 'configure' script supports a number of options. The --help option can be 45 $ ../libvpx/configure --help 50 --help output of the configure script. As of this writing, the list of 92 $ CROSS=mipsel-linux-uclibc- ../libvpx/configure
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
TelephonyUtilsTest.java | 71 assertTrue(rm.configure(1, 500, 10)); 96 assertTrue(rm.configure(3, 1000, 0)); 118 assertTrue(rm.configure("101")); 132 assertTrue(rm.configure("1000,2000,3000,max_retries=infinite")); 156 assertTrue(rm.configure( 189 assertTrue(rm.configure("1000, 2000, 3000"));
|
/ndk/build/tools/toolchain-patches/mclinker/ |
0002-Compile-agsint-llvm-3.2.patch | 12 configure.ac | 2 +- 20 diff --git a/configure.ac b/configure.ac 22 --- a/configure.ac 23 +++ b/configure.ac 27 # Configure LLVM
|
/ndk/build/tools/toolchain-patches-host/mingw-w64/ |
mingw-w64-widl.patch | 37 Index: mingw-w64-headers/configure 39 --- mingw-w64-headers/configure (revision 5578) 40 +++ mingw-w64-headers/configure (working copy) 78 Index: mingw-w64-headers/configure.ac 80 --- mingw-w64-headers/configure.ac (revision 5578) 81 +++ mingw-w64-headers/configure.ac (working copy)
|
/external/zlib/src/ |
ChangeLog | 21 - Fix bug in test/minigzip.c for configure --solo 43 - Update ./configure for Solaris, support --64 [Mooney] 55 - Fix problem with ./configure --prefix and gzgetc macro 69 - Fix configure.ac for contrib/minizip [Schiffer] 71 - Have ./configure use the compiler return code for error indication 77 - Make version explicit in contrib/minizip/configure.ac [Bosmans] 86 - Add an --enable-demos option to contrib/minizip/configure 87 - Add the generation of configure.log by ./configure 136 - Add --cover option to ./configure for gcc coverage testin [all...] |
/external/libffi/ |
ChangeLog | 3 * configure: Regenerate. 129 * configure.ac: Likewise. 133 * configure: Likewise. 215 * configure.ac: Don't treat mips64 as a special case. 217 * configure: Regenerate 318 * configure.ac (i?86-*-solaris2.1[0-9]): Set TARGET to X86_64. 319 * configure: Regenerate. 420 * configure: Regenerate. 425 * configure: Regenerate. 440 * configure.ac (HAVE_AS_CFI_PSEUDO_OP): New test [all...] |
/frameworks/base/core/java/android/appwidget/ |
AppWidgetProviderInfo.java | 134 * The activity to launch that will configure the AppWidget. 136 * <p>This class name of field corresponds to the <code>android:configure</code> attribute in 140 public ComponentName configure; field in class:AppWidgetProviderInfo 216 this.configure = new ComponentName(in); 240 if (this.configure != null) { 242 this.configure.writeToParcel(out, flags); 265 that.configure = this.configure == null ? null : this.configure.clone();
|
/hardware/qcom/display/libhwcomposer/ |
hwc_fbupdate.cpp | 55 mModeOn = configure(ctx, list, fbZorder); 59 // Configure 60 bool FBUpdateLowRes::configure(hwc_context_t *ctx, hwc_display_contents_1 *list, function in class:qhwc::FBUpdateLowRes 73 ALOGE("%s: No pipes available to configure framebuffer", 159 mModeOn = configure(ctx, list, fbZorder); 163 // Configure 164 bool FBUpdateHighRes::configure(hwc_context_t *ctx, function in class:qhwc::FBUpdateHighRes 177 ALOGE("%s: No pipes available to configure framebuffer", 184 ALOGE("%s: No pipes available to configure framebuffer",
|
/external/libpcap/ |
INSTALL.txt | 3 To build libpcap, run "./configure" (a shell script). The configure 11 If configure says: 13 configure: warning: cannot determine packet capture interface 14 configure: warning: (see INSTALL for more info) 21 configure.in. 27 ./configure --with-pcap=snit 30 where the configure scripts fails to detect it. 32 You will need an ANSI C compiler to build libpcap. The configure script 38 If you use flex, you must use version 2.4.6 or higher. The configure [all...] |
/external/qemu/ |
INSTALL | 21 It is possible to hack the android-configure.sh script to build 81 ./android-configure --prefix=<PATH> 90 2/ Configure the emulator with android-configure.sh, as in: 93 ./android-configure.sh --sdl-config=<PATH>/bin/sdl-config
|
/frameworks/av/media/libeffects/testlibs/ |
AudioFormatAdapter.h | 52 // Configure the adapter. 59 void configure(T & processor, int nChannels, uint8_t pcmFormat, function in class:android::AudioFormatAdapter 70 // configure(). 72 // configure(). May be the same as pIn. 123 // pIn The input buffer with the format designated in configure().
|