Searched refs:sources (Results 126 - 150 of 425) sorted by relevance

1234567891011>>

/external/mesa3d/src/glsl/
H A DAndroid.gen.mk32 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)
/external/chromium_org/build/android/gyp/
H A Demma_instr.py47 option_parser.add_option('--sources-file',
48 help='File to create with the list of sources.')
54 option_parser.add_option('--sources',
55 help='Space separated list of sources.')
69 Also removes any old coverage/sources file.
108 sources_string: String generated from gyp containing the list of sources.
109 sources_file: File into which to write the JSON list of sources.
110 src_root: Root which sources added to the file should be relative to.
116 sources = build_utils.ParseGypList(sources_string)
118 for s in sources
[all...]
H A Dlint.py23 result_path, product_dir, sources, jar_path):
94 cmd.extend(['--sources', _RelativizePath(new_dir)])
100 for src in sources:
182 sources = []
185 sources = build_utils.FindInDirectories(src_dirs, '*.java')
187 sources = build_utils.ParseGypList(options.java_files)
194 options.product_dir, sources, options.jar_path)
/external/chromium_org/third_party/closure_compiler/build/
H A Dinputs.py17 parser.add_argument("sources", nargs=argparse.ONE_OR_MORE)
25 for file in opts.sources + opts.depends + opts.externs:
/external/chromium_org/third_party/mesa/src/scons/
H A Dcrossmingw.py133 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/clang/
H A Dclang-version-inc.mk8 intermediates := $(call local-generated-sources-dir)
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DSCCP.java167 RegisterSpecList sources = insn.getSources();
170 int sourceSize = sources.size();
174 int sourceReg = sources.get(i).getReg();
243 RegisterSpecList sources = insn.getSources();
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();
370 int regA = sources
[all...]
/external/iptables/extensions/
H A Dlibext.mk6 # LOCAL_MODULE_CLASS must be defined before calling $(local-generated-sources-dir)
9 MY_gen := $(call local-generated-sources-dir)
/external/mesa3d/scons/
H A Dcrossmingw.py133 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/
H A DAndroid.gen.mk32 # 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/
H A DAndroid.mk26 include $(LOCAL_PATH)/common/Makefile.sources
/external/qemu/distrib/googletest/
H A DAndroid.mk7 ### unit tests. The sources are located under
15 $(error Cannot find GoogleTest sources directory: $(EMULATOR_GTEST_SOURCES_DIR))
/external/chromium-trace/trace-viewer/
H A DPRESUBMIT.py49 sources = lambda x: input_api.FilterSourceFile(x, black_list=black_list)
52 source_file_filter=sources))
/external/chromium_org/tools/gn/
H A Dninja_copy_target_writer.cc95 for (size_t i = 0; i < target_->sources().size(); i++) {
96 const SourceFile& input_file = target_->sources()[i];
H A Dsubstitution_writer.cc43 " sources to every entry in the outputs list, producing the cross\n"
52 " sources.\n"
123 " sources = [ \"input1.idl\", \"input2.idl\" ]\n"
131 " sources = [ \"input1.idl\", \"input2.idl\" ]\n"
290 const std::vector<SourceFile>& sources,
293 for (size_t i = 0; i < sources.size(); i++)
294 ApplyListToSource(settings, list, sources[i], output);
301 const std::vector<SourceFile>& sources,
304 for (size_t i = 0; i < sources.size(); i++)
305 ApplyListToSourceAsString(settings, list, sources[
287 ApplyListToSources( const Settings* settings, const SubstitutionList& list, const std::vector<SourceFile>& sources, std::vector<SourceFile>* output) argument
298 ApplyListToSourcesAsString( const Settings* settings, const SubstitutionList& list, const std::vector<SourceFile>& sources, std::vector<std::string>* output) argument
309 ApplyListToSourcesAsOutputFile( const Settings* settings, const SubstitutionList& list, const std::vector<SourceFile>& sources, std::vector<OutputFile>* output) argument
[all...]
H A Dninja_action_target_writer_unittest.cc39 // Tests an action with no sources.
79 // Makes sure that we write sources as input dependencies for actions with
80 // both sources and inputs (ACTION_FOREACH treats the sources differently).
91 target.sources().push_back(SourceFile("//foo/source.txt"));
180 target.sources().push_back(SourceFile("//foo/input1.txt"));
181 target.sources().push_back(SourceFile("//foo/input2.txt"));
287 target.sources().push_back(SourceFile("//foo/input1.txt"));
288 target.sources().push_back(SourceFile("//foo/input2.txt"));
/external/llvm/
H A Dllvm-gen-intrinsics.mk11 GENFILE := $(addprefix $(call local-generated-sources-dir)/llvm/IR/,Intrinsics.gen)
/external/lldb/scripts/
H A Dsed-sources12 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
/external/deqp/modules/gles2/functional/
H A Des2fShaderApiTests.cpp90 void setShaderSources (glu::Shader& shader, const ShaderSources& sources) argument
92 std::vector<const char*> cStrings (sources.strings.size(), 0);
94 for (size_t ndx = 0; ndx < sources.strings.size(); ndx++)
95 cStrings[ndx] = sources.strings[ndx].c_str();
97 if (sources.lengths.size() > 0)
98 shader.setSources((int)cStrings.size(), &cStrings[0], &sources.lengths[0]);
664 void insertRandomNullTermStrings (ShaderSources& sources) argument
667 std::vector<int> indices (sources.strings.size(), 0);
669 DE_ASSERT(sources.lengths.size() > 0);
670 DE_ASSERT(sources
688 generateSources(ShaderSources& sources) argument
729 ShaderSources sources; local
[all...]
/external/chromium_org/third_party/freetype/src/base/
H A Dftdbgmem.c79 * We don't need a resizable array for the memory sources, because
129 FT_MemSource sources[FT_MEM_SOURCE_BUCKETS]; member in struct:FT_MemTableRec_
393 /* remove all sources */
399 for ( source = table->sources[i]; source != NULL; source = next )
405 table->sources[i] = NULL;
461 pnode = &table->sources[hash % FT_MEM_SOURCE_BUCKETS];
925 FT_MemSource* bucket = table->sources;
927 FT_MemSource* sources; local
942 sources = (FT_MemSource*)ft_mem_table_alloc(
943 table, sizeof ( *sources ) * coun
[all...]
/external/freetype/src/base/
H A Dftdbgmem.c79 * We don't need a resizable array for the memory sources, because
129 FT_MemSource sources[FT_MEM_SOURCE_BUCKETS]; member in struct:FT_MemTableRec_
393 /* remove all sources */
399 for ( source = table->sources[i]; source != NULL; source = next )
405 table->sources[i] = NULL;
461 pnode = &table->sources[hash % FT_MEM_SOURCE_BUCKETS];
925 FT_MemSource* bucket = table->sources;
927 FT_MemSource* sources; local
942 sources = (FT_MemSource*)ft_mem_table_alloc(
943 table, sizeof ( *sources ) * coun
[all...]
/external/ltrace/testsuite/lib/
H A Dltrace.exp188 proc ltrace_compile_shlib {sources dest options} {
210 if {![LtraceCompileObjects $sources $obj_options objects]} {
403 # sources List of source files.
413 # files in sources list.
415 proc LtraceCompileObjects {sources options retName} {
420 foreach source $sources {
436 # This attempts to compile a binary from sources given in ARGS.
491 set sources {}
503 lappend sources $a
517 verbose " : sources
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftdbgmem.c79 * We don't need a resizable array for the memory sources, because
129 FT_MemSource sources[FT_MEM_SOURCE_BUCKETS]; member in struct:FT_MemTableRec_
393 /* remove all sources */
399 for ( source = table->sources[i]; source != NULL; source = next )
405 table->sources[i] = NULL;
461 pnode = &table->sources[hash % FT_MEM_SOURCE_BUCKETS];
925 FT_MemSource* bucket = table->sources;
927 FT_MemSource* sources; local
942 sources = (FT_MemSource*)ft_mem_table_alloc(
943 table, sizeof ( *sources ) * coun
[all...]
/external/chromium_org/chrome/browser/history/
H A Dvisit_database_unittest.cc371 VisitSourceMap sources; local
372 GetVisitsSource(matches, &sources);
373 EXPECT_EQ(0U, sources.size());
377 GetVisitsSource(matches, &sources);
378 ASSERT_EQ(1U, sources.size());
379 EXPECT_EQ(SOURCE_SYNCED, sources[matches[0].visit_id]);
383 GetVisitsSource(matches, &sources);
384 ASSERT_EQ(1U, sources.size());
385 EXPECT_EQ(SOURCE_EXTENSION, sources[matches[0].visit_id]);
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dmake_simple.py103 SOURCES = %(sources)s
200 sources = target_info.get('sources', []) variable
202 sources = [s for s in sources if os.path.splitext(s)[1] in exts] variable
203 objects = [os.path.splitext(src)[0] for src in sources]
245 'sources': MakeList(sources),

Completed in 1162 milliseconds

1234567891011>>