HomeSort by relevance Sort by last modified time
    Searched refs:sources (Results 151 - 175 of 753) sorted by null

1 2 3 4 5 67 8 91011>>

  /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
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/centrality/
current_flow_betweenness_subset.py 20 def current_flow_betweenness_centrality_subset(G,sources,targets,
38 sources: list of nodes
39 Nodes to use as sources for current
123 for ss in sources:
138 def edge_current_flow_betweenness_centrality_subset(G, sources, targets,
157 sources: list of nodes
158 Nodes to use as sources for current
245 for ss in sources:
  /external/llvm/
llvm-gen-intrinsics.mk 11 GENFILE := $(addprefix $(call local-generated-sources-dir)/llvm/IR/,Intrinsics.gen)
  /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
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPatch.cpp 52 snprintf(buffer, SIZE, "%*s- %d sources:\n", spaces, "", mPatch.num_sources);
55 if (mPatch.sources[i].type == AUDIO_PORT_TYPE_DEVICE) {
57 mPatch.sources[i].id, ConfigParsingUtils::enumToString(sDeviceTypeToEnumTable,
59 mPatch.sources[i].ext.device.type));
62 mPatch.sources[i].id, mPatch.sources[i].ext.mix.handle);
98 patch->mPatch.sources[0].id, patch->mPatch.sinks[0].id);
  /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))
101 # Find the GAbi++ sources to include them here.
109 libgabi++_sources_dir := $(strip $(wildcard $(NDK_ROOT)/sources/cxx-stl/gabi++))
111 $(error Can't find GAbi++ sources directory!!)
116 include $(libgabi++_sources_dir)/sources.mk
128 libcxxabi_sources_dir := $(strip $(wildcard $(NDK_ROOT)/sources/cxx-stl/llvm-libc++abi))
130 $(error Can't find libcxxabi sources directory!!)
135 include $(libcxxabi_sources_dir)/sources.m
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TextureHelper.java 217 * @param sources
223 public Texture mergeTextures(List<Texture> sources, MaterialContext materialContext) {
225 if(sources!=null && sources.size()>0) {
226 if(sources.size() == 1) {
227 return sources.get(0);//just return the texture
231 int width = sources.get(0).getImage().getWidth();
232 int height = sources.get(0).getImage().getHeight();
233 int depth = sources.get(0).getImage().getDepth();
235 for(Texture source : sources) {
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSScriptGroupFusion.cpp 97 int getFusedFuncSig(const std::vector<Source*>& sources,
104 for (const Source* source : sources) {
141 const std::vector<Source*>& sources,
145 int error = getFusedFuncSig(sources, slots, signature);
151 const Function* firstF = getFunction(M, sources.front(), slots.front(), nullptr);
172 const Function* lastF = getFunction(M, sources.back(), slots.back(), nullptr);
184 const std::vector<Source *>& sources,
188 bccAssert(sources.size() == slots.size() && "sources and slots differ in size");
193 getFusedFuncType(Context, sources, slots, mergedModule, &fusedFunctionSignature)
    [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...]
  /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_
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/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/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/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...]
  /external/chromium-trace/trace-viewer/build/
presubmit_checks.py 120 sources = list(s for s in input_api.AffectedFiles(include_deletes=False)
123 html_sources = [f for f in sources
125 non_html_sources = [f for f in sources
134 def _Check(input_api, license_re, sources):
136 for f in sources:
  /external/deqp/modules/glshared/
glsShaderLibraryCase.hpp 205 void specializeVertexShaders (glu::ProgramSources& dst, const std::vector<std::string>& sources, const ValueBlock& valueBlock, const std::vector<ShaderCase::CaseRequirement>& requirements) const;
206 void specializeFragmentShaders (glu::ProgramSources& dst, const std::vector<std::string>& sources, const ValueBlock& valueBlock, const std::vector<ShaderCase::CaseRequirement>& requirements) const;
207 void specializeGeometryShaders (glu::ProgramSources& dst, const std::vector<std::string>& sources, const ValueBlock& valueBlock, const std::vector<ShaderCase::CaseRequirement>& requirements) const;
208 void specializeTessControlShaders (glu::ProgramSources& dst, const std::vector<std::string>& sources, const ValueBlock& valueBlock, const std::vector<ShaderCase::CaseRequirement>& requirements) const;
209 void specializeTessEvalShaders (glu::ProgramSources& dst, const std::vector<std::string>& sources, const ValueBlock& valueBlock, const std::vector<ShaderCase::CaseRequirement>& requirements) const;
  /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/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/skia/platform_tools/android/tests/expectations/
Android.mk 23 # your sources.
25 # needed since your sources and libskia have been built with SK_DEBUG.
31 # building their sources.
  /external/libdrm/libkms/
Android.mk 29 include $(LOCAL_PATH)/Makefile.sources
  /external/llvm/tools/llvm-config/
Android.mk 24 generated_sources := $(call local-generated-sources-dir)
  /external/v8/test/cctest/compiler/
test-linkage.cc 55 const char* sources[] = {"(function() { })", "(function(a) { })", local
61 *v8::Handle<v8::Function>::Cast(CompileRun(sources[i])));
  /frameworks/base/tools/aapt2/
Android.mk 27 sources := \ macro
116 LOCAL_SRC_FILES := $(sources)

Completed in 661 milliseconds

1 2 3 4 5 67 8 91011>>