Searched
full:processor (Results
251 -
275 of
3906) sorted by null
<<11121314151617181920>>
/external/google-breakpad/src/tools/mac/ |
tools_mac.gypi | 51 '../processor/processor.gyp:processor',
|
/external/skia/src/gpu/batches/ |
GrVertexBatch.h | 71 // primitive processor. All the draws in a DrawArray share a primitive processor and use the 79 // may use a different primitive processor.
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/ |
ProcessorBase.java | 24 * A base processor class. One instance processes vCard one import/export request (imports a given 28 * {@link #cancel(boolean)}. Users can check the processor's status using {@link #isCancelled()} 37 * @return the type of the processor. Must be {@link VCardService#TYPE_IMPORT} or
|
/external/llvm/utils/TableGen/ |
CodeGenSchedule.h | 109 /// Writes and ReadDefs are empty. ProcIndices contains 0 for any processor. 113 /// subtargets. ProcIndices contains 0 for any processor. 116 /// SchedWrites and SchedReads per-processor. InstrClassMap should map the same 125 /// itinerary class. Each inherits the processor index from the ItinRW record 134 // Sorted list of ProcIdx, where ProcIdx==0 implies any processor. 161 // Processor model. 165 // ModelDef is NULL for inferred Models. This happens when a processor defines 166 // an itinerary but no machine model. If the processor defines neither a machine 174 // ItinDefList orders this processor's InstrItinData records by SchedClass idx. 184 // This list is empty if the Processor has no value for Itineraries [all...] |
/external/llvm/include/llvm/Support/ |
ELF.h | 10 // This header contains common, non-processor-specific data structures and 71 Elf32_Word e_flags; // Processor-specific flags 116 ET_LOPROC = 0xff00, // Beginning of processor-specific codes 117 ET_HIPROC = 0xffff // Processor-specific 163 EM_IA_64 = 50, // Intel IA-64 processor architecture 169 EM_NCPU = 56, // Sony nCPU embedded RISC processor 171 EM_STARCORE = 58, // Motorola Star*Core processor 172 EM_ME16 = 59, // Toyota ME16 processor 173 EM_ST100 = 60, // STMicroelectronics ST100 processor 174 EM_TINYJ = 61, // Advanced Logic Corp. TinyJ embedded processor famil [all...] |
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
acpi.h | 22 #include <asm/processor.h>
|
tsc.h | 21 #include <asm/processor.h>
|
/external/autotest/client/site_tests/platform_AesThroughput/ |
control | 7 PURPOSE = "Benchmark processor performance using OpenSSL using AES options."
|
/external/autotest/client/site_tests/power_CPUIdle/ |
control | 7 PURPOSE = "Ensure the processor drops into idle state when it is idle."
|
/external/google-breakpad/src/processor/ |
module_comparer.h | 46 #include "processor/basic_source_line_resolver_types.h" 47 #include "processor/fast_source_line_resolver_types.h" 48 #include "processor/module_serializer.h" 49 #include "processor/windows_frame_info.h"
|
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ |
Processor.java | 23 public interface Processor {
|
/external/llvm/docs/HistoricalNotes/ |
2001-04-16-DynamicCompilation.txt | 32 evolve, and each implementation of an ISA (a processor) must choose a set 34 With every new processor introduced, the vendor faces two fundamental 35 problems: First, there is a lag time between when a processor is introduced 40 processor may be compiled quite sub-optimally for the current
|
/external/skia/src/gpu/glsl/ |
GrGLSLFragmentProcessor.cpp | 15 const GrFragmentProcessor& processor) { 16 this->onSetData(pdman, processor); 17 SkASSERT(fChildProcessors.count() == processor.numChildProcessors()); 19 fChildProcessors[i]->setData(pdman, processor.childProcessor(i));
|
GrGLSLProgramBuilder.h | 72 // fragment processor. Only used if the outputs are explicitly declared in the shaders 103 // reset is called by program creator between each processor's emit code. It increments the 117 // Each output to the fragment processor gets its own code section 148 virtual void emitSamplers(const GrProcessor& processor,
|
/external/valgrind/coregrind/m_gdbserver/ |
powerpc-altivec32l.xml | 8 <!-- PowerPC UISA - a PPC processor as viewed by user-level code. A UISA-only
|
powerpc-altivec64l.xml | 8 <!-- PowerPC UISA - a PPC processor as viewed by user-level code. A UISA-only
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
bwe_test.h | 34 explicit PacketProcessorRunner(PacketProcessor* processor); 37 bool RunsProcessor(const PacketProcessor* processor) const; 52 virtual void AddPacketProcessor(PacketProcessor* processor, 54 virtual void RemovePacketProcessor(PacketProcessor* processor);
|
/external/webrtc/webrtc/modules/video_processing/include/ |
video_processing_defines.h | 13 * This header file includes the definitions used in the video processor module
|
/hardware/bsp/intel/peripheral/libmraa/docs/ |
galileorevd.md | 5 Application Processor, a 32-bit Intel Pentium-class system on a chip.
|
/prebuilts/go/darwin-x86/src/cmd/dist/ |
sys_windows.go | 47 fatal("unknown processor architecture")
|
/prebuilts/go/linux-x86/src/cmd/dist/ |
sys_windows.go | 47 fatal("unknown processor architecture")
|
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm/ |
acpi.h | 22 #include <asm/processor.h>
|
tsc.h | 21 #include <asm/processor.h>
|
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm/ |
acpi.h | 22 #include <asm/processor.h>
|
tsc.h | 21 #include <asm/processor.h>
|
Completed in 990 milliseconds
<<11121314151617181920>>