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

1 2 3 4 5 6 7 891011>>

  /frameworks/base/media/mca/filterfw/native/core/
gl_frame.cpp 206 std::vector<const GLFrame*> sources; local
207 sources.push_back(frame);
208 GetIdentity()->Process(sources, this);
377 std::vector<const GLFrame*> sources; local
378 sources.push_back(this);
385 GetIdentity()->Process(sources, &target);
  /ndk/sources/cxx-stl/llvm-libc++/
Android.mk 16 $(call __ndk_info,WARNING: Rebuilding libc++ libraries from sources!)
40 $(call __ndk_info,WARNING: Rebuilding libc++ libraries from sources since libc++ prebuilt libraries for $(TARGET_ARCH_ABI))
43 $(call __ndk_info,WARNING: Rebuilding libc++ libraries from sources since libc++ prebuilt libraries for $(TARGET_ARCH_ABI))
100 # Find the GAbi++ sources to include them here.
108 libgabi++_sources_dir := $(strip $(wildcard $(NDK_ROOT)/sources/cxx-stl/gabi++))
110 $(error Can't find GAbi++ sources directory!!)
115 include $(libgabi++_sources_dir)/sources.mk
127 libcxxabi_sources_dir := $(strip $(wildcard $(NDK_ROOT)/sources/cxx-stl/llvm-libc++abi))
129 $(error Can't find libcxxabi sources directory!!)
134 include $(libcxxabi_sources_dir)/sources.m
    [all...]
  /frameworks/av/services/audioflinger/
PatchPanel.cpp 158 // limit number of sources to 1 for now or 2 sources for special cross hw module case.
159 // only the audio policy manager can request a patch creation with 2 sources.
177 switch (patch->sources[0].type) {
179 audio_module_handle_t srcModule = patch->sources[0].ext.device.hw_module;
219 // special case num sources == 2 -=> reuse an exiting output mix to connect to the
222 if (patch->sources[1].type != AUDIO_PORT_TYPE_MIX ||
224 patch->sources[1].ext.mix.hw_module) {
231 audioflinger->checkPlaybackThread_l(patch->sources[1].ext.mix.handle);
258 audio_devices_t device = patch->sources[0].ext.device.type
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderApiTests.cpp 90 void setShaderSources (glu::Shader& shader, const ShaderSources& sources)
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)
667 std::vector<int> indices (sources.strings.size(), 0);
669 DE_ASSERT(sources.lengths.size() > 0);
670 DE_ASSERT(sources.lengths.size() == sources.strings.size())
729 ShaderSources sources; local
    [all...]
  /ndk/toolchains/llvm-3.3/
setup.mk 20 # various sources into target object files, libraries or executables.
100 TARGET_LDLIBS := $(NDK_ROOT)/sources/android/libportable/libs/armeabi-v7a/libportable.a $(TARGET_LDLIBS)
101 TARGET_LDFLAGS += -Wl,@$(NDK_ROOT)/sources/android/libportable/libs/armeabi-v7a/libportable.wrap
111 TARGET_LDLIBS := $(NDK_ROOT)/sources/android/libportable/libs/armeabi-v7a-hard/libportable.a $(TARGET_LDLIBS)
112 TARGET_LDFLAGS += -Wl,@$(NDK_ROOT)/sources/android/libportable/libs/armeabi-v7a-hard/libportable.wrap
122 TARGET_LDLIBS := $(NDK_ROOT)/sources/android/libportable/libs/armeabi/libportable.a $(TARGET_LDLIBS)
123 TARGET_LDFLAGS += -Wl,@$(NDK_ROOT)/sources/android/libportable/libs/armeabi/libportable.wrap
133 TARGET_LDLIBS := $(NDK_ROOT)/sources/android/libportable/libs/x86/libportable.a $(TARGET_LDLIBS)
134 TARGET_LDFLAGS += -Wl,@$(NDK_ROOT)/sources/android/libportable/libs/x86/libportable.wrap
144 TARGET_LDLIBS := $(NDK_ROOT)/sources/android/libportable/libs/mips/libportable.a $(TARGET_LDLIBS
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftdbgmem.c 79 * 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 ) * count )
    [all...]
  /external/freetype/src/base/
ftdbgmem.c 79 * 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 ) * count )
    [all...]
  /external/ltrace/testsuite/lib/
ltrace.exp 188 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 $sources
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftdbgmem.c 79 * 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 ) * count )
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Sources.java 51 public class Sources extends BroadcastReceiver implements OnAccountsUpdateListener {
52 private static final String TAG = "Sources";
63 private static SoftReference<Sources> sInstance = null;
66 * Requests the singleton instance of {@link Sources} with data bound from
70 public static synchronized Sources getInstance(Context context) {
71 Sources sources = sInstance == null ? null : sInstance.get(); local
72 if (sources == null) {
73 sources = new Sources(context)
    [all...]
  /external/chromium_org/chrome/browser/history/
visit_database_unittest.cc 371 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/
make_simple.py 103 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),
  /external/chromium_org/tools/gn/
ninja_action_target_writer_unittest.cc 61 // Makes sure that we write sources as input dependencies for actions with
62 // both sources and inputs (ACTION_FOREACH treats the sources differently).
71 target.sources().push_back(SourceFile("//foo/source.txt"));
148 target.sources().push_back(SourceFile("//foo/input1.txt"));
149 target.sources().push_back(SourceFile("//foo/input2.txt"));
255 target.sources().push_back(SourceFile("//foo/input1.txt"));
256 target.sources().push_back(SourceFile("//foo/input2.txt"));
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]);
ninja_binary_target_writer.cc 133 const Target::FileList& sources = target_->sources(); local
134 object_files->reserve(sources.size());
139 for (size_t i = 0; i < sources.size(); i++) {
140 const SourceFile& input_file = sources[i];
429 for (size_t i = 0; i < dep->sources().size(); i++) {
430 SourceFileType input_file_type = GetSourceFileType(dep->sources()[i]);
436 dep, dep->sources()[i], input_file_type));
  /external/deqp/modules/glshared/
glsShaderLibraryCase.hpp 202 void specializeVertexShaders (glu::ProgramSources& dst, const std::vector<std::string>& sources, const ValueBlock& valueBlock, const std::vector<ShaderCase::CaseRequirement>& requirements) const;
203 void specializeFragmentShaders (glu::ProgramSources& dst, const std::vector<std::string>& sources, const ValueBlock& valueBlock, const std::vector<ShaderCase::CaseRequirement>& requirements) const;
204 void specializeGeometryShaders (glu::ProgramSources& dst, const std::vector<std::string>& sources, const ValueBlock& valueBlock, const std::vector<ShaderCase::CaseRequirement>& requirements) const;
205 void specializeTessControlShaders (glu::ProgramSources& dst, const std::vector<std::string>& sources, const ValueBlock& valueBlock, const std::vector<ShaderCase::CaseRequirement>& requirements) const;
206 void specializeTessEvalShaders (glu::ProgramSources& dst, const std::vector<std::string>& sources, const ValueBlock& valueBlock, const std::vector<ShaderCase::CaseRequirement>& requirements) const;
  /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();
  /dalvik/dx/src/com/android/dx/ssa/back/
RegisterAllocator.java 184 RegisterSpecList sources = insn.getSources(); local
185 int szSources = sources.size();
188 interference.add(newReg, sources.get(i).getReg());
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
check_chromevox.py 79 sources = ReadSources(roots, need_source_text=True,
87 CalcDeps(bundle, sources, tl_files)
88 bundle.Add((sources[name] for name in tl_files))
  /external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
InvalidationIntentProtocol.java 43 * Int-array-valued intent extra containing sources of objects to register for.
84 * register for the object ids with the specified sources and names.
94 ArrayList<Integer> sources = new ArrayList<Integer>(); local
98 sources.add(objectSources[i]);
104 registerIntent.putIntegerArrayListExtra(EXTRA_REGISTERED_OBJECT_SOURCES, sources);
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
RegisterAllocator.java 186 RegisterSpecList sources = insn.getSources(); local
187 int szSources = sources.size();
190 interference.add(newReg, sources.get(i).getReg());
  /external/chromium_org/third_party/skia/platform_tools/android/tests/expectations/
Android.mk 21 # your sources.
23 # needed since your sources and libskia have been built with SK_DEBUG.
29 # building their sources.
  /external/skia/platform_tools/android/tests/expectations/
Android.mk 21 # your sources.
23 # needed since your sources and libskia have been built with SK_DEBUG.
29 # building their sources.
  /external/chromium-trace/trace-viewer/
PRESUBMIT.py 49 sources = lambda x: input_api.FilterSourceFile(x, black_list=black_list)
52 source_file_filter=sources))
  /external/llvm/tools/llvm-config/
Android.mk 24 generated_sources := $(call local-generated-sources-dir)

Completed in 1174 milliseconds

1 2 3 4 5 6 7 891011>>