/external/google-breakpad/ |
D | Makefile.am | 105 includepdir = $(includedir)/$(PACKAGE)/processor 106 includep_HEADERS = $(top_srcdir)/src/processor/*.h 162 src/google_breakpad/processor/basic_source_line_resolver.h \ 163 src/google_breakpad/processor/call_stack.h \ 164 src/google_breakpad/processor/code_module.h \ 165 src/google_breakpad/processor/code_modules.h \ 166 src/google_breakpad/processor/dump_context.h \ 167 src/google_breakpad/processor/dump_object.h \ 168 src/google_breakpad/processor/exploitability.h \ 169 src/google_breakpad/processor/fast_source_line_resolver.h \ [all …]
|
D | Makefile.in | 148 @DISABLE_PROCESSOR_FALSE@ src/processor/microdump_stackwalk \ 149 @DISABLE_PROCESSOR_FALSE@ src/processor/minidump_dump \ 150 @DISABLE_PROCESSOR_FALSE@ src/processor/minidump_stackwalk 164 @DISABLE_PROCESSOR_FALSE@ src/processor/address_map_unittest \ 165 @DISABLE_PROCESSOR_FALSE@ src/processor/binarystream_unittest \ 166 @DISABLE_PROCESSOR_FALSE@ src/processor/basic_source_line_resolver_unittest \ 167 @DISABLE_PROCESSOR_FALSE@ src/processor/cfi_frame_info_unittest \ 168 @DISABLE_PROCESSOR_FALSE@ src/processor/contained_range_map_unittest \ 169 @DISABLE_PROCESSOR_FALSE@ src/processor/disassembler_x86_unittest \ 170 @DISABLE_PROCESSOR_FALSE@ src/processor/exploitability_unittest \ [all …]
|
D | Android.bp | 217 "src/processor/basic_code_modules.cc", 218 "src/processor/basic_source_line_resolver.cc", 219 "src/processor/call_stack.cc", 220 "src/processor/cfi_frame_info.cc", 221 "src/processor/disassembler_x86.cc", 222 "src/processor/dump_context.cc", 223 "src/processor/dump_object.cc", 224 "src/processor/exploitability.cc", 225 "src/processor/exploitability_linux.cc", 226 "src/processor/exploitability_win.cc", [all …]
|
/external/dagger2/lib/ |
D | auto-value-1.4.1-sources.jar | ... memoized/
com/google/auto/value/processor/
com/google/auto/value/processor |
D | auto-factory-1.0-20150915.183854-35.jar | ... .processor
com.google.auto.factory.processor.FactoryWriter$3 extends java.lang.Object ... |
D | auto-factory-1.0-20150915.183854-35-sources.jar | ... factory/
com/google/auto/factory/processor/
com/google/auto/factory/processor ... |
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Host.cpp | 137 case 4: // Intel486 SL processor in getHostCPUName() 145 case 1: // Pentium OverDrive processor for Pentium processor (60, 66), in getHostCPUName() 147 case 2: // Pentium OverDrive processor for Pentium processor (75, 90, in getHostCPUName() 150 case 3: // Pentium OverDrive processors for Intel486 processor-based in getHostCPUName() 154 case 4: // Pentium OverDrive processor with MMX technology for Pentium in getHostCPUName() 155 // processor (75, 90, 100, 120, 133), Pentium processor with in getHostCPUName() 163 case 1: // Pentium Pro processor in getHostCPUName() 166 case 3: // Intel Pentium II OverDrive processor, Pentium II processor, in getHostCPUName() 168 case 5: // Pentium II processor, model 05, Pentium II Xeon processor, in getHostCPUName() 169 // model 05, and Intel Celeron processor, model 05 in getHostCPUName() [all …]
|
/external/libxcam/xcore/ |
D | x3a_image_process_center.cpp | 45 X3aImageProcessCenter::insert_processor (SmartPtr<ImageProcessor> &processor) in insert_processor() argument 47 _image_processors.push_back (processor); in insert_processor() 48 … XCAM_LOG_INFO ("Add processor(%s) into image processor center", XCAM_STR (processor->get_name())); in insert_processor() 64 XCAM_LOG_ERROR ("process center start failed, no processor found"); in start() 71 SmartPtr<ImageProcessor> &processor = *i_pro; in start() local 72 XCAM_ASSERT (processor.ptr()); in start() 73 processor->set_callback (this); in start() 74 ret = processor->start (); in start() 76 XCAM_LOG_ERROR ("processor(%s) start failed", XCAM_STR(processor->get_name())); in start() 96 SmartPtr<ImageProcessor> &processor = *i_pro; in stop() local [all …]
|
D | image_processor.cpp | 2 * image_processor.h - 3a image processor 27 ImageProcessCallback::process_buffer_done (ImageProcessor *processor, const SmartPtr<VideoBuffer> &… in process_buffer_done() argument 28 XCAM_UNUSED (processor); in process_buffer_done() 29 XCAM_ASSERT (buf.ptr() && processor); in process_buffer_done() 34 "processor(%s) handled buffer(" XCAM_TIMESTAMP_FORMAT ") successfully", in process_buffer_done() 35 XCAM_STR(processor->get_name()), in process_buffer_done() 40 ImageProcessCallback::process_buffer_failed (ImageProcessor *processor, const SmartPtr<VideoBuffer>… in process_buffer_failed() argument 42 XCAM_ASSERT (buf.ptr() && processor); in process_buffer_failed() 47 "processor(%s) handled buffer(" XCAM_TIMESTAMP_FORMAT ") failed", in process_buffer_failed() 48 XCAM_STR(processor->get_name()), in process_buffer_failed() [all …]
|
/external/v8/src/parsing/ |
D | rewriter.cc | 16 class Processor final : public AstVisitor<Processor> { class 18 Processor(uintptr_t stack_limit, DeclarationScope* closure_scope, in Processor() function in v8::internal::Processor 32 Processor(Parser* parser, DeclarationScope* closure_scope, Variable* result, in Processor() function in v8::internal::Processor 87 explicit BreakableScope(Processor* processor, bool breakable = true) in BreakableScope() argument 88 : processor_(processor), previous_(processor->breakable_) { in BreakableScope() 89 processor->breakable_ = processor->breakable_ || breakable; in BreakableScope() 95 Processor* processor_; 114 Statement* Processor::AssignUndefinedBefore(Statement* s) { in AssignUndefinedBefore() 124 void Processor::Process(ZonePtrList<Statement>* statements) { in Process() 138 void Processor::VisitBlock(Block* node) { in VisitBlock() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86GenSubtargetInfo.inc | 88 …{ "amdfam10", "Select the amdfam10 processor", X86::FeatureSSE3 | X86::FeatureSSE4A | X86::Feature… 89 { "athlon", "Select the athlon processor", X86::Feature3DNowA | X86::FeatureSlowBTMem, 0ULL }, 90 …{ "athlon-4", "Select the athlon-4 processor", X86::FeatureSSE1 | X86::Feature3DNowA | X86::Featur… 91 …{ "athlon-fx", "Select the athlon-fx processor", X86::FeatureSSE2 | X86::Feature3DNowA | X86::Feat… 92 …{ "athlon-mp", "Select the athlon-mp processor", X86::FeatureSSE1 | X86::Feature3DNowA | X86::Feat… 93 …{ "athlon-tbird", "Select the athlon-tbird processor", X86::Feature3DNowA | X86::FeatureSlowBTMem,… 94 …{ "athlon-xp", "Select the athlon-xp processor", X86::FeatureSSE1 | X86::Feature3DNowA | X86::Feat… 95 …{ "athlon64", "Select the athlon64 processor", X86::FeatureSSE2 | X86::Feature3DNowA | X86::Featur… 96 …{ "athlon64-sse3", "Select the athlon64-sse3 processor", X86::FeatureSSE3 | X86::Feature3DNowA | X… 97 …{ "atom", "Select the atom processor", X86::FeatureSSE3 | X86::FeatureCMPXCHG16B | X86::FeatureMOV… [all …]
|
/external/autotest/client/site_tests/kernel_CheckArmErrata/ |
D | kernel_CheckArmErrata.py | 30 :return: A dictionary of dictionaries; top key is processor ID and 31 secondary key is info from cpuinfo about that processor. 34 ... '''processor : 0 35 ... model name : ARMv7 Processor rev 1 (v7l) 43 ... processor : 1 44 ... model name : ARMv7 Processor rev 1 (v7l) 62 ... "model name": "ARMv7 Processor rev 1 (v7l)", 63 ... "processor": 0}, 70 ... "model name": "ARMv7 Processor rev 1 (v7l)", 71 ... "processor": 1} [all …]
|
/external/v8/tools/testrunner/testproc/ |
D | base.py | 12 calling previous/next processor in the chain. 18 If processor ignores the test it has to return SkippedResult. 20 the previous processor it can enclose them in GroupedResult. 25 When test processor needs to modify the test or create some variants of the 26 test it creates subtests and sends them to the next processor. 29 some suffix given by test processor, e.g. its name + subtest type. 30 - processor - which created it 63 Method called by previous processor or processor pipeline creator to let 72 # during result creation (in the output processor), so the result is 80 Method called by previous processor whenever it produces new test. [all …]
|
/external/boringssl/src/crypto/ |
D | cpu-arm-linux_test.cc | 31 "Processor: ARMv7 Processory rev 0 (v71)\n" in TEST() 32 "processor: 0\n" in TEST() 35 "Processor: 1\n" in TEST() 55 "Processor : ARMv7 Processor rev 0 (v7l)\n" in TEST() 56 "processor : 0\n" in TEST() 76 "Processor : ARMv7 Processor rev 2 (v7l)\n" in TEST() 77 "processor : 0\n" in TEST() 80 "processor : 1\n" in TEST() 83 "processor : 2\n" in TEST() 86 "processor : 3\n" in TEST() [all …]
|
/external/u-boot/cmd/ |
D | remoteproc.c | 14 * print_remoteproc_list() - print all the remote processor devices 27 printf("Cannot find Remote processor class\n"); in print_remoteproc_list() 106 * do_remoteproc_load() - Load a remote processor with binary image 139 printf("Load Remote Processor %d with data@addr=0x%08lx %lu bytes:%s\n", in do_remoteproc_load() 153 * helper routines in remote processor core. by using a set of 182 printf("Remote processor is Running\n"); in do_remoteproc_wrapper() 184 printf("Remote processor is NOT Running\n"); in do_remoteproc_wrapper() 191 printf("Remote processor responds 'Pong'\n"); in do_remoteproc_wrapper() 193 printf("No response from Remote processor\n"); in do_remoteproc_wrapper() 211 "Load remote processor with provided image", [all …]
|
/external/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 60 /// X86 processor family: Intel Atom, and others 74 /// True if the processor supports X87 instructions. 77 /// True if this processor has conditional move instructions 81 /// True if the processor supports X86-64 instructions. 84 /// True if the processor supports POPCNT. 87 /// True if the processor supports SSE4A instructions. 120 /// True if the processor has the MOVBE instruction. 123 /// True if the processor has the RDRAND instruction. 126 /// Processor has 16-bit floating point conversion instructions. 129 /// Processor has FS/GS base insturctions. [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 81 /// X86 processor family: Intel Atom, and others 95 /// True if the processor supports X87 instructions. 98 /// True if this processor has NOPL instruction 102 /// True if this processor has conditional move instructions 106 /// True if the processor supports X86-64 instructions. 109 /// True if the processor supports POPCNT. 112 /// True if the processor supports SSE4A instructions. 156 /// True if the processor has the MOVBE instruction. 159 /// True if the processor has the RDRAND instruction. 162 /// Processor has 16-bit floating point conversion instructions. [all …]
|
/external/llvm/lib/Support/ |
D | Host.cpp | 315 case 4: // Intel486 SL processor in getIntelProcessorTypeAndSubtype() 326 case 1: // Pentium OverDrive processor for Pentium processor (60, 66), in getIntelProcessorTypeAndSubtype() 328 case 2: // Pentium OverDrive processor for Pentium processor (75, 90, in getIntelProcessorTypeAndSubtype() 331 case 3: // Pentium OverDrive processors for Intel486 processor-based in getIntelProcessorTypeAndSubtype() 335 case 4: // Pentium OverDrive processor with MMX technology for Pentium in getIntelProcessorTypeAndSubtype() 336 // processor (75, 90, 100, 120, 133), Pentium processor with in getIntelProcessorTypeAndSubtype() 348 case 0x01: // Pentium Pro processor in getIntelProcessorTypeAndSubtype() 351 case 0x03: // Intel Pentium II OverDrive processor, Pentium II processor, in getIntelProcessorTypeAndSubtype() 353 case 0x05: // Pentium II processor, model 05, Pentium II Xeon processor, in getIntelProcessorTypeAndSubtype() 354 // model 05, and Intel Celeron processor, model 05 in getIntelProcessorTypeAndSubtype() [all …]
|
/external/u-boot/arch/arm/include/asm/arch-s32v234/ |
D | imx-regs.h | 275 u32 cpxtype; /* Processor x Type Register */ 276 u32 cpxnum; /* Processor x Number Register */ 277 u32 cpxmaster; /* Processor x Master Number Register */ 278 u32 cpxcount; /* Processor x Count Register */ 279 u32 cpxcfg0; /* Processor x Configuration 0 Register */ 280 u32 cpxcfg1; /* Processor x Configuration 1 Register */ 281 u32 cpxcfg2; /* Processor x Configuration 2 Register */ 282 u32 cpxcfg3; /* Processor x Configuration 3 Register */ 283 u32 cp0type; /* Processor 0 Type Register */ 284 u32 cp0num; /* Processor 0 Number Register */ [all …]
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Host.cpp | 349 case 4: // Intel486 SL processor in getIntelProcessorTypeAndSubtype() 360 case 1: // Pentium OverDrive processor for Pentium processor (60, 66), in getIntelProcessorTypeAndSubtype() 362 case 2: // Pentium OverDrive processor for Pentium processor (75, 90, in getIntelProcessorTypeAndSubtype() 365 case 3: // Pentium OverDrive processors for Intel486 processor-based in getIntelProcessorTypeAndSubtype() 369 case 4: // Pentium OverDrive processor with MMX technology for Pentium in getIntelProcessorTypeAndSubtype() 370 // processor (75, 90, 100, 120, 133), Pentium processor with in getIntelProcessorTypeAndSubtype() 382 case 0x01: // Pentium Pro processor in getIntelProcessorTypeAndSubtype() 385 case 0x03: // Intel Pentium II OverDrive processor, Pentium II processor, in getIntelProcessorTypeAndSubtype() 387 case 0x05: // Pentium II processor, model 05, Pentium II Xeon processor, in getIntelProcessorTypeAndSubtype() 388 // model 05, and Intel Celeron processor, model 05 in getIntelProcessorTypeAndSubtype() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPC.td | 62 def : Processor<"generic", G3Itineraries, [Directive32]>; 63 def : Processor<"601", G3Itineraries, [Directive601]>; 64 def : Processor<"602", G3Itineraries, [Directive602]>; 65 def : Processor<"603", G3Itineraries, [Directive603]>; 66 def : Processor<"603e", G3Itineraries, [Directive603]>; 67 def : Processor<"603ev", G3Itineraries, [Directive603]>; 68 def : Processor<"604", G3Itineraries, [Directive604]>; 69 def : Processor<"604e", G3Itineraries, [Directive604]>; 70 def : Processor<"620", G3Itineraries, [Directive620]>; 71 def : Processor<"g3", G3Itineraries, [Directive7400]>; [all …]
|
/external/skqp/src/gpu/ |
D | GrFragmentProcessor.h | 52 * This assumes that the input color to the returned processor will be unpremul and that the 53 * passed processor (which becomes the returned processor's child) produces a premul output. 54 * The result of the returned processor is a premul of its input color modulated by the child 55 * processor's premul output. 61 * Returns a parent fragment processor that adopts the passed fragment processor as a child. 69 * Returns a fragment processor that premuls the input before calling the passed in fragment 70 * processor. 75 * Returns a fragment processor that calls the passed in fragment processor, and then swizzles 82 * Returns a fragment processor that runs the passed in array of fragment processors in a 84 * second, etc. The output of the returned processor is the output of the last processor of the [all …]
|
/external/skia/src/gpu/ |
D | GrFragmentProcessor.h | 52 * This assumes that the input color to the returned processor will be unpremul and that the 53 * passed processor (which becomes the returned processor's child) produces a premul output. 54 * The result of the returned processor is a premul of its input color modulated by the child 55 * processor's premul output. 61 * Returns a parent fragment processor that adopts the passed fragment processor as a child. 70 * Returns a fragment processor that premuls the input before calling the passed in fragment 71 * processor. 76 * Returns a fragment processor that calls the passed in fragment processor, and then swizzles 83 * Returns a fragment processor that runs the passed in array of fragment processors in a 85 * second, etc. The output of the returned processor is the output of the last processor of the [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | R600Processors.td | 1 //===-- R600Processors.td - R600 Processor definitions --------------------===// 70 def : Processor<"r600", R600_VLIW5_Itin, 74 def : Processor<"r630", R600_VLIW5_Itin, 78 def : Processor<"rs880", R600_VLIW5_Itin, 82 def : Processor<"rv670", R600_VLIW5_Itin, 90 def : Processor<"rv710", R600_VLIW5_Itin, 94 def : Processor<"rv730", R600_VLIW5_Itin, 98 def : Processor<"rv770", R600_VLIW5_Itin, 106 def : Processor<"cedar", R600_VLIW5_Itin, 111 def : Processor<"cypress", R600_VLIW5_Itin, [all …]
|
/external/u-boot/include/ |
D | remoteproc.h | 20 * @RPROC_INTERNAL_MEMORY_MAPPED: Remote processor uses own memory and is memory 21 * mapped to the host processor over an address range. 62 * @is_running: Check if the remote processor is running(optional) 96 * rproc_load() - load binary to a remote processor 97 * @id: id of the remote processor 106 * rproc_start() - Start a remote processor 107 * @id: id of the remote processor 114 * rproc_stop() - Stop a remote processor 115 * @id: id of the remote processor 122 * rproc_reset() - reset a remote processor [all …]
|