HomeSort by relevance Sort by last modified time
    Searched refs:Build (Results 251 - 275 of 323) sorted by null

<<111213

  /external/chromium/chrome/browser/ui/gtk/
browser_titlebar.cc 151 void Build();
167 Build();
170 void PopupPageMenuModel::Build() {
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Utils.java 24 import android.os.Build;
788 final String hardwarePrefix = Build.HARDWARE + ",";
804 final String hardwarePrefix = Build.HARDWARE + ",";
    [all...]
  /frameworks/base/core/java/android/app/
Activity.java 42 import android.os.Build;
143 * <p>Starting with {@link android.os.Build.VERSION_CODES#HONEYCOMB}, Activity
145 * modularize their code, build more sophisticated user interfaces for larger
310 * <td align="center"><font color="#800000"><strong>Pre-{@link android.os.Build.VERSION_CODES#HONEYCOMB}</strong></font></td>
361 * applications targeting platforms starting with {@link android.os.Build.VERSION_CODES#HONEYCOMB}
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/
EasSyncService.java 28 import android.os.Build;
193 static private final String USER_AGENT = DEVICE_TYPE + '/' + Build.VERSION.RELEASE + '-' +
    [all...]
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicService.java 196 if (android.os.Build.VERSION.SDK_INT >= 8)
  /external/clang/lib/Analysis/
AnalysisContext.cpp 148 cfgStmtMap.reset(CFGStmtMap::Build(c, &getParentMap()));
  /build/core/
cleanbuild.mk 24 # $(2) should only be used in build/core/cleanspec.mk: just for compatibility.
43 $(eval # for build/core/cleanspec.mk, dont use makefile path as part of step id) \
55 # If the clean_steps.mk file is missing (usually after a clean build)
69 $(info *** A clean build is required because of a recent change.)
71 $(info *** Done with the cleaning, now starting the real build.)
101 # Since products and build variants (unfortunately) share the same
103 # build configurations are built in the same tree. The following logic
137 $(info *** Build configuration changed: "$(PREVIOUS_BUILD_CONFIG)" -> "$(current_build_config)")
144 endif # else, this is the first build, so no need to clean.
164 # Deletes all of the files that change between different build types
    [all...]
config.mk 39 SRC_TARGET_DIR := $(TOPDIR)build/target
43 SRC_DROIDDOC_DIR := $(TOPDIR)build/tools/droiddoc
49 # Build system internal files
119 # arm build
124 # are specific to the user's build configuration.
215 MKTARBALL := build/tools/mktarball.sh
220 JAVATAGS := build/tools/java-event-log-tags.py
226 # ACP is always for the build OS, not for the host OS
295 DEFAULT_SYSTEM_DEV_CERTIFICATE := build/target/product/security/testkey
  /external/icu4c/data/
makedata.mak 41 ICUBLD=$(ICUOUT)\build
138 # The build directory for test data intermidiate files
141 TESTDATABLD=$(ICUP)\source\test\testdata\out\build
165 # If this archive exists, build from that
185 # Always build the mapping files for the EBCDIC fallback codepages
494 # Build the ICU4J icudata.jar and testdata.jar.
497 # Build icudata.jar:
508 # Build testdata.jar:
522 # Build DebugUtilitiesData.java
576 # from data build. See Jitterbug 4497. (makedata.mak revision 1.117
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
nmake.mak 1 # Makefile for Microsoft nmake to build wpa_supplicant
16 # Build and installed following instructions in INSTALL.W32
17 # Note: If EAP-FAST is included in the build, OpenSSL needs to be patched to
  /frameworks/base/core/java/android/accounts/
AccountManager.java 30 import android.os.Build;
    [all...]
  /frameworks/base/core/java/android/widget/
PopupWindow.java 28 import android.os.Build;
617 return mContext.getApplicationInfo().targetSdkVersion >= Build.VERSION_CODES.HONEYCOMB;
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
ActionBarImpl.java 40 import android.os.Build;
170 Build.VERSION_CODES.ICE_CREAM_SANDWICH);
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 25 import android.os.Build;
80 if (version <= Build.VERSION_CODES.CUPCAKE) {
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityRecord.java 30 import android.os.Build;
336 < Build.VERSION_CODES.HONEYCOMB
    [all...]
  /system/extras/tests/bionic/libc/
Android.mk 15 # Build control file for Bionic's test programs
16 # define the BIONIC_TESTS environment variable to build the test programs
22 # used to define a simple test program and build it as a standalone
26 # in the build. the variable will be cleaned on exit
168 # to build one shared object and one executable that depends
187 # build a shared library, then call it from another
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 66 bool Build(InitListExpr *ILE);
340 bool ConstStructBuilder::Build(InitListExpr *ILE) {
432 if (!Builder.Build(ILE))
537 // Build a struct with the union sub-element as the first member,
    [all...]
  /bootable/recovery/edify/
expr.c 327 Expr* Build(Function fn, YYLTYPE loc, int count, ...) {
  /external/stlport/
configure.bat 26 echo # STLport Configuration Tool for Windows > build\Makefiles\nmake\config.mak
27 echo # >> build\Makefiles\nmake\config.mak
28 echo # config.mak generated with command line: >> build\Makefiles\nmake\config.mak
29 echo # configure %1 %2 %3 %4 %5 %6 %7 %8 %9 >> build\Makefiles\nmake\config.mak
30 echo # >> build\Makefiles\nmake\config.mak
82 REM build without STLport
121 echo You must run the WCE*.BAT file you wish to build STLport for before
127 echo Build STLport for the specified platform. Not all existing platforms are
168 echo Use this option to add any compilation flag to the build system. For instance
186 echo Option specially targetting build of the unit tests project without STLport. Thi
    [all...]
  /external/zlib/
make_vms.com 92 $! Build a fake configure input header
138 $! Build the thing plain or with mms
210 $ write sys$output "Zlib build completed"
213 $ write sys$output "C compiler required to build ''name'"
453 $! needed to build shareable image
676 $! information to build a symbol vector for a shareable image
  /frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java 21 import android.os.Build;
    [all...]
  /frameworks/base/core/java/android/os/
StrictMode.java 77 * .build());
83 * .build());
115 private static final boolean IS_USER_BUILD = "user".equals(Build.TYPE);
116 private static final boolean IS_ENG_BUILD = "eng".equals(Build.TYPE);
331 * .build();
340 * violations. (but note that {@link #build} will default
499 * <code>build</code>, {@link #penaltyLog} is implicitly
502 public ThreadPolicy build() { method in class:StrictMode.ThreadPolicy.Builder
559 * .build();
574 * Build upon an existing VmPolicy
688 public VmPolicy build() { method in class:StrictMode.VmPolicy.Builder
    [all...]
  /ndk/build/core/
build-binary.mk 27 # included the module build script.
64 # Add the default system shared libraries to the build
104 # The original Android build system allows you to use the .arm prefix
124 # As a special case, the original Android build system
126 # forced to build in ARM mode by using a '.arm' suffix
131 # to build source file $(LOCAL_PATH)/foo.c as ARM
195 # to source files recognized by our build system
235 # Build the sources to object files
302 $(hide) $(cmd-build-static-library)
314 $(hide) $(cmd-build-shared-library
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java 523 android.os.Build.VERSION_CODES.HONEYCOMB;
    [all...]
  /external/dropbear/libtommath/
bn.tex 76 large integer numbers. It was written in portable ISO C source code so that it will build on any platform with a conforming
96 also build in MSVC, Borland C out of the box. For any other ISO C compiler a makefile will have to be made by the end
100 To build as a static library for GCC issue the following
105 command. This will build the library and archive the object files in ``libtommath.a''. Now you link against
106 that and include ``tommath.h'' within your programs. Alternatively to build with MSVC issue the following
111 This will build the library and archive the object files in ``tommath.lib''. This has been tested with MSVC
115 To build as a shared library for GCC issue the following
119 This requires the ``libtool'' package (common on most Linux/BSD systems). It will build LibTomMath as both shared
129 To build the library and the test harness type
135 This will build the library, ``test'' and ``mtest/mtest''. The ``test'' program will accept test vectors and veri (…)
    [all...]

Completed in 974 milliseconds

<<111213