/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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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_ 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/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/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());
|
FirstFitLocalCombiningAllocator.java | 522 * Handles all insns that want a register range for their sources. 796 * @param insn {@code non-null;} insn whos sources to process 801 RegisterSpecList sources = insn.getSources(); local 802 int szSources = sources.size(); 806 RegisterSpec source = sources.get(i); 835 if (-1 != sources.indexOfRegister(similarReg)) { 848 * instruction's sources. First, try to center the range around 849 * sources that have already been mapped to rop registers. If that fails, 852 * @param insn {@code non-null;} the insn whose sources need to 857 RegisterSpecList sources = insn.getSources() local 1030 RegisterSpecList sources = insn.getSources(); local 1134 RegisterSpecList sources = insn.getSources(); local [all...] |
/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/gmock/test/ |
Android.mk | 76 sources := \ macro 83 $(call host-test, $(sources)) 84 $(call target-test, $(sources))
|
/toolchain/binutils/binutils-2.25/gprof/ |
Makefile.am | 42 ## Convenience var listing pure sources. 43 sources = basic_blocks.c call_graph.c cg_arcs.c cg_dfn.c \ 47 gprof_SOURCES = $(sources) flat_bl.c bsd_callg_bl.c fsf_callg_bl.c 72 POTFILES = $(sources) $(noinst_HEADERS)
|
/cts/hostsidetests/sustainedperf/shadertoy_android/jni/ |
Application.mk | 23 LOCAL_C_INCLUDES += ${ANDROID_NDK}/sources/cxx-stl/gnu-libstdc++/4.8/include
|
/external/iw/ |
Android.mk | 27 LOCAL_GENERATED_SOURCES := $(local-generated-sources-dir)/version.c
|
/external/libdrm/libkms/ |
Android.mk | 29 include $(LOCAL_PATH)/Makefile.sources
|
/external/libvpx/ |
libvpx-asm-translation.mk | 14 # The ARM assembly sources must be converted from ADS to GAS compatible format.
|
/external/llvm/tools/llvm-config/ |
Android.mk | 24 generated_sources := $(call local-generated-sources-dir)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/ |
ndk-test.sh | 49 LIBCXX_DIR=$NDK/sources/cxx-stl/llvm-libc++/libcxx
|
/ndk/sources/cxx-stl/stlport/ |
Android.mk | 10 $(call __ndk_info,WARNING: Rebuilding STLport libraries from sources!) 57 #It is much more practical to include the sources of GAbi++ in our builds 65 include $(dir $(LOCAL_PATH))/gabi++/sources.mk 105 $(call ndk_log,Rebuilding STLport libraries from sources)
|
/prebuilts/go/darwin-x86/src/cmd/gofmt/ |
doc.go | 12 By default, gofmt prints the reformatted sources to standard output. 19 Do not print reformatted sources to standard output. 25 Do not print reformatted sources to standard output. 33 Do not print reformatted sources to standard output.
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue7316.go | 9 // of the sources of etype mismatch during register allocation in 8g.
|
/prebuilts/go/linux-x86/src/cmd/gofmt/ |
doc.go | 12 By default, gofmt prints the reformatted sources to standard output. 19 Do not print reformatted sources to standard output. 25 Do not print reformatted sources to standard output. 33 Do not print reformatted sources to standard output.
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue7316.go | 9 // of the sources of etype mismatch during register allocation in 8g.
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
bwe_test.cc | 284 std::vector<VideoSource*> sources; local 291 sources.push_back(new AdaptiveVideoSource(media_flow, 30, 300, 0, 293 senders.push_back(new PacedVideoSender(&uplink_, sources.back(), bwe_type)); 391 for (VideoSource* source : sources) 481 std::vector<VideoSource*> sources; local 489 sources.push_back(new AdaptiveVideoSource(static_cast<int>(i), 30, 300, 0, 491 senders.push_back(new VideoSender(&uplink_, sources[i], bwe_type)); 544 for (VideoSource* source : sources) 558 rtc::scoped_ptr<AdaptiveVideoSource> sources[kNumFlows]; local 563 sources[kForward].reset(new AdaptiveVideoSource(kForward, 30, 300, 0, 0)) 667 rtc::scoped_ptr<AdaptiveVideoSource> sources[kNumFlows]; local 783 rtc::scoped_ptr<AdaptiveVideoSource> sources[kNumRmcatFlows]; local 875 rtc::scoped_ptr<AdaptiveVideoSource> sources[kNumFlows]; local [all...] |