HomeSort by relevance Sort by last modified time
    Searched full:processor (Results 326 - 350 of 2996) 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/skia/src/effects/gradients/
SkTwoPointConicalGradient_gpu.cpp 290 const GrProcessor& processor) {
291 INHERITED::setData(pdman, processor);
292 const Edge2PtConicalEffect& data = processor.cast<Edge2PtConicalEffect>();
311 void GLEdge2PtConicalEffect::GenKey(const GrProcessor& processor,
313 b->add32(GenBaseGradientKey(processor));
512 GLFocalOutside2PtConicalEffect::GLFocalOutside2PtConicalEffect(const GrProcessor& processor)
516 const FocalOutside2PtConicalEffect& data = processor.cast<FocalOutside2PtConicalEffect>();
570 const GrProcessor& processor) {
571 INHERITED::setData(pdman, processor);
572 const FocalOutside2PtConicalEffect& data = processor.cast<FocalOutside2PtConicalEffect>()
980 GrFragmentProcessor* processor; local
1220 GrFragmentProcessor* processor; local
    [all...]
  /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/skia/include/gpu/
GrXferProcessor.h 159 * the draw with this xfer processor. If this function is called, the xfer processor may change
232 /** Returns true if this and other processor conservatively draw identically. It can only return
233 true when the two processor are of the same subclass (i.e. they return the same object from
236 A return value of true from isEqual() should not be used to test whether the processor would
271 * processor's GL backend implementation.
287 * Retrieves the hardware blend state required by this Xfer processor. The BlendInfo struct
288 * comes initialized to default values, so the Xfer processor only needs to set the state it
339 * This function returns known information about the output of the xfer processor produced by
  /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/llvm/include/llvm/CodeGen/
TargetSchedule.h 34 // processor.
72 /// This models scheduling at each stage in the processor pipeline.
81 /// \brief Identify the processor corresponding to the current subtarget.
96 /// \brief Get a processor resource by ID for convenience.
111 // \brief Get an iterator into the processor resources consumed by this
  /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/parameter-framework/remote-processor/
RemoteProcessorServer.cpp 62 error = "Could not create a pipe for remote processor communication: ";
81 error = "Could not create a remote processor thread: ";
104 std::cerr << "Could not query command processor thread to terminate: "
113 std::cout << "Could not join with remote processor thread: "
164 std::cerr << "Remote processor could not receive exit request"
  /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 .
  /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/markdown/markdown/
blockparser.py 90 for processor in self.blockprocessors.values():
91 if processor.test(parent, blocks[0]):
92 processor.run(parent, blocks)
  /external/skia/src/gpu/
GrProcessor.cpp 23 * Originally these were both in the processor unit test header, but then it seemed to cause linker
59 SkFAIL("Wrong number of fragment processor factories!");
66 SkFAIL("Wrong number of geometry processor factories!");
  /external/skia/src/gpu/effects/
GrConstColorProcessor.cpp 41 void setData(const GrGLProgramDataManager& pdm, const GrProcessor& processor) override {
42 GrColor color = processor.cast<GrConstColorProcessor>().color();
44 // illegal to use this processor with unpremul colors. So we correctly handle the case
  /frameworks/av/services/camera/libcameraservice/api1/client2/
CaptureSequencer.h 52 void setZslProcessor(wp<ZslProcessorInterface> processor);
69 // Notification from the frame processor
72 // Notifications from the JPEG processor
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PhotoLoadingTestCase.java 47 PhotoProcessor processor = newPhotoProcessor(original, false); local
49 photoMap.put(PhotoSize.DISPLAY_PHOTO, processor.getDisplayPhotoBytes());
50 photoMap.put(PhotoSize.THUMBNAIL, processor.getThumbnailPhotoBytes());

Completed in 1069 milliseconds

<<11121314151617181920>>