HomeSort by relevance Sort by last modified time
    Searched refs:SOURCES (Results 1 - 25 of 49) sorted by null

1 2

  /external/chromium/chrome/browser/resources/touch_ntp/tools/
check.sh 13 SOURCES="touchhandler.js slider.js newtab.js grabber.js "
14 SOURCES+="standalone/standalone_hack.js"
33 for S in $SOURCES tools/externs.js; do
55 LARGS+=" $SOURCES"
  /external/chromium/chrome/browser/resources/ntp4/tools/
check.sh 13 SOURCES="event_tracker.js touch_handler.js card_slider.js new_tab.js grabber.js apps_page.js recently_closed.js"
32 for S in $SOURCES tools/externs.js; do
54 LARGS+=" $SOURCES"
  /external/llvm/unittests/ExecutionEngine/JIT/
Makefile 16 SOURCES := JITEventListenerTest.cpp JITMemoryManagerTest.cpp JITTest.cpp MultiJITTest.cpp
21 SOURCES += IntelJITEventListenerTest.cpp
32 SOURCES += OProfileJITEventListenerTest.cpp
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
Makefile 14 SOURCES := IntelJITEventListener.cpp
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
Makefile 14 SOURCES += OProfileJITEventListener.cpp \
  /hardware/ti/omap4xxx/domx/
Makefile 69 SOURCES =
  /hardware/ti/omap4xxx/domx/omx_proxy_component/
Makefile 69 SOURCES =
  /hardware/ti/omap4xxx/domx/test/
Makefile 70 SOURCES = \
  /external/zlib/nintendods/
Makefile 14 # SOURCES is a list of directories containing source code
20 SOURCES := ../../
55 export VPATH := $(foreach dir,$(SOURCES),$(CURDIR)/$(dir)) \
60 CFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.c)))
61 CPPFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.cpp)))
62 SFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.s)))
  /hardware/ti/omap4xxx/domx/mm_osal/
Makefile 26 SOURCES = \
  /hardware/ti/omap4xxx/domx/omx_core/
Makefile 70 SOURCES = \
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/
Makefile 70 SOURCES = \
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/
Makefile 70 SOURCES = \
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_sample/
Makefile 70 SOURCES = \
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/
Makefile 70 SOURCES = \
  /hardware/ti/omap4xxx/domx/test/sample_proxy/
Makefile 70 SOURCES = \
  /ndk/sources/host-tools/ndk-stack/
GNUMakefile 58 SOURCES := $(NDK_STACK_SOURCES) $(ELFF_SOURCES) $(REGEX_SOURCES)
76 $(foreach src,$(filter %.c,$(SOURCES)),\
80 $(foreach src,$(filter %.cc,$(SOURCES)),\
  /ndk/sources/host-tools/nawk-20071023/
GNUmakefile 21 SOURCES := \
64 $(foreach src,$(filter %.c,$(SOURCES)),\
  /hardware/ti/omap4xxx/domx/domx/
Makefile 70 SOURCES = \
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
IAndroidTarget.java 60 /** OS Path to the "sources" folder. */
61 public final static int SOURCES = 18;
  /external/bison/src/
Makefile 107 SOURCES = $(bison_SOURCES) $(EXTRA_bison_SOURCES)
439 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
440 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
449 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
453 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
465 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
469 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
636 grep -h -A1 '^extern .*[^;]$$' $(SOURCES) \
646 $$(ls $(SOURCES) | grep '\.h$$') /dev/null) > $$t; \
  /hardware/ti/omap4xxx/domx/make/
build.mk 33 SOURCES := $(strip $(SOURCES))
129 SRCDIRS := $(sort $(dir $(SOURCES)))
132 BASEOBJ := $(addsuffix .o,$(basename $(SOURCES)))
  /ndk/build/tools/
download-toolchain-sources.sh 17 # This shell script is used to download the sources of the Android NDK toolchain
40 register_var_option "--git-date=<date>" GIT_DATE "Only sources that existed until specified <date>"
55 register_var_option "--no-patches" OPTION_NO_PATCHES "Do not patch sources"
59 "Download the NDK toolchain sources from android.googlesource.com into <src-dir>.
67 By default, this script will download sources from android.googlesource.com that
72 download the sources from another set of git repostories.
133 dump "downloading sources for toolchain/$1"
151 dump "Using sources for date '$GIT_DATE': toolchain/$1 revision $REVISION"
164 SOURCES_LIST=$(pwd)/SOURCES
175 # Patch the toolchain sources
    [all...]
  /frameworks/base/core/java/android/content/
SyncOperation.java 103 sb.append(SyncStorageEngine.SOURCES[syncSource]);
  /external/v8/tools/gcmole/
gcmole.lua 127 local SOURCES = sconscript:match "SOURCES = {(.-)}";
129 local sources = {}
132 SOURCES:gmatch "'([^']-)': Split%(\"\"\"(.-)\"\"\"%)" do
135 sources[condition] = files
138 for condition, list in SOURCES:gmatch "'([^']-)': %[(.-)%]" do
141 sources[condition] = files
144 return sources
158 local function BuildFileList(sources, props)
160 for condition, files in pairs(sources) d
    [all...]

Completed in 1638 milliseconds

1 2