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

1 2 3 4 5 6 78 91011>>

  /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/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/libxml2/
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/linux-tools-perf/src/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...]
  /external/skia/
PRESUBMIT.py 146 sources = lambda x: ('dm_flags.py' in x.LocalPath() or
148 for f in input_api.AffectedSourceFiles(sources):
157 sources = lambda x: (x.LocalPath().endswith('.h') or
170 input_api, output_api, source_file_filter=sources))
174 source_file_filter=sources))
  /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...]
  /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/gtest/test/
Android.mk 75 sources := \ macro
98 $(call host-test, $(sources))
99 $(call target-test, $(sources))
  /cts/tests/tests/security/jni/
Android.mk 40 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/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
  /external/vboot_reference/
Android.mk 29 # Firmware library sources needed by VbInit() call
39 # Additional firmware library sources needed by VbSelectFirmware() call
54 # Additional firmware library sources needed by VbSelectAndLoadKernel() call
119 generated_sources := $(call local-generated-sources-dir)
  /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

Completed in 765 milliseconds

1 2 3 4 5 6 78 91011>>