/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/ |
itbl | 5 ; The "p<n>" represent processors of a multi-processor system.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/crx/ |
cop_insn.s | 1 # Co-Processor instructions.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/ |
x86-64-unwind.d | 20 O \(extra OS processing required\) o \(OS specific\), p \(processor specific\)
|
/toolchain/binutils/binutils-2.25/include/elf/ |
lm32.h | 48 /* Processor specific flags for the ELF header e_flags field. */
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/ |
tls-local-63.d | 15 The decoding of unwind sections for machine type Axis Communications 32-bit embedded processor is not currently supported.
|
tls-und-38.d | 16 The decoding of unwind sections for machine type Axis Communications 32-bit embedded processor is not currently supported.
|
tls-und-42.d | 16 The decoding of unwind sections for machine type Axis Communications 32-bit embedded processor is not currently supported.
|
tls-und-46.d | 16 The decoding of unwind sections for machine type Axis Communications 32-bit embedded processor is not currently supported.
|
tls-und-50.d | 16 The decoding of unwind sections for machine type Axis Communications 32-bit embedded processor is not currently supported.
|
weakref4.d | 22 The decoding of unwind sections for machine type Axis Communications 32-bit embedded processor is not currently supported.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/ |
common.d | 20 O \(extra OS processing required\) o \(OS specific\), p \(processor specific\)
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/ |
split-by-file-nacl.rd | 17 O \(extra OS processing required\) o \(OS specific\), p \(processor specific\)
|
split-by-file.rd | 17 O \(extra OS processing required\) o \(OS specific\), p \(processor specific\)
|
/external/google-breakpad/src/processor/ |
stackwalker_arm.cc | 39 #include "google_breakpad/processor/call_stack.h" 40 #include "google_breakpad/processor/memory_region.h" 41 #include "google_breakpad/processor/source_line_resolver_interface.h" 42 #include "google_breakpad/processor/stack_frame_cpu.h" 43 #include "processor/cfi_frame_info.h" 44 #include "processor/logging.h" 45 #include "processor/stackwalker_arm.h"
|
stackwalker_arm64.cc | 39 #include "google_breakpad/processor/call_stack.h" 40 #include "google_breakpad/processor/memory_region.h" 41 #include "google_breakpad/processor/source_line_resolver_interface.h" 42 #include "google_breakpad/processor/stack_frame_cpu.h" 43 #include "processor/cfi_frame_info.h" 44 #include "processor/logging.h" 45 #include "processor/stackwalker_arm64.h"
|
stackwalker_selftest.cc | 54 #include "processor/logging.h" 72 #include "google_breakpad/processor/basic_source_line_resolver.h" 73 #include "google_breakpad/processor/call_stack.h" 74 #include "google_breakpad/processor/code_module.h" 75 #include "google_breakpad/processor/memory_region.h" 76 #include "google_breakpad/processor/stack_frame.h" 77 #include "google_breakpad/processor/stack_frame_cpu.h" 90 #include "processor/stackwalker_x86.h" 93 #include "processor/stackwalker_ppc.h" 96 #include "processor/stackwalker_sparc.h [all...] |
range_map-inl.h | 42 #include "processor/range_map.h" 43 #include "processor/logging.h" 57 // The processor will hit this case too frequently with common symbol 75 // The processor hits this case too frequently with common symbol files. 95 // The processor hits this case too frequently with common symbol files.
|
/external/skia/src/gpu/vk/ |
GrVkProgram.cpp | 155 static void append_texture_bindings(const GrProcessor& processor,
157 if (int numTextures = processor.numTextures()) {
161 bindings[i] = &processor.textureAccess(i);
181 const GrFragmentProcessor& processor = pipeline.getFragmentProcessor(i);
local 182 fFragmentProcessors[i]->setData(fProgramDataManager, processor); 184 processor.coordTransforms()); 185 append_texture_bindings(processor, &textureBindings);
|
/system/connectivity/shill/shims/ |
netfilter_queue_processor.cc | 149 VLOG(2) << "Created netfilter queue processor."; 157 LOG(INFO) << "Netfilter queue processor running."; 179 VLOG(2) << "Netfilter queue processor starting."; 258 NetfilterQueueProcessor* processor = local 262 if (processor->IsIncomingPacketAllowed(packet, now)) { 281 NetfilterQueueProcessor* processor = local 284 processor->LogOutgoingPacket(packet, now);
|
/external/google-breakpad/src/tools/mac/crash_report/ |
crash_report.mm | 43 #include "google_breakpad/processor/basic_source_line_resolver.h" 44 #include "google_breakpad/processor/call_stack.h" 45 #include "google_breakpad/processor/code_module.h" 46 #include "google_breakpad/processor/minidump.h" 47 #include "google_breakpad/processor/minidump_processor.h" 48 #include "google_breakpad/processor/process_state.h" 49 #include "google_breakpad/processor/stack_frame_cpu.h" 50 #include "google_breakpad/processor/system_info.h" 51 #include "processor/pathname_stripper.h" 52 #include "processor/simple_symbol_supplier.h [all...] |
/external/llvm/include/llvm/CodeGen/ |
TargetSchedule.h | 34 // processor. 75 /// This models scheduling at each stage in the processor pipeline. 90 /// \brief Identify the processor corresponding to the current subtarget. 105 /// \brief Get a processor resource by ID for convenience. 120 // \brief Get an iterator into the processor resources consumed by this
|
/external/markdown/markdown/extensions/ |
headerid.py | 179 self.processor = HeaderIdProcessor(md.parser) 180 self.processor.md = md 181 self.processor.config = self.config 183 md.parser.blockprocessors['hashheader'] = self.processor 186 self.processor.IDs = []
|
/external/skia/src/effects/ |
SkArithmeticMode_gpu.cpp | 135 // Xfer Processor 189 static void GenKey(const GrProcessor& processor, const GrGLSLCaps& caps, 191 const ArithmeticXP& arith = processor.cast<ArithmeticXP>(); 218 const GrXferProcessor& processor) override { 219 const ArithmeticXP& arith = processor.cast<ArithmeticXP>();
|
/external/skia/src/gpu/ |
GrPrimitiveProcessor.h | 117 // If this is not set the primitive processor need not produce a color output 120 // If this is not set the primitive processor need not produce a coverage output 123 // If this is not set the primitive processor need not produce local coordinates 126 // If this flag is set then the primitive processor may produce color*coverage as 199 * processor's GL backend implementation.
|
/external/skia/src/gpu/glsl/ |
GrGLSLProgramBuilder.cpp | 37 const GrFragmentProcessor& processor = this->pipeline().getFragmentProcessor(i); local 41 processor.gatherCoordTransforms(&procCoords); 44 totalTextures += processor.numTextures(); 79 fVS.codeAppendf("// Primitive Processor %s\n", proc.name()); 177 openBrace.printf("{ // Xfer Processor: %s\n", xp.name());
|