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

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 387 ext = Extension(ext_name, build_info['sources'])
428 filenames.extend(ext.sources)
454 sources = ext.sources
455 if sources is None or type(sources) not in (ListType, TupleType):
458 "'sources' must be present and must be " +
460 sources = list(sources)
463 depends = sources + ext.depend
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 387 ext = Extension(ext_name, build_info['sources'])
428 filenames.extend(ext.sources)
454 sources = ext.sources
455 if sources is None or type(sources) not in (ListType, TupleType):
458 "'sources' must be present and must be " +
460 sources = list(sources)
463 depends = sources + ext.depend
    [all...]
  /external/chromium_org/chrome/browser/media/
native_desktop_media_list.cc 136 std::vector<SourceDescription> sources; local
152 sources.push_back(SourceDescription(DesktopMediaID(
165 sources.push_back(SourceDescription(
176 media_list_, sources));
181 for (size_t i = 0; i < sources.size(); ++i) {
182 SourceDescription& source = sources[i];
304 // Iterate through the old sources to find the removed sources.
312 // Iterate through the new sources to find the added sources
    [all...]
  /external/gtest/test/
Android.mk 76 sources := \ macro
99 $(call host-test, $(sources))
100 $(call target-test, $(sources))
  /cts/tests/tests/os/jni/
Android.mk 36 LOCAL_C_INCLUDES += ndk/sources/cpufeatures
  /development/testrunner/test_defs/
native_test.py 124 def _FilterOutMissing(self, path, sources):
125 """Filter out from the sources list missing tests.
133 sources: List of tests source path.
135 A list of relative paths to the test binaries built from the sources.
138 for f in sources:
  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
sources.mak 1 # src/mapi/mapi/sources.mak
  /external/chromium_org/third_party/skia/
PRESUBMIT.py 52 sources = lambda x: (x.LocalPath().endswith('.h') or
60 input_api, output_api, source_file_filter=sources))
  /external/chromium_org/tools/gn/
target.h 69 const FileList& sources() const { return sources_; } function in class:Target
70 FileList& sources() { return sources_; } function in class:Target
72 // Set to true when all sources are public. This is the default. In this case
header_checker.cc 175 // Files in the sources have this public bit by default.
180 const Target::FileList& sources = target->sources(); local
181 for (size_t i = 0; i < sources.size(); i++)
182 files_to_public[sources[i]] = default_public;
221 // Sometimes you have generated source files included as sources in another
266 // Assume if the file isn't declared in our sources that we don't need to
  /external/fonttools/
README.md 14 See [install.txt](https://github.com/behdad/fonttools/blob/master/Doc/install.txt) in the 'Doc' subdirectory for instructions on how to build and install TTX/FontTools from the sources.
  /external/mesa3d/src/mapi/mapi/
sources.mak 1 # src/mapi/mapi/sources.mak
  /ndk/build/tools/
build-host-awk.sh 46 AWK_SRCDIR=$ANDROID_NDK_ROOT/sources/host-tools/nawk-$AWK_VERSION
52 log "Using sources from: $AWK_SRCDIR"
build-host-sed.sh 46 SED_SRCDIR=$ANDROID_NDK_ROOT/sources/host-tools/sed-$SED_VERSION
52 log "Using sources from: $SED_SRCDIR"
build-host-toolbox.sh 17 # This shell script is used to rebuild the toolbox programs which sources
18 # are under $NDK/sources/host-tools/toolbox
84 TOOLBOX_SRCDIR=$ANDROID_NDK_ROOT/sources/host-tools/toolbox
build-host-make.sh 54 GNUMAKE_SRCDIR=$ANDROID_NDK_ROOT/sources/host-tools/make-$GNUMAKE_VERSION
60 log "Using sources from: $GNUMAKE_SRCDIR"
67 # We need to copy the sources to a temporary directory because
70 log "Copying sources to temporary directory: $TMP_SRCDIR"
72 fail_panic "Could not copy GNU Make sources to: $TMP_SRCDIR"
  /external/chromium_org/chrome/browser/history/
visit_database.h 186 VisitSourceMap* sources);
  /external/chromium_org/native_client_sdk/src/doc/
Makefile 48 @echo "Testing of doctests in the sources finished, look at the " \
  /external/chromium_org/tools/gyp/test/win/
gyptest-link-update-manifest.py 59 'sources': ['hello.cc'],
  /external/chromium_org/v8/tools/gcmole/
gcmole.lua 143 for condition, sources in
144 gyp:gmatch "'sources': %[.-### gcmole%((.-)%) ###(.-)%]" do
146 for file in sources:gmatch "'%.%./%.%./src/([^']-%.cc)'" do
149 for file in sources:gmatch "'(test-[^']-%.cc)'" do
168 local function BuildFileList(sources, props)
170 for condition, files in pairs(sources) do
178 local sources = ParseGYPFile()
181 return BuildFileList(sources, { os = 'linux',
  /external/deqp/modules/gles3/functional/
es3fShaderFragDataTests.cpp 117 glu::ProgramSources sources; local
121 sources << glu::VertexSource(
134 sources << glu::FragmentSource(string(
143 return sources;
  /frameworks/webview/chromium/
package.mk 23 # Some branches don't have the chromium sources; they shouldn't depend on
25 $(warning Chromium sources missing, skipping webview package build)
27 # Chromium sources exist, build the package.
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
BasicBlockList.java 377 RegisterSpecList sources = insn.getSources(); local
378 int sz = sources.size();
381 processReg(sources.get(i));
  /dalvik/dx/src/com/android/dx/rop/code/
BasicBlockList.java 375 RegisterSpecList sources = insn.getSources(); local
376 int sz = sources.size();
379 processReg(sources.get(i));
  /dalvik/dx/src/com/android/dx/ssa/
EscapeAnalysis.java 349 * Handles phi uses of new objects. Will merge together the sources of a phi
425 RegisterSpecList sources = use.getSources(); local
426 if (sources.get(0).getReg() == def.getReg()) {
427 int setIndex = findSetIndex(sources.get(1));
436 int setIndex = findSetIndex(sources.get(0));
568 RegisterSpecList sources; local
576 sources = use.getSources();
577 indexReg = ((CstLiteralBits) sources.get(1).getTypeBearer());
586 insertExceptionThrow(next, sources.get(1), deletedInsns);
593 sources = use.getSources()
    [all...]

Completed in 1560 milliseconds

<<11121314151617181920>>