HomeSort by relevance Sort by last modified time
    Searched refs:make (Results 76 - 100 of 827) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/qemu/distrib/zlib-1.2.3/
Makefile 6 include $(ZLIB_DIR)/sources.make
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Scope/
scope-002.js 66 function Car(make)
68 this.make = make;
81 actual = myCar.make;
  /ndk/
ndk-build.cmd 2 rem This is a Windows cmd.exe script used to invoke the NDK-specific GNU Make executable
4 set NDK_MAKE=%NDK_ROOT%/prebuilt/windows/bin/make.exe
5 %NDK_ROOT%\prebuilt\windows\bin\make.exe -f %NDK_ROOT%build/core/build-local.mk SHELL=cmd %* || exit /b %ERRORLEVEL%
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
Makefile 4 include $(ROOT)/make/commondefs
  /ndk/build/tools/
build-host-make.sh 17 # Build the host version of the make executable and place it
25 "Rebuild the host GNU Make tool used by the NDK."
39 GNUMAKE=make
40 register_var_option "--make=<path>" GNUMAKE "Specify GNU Make program for the build"
48 SUBDIR=$(get_prebuilt_host_exec make)
54 GNUMAKE_SRCDIR=$ANDROID_NDK_ROOT/sources/host-tools/make-$GNUMAKE_VERSION
56 echo "ERROR: Can't find make-$GNUMAKE_VERSION source tree: $GNUMAKE_SRCDIR"
71 fail_panic "Could not copy GNU Make sources to: $TMP_SRCDIR"
89 log "Building make"
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/
NdkScannerInfoCollector.java 19 import org.eclipse.cdt.make.core.scannerconfig.IDiscoveredPathManager.IDiscoveredPathInfo;
20 import org.eclipse.cdt.make.core.scannerconfig.IScannerInfoCollector3;
21 import org.eclipse.cdt.make.core.scannerconfig.IScannerInfoCollectorCleaner;
22 import org.eclipse.cdt.make.core.scannerconfig.InfoContext;
23 import org.eclipse.cdt.make.core.scannerconfig.ScannerInfoTypes;
  /external/javassist/src/main/javassist/
CtNewConstructor.java 25 * An instance of this class does not make any sense.
64 public static CtConstructor make(String src, CtClass declaring) method in class:CtNewConstructor
94 public static CtConstructor make(CtClass[] parameters, method in class:CtNewConstructor
180 return make(parameters, exceptions, PASS_NONE,
195 public static CtConstructor make(CtClass[] parameters, method in class:CtNewConstructor
199 return make(parameters, exceptions, PASS_PARAMS,
266 * CtConstructor c = CtNewConstructor.make(argTypes, null,
307 public static CtConstructor make(CtClass[] parameters, method in class:CtNewConstructor
  /external/valgrind/tsan/
get_and_build_tsan.sh 50 make -s -j4 OFFLINE= GTEST_ROOT= PIN_ROOT= VALGRIND_INST_ROOT=$VALGRIND_INST_ROOT || exit 1
52 make self-contained OS=$VG_OS ARCH=$VG_ARCH VALGRIND_INST_ROOT=$VALGRIND_INST_ROOT || exit 1
58 make all -s -j4 OS=${VG_OS} ARCH=${VG_ARCH} OPT=1 STATIC=0 || exit 1
  /ndk/sources/host-tools/make-3.81/
build_w32.bat 4 rem This file is part of GNU Make.
6 rem GNU Make is free software; you can redistribute it and/or modify it under the
10 rem GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
15 rem GNU Make; see the file COPYING. If not, write to the Free Software
26 echo "Creating GNU Make for Windows 9X/NT/2K/XP"
28 set make=gnumake variable
31 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D TIVOLI /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c variable.c
33 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c rule.c
163 set make= variable
    [all...]
  /cts/tests/tests/webkitsecurity/assets/
eval-cache-crash.js 2 "Test to make sure the eval code cache doesn't crash or give wrong results in odd situations."
  /dalvik/vm/mterp/
rebuild.sh 23 for arch in portable allstubs armv5te armv5te-vfp armv7-a armv7-a-neon x86 x86-atom; do TARGET_ARCH_EXT=$arch make -f Makefile-mterp; done
  /development/samples/AppNavigation/
Android.mk 16 # Use the following include to make our test apk.
  /external/javassist/src/main/javassist/compiler/ast/
Stmnt.java 41 public static Stmnt make(int op, ASTree oprand1, ASTree oprand2) { method in class:Stmnt
45 public static Stmnt make(int op, ASTree op1, ASTree op2, ASTree op3) { method in class:Stmnt
  /external/libyuv/
public.mk 1 # This file contains all the common make variables which are useful for
  /external/qemu/
android-rebuild.sh 26 make -j$HOST_NUM_CPUS &&
  /external/srtp/doc/
Makefile 8 # these, then there is no way that you can make your own
31 cd latex; make
37 cd latex; make
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
Makefile 5 for d in $(SUBDIRS); do make -C $$d clean; done
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/
Makefile 26 include $(PROJROOT)/make/start.mk
30 # Arguments to tools, will move to make system once finalized.
103 include $(PROJROOT)/make/build.mk
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/
Makefile 26 include $(PROJROOT)/make/start.mk
30 # Arguments to tools, will move to make system once finalized.
103 include $(PROJROOT)/make/build.mk
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_sample/
Makefile 26 include $(PROJROOT)/make/start.mk
30 # Arguments to tools, will move to make system once finalized.
103 include $(PROJROOT)/make/build.mk
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/
Makefile 26 include $(PROJROOT)/make/start.mk
30 # Arguments to tools, will move to make system once finalized.
103 include $(PROJROOT)/make/build.mk
  /hardware/ti/omap4xxx/domx/test/sample_proxy/
Makefile 26 include $(PROJROOT)/make/start.mk
30 # Arguments to tools, will move to make system once finalized.
97 include $(PROJROOT)/make/build.mk
  /hardware/ti/wpan/tools/BluetoothSCOApp/
Android.mk 15 # Use the following include to make our test apk.
  /packages/apps/CertInstaller/
Android.mk 14 # Use the folloing include to make our test apk.
  /packages/apps/Gallery/
Android.mk 13 # Use the following include to make our test apk.

Completed in 703 milliseconds

1 2 34 5 6 7 8 91011>>