HomeSort by relevance Sort by last modified time
    Searched defs:sources (Results 1 - 25 of 261) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/pdfium/core/src/fxcodec/libjpeg/
makefile 0 sources = fpdfapi_jcapimin.c fpdfapi_jcapistd.c fpdfapi_jccoefct.c fpdfapi_jccolor.c fpdfapi_jcdctmgr.c fpdfapi_jchuff.c fpdfapi_jcinit.c fpdfapi_jcmainct.c fpdfapi_jcmarker.c fpdfapi_jcmaster.c \
6 armsources=$(sources)
7 armsourcesc=$(sources)
1 sources = fpdfapi_jcapimin.c fpdfapi_jcapistd.c fpdfapi_jccoefct.c fpdfapi_jccolor.c fpdfapi_jcdctmgr.c fpdfapi_jchuff.c fpdfapi_jcinit.c fpdfapi_jcmainct.c fpdfapi_jcmarker.c fpdfapi_jcmaster.c \\ macro
  /frameworks/native/libs/binder/
Android.mk 15 # we have the common sources, plus some device-specific stuff
16 sources := \ macro
44 LOCAL_SRC_FILES := $(sources)
56 LOCAL_SRC_FILES := $(sources)
  /ndk/tests/device/test-gnustl-full/jni/
Android.mk 8 sources := $(wildcard $(unit_path)/*.cpp $(unit_path)/*.c) macro
9 sources := $(sources:$(unit_path)/%=%) macro
12 sources := $(filter-out string_header_test.c,$(sources)) macro
15 sources := $(filter-out exception_test.cpp,$(sources)) macro
18 sources := $(filter-out codecvt_test.cpp,$(sources)) macro
20 LOCAL_SRC_FILES := $(sources:%=unit/%
    [all...]
  /ndk/tests/device/test-stlport/jni/
Android.mk 8 sources := $(wildcard $(unit_path)/*.cpp $(unit_path)/*.c) macro
9 sources := $(sources:$(LOCAL_PATH)/%=%) macro
12 sources := $(filter-out unit/string_header_test.c,$(sources)) macro
15 sources := $(filter-out unit/exception_test.cpp,$(sources)) macro
18 sources := $(filter-out unit/codecvt_test.cpp,$(sources)) macro
20 LOCAL_SRC_FILES := $(sources)
    [all...]
  /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))
  /cts/tools/signature-tools/test/signature/converter/dex/
DexTestConverter.java 38 Set<JavaSource> sources = new HashSet<JavaSource>(); local
40 sources.add(new JavaSource(unit.getName(), unit.getSource()));
42 DexFile dexFile = toDexUtil.getAllFrom(sources);
  /external/e2fsprogs/contrib/python-uuid/
setup.py 5 sources = ['uuid.c'], variable
  /frameworks/base/media/java/android/media/
AudioPatch.java 21 * An AudioPatch describes a connection between audio sources and audio sinks.
36 AudioPatch(AudioHandle patchHandle, AudioPortConfig[] sources, AudioPortConfig[] sinks) {
38 mSources = sources;
43 * Retrieve the list of sources of this audio patch.
45 public AudioPortConfig[] sources() { method in class:AudioPatch
  /art/compiler/sea_ir/types/
type_inference_visitor.cc 73 std::vector<InstructionNode*> sources = instruction->GetSSAProducers(); local
75 for (std::vector<InstructionNode*>::const_iterator cit = sources.begin(); cit != sources.end();
  /cts/tools/signature-tools/src/signature/converter/
Main.java 35 Set<String> sources = new HashSet<String>(); local
41 sources.add(args[at]);
75 Visibility.PROTECTED, sources, packages));
  /external/chromium_org/chrome/browser/invalidation/
invalidation_controller_android.cc 33 std::vector<int> sources; local
37 sources.push_back(id->source());
44 base::android::ToJavaIntArray(env, sources).obj(),
  /external/chromium_org/content/browser/webui/
url_data_manager.cc 71 URLDataSources sources; local
76 data_sources_->swap(sources);
78 for (size_t i = 0; i < sources.size(); ++i)
79 delete sources[i];
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptPreprocessor.cpp 56 Vector<ScriptSourceCode> sources; local
57 sources.append(preprocessorSourceCode);
59 frame->script().executeScriptInIsolatedWorld(ScriptPreprocessorIsolatedWorldId, sources, DOMWrapperWorld::mainWorldExtensionGroup, &scriptResults);
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
setup.py 48 """parse the Sources macro"""
51 sources = []
59 sources.append(fn)
61 return sources
63 def RunSetup(incldir, cppflags, sources):
72 sources=sources,
83 sources = ParseSources(opts["sources"], opts["srcdir"].strip()) variable
84 sources.append('yasm_python.c'
    [all...]
  /external/chromium_org/tools/gn/
function_get_target_outputs.cc 35 const std::vector<SourceFile>& sources = target->sources(); local
36 for (size_t i = 0; i < sources.size(); i++)
37 file_template.Apply(sources[i], ret);
95 " the output template to the sources (see \"gn help source_expansion\").\n"
114 " sources = [ ... ]\n"
120 " sources = get_target_outputs(\":my_action\")\n"
ninja_target_writer.cc 87 // For an action (where we run a script only once) the sources are the same
99 (!list_sources_as_input_deps || target_->sources().empty()))
103 // potentially few sources that depend on these) it's better to just write
104 // all hard deps on each sources line than have this intermediate stamp. We
133 const Target::FileList& sources = target_->sources(); local
134 for (size_t i = 0; i < sources.size(); i++) {
136 path_output_.WriteFile(out_, sources[i]);
  /system/extras/tests/bionic/libc/
Android.mk 63 sources := \ macro
85 $(call host-test, $(sources))
86 $(call device-test, $(sources))
115 sources := common/test_dlopen_null.c \ macro
119 $(call host-test, $(sources))
122 $(call device-test, $(sources))
127 sources := \ macro
136 $(call device-test, $(sources))
140 sources := \ macro
144 $(call device-test, $(sources))
213 sources := \\ macro
    [all...]
  /external/chromium_org/courgette/
encoded_program_unittest.cc 41 courgette::SourceStreamSet sources; local
42 bool can_get_source_streams = sources.Init(buffer, length);
46 bool can_read = encoded2->ReadFrom(&sources);
  /external/gtest/test/
Android.mk 76 sources := \ macro
99 $(call host-test, $(sources))
100 $(call target-test, $(sources))
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
setup.py 30 ext_sources = [f.strip() for f in file('util/python-ext-sources')
34 sources = ext_sources, variable
  /dalvik/dx/src/com/android/dx/ssa/
PhiInsn.java 51 private RegisterSpecList sources; field in class:PhiInsn
86 * Updates the TypeBearers of all the sources (phi operands) to be
103 sources = null;
137 // Un-cache sources, in case someone has already called getSources().
138 sources = null;
156 // Un-cache sources, in case someone has already called getSources().
157 sources = null;
202 * Gets sources. Constructed lazily from phi operand data structures and
205 * @return {@code non-null;} sources list
209 if (sources != null)
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
PhiInsn.java 47 private RegisterSpecList sources; field in class:PhiInsn
82 * Updates the TypeBearers of all the sources (phi operands) to be
99 sources = null;
133 // Un-cache sources, in case someone has already called getSources().
134 sources = null;
152 // Un-cache sources, in case someone has already called getSources().
153 sources = null;
198 * Gets sources. Constructed lazily from phi operand data structures and
201 * @return {@code non-null;} sources list
205 if (sources != null)
    [all...]
  /bionic/libc/kernel/tools/
update_all.py 52 sources = [] variable
61 sources.append( "%s/%s" % (root,file) )
73 for path in sources:
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
PlainInsn.java 37 * @param sources {@code non-null;} specs for all the sources
40 RegisterSpec result, RegisterSpecList sources) {
41 super(opcode, position, result, sources);
99 RegisterSpecList sources = getSources(); local
100 int szSources = sources.size();
106 TypeBearer lastType = sources.get(szSources - 1).getTypeBearer();
114 RegisterSpecList newSources = sources.withoutLast();
133 RegisterSpecList sources) {
137 sources);
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
PlainInsn.java 38 * @param sources {@code non-null;} specs for all the sources
41 RegisterSpec result, RegisterSpecList sources) {
42 super(opcode, position, result, sources);
100 RegisterSpecList sources = getSources(); local
101 int szSources = sources.size();
107 TypeBearer lastType = sources.get(szSources - 1).getTypeBearer();
111 TypeBearer firstType = sources.get(0).getTypeBearer();
114 RegisterSpecList newSources = sources.withoutFirst();
125 RegisterSpecList newSources = sources.withoutLast()
    [all...]

Completed in 5207 milliseconds

1 2 3 4 5 6 7 8 91011