/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 107 $(call ndk_log,Rebuilding STLport libraries from sources)
|
/dalvik/dx/src/com/android/dx/ssa/back/ |
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...] |
/development/ndk/platforms/android-9/samples/native-activity/ |
Android.mk | 36 $(TOPDIR)development/ndk/sources/android/native_app_glue 40 ../../../../sources/android/native_app_glue/android_native_app_glue.c
|
/external/chromium_org/build/android/gyp/ |
emma_instr.py | 47 option_parser.add_option('--sources-file', 48 help='File to create with the list of sources.') 54 option_parser.add_option('--sources', 55 help='Space separated list of sources.') 69 Also removes any old coverage/sources file. 108 sources_string: String generated from gyp containing the list of sources. 109 sources_file: File into which to write the JSON list of sources. 110 src_root: Root which sources added to the file should be relative to. 116 sources = build_utils.ParseGypList(sources_string) 118 for s in sources [all...] |
/external/chromium_org/chrome/browser/extensions/api/log_private/ |
filter_handler.cc | 47 return IsValidField(filter_.sources, source);
|
/external/chromium_org/chrome/browser/media/ |
native_desktop_media_list.h | 26 // types of sources the model should be populated with (e.g. it will only 46 // Struct used to represent sources list the model gets from the Worker. 54 // Order comparator for sources. Used to sort list of sources. 62 // OnSourcesList() with the fresh list of sources, then follows with 65 void OnSourcesList(const std::vector<SourceDescription>& sources); 88 // An object that does all the work of getting list of sources on a background 93 // Current list of sources.
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
template_renderer.py | 11 '''Renders templates with the server's available data sources.
|
/external/chromium_org/extensions/renderer/ |
user_script_scheduler.cc | 227 std::vector<blink::WebScriptSource> sources; local 228 sources.push_back(source); 234 isolated_world_id, &sources.front(), 235 sources.size(), EXTENSION_GROUP_CONTENT_SCRIPTS, &results);
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
dsc_info.py | 30 for filename in target['SOURCES']: 40 parser.add_option('-s', '--sources', 52 if options.sources:
|
/external/chromium_org/third_party/libxml/src/ |
genUnicode.py | 17 sources = "Blocks-4.0.1.txt UnicodeData-4.0.1.txt" variable 34 (blockfile, catfile) = string.split(sources) 221 * Sources: %s 236 """ % (webpage, date, sources)); 248 * Sources: %s 278 """ % (webpage, date, sources));
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/ |
Makefile | 7 include Makefile.sources
|
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/ |
benchmark.cc | 59 std::vector<const VideoSource*> sources; local 63 sources.push_back(new const VideoSource(webrtc::test::ProjectRootPath() + 65 // sources.push_back(new const VideoSource(webrtc::test::ProjectRootPath() + 92 for (it = sources.begin() ; it < sources.end(); it++)
|
/external/chromium_org/tools/gn/ |
operators_unittest.cc | 40 // Set up "sources" with an empty list. 41 const char sources[] = "sources"; local 42 setup.scope()->SetValue(sources, Value(NULL, Value::LIST), NULL); 50 // Append to the sources variable. 51 Token identifier_token(Location(), Token::IDENTIFIER, sources); local 87 // The sources variable in the scope should now have: [ 5, "good", "good" ] 88 const Value* value = setup.scope()->GetValue(sources);
|
/external/deqp/modules/gles2/functional/ |
es2fShaderFragDataTests.cpp | 117 glu::ProgramSources sources; local 121 sources << glu::VertexSource( 134 sources << glu::FragmentSource(string( 143 return sources;
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/ |
FirstFitLocalCombiningAllocator.java | 443 * Handles all insns that want a register range for their sources. 717 * @param insn {@code non-null;} insn whos sources to process 722 RegisterSpecList sources = insn.getSources(); local 723 int szSources = sources.size(); 727 RegisterSpec source = sources.get(i); 756 if (-1 != sources.indexOfRegister(similarReg)) { 769 * instruction's sources. First, try to center the range around 770 * sources that have already been mapped to rop registers. If that fails, 773 * @param insn {@code non-null;} the insn whose sources need to 778 RegisterSpecList sources = insn.getSources() local 917 RegisterSpecList sources = insn.getSources(); local 1021 RegisterSpecList sources = insn.getSources(); local [all...] |
/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
|
/external/mesa3d/src/gallium/auxiliary/ |
Android.mk | 27 include $(LOCAL_PATH)/Makefile.sources 37 # generate sources
|
Makefile | 7 include Makefile.sources
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
Rops.java | [all...] |
/dalvik/dx/src/com/android/dx/rop/code/ |
Rops.java | [all...] |
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
Rops.java | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/ |
build-lucid-multilib-toolchain.sh | 318 Usage: $PROGNAME [options] [<path-to-toolchain-sources>] 328 You can provide the path to a local copy of the toolchain sources repository 329 as a first parameter. If you don't, the sources will be downloaded and 364 echo " --git-date=<date> Specify specific git date when download sources [none]" 365 echo " --git-branch=<name> Specify which branch to use when downloading the sources [$GIT_BRANCH]" 411 # Location where we will download the toolchain sources 439 # A file that will contain details about all the sources used to generate 442 SOURCES_LIST=$WORK_DIR/SOURCES 454 # Empty the SOURCES file 1226 # $2: path to SOURCES fil [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/ |
build-lucid-multilib-toolchain.sh | 318 Usage: $PROGNAME [options] [<path-to-toolchain-sources>] 328 You can provide the path to a local copy of the toolchain sources repository 329 as a first parameter. If you don't, the sources will be downloaded and 364 echo " --git-date=<date> Specify specific git date when download sources [none]" 365 echo " --git-branch=<name> Specify which branch to use when downloading the sources [$GIT_BRANCH]" 411 # Location where we will download the toolchain sources 439 # A file that will contain details about all the sources used to generate 442 SOURCES_LIST=$WORK_DIR/SOURCES 454 # Empty the SOURCES file 1226 # $2: path to SOURCES fil [all...] |
/external/deqp/modules/gles3/functional/ |
es3fShaderApiTests.cpp | 107 void setShaderSources (glu::Shader& shader, const ShaderSources& sources) 109 std::vector<const char*> cStrings (sources.strings.size(), 0); 111 for (size_t ndx = 0; ndx < sources.strings.size(); ndx++) 112 cStrings[ndx] = sources.strings[ndx].c_str(); 114 if (sources.lengths.size() > 0) 115 shader.setSources((int)cStrings.size(), &cStrings[0], &sources.lengths[0]); 724 void insertRandomNullTermStrings (ShaderSources& sources) 727 std::vector<int> indices (sources.strings.size(), 0); 729 DE_ASSERT(sources.lengths.size() > 0); 730 DE_ASSERT(sources.lengths.size() == sources.strings.size()) 789 ShaderSources sources; local 1236 const glu::ProgramSources sources = glu::makeVtxFragSources(vertSrc, fragSrc); local 1361 const glu::ProgramSources sources = glu::makeVtxFragSources(vertSrc, fragSrc); local [all...] |
/external/qemu/distrib/ |
package-release.sh | 3 # This script is used to rebuild all emulator binaries from sources 99 log "Copying git sources from $SRCDIR to $DSTDIR" 126 PKG_FILE_PREFIX=${PKG_FILE_BASENAME%%-sources.tar.bz2} 138 dump "Copying sources to Darwin host: $HOST" 221 --sources) 258 Use --sources option to also generate a source tarball. 261 binaries on a remote host through ssh. Note that this forces --sources 275 --sources Also create sources package. 325 log "Auto-config: --sources (remote Darwin build). [all...] |