/external/javassist/sample/evolve/ |
Sample.java | 9 public static Object make(Object[] args) {
method in class:Sample 10 return VersionManager.make(_version, args);
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/ |
todo | 2 make the result argument independant of the inputs.
|
/external/compiler-rt/lib/tsan/ |
check_cmake.sh | 9 make -j64 10 make check-sanitizer -j64 11 make check-tsan -j64 12 make check-asan -j64
|
/external/e2fsprogs/ |
.release-checklist | 1 1) Do "make depend" if necessary 3 2) "make check"!!! 7 4) Run "(cd po; make e2fsprogs.pot-update)" to update the translation template. 16 6) Make source distribution
|
/external/openssl/crypto/bn/ |
todo | 2 make the result argument independant of the inputs.
|
/external/chromium_org/v8/build/ |
README.txt | 6 $ make dependencies # Only needed once. 7 $ make ia32.release -j8 8 $ make ia32.release.check # Optionally: run tests.
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/ |
p1.cpp | 5 template<typename T> T make(); 9 int& ir0 = make<int&>(); 10 A<int> a0 = make< A<int> >();
|
/external/pixman/ |
Makefile.win32 | 9 @$(MAKE) -C pixman -f Makefile.win32 12 @$(MAKE) -C test -f Makefile.win32 15 @$(MAKE) -C pixman -f Makefile.win32 clean 16 @$(MAKE) -C test -f Makefile.win32 clean 19 @$(MAKE) -C test -f Makefile.win32 check
|
/frameworks/wilhelm/tools/mphtogen/ |
README.txt | 5 * GNU make 8 Type 'make'. 11 Then do 'make clean' here.
|
/development/ndk/ |
Android.mk | 1 # Please this file empty. It is used to make the Android build system happy.
|
/external/chromium/third_party/libjingle/source/ |
README.chrome-sandbox | 2 to make libjingle work in sandbox in Chrome.
|
/external/chromium_org/tools/gyp/test/generator-output/actions/subdir1/ |
executable.gyp | 16 'action_name': 'make-prog1', 18 'make-prog1.py', 29 'action_name': 'make-prog2', 31 'make-prog2.py',
|
/external/valgrind/main/massif/tests/ |
null.c | 1 // This test does no allocations, to make sure that case is handled ok (eg.
|
/external/valgrind/main/memcheck/tests/ |
supp.c | 6 volatile int x; /* make sure it isn't in a register */
|
/prebuilts/misc/darwin-x86/bison/ |
PREBUILT | 3 "make bison" from the top of the source tree.
|
/prebuilts/misc/darwin-x86/protobuf/ |
PREBUILT | 2 the source in external/protobuf with build command "make aprotoc".
|
/prebuilts/misc/linux-x86/bison/ |
PREBUILT | 3 "make bison" from the top of the source tree.
|
/prebuilts/misc/linux-x86/protobuf/ |
PREBUILT | 2 the source in external/protobuf with build command "make aprotoc".
|
/ndk/sources/host-tools/make-3.81/ |
Makefile.ami | 1 # -*-Makefile-*- for GNU make on Amiga 3 # NOTE: If you have no `make' program at all to process this makefile, run 8 # This file is part of GNU Make. 10 # GNU Make is free software; you can redistribute it and/or modify it under the 14 # GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY 19 # GNU Make; see the file COPYING. If not, write to the Free Software 23 # Makefile for GNU Make 54 # your C library, you can comment this out. GNU make uses special hooks 55 # into the glob functions to be more efficient (by using make's directory 79 # Directory to install `make' in [all...] |
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
symlinks | 19 # We'll make both dep and targ older than sym 28 run_make_test('targ: sym ; @echo make $@ from $<', '', 29 "#MAKE#: `targ' is up to date."); 30 run_make_test(undef, '-L', "make targ from sym"); 34 run_make_test(undef, '', "make targ from sym"); 35 run_make_test(undef, '-L', "make targ from sym"); 39 run_make_test(undef, '', "#MAKE#: `targ' is up to date."); 40 run_make_test(undef, '-L', "#MAKE#: `targ' is up to date."); 49 run_make_test(undef, '', "#MAKE#: `targ' is up to date."); 50 run_make_test(undef, '-L', "make targ from sym") [all...] |
/external/chromium_org/native_client_sdk/src/examples/ |
Makefile_gyp | 6 # GNU Make based build file. For details on GNU Make see: 7 # http://www.gnu.org/software/make/manual/make.html 27 +$(MAKE) BUILDTYPE=glibc-$(CONFIG) -C $(1) 28 +$(MAKE) BUILDTYPE=newlib-$(CONFIG) -C $(1) 29 +$(MAKE) BUILDTYPE=host-$(CONFIG) -C $(1) 34 +$(MAKE) -C $(1) clean
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
drag-caret.html | 1 <p>This tests dragging over an input element, to make sure no drag-cursor is left behind.</p> 3 <p>Drag some text over the input element and make sure the Drag Caret disappears when the drag exits the input element. Per https://bugs.webkit.org/show_bug.cgi?id=26787</p>
|
/external/dhcpcd/mk/ |
depend.mk | 1 # This only works for make implementations that always include a .depend if 2 # it exists. Only GNU make does not do this.
|
/external/qemu/distrib/sdl-1.2.15/ |
README.ANDROID | 7 make -j2 8 make install
|
/prebuilts/tools/darwin-x86/sdl/ |
PREBUILT | 6 $ make 7 $ make install
|