/external/google-breakpad/src/processor/ |
stack_frame_symbolizer.cc | 35 #include "google_breakpad/processor/stack_frame_symbolizer.h" 40 #include "google_breakpad/processor/code_module.h" 41 #include "google_breakpad/processor/code_modules.h" 42 #include "google_breakpad/processor/source_line_resolver_interface.h" 43 #include "google_breakpad/processor/stack_frame.h" 44 #include "google_breakpad/processor/symbol_supplier.h" 45 #include "google_breakpad/processor/system_info.h" 46 #include "processor/linked_ptr.h" 47 #include "processor/logging.h"
|
stackwalker.cc | 36 #include "google_breakpad/processor/stackwalker.h" 41 #include "google_breakpad/processor/call_stack.h" 42 #include "google_breakpad/processor/code_module.h" 43 #include "google_breakpad/processor/code_modules.h" 44 #include "google_breakpad/processor/dump_context.h" 45 #include "google_breakpad/processor/stack_frame.h" 46 #include "google_breakpad/processor/stack_frame_symbolizer.h" 47 #include "google_breakpad/processor/system_info.h" 48 #include "processor/linked_ptr.h" 49 #include "processor/logging.h [all...] |
stackwalker_address_list.cc | 40 #include "google_breakpad/processor/call_stack.h" 41 #include "google_breakpad/processor/memory_region.h" 42 #include "google_breakpad/processor/source_line_resolver_interface.h" 43 #include "google_breakpad/processor/stack_frame.h" 44 #include "processor/logging.h" 45 #include "processor/stackwalker_address_list.h"
|
exploitability_unittest.cc | 37 #include "google_breakpad/processor/basic_source_line_resolver.h" 38 #include "google_breakpad/processor/minidump_processor.h" 39 #include "google_breakpad/processor/process_state.h" 40 #include "processor/simple_symbol_supplier.h" 51 "/src/processor/testdata"; 54 // Find the given dump file in <srcdir>/src/processor/testdata, process it, 61 MinidumpProcessor processor(&supplier, &resolver, true); 66 if (processor.Process(minidump_file, &state) !=
|
/external/skia/src/gpu/gl/ |
GrGLProgram.cpp | 69 static void append_texture_bindings(const GrProcessor& processor, 71 if (int numTextures = processor.numTextures()) { 75 bindings[i] = &processor.textureAccess(i); 105 const GrFragmentProcessor& processor = pipeline.getFragmentProcessor(i); local 106 fFragmentProcessors[i]->setData(fProgramDataManager, processor); 107 this->setTransformData(primProc, processor, i); 108 append_texture_bindings(processor, textureBindings); 112 const GrFragmentProcessor& processor, 115 processor.coordTransforms());
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/findUsages/ |
SmaliWordScanner.java | 39 import com.intellij.util.Processor; 87 @Override public void processWords(CharSequence fileText, Processor<WordOccurrence> processor) { 94 processClassDescriptor(fileText, lexer.getTokenStart(), lexer.getTokenEnd(), processor); 96 processor.process(new WordOccurrence(fileText, lexer.getTokenStart(), lexer.getTokenEnd(), Kind.CODE)); 104 processor.process(new WordOccurrence(fileText, tokenStart, tokenEnd, Kind.CODE)); 112 @NotNull Processor<WordOccurrence> processor) { 116 processor.process(new WordOccurrence(fileText, tokenStart, tokenEnd, Kind.CODE));
|
/external/skia/include/gpu/ |
GrFragmentProcessor.h | 37 * Similar to the above but it modulates the output r,g,b of the child processor by the input 39 * the child processor's premul color by a unpremul'ed input and produces a premul output 44 * Returns a parent fragment processor that adopts the passed fragment processor as a child. 51 * Returns a fragment processor that runs the passed in array of fragment processors in a 53 * second, etc. The output of the returned processor is the output of the last processor of the 99 /** Do any of the coordtransforms for this processor require local coords? */ 102 /** Returns true if this and other processor conservatively draw identically. It can only return 103 true when the two processor are of the same subclass (i.e. they return the same object fro [all...] |
GrProcessorUnitTest.h | 67 template <class Processor> class GrProcessorTestFactory : SkNoncopyable { 69 typedef const Processor* (*CreateProc)(GrProcessorTestData*); 76 /** Pick a random factory function and create a processor. */ 77 static const Processor* Create(GrProcessorTestData* data) { 87 /** Use factory function at Index idx to create a processor. */ 88 static const Processor* CreateIdx(int idx, GrProcessorTestData* data) { 89 GrProcessorTestFactory<Processor>* factory = (*GetFactories())[idx]; 101 static SkTArray<GrProcessorTestFactory<Processor>*, true>* GetFactories();
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
package.html | 20 <title>Xalan Processor Package.</title> 27 It registers the {@link org.apache.xalan.processor.StylesheetHandler} object 31 <p>Before parsing the XSLT input, StylesheetHandler assembles an {@link org.apache.xalan.processor.XSLTSchema}, 32 which uses {@link org.apache.xalan.processor.XSLTElementDef} 33 and {@link org.apache.xalan.processor.XSLTAttributeDef} objects to 36 {@link org.apache.xalan.processor.XSLTElementProcessor} which the
|
/external/google-breakpad/src/client/windows/unittests/ |
client_tests.gyp | 70 '<(DEPTH)/processor/basic_code_modules.cc', 71 '<(DEPTH)/processor/dump_context.cc', 72 '<(DEPTH)/processor/dump_object.cc', 73 '<(DEPTH)/processor/logging.cc', 74 '<(DEPTH)/processor/minidump.cc', 75 '<(DEPTH)/processor/pathname_stripper.cc',
|
/toolchain/binutils/binutils-2.25/gas/ |
itbl-ops.c | 23 * Herein lies the support for dynamic specification of processor 27 * "Processor instruction table specification". 34 * reg3 - mnemonic for processor's register defined in table 40 * processor/type combination. lex and yacc are used to parse 45 * 1) get information on a processor's registers and 64 * e_processor processor = e_p3 127 /* These structures define the instructions and registers for a processor. 133 e_processor processor; /* processor number */ member in struct:itbl_entry 146 /* Array of entries for each processor and entry type * 489 int processor; local 581 e_processor processor; local [all...] |
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
procinfo.h | 20 struct processor; 32 struct processor *proc;
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
RBNFPostProcessor.java | 12 * Post processor for RBNF output. 18 * @param formatter the formatter that will be using this post-processor
|
/external/icu/icu4c/source/layout/ |
GlyphPositioningTables.cpp | 28 GlyphPositioningLookupProcessor processor(base, scriptTag, languageTag, featureMap, featureMapCount, featureOrder, success); 33 processor.process(glyphStorage, glyphPositionAdjustments, rightToLeft, glyphDefinitionTableHeader, fontInstance, success);
|
GlyphSubstitutionTables.cpp | 36 GlyphSubstitutionLookupProcessor processor(base, scriptTag, languageTag, filter, featureMap, featureMapCount, featureOrder, success); 37 return processor.process(glyphStorage, NULL, rightToLeft, glyphDefinitionTableHeader, NULL, success);
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
RBNFPostProcessor.java | 11 * Post processor for RBNF output. 17 * @param formatter the formatter that will be using this post-processor
|
/external/llvm/lib/Target/SystemZ/ |
SystemZProcessors.td | 10 // Processor and feature definitions. 69 "processor-assist", "ProcessorAssist", 70 "Assume that the processor-assist facility is installed" 79 def : Processor<"generic", NoItineraries, []>; 80 def : Processor<"z10", NoItineraries, []>; 81 def : Processor<"z196", NoItineraries, 85 def : Processor<"zEC12", NoItineraries, 91 def : Processor<"z13", NoItineraries,
|
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/asm/ |
procinfo.h | 20 struct processor; 32 struct processor *proc;
|
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/asm/ |
procinfo.h | 20 struct processor; 32 struct processor *proc;
|
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/asm/ |
procinfo.h | 20 struct processor; 32 struct processor *proc;
|
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/asm/ |
procinfo.h | 20 struct processor; 32 struct processor *proc;
|
/prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/asm/ |
procinfo.h | 20 struct processor; 32 struct processor *proc;
|
/prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/asm/ |
procinfo.h | 20 struct processor; 32 struct processor *proc;
|
/prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/asm/ |
procinfo.h | 20 struct processor; 32 struct processor *proc;
|
/prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/asm/ |
procinfo.h | 20 struct processor; 32 struct processor *proc;
|