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

1 2 3 4 5 6 7 891011>>

  /frameworks/base/tools/split-select/
Android.mk 27 sources := \ macro
75 LOCAL_SRC_FILES := $(sources)
  /frameworks/opt/net/ims/src/java/com/android/ims/internal/
VideoPauseTracker.java 30 * sources.
35 * {@link ImsVideoCallProviderWrapper#resumeVideo(int, int)} methods. As a result, multiple sources
55 * Tracks the current sources of pause requests.
182 * Returns a comma separated list of sources.
184 * @param sources The sources.
185 * @return Comma separated list of sources.
187 private String sourcesToString(Collection<Integer> sources) {
189 return sources.stream()
  /hardware/broadcom/libbt/
vnd_buildcfg.mk 1 generated_sources := $(local-generated-sources-dir)
  /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);
  /prebuilts/maven_repo/bumptech/
update_repo.sh 24 $TARGET_DIR/com/github/bumptech/glide/glide/SNAPSHOT/glide-SNAPSHOT-sources.jar
28 $TARGET_DIR/com/github/bumptech/glide/disklrucache/SNAPSHOT/disklrucache-SNAPSHOT-sources.jar
32 $TARGET_DIR/com/github/bumptech/glide/gifdecoder/SNAPSHOT/gifdecoder-SNAPSHOT-sources.jar
  /external/deqp/modules/gles31/functional/
es31fNegativeTessellationTests.cpp 92 // Helper for constructing tessellation pipeline sources.
95 glu::ProgramSources sources; local
96 sources.sources[glu::SHADERTYPE_VERTEX].push_back(vertexSrc);
97 sources.sources[glu::SHADERTYPE_FRAGMENT].push_back(fragmentSrc);
100 sources.sources[glu::SHADERTYPE_TESSELLATION_CONTROL].push_back(tessCtrlSrc);
103 sources.sources[glu::SHADERTYPE_TESSELLATION_EVALUATION].push_back(tessEvalSrc)
    [all...]
  /frameworks/compile/libbcc/lib/
RSScriptGroupFusion.cpp 91 int getFusedFuncSig(const std::vector<Source*>& sources,
98 for (const Source* source : sources) {
134 const std::vector<Source*>& sources,
138 int error = getFusedFuncSig(sources, slots, signature);
144 const Function* firstF = getFunction(M, sources.front(), slots.front(), nullptr);
165 const Function* lastF = getFunction(M, sources.back(), slots.back(), nullptr);
177 const std::vector<Source *>& sources,
181 bccAssert(sources.size() == slots.size() && "sources and slots differ in size");
186 getFusedFuncType(Context, sources, slots, mergedModule, &fusedFunctionSignature)
    [all...]
  /prebuilts/go/darwin-x86/src/net/
nss.go 18 sources map[string][]nssSource // keyed by database (e.g. "hosts")
122 if conf.sources == nil {
123 conf.sources = make(map[string][]nssSource)
125 conf.sources[db] = append(conf.sources[db], nssSource{
  /prebuilts/go/linux-x86/src/net/
nss.go 18 sources map[string][]nssSource // keyed by database (e.g. "hosts")
122 if conf.sources == nil {
123 conf.sources = make(map[string][]nssSource)
125 conf.sources[db] = append(conf.sources[db], nssSource{
  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
build_ext.py 385 ext = Extension(ext_name, build_info['sources'])
426 filenames.extend(ext.sources)
452 sources = ext.sources
453 if sources is None or type(sources) not in (ListType, TupleType):
456 "'sources' must be present and must be " +
458 sources = list(sources)
461 depends = sources + ext.depends
    [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_
396 /* remove all sources */
402 for ( source = table->sources[i]; source != NULL; source = next )
408 table->sources[i] = NULL;
464 pnode = &table->sources[hash % FT_MEM_SOURCE_BUCKETS];
928 FT_MemSource* bucket = table->sources;
930 FT_MemSource* sources; local
945 sources = (FT_MemSource*)
947 table, count * (FT_Long)sizeof ( *sources ) );
    [all...]
  /external/pdfium/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_
395 /* remove all sources */
401 for ( source = table->sources[i]; source != NULL; source = next )
407 table->sources[i] = NULL;
463 pnode = &table->sources[hash % FT_MEM_SOURCE_BUCKETS];
927 FT_MemSource* bucket = table->sources;
929 FT_MemSource* sources; local
944 sources = (FT_MemSource*)
946 table, count * (FT_Long)sizeof ( *sources ) );
    [all...]
  /external/python/cpython2/Lib/distutils/command/
build_ext.py 385 ext = Extension(ext_name, build_info['sources'])
426 filenames.extend(ext.sources)
452 sources = ext.sources
453 if sources is None or type(sources) not in (ListType, TupleType):
456 "'sources' must be present and must be " +
458 sources = list(sources)
461 depends = sources + ext.depend
    [all...]
  /external/boringssl/src/tool/
digest.cc 362 std::vector<Source> sources; local
379 sources.push_back(Source(Source::STDIN));
432 sources.push_back(Source(*it));
435 if (sources.empty()) {
436 sources.push_back(Source(Source::STDIN));
442 for (auto &source : sources) {
446 for (auto &source : sources) {
  /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...]
  /art/test/971-iface-super/util-src/
generate_java.py 58 def __init__(self, sources, javac, temp_dir, classes_dir):
62 self.sources = sources
81 for f in self.sources:
89 ifaces = set(i for i in self.sources if isinstance(i, base.TestInterface))
  /frameworks/base/media/java/android/media/
AudioRecordingConfiguration.java 112 // matches the sources that return false in MediaRecorder.isSystemOnlyAudioSource(source)
128 // documented return values match the sources that return false
203 final AudioPortConfig[] sources = patch.sources(); local
204 if ((sources != null) && (sources.length > 0)) {
205 // not supporting multiple sources, so just look at the first source
206 final int devId = sources[0].port().id();
  /frameworks/base/packages/StatementService/src/com/android/statementservice/
DirectStatementService.java 105 * A String ArrayList bundle entry that stores sources that can't be verified.
188 List<String> sources = extras.getStringArrayList(EXTRA_SOURCE_ASSET_DESCRIPTORS); local
197 if (sources == null) {
214 new IsAssociatedCallable(sources, target, relation, resultReceiver), TAG));
228 public IsAssociatedCallable(List<String> sources, String target, String relation,
230 mSources = sources;
  /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/libusb/msvc/
ddk_build.cmd 33 copy target+..\..\msvc\libusb_sources sources >NUL 2>&1
85 copy ..\..\msvc\listdevs_sources sources >NUL 2>&1
105 copy ..\..\msvc\xusb_sources sources >NUL 2>&1
125 copy ..\..\..\msvc\getopt_sources sources >NUL 2>&1
137 copy ..\..\msvc\fxload_sources sources >NUL 2>&1
157 copy ..\..\msvc\hotplugtest_sources sources >NUL 2>&1
  /external/python/cpython2/PC/VS7.1/
build_ssl.py 58 def find_best_ssl_dir(sources):
60 for s in sources:
85 print "Could not find an SSL directory in '%s'" % (sources,)
  /external/vixl/tools/
clang_format.py 184 sources = []
192 sources += Find(directory, ['*.h', '*.cc'], 'traces')
193 return sources
  /external/mesa3d/src/gallium/auxiliary/
Android.mk 27 include $(LOCAL_PATH)/Makefile.sources
51 # generate sources
53 intermediates := $(call local-generated-sources-dir)
  /external/mesa3d/src/mesa/program/
Android.mk 41 include $(MESA_TOP)/src/mesa/Makefile.sources
50 intermediates := $(call local-generated-sources-dir)
52 # TODO(chadv): In Makefile.sources, move these vars to a different list so we can

Completed in 969 milliseconds

1 2 3 4 5 6 7 891011>>