HomeSort by relevance Sort by last modified time
    Searched full:processor (Results 326 - 350 of 3906) sorted by null

<<11121314151617181920>>

  /external/google-breakpad/src/processor/
stackwalker_address_list_unittest.cc 41 #include "google_breakpad/processor/basic_source_line_resolver.h"
42 #include "google_breakpad/processor/call_stack.h"
43 #include "google_breakpad/processor/code_module.h"
44 #include "google_breakpad/processor/source_line_resolver_interface.h"
45 #include "google_breakpad/processor/stack_frame.h"
46 #include "processor/stackwalker_unittest_utils.h"
47 #include "processor/stackwalker_address_list.h"
simple_symbol_supplier.cc 36 #include "processor/simple_symbol_supplier.h"
48 #include "google_breakpad/processor/code_module.h"
49 #include "google_breakpad/processor/system_info.h"
50 #include "processor/logging.h"
51 #include "processor/pathname_stripper.h"
stackwalker_ppc.cc 37 #include "processor/stackwalker_ppc.h"
38 #include "google_breakpad/processor/call_stack.h"
39 #include "google_breakpad/processor/memory_region.h"
40 #include "google_breakpad/processor/stack_frame_cpu.h"
41 #include "processor/logging.h"
stackwalker_ppc64.cc 35 #include "processor/stackwalker_ppc64.h"
36 #include "google_breakpad/processor/call_stack.h"
37 #include "google_breakpad/processor/memory_region.h"
38 #include "google_breakpad/processor/stack_frame_cpu.h"
39 #include "processor/logging.h"
stackwalker_sparc.cc 37 #include "google_breakpad/processor/call_stack.h"
38 #include "google_breakpad/processor/memory_region.h"
39 #include "google_breakpad/processor/stack_frame_cpu.h"
40 #include "processor/logging.h"
41 #include "processor/stackwalker_sparc.h"
stackwalker_unittest_utils.h 46 #include "google_breakpad/processor/code_module.h"
47 #include "google_breakpad/processor/code_modules.h"
48 #include "google_breakpad/processor/memory_region.h"
49 #include "google_breakpad/processor/symbol_supplier.h"
50 #include "google_breakpad/processor/system_info.h"
stackwalker_amd64.h 45 #include "google_breakpad/processor/stackwalker.h"
46 #include "google_breakpad/processor/stack_frame_cpu.h"
47 #include "processor/cfi_frame_info.h"
stackwalker_mips.h 42 #include "google_breakpad/processor/stackwalker.h"
43 #include "google_breakpad/processor/stack_frame_cpu.h"
44 #include "processor/cfi_frame_info.h"
stackwalker_x86.h 47 #include "google_breakpad/processor/stackwalker.h"
48 #include "google_breakpad/processor/stack_frame_cpu.h"
49 #include "processor/cfi_frame_info.h"
  /external/guava/guava/src/com/google/common/io/
CharStreams.java 127 * Streams lines from a {@link Readable} object, stopping when the processor
129 * produced by the processor. Does not close {@code readable}. Note that this
131 * processor stops processing early.
137 Readable readable, LineProcessor<T> processor) throws IOException {
139 checkNotNull(processor);
144 if (!processor.processLine(line)) {
148 return processor.getResult();
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/
FileProcessor.java 57 public FileProcessor (FileProcessor processor) {
58 inputFilter = processor.inputFilter;
59 comparator = processor.comparator;
60 inputRegex.addAll(processor.inputRegex);
61 outputSuffix = processor.outputSuffix;
62 recursive = processor.recursive;
63 flattenOutput = processor.flattenOutput;
  /hardware/ti/omap3/dspbridge/inc/
dbdefs.h 29 *! 09-Feb-2004 vp Added processor ID numbers for DSP and IVA
138 /* Processor ID numbers */
170 typedef HANDLE DSP_HPROCESSOR; /* Handle to a Processor object */
173 typedef ULONG DSP_PROCFAMILY; /* Processor family */
174 typedef ULONG DSP_PROCTYPE; /* Processor type (w/in family) */
177 typedef ULONG DSP_RESOURCEMASK; /* Mask for processor resources */
233 /* Processor states */
276 STRMMODE_PROCCOPY, /* Processor(s) copy stream data payloads */
321 /* Processor Load information Values */
462 /* The DSP_PROCESSORATTRIN structure describes the attributes of a processor */
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbdefs.h 29 *! 09-Feb-2004 vp Added processor ID numbers for DSP and IVA
138 /* Processor ID numbers */
164 typedef HANDLE DSP_HPROCESSOR; /* Handle to a Processor object */
167 typedef ULONG DSP_PROCFAMILY; /* Processor family */
168 typedef ULONG DSP_PROCTYPE; /* Processor type (w/in family) */
171 typedef ULONG DSP_RESOURCEMASK; /* Mask for processor resources */
227 /* Processor states */
270 STRMMODE_PROCCOPY, /* Processor(s) copy stream data payloads */
315 /* Processor Load information Values */
451 /* The DSP_PROCESSORATTRIN structure describes the attributes of a processor */
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/docmaker/
sources.py 263 def __init__( self, processor, filename, lineno, lines ):
264 self.processor = processor
268 self.format = processor.format
315 ## SOURCE PROCESSOR CLASS
331 """Initialize a source processor."""
338 """Reset a block processor and clean up all its blocks."""
343 """Parse a C source file and add its blocks to the processor's
406 """Print all blocks in a processor."""
  /system/update_engine/common/
action.h 54 // Each action tells the processor when it has completed, which causes the
55 // Processor to execute the next action. ActionProcessor may have a delegate
96 // ActionProcessor::ActionComplete(this); to notify the processor that it's
103 // Called by the ActionProcessor to tell this Action which processor
105 void SetProcessor(ActionProcessor* processor) {
106 if (processor)
110 processor_ = processor;
122 // ActionProcessor::ActionComplete() because the processor knows this
143 // A weak pointer to the processor that owns this Action.
  /external/emma/ant/ant14/com/vladium/emma/data/
mergeTask.java 42 final MergeProcessor processor = MergeProcessor.create (); local
44 processor.setDataPath (files); files = null;
45 processor.setSessionOutFile (m_outFile != null ? m_outFile.getAbsolutePath () : null);
46 processor.setPropertyOverrides (getTaskSettings ());
48 processor.run ();
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_transform.c 117 struct tgsi_processor *processor; local
138 procType = parse.FullHeader.Processor.Processor;
150 processor = (struct tgsi_processor *) (tokens_out + 1);
151 *processor = tgsi_build_processor( procType, ctx->header );
  /external/webrtc/webrtc/modules/audio_processing/test/
audioproc_float.cc 130 rtc::scoped_ptr<AudioFileProcessor> processor; local
137 processor.reset(new WavFileProcessor(std::move(ap), std::move(in_file),
141 processor.reset(new AecDumpFileProcessor(
146 while (processor->ProcessChunk()) {
152 const auto& proc_time = processor->proc_time();
  /frameworks/base/tools/aapt2/java/
JavaClassGenerator.cpp 98 static void addAttributeFormatDoc(AnnotationProcessor* processor, Attribute* attr) {
101 processor->appendComment(
109 processor->appendComment(
115 processor->appendComment("<p>May be an integer value, such as \"<code>100</code>\".");
119 processor->appendComment(
125 processor->appendComment(
132 processor->appendComment(
137 processor->appendComment(
146 processor->appendComment(
155 processor->appendComment
458 AnnotationProcessor* processor = resourceMember->getCommentBuilder(); local
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/
DSPProcessor_OEM.c 21 * This is the source for the DSP/BIOS Bridge API processor module.
59 * DSP processor.
90 * Reset a processor and load a new base program image.
153 * Start a processor running.
179 * Stop a running processor .
  /toolchain/binutils/binutils-2.25/include/elf/
ppc.h 6 PowerPC Processor Supplement and the PowerPC Embedded Application
181 /* Processor specific flags for the ELF header e_flags field. */
188 /* Processor specific program headers, p_flags field. */
191 /* Processor specific section headers, sh_flags field. */
194 /* Processor specific section headers, sh_type field. */
  /art/runtime/gc/
task_processor.cc 26 : lock_(new Mutex("Task processor lock", kReferenceProcessorLock)), is_running_(false),
28 // Piggyback off the reference processor lock level.
29 cond_.reset(new ConditionVariable("Task processor condition", *lock_));
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorDecimalFormat.java 21 package org.apache.xalan.processor;
54 * @see org.apache.xalan.processor.StylesheetHandler#startElement
55 * @see org.apache.xalan.processor.StylesheetHandler#endElement
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
trace_time_unittest.py 19 old_proc = platform.processor
20 platform.processor = f
23 platform.processor = old_proc
  /external/libgdx/gdx/src/com/badlogic/gdx/input/
RemoteInput.java 98 if (processor != null) {
104 processor.touchDown(touchEvent.x, touchEvent.y, touchEvent.pointer, Input.Buttons.LEFT);
109 processor.touchUp(touchEvent.x, touchEvent.y, touchEvent.pointer, Input.Buttons.LEFT);
113 processor.touchDragged(touchEvent.x, touchEvent.y, touchEvent.pointer);
120 processor.keyDown(keyEvent.keyCode);
129 processor.keyUp(keyEvent.keyCode);
136 processor.keyTyped(keyEvent.keyChar);
190 InputProcessor processor = null; field in class:RemoteInput
472 public void setInputProcessor (InputProcessor processor) {
473 this.processor = processor;
    [all...]

Completed in 4115 milliseconds

<<11121314151617181920>>