Searched defs:BUILD (Results 1 - 21 of 21) sorted by relevance

/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DException.pm9 sub BUILD { subroutine
H A DBitSet.pm43 sub BUILD { subroutine
H A DCommonToken.pm71 sub BUILD { subroutine
/external/libcap/progs/
H A DMakefile9 BUILD=$(PROGS) macro
16 all: $(BUILD)
18 $(BUILD): %: %.o
35 rm -f *.o $(BUILD) tcapsh ping hack.sh
/external/libjpeg-turbo/
H A Djconfigint.h7 #define BUILD "" macro
/external/skia/third_party/libjpeg-turbo/
H A Djconfigint.h7 #define BUILD "" macro
/external/skqp/third_party/libjpeg-turbo/
H A Djconfigint.h7 #define BUILD "" macro
/external/linux-kselftest/tools/testing/selftests/
H A DMakefile61 BUILD := $(O) macro
62 ifndef BUILD
63 BUILD := $(KBUILD_OUTPUT) macro
65 ifndef BUILD
66 BUILD := $(shell pwd) macro
69 export BUILD
72 BUILD_TARGET=$$BUILD/$$TARGET; \
79 BUILD_TARGET=$$BUILD/$$TARGET; \
85 BUILD_TARGET=$$BUILD/$$TARGET; \
91 BUILD_TARGET=$$BUILD/
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
H A DAnnotationVisibility.java37 public static final int BUILD = 0; field in class:AnnotationVisibility
53 return BUILD;
/external/zlib/src/nintendods/
H A DMakefile13 # BUILD is the directory where object files & intermediate files will be placed
19 BUILD := build macro
50 ifneq ($(BUILD),$(notdir $(CURDIR)))
58 export DEPSDIR := $(CURDIR)/$(BUILD)
84 -I$(CURDIR)/$(BUILD)
86 .PHONY: $(BUILD) clean all
89 all: $(BUILD)
96 $(BUILD): lib
98 @$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile
103 @rm -fr $(BUILD) li
[all...]
/external/python/cpython2/RISCOS/
H A DMakefile18 BUILD=40 macro
199 $(CC) -DBUILD=$(BUILD) -o @.^.Modules.o.getbuildinfo @.^.Modules.c.getbuildinfo
/external/python/cpython3/Tools/msi/
H A Dbuildrelease.bat114 set BUILD=%PCBUILD%win32\ variable
119 set BUILD=%PCBUILD%amd64\ variable
126 if exist "%BUILD%en-us" (
127 echo Deleting %BUILD%en-us
128 rmdir /q/s "%BUILD%en-us"
184 msbuild "%D%make_zip.proj" /t:Build %BUILDOPTS% %CERTOPTS% /p:OutputPath="%BUILD%en-us"
189 msbuild "%D%..\nuget\make_pkg.proj" /t:Build /p:Configuration=Release /p:Platform=%1 /p:OutputPath="%BUILD%en-us"
197 robocopy "%BUILD%en-us" "%OUTDIR%\%OUTDIR_PLAT%" /XF "*.wixpdb"
198 robocopy "%BUILD%\" "%OUTDIR%\%OUTDIR_PLAT%\binaries" *.exe *.dll *.pyd /XF "_test*" /XF "*_d.*" /XF "_freeze*" /XF "tcl*" /XF "tk*" /XF "*_test.*"
199 robocopy "%BUILD
[all...]
/external/vboot_reference/
H A DMakefile7 # make BUILD=<dir>
38 # We should only run pwd once, not every time we refer to ${BUILD}.
41 BUILD = ${SRCDIR}/build macro
42 export BUILD
72 TEST_INSTALL_DIR = ${BUILD}/install_for_test
192 COV_INFO = ${BUILD}/coverage.info
227 BUILD_RUN = ${BUILD}
232 BUILD_RUN = $(subst ${SYSROOT},,${BUILD})
265 FWLIB = ${BUILD}/vboot_fw.a
270 FWLIB2X = ${BUILD}/vboot_fw2
[all...]
/external/python/cpython2/Lib/
H A Dpickle.py123 BUILD = 'b' # call __setstate__ or __dict__.update() variable
426 write(BUILD)
732 write(BUILD)
1254 dispatch[BUILD] = load_build
/external/python/cpython3/Lib/
H A Dpickle.py123 BUILD = b'b' # call __setstate__ or __dict__.update() variable
635 write(BUILD)
1523 dispatch[BUILD[0]] = load_build
/external/v8/src/wasm/
H A Dfunction-body-decoder.cc152 #define BUILD(func, ...) \ macro
744 BUILD(Throw, value.node);
796 BUILD(Catch, c->try_info->exception, position());
821 BUILD(BranchNoHint, cond.node, &if_true, &if_false);
950 BUILD(BranchNoHint, cond.node, &tenv->control, &fenv->control);
968 TFNode* sw = BUILD(Switch, operand.table_count + 1, key.node);
983 ? BUILD(IfDefault, sw)
984 : BUILD(IfValue, i, sw);
1030 BUILD(Unreachable, position());
1036 Push(kWasmI32, BUILD(Int32Constan
[all...]
/external/python/cpython2/Modules/
H A DcPickle.c54 #define BUILD 'b' macro
2041 static char inst = INST, obj = OBJ, build = BUILD;
2394 static char build = BUILD;
4904 case BUILD:
5321 case BUILD:
/external/python/cpython3/Modules/
H A D_pickle.c46 BUILD = 'b', enumerator in enum:opcode
3490 const char build_op = BUILD;
6284 OP(BUILD, load_build)
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.jobs_3.7.0.v20150330-2103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 4303 milliseconds