HomeSort by relevance Sort by last modified time
    Searched refs:sources (Results 176 - 200 of 757) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/mesa3d/src/glsl/
Android.gen.mk 32 sources := \ macro
39 sources += builtin_function.cpp
42 LOCAL_SRC_FILES := $(filter-out $(sources), $(LOCAL_SRC_FILES))
46 sources := $(addprefix $(intermediates)/, $(sources)) macro
47 LOCAL_GENERATED_SOURCES += $(sources)
  /ndk/toolchains/llvm-3.4/
setup.mk 20 # various sources into target object files, libraries or executables.
141 TARGET_LDLIBS := $(NDK_ROOT)/sources/android/libportable/libs/armeabi-v7a/libportable.a $(TARGET_LDLIBS)
142 TARGET_LDFLAGS += -Wl,@$(NDK_ROOT)/sources/android/libportable/libs/armeabi-v7a/libportable.wrap
152 TARGET_LDLIBS := $(NDK_ROOT)/sources/android/libportable/libs/armeabi-v7a-hard/libportable.a $(TARGET_LDLIBS)
153 TARGET_LDFLAGS += -Wl,@$(NDK_ROOT)/sources/android/libportable/libs/armeabi-v7a-hard/libportable.wrap
163 TARGET_LDLIBS := $(NDK_ROOT)/sources/android/libportable/libs/armeabi/libportable.a $(TARGET_LDLIBS)
164 TARGET_LDFLAGS += -Wl,@$(NDK_ROOT)/sources/android/libportable/libs/armeabi/libportable.wrap
174 TARGET_LDLIBS := $(NDK_ROOT)/sources/android/libportable/libs/x86/libportable.a $(TARGET_LDLIBS)
175 TARGET_LDFLAGS += -Wl,@$(NDK_ROOT)/sources/android/libportable/libs/x86/libportable.wrap
185 TARGET_LDLIBS := $(NDK_ROOT)/sources/android/libportable/libs/mips/libportable.a $(TARGET_LDLIBS
    [all...]
  /build/core/tasks/
collect_gpl_sources.mk 17 # FORCE since we can't know whether any of the sources changed
20 @echo Package gpl sources: $@
  /cts/tools/dex-tools/test/dex/reader/util/
JavaSourceToDexUtil.java 51 public dex.structure.DexFile getAllFrom(Set<JavaSource> sources) throws IOException{
52 return getFrom(sources, null);
62 public dex.structure.DexFile getFrom(Set<JavaSource> sources,
64 Set<MemoryByteCode> byteCodeInMemory = compileToByteCode(sources);
  /dalvik/dx/src/com/android/dx/ssa/
SCCP.java 166 RegisterSpecList sources = insn.getSources(); local
169 int sourceSize = sources.size();
173 int sourceReg = sources.get(i).getReg();
242 RegisterSpecList sources = insn.getSources(); local
252 RegisterSpec specA = sources.get(0);
259 if (sources.size() == 2) {
260 RegisterSpec specB = sources.get(1);
269 if (cA != null && sources.size() == 1) {
368 RegisterSpecList sources = insn.getSources(); local
369 int regA = sources.get(0).getReg()
638 RegisterSpecList sources = insn.getSources(); local
    [all...]
  /developers/build/buildSrc/src/main/groovy/com/example/android/samples/build/
SampleGenPlugin.groovy 27 * Creates a new sample generator task based on the supplied sources.
30 * @param sources Source tree that this task should process
36 def sources,
39 sources.each { tree ->
  /external/chromium_org/chrome/renderer/resources/extensions/
desktop_capture_custom_bindings.js 25 function(sources, target_tab, callback) {
34 [id, sources, target_tab, onRequestResult.bind(null, id)],
  /external/chromium_org/third_party/mesa/src/scons/
crossmingw.py 84 cmd.extend(['$SOURCES', '$_LIBDIRFLAGS', '$_LIBFLAGS'])
133 def compile_without_gstabs(env, sources, c_file):
143 the c_file from the sources list, then appends the new .o file to
144 sources. Then return the new sources list.
161 sources.remove(c_file)
162 sources.append(o_file)
164 return sources
  /external/chromium_org/tools/gn/
ninja_action_target_writer.h 35 bool has_sources() const { return !target_->sources().empty(); }
ninja_target_writer_unittest.cc 45 target.sources().push_back(SourceFile("//foo/source.txt"));
48 // Dependent action to test that action sources will be treated the same as
53 action.sources().push_back(SourceFile("//foo/action_source.txt"));
  /external/clang/
clang-version-inc.mk 8 intermediates := $(call local-generated-sources-dir)
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SCCP.java 167 RegisterSpecList sources = insn.getSources(); local
170 int sourceSize = sources.size();
174 int sourceReg = sources.get(i).getReg();
243 RegisterSpecList sources = insn.getSources(); local
253 RegisterSpec specA = sources.get(0);
260 if (sources.size() == 2) {
261 RegisterSpec specB = sources.get(1);
270 if (cA != null && sources.size() == 1) {
369 RegisterSpecList sources = insn.getSources(); local
370 int regA = sources.get(0).getReg()
639 RegisterSpecList sources = insn.getSources(); local
    [all...]
  /external/iptables/extensions/
libext.mk 6 # LOCAL_MODULE_CLASS must be defined before calling $(local-generated-sources-dir)
9 MY_gen := $(call local-generated-sources-dir)
  /external/mesa3d/scons/
crossmingw.py 84 cmd.extend(['$SOURCES', '$_LIBDIRFLAGS', '$_LIBFLAGS'])
133 def compile_without_gstabs(env, sources, c_file):
143 the c_file from the sources list, then appends the new .o file to
144 sources. Then return the new sources list.
161 sources.remove(c_file)
162 sources.append(o_file)
164 return sources
  /external/mesa3d/src/mesa/
Android.gen.mk 32 # This is the list of auto-generated files: sources and headers
33 sources := \ macro
43 LOCAL_SRC_FILES := $(filter-out $(sources), $(LOCAL_SRC_FILES))
49 sources += x86/matypes.h
54 sources += main/git_sha1.h
56 sources := $(addprefix $(intermediates)/, $(sources)) macro
58 LOCAL_GENERATED_SOURCES += $(sources)
  /external/mesa3d/src/mesa/drivers/dri/
Android.mk 26 include $(LOCAL_PATH)/common/Makefile.sources
  /external/qemu/distrib/googletest/
Android.mk 7 ### unit tests. The sources are located under
15 $(error Cannot find GoogleTest sources directory: $(EMULATOR_GTEST_SOURCES_DIR))
  /ndk/build/core/
setup-imports.mk 35 $(call import-add-path-optional,$(NDK_ROOT)/sources)
36 $(call import-add-path-optional,$(NDK_ROOT)/../development/ndk/sources)
  /ndk/build/tools/
make-release.sh 87 register_var_option "--toolchain-src-dir=<path>" TOOLCHAIN_SRCDIR "Use toolchain sources from <path>"
141 - downloading toolchain sources from the Internet
202 # Step 1, If needed, download toolchain sources into a temporary directory
205 timestamp_set toolchain-download-sources
207 if timestamp_check toolchain-download-sources; then
208 dump "Downloading toolchain sources..."
211 run $ANDROID_NDK_ROOT/build/tools/download-toolchain-sources.sh "$TOOLCHAIN_SRCDIR"
213 dump "ERROR: Could not download toolchain sources"
216 timestamp_set toolchain-download-sources
  /sdk/emulator/opengl/host/tools/emugen/
Android.mk 2 # sources.
7 # LOCAL_HOST_BUILD to true, so rebuild from sources.
  /external/chromium_org/extensions/renderer/
script_injection.cc 302 std::vector<blink::WebScriptSource> sources; local
317 sources.push_back(blink::WebScriptSource(
324 sources.insert(sources.begin(), g_greasemonkey_api.Get().source);
332 &sources.front(),
333 sources.size(),
338 sources.begin();
339 iter != sources.end();
  /external/llvm/
llvm-gen-intrinsics.mk 11 GENFILE := $(addprefix $(call local-generated-sources-dir)/llvm/IR/,Intrinsics.gen)
  /system/extras/tests/bionic/libstdc++/
Android.mk 58 sources := \ macro
71 $(call host-test, $(sources))
80 sources += test_cstdint.cpp
82 $(call device-test, $(sources))
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
ContentProviders.js 96 var sources = [];
104 sources.push(content);
105 if (sources.length == scripts.length)
106 callback(this._concatenateScriptsContent(scripts, sources));
158 _concatenateScriptsContent: function(scripts, sources)
177 content += sources[i];
  /external/lldb/scripts/
sed-sources 12 B<sed-sources> -- Performs multiple sed commands on files with the ability to expand or unexpand tabs.
16 B<sed-sources> [options] [file dir ...]
21 or any sources in directories. If no arguments are given, STDIN will be used
69 % sed-sources -e $cwd
75 % sed-sources -p -u $cwd
79 % sed-sources -p -u -t8 $cwd

Completed in 499 milliseconds

1 2 3 4 5 6 78 91011>>