/dalvik/dx/src/com/android/dx/ssa/ |
SCCP.java | 166 RegisterSpecList sources = insn.getSources(); local 169 int sourceSize = sources.size(); 173 int sourceReg = sources.get(i).getReg(); 242 RegisterSpecList sources = insn.getSources(); local 252 RegisterSpec specA = sources.get(0); 259 if (sources.size() == 2) { 260 RegisterSpec specB = sources.get(1); 269 if (cA != null && sources.size() == 1) { 368 RegisterSpecList sources = insn.getSources(); local 369 int regA = sources.get(0).getReg() 638 RegisterSpecList sources = insn.getSources(); local [all...] |
/developers/build/buildSrc/src/main/groovy/com/example/android/samples/build/ |
SampleGenPlugin.groovy | 27 * Creates a new sample generator task based on the supplied sources. 30 * @param sources Source tree that this task should process 36 def sources, 39 sources.each { tree ->
|
/external/libmojo/ |
build_generated_jni.mk | 10 generated_sources_dir := $(local-generated-sources-dir) 41 # Add the generated sources to the C includes.
|
build_mojom.mk | 10 $(call generated-sources-dir-for,SHARED_LIBRARIES,libmojo,,) 12 generated_sources_dir := $(local-generated-sources-dir) 75 # Add the generated sources to the C includes. 78 # Also add the generated sources to the C exports.
|
/external/mesa3d/src/mesa/drivers/dri/ |
Android.mk | 26 include $(LOCAL_PATH)/common/Makefile.sources
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs_validate.cpp | 50 for (unsigned i = 0; i < inst->sources; i++) {
|
brw_fs_cse.cpp | 160 for (int i = 0; i < a->sources; i++) { 195 a->sources == b->sources && 210 int sources, header_size; local 212 sources = inst->sources; 216 sources = written / dst_width; 221 payload = ralloc_array(bld.shader->mem_ctx, fs_reg, sources); 226 for (int i = header_size; i < sources; i++) { 230 copy = bld.LOAD_PAYLOAD(inst->dst, payload, sources, header_size) [all...] |
/external/protobuf/objectivec/google/protobuf/ |
Any.pbobjc.h | 7 #error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
|
Duration.pbobjc.h | 7 #error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
|
FieldMask.pbobjc.h | 7 #error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
|
SourceContext.pbobjc.h | 7 #error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
|
Timestamp.pbobjc.h | 7 #error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
|
/external/v8/ |
Android.d8.mk | 17 generated_sources := $(call local-generated-sources-dir) 18 # Copy js2c.py to generated sources directory and invoke there to avoid
|
Android.mkpeephole.mk | 18 generated_sources := $(call local-generated-sources-dir)
|
/frameworks/av/drm/mediacas/plugins/clearkey/ |
Android.mk | 52 $(call local-generated-sources-dir)/proto/$(LOCAL_PATH)
|
/frameworks/base/core/java/com/android/internal/inputmethod/ |
LocaleUtils.java | 145 * @param sources Source items to be filtered. 154 @NonNull List<T> sources, 167 final int sourceSize = sources.size(); 169 final Locale locale = extractor.get(sources.get(i)); 208 dest.add(sources.get(entry.mIndex));
|
/frameworks/base/tools/aapt2/process/ |
SymbolTable.h | 76 // looking up resources from a set of sources. 115 // symbol sources. 123 const ResourceName& name, const std::vector<std::unique_ptr<ISymbolSource>>& sources) = 0; 126 ResourceId id, const std::vector<std::unique_ptr<ISymbolSource>>& sources) = 0; 139 const std::vector<std::unique_ptr<ISymbolSource>>& sources) override; 141 ResourceId id, const std::vector<std::unique_ptr<ISymbolSource>>& sources) override;
|
/packages/services/Car/tools/bootio/ |
Android.mk | 36 $(call local-generated-sources-dir)/proto/$(LOCAL_PATH)
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/ |
Scan.h | 56 sources(reinterpret_cast<const unsigned char* const *>(s)), // up to this point, common usage is "char*", but now we need positive 8-bit characters 108 // N.B. Sources can have a length of 0. 120 return sources[sourceToRead][charToRead]; 140 if (sources[currentSource][chIndex] == '\n') { 249 const unsigned char* const *sources; // array of strings; must be converted to positive values on use, to avoid aliasing with -1 as EndOfInput member in class:glslang::TInputScanner
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68k/ |
m68k.exp | 61 foreach { id sources } { a { plt1.s } b { plt1-empty.s plt1.s } } { 65 $sources [list [list objdump -dr plt1-$arch.d]] \
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
Android.mk | 3 ## sources have been created from Drystone-2.1.sh with below command:
|
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/ |
UserIdentifyManagerDxe.inf | 25 [sources]
|
/external/deqp/framework/opengl/ |
gluShaderLibrary.cpp | 100 const bool isSeparable = !spec.programs.empty() && spec.programs[0].sources.separable; 165 const bool hasShader = !spec.programs[progNdx].sources.sources[shaderStageNdx].empty(); 183 else if (!spec.programs[progNdx].sources.sources[shaderStageNdx].empty()) 205 const bool hasVertex = !spec.programs[0].sources.sources[SHADERTYPE_VERTEX].empty(); 206 const bool hasFragment = !spec.programs[0].sources.sources[SHADERTYPE_FRAGMENT].empty(); [all...] |
/external/libdrm/ |
Android.mk | 33 include $(LOCAL_PATH)/Makefile.sources 83 include $(LOCAL_PATH)/Makefile.sources
|
/external/llvm/ |
llvm-gen-intrinsics.mk | 8 GENFILE := $(addprefix $(call local-generated-sources-dir)/llvm/IR/,Intrinsics.gen)
|