HomeSort by relevance Sort by last modified time
    Searched full:processor (Results 901 - 925 of 2996) sorted by null

<<31323334353637383940>>

  /external/v8/tools/
logreader.js 160 // Run the processor.
161 dispatch.processor.apply(this, parsedFields);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_DequantTables_s.s 40 ;// Define the processor variants supported by this file
45 ;// Guarding implementation by the processor name
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_DequantTables_s.s 40 ;// Define the processor variants supported by this file
45 ;// Guarding implementation by the processor name
  /frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.h 187 status_t updateProcessorStream(sp<ProcessorT> processor, Parameters params);
190 status_t updateProcessorStream(sp<ProcessorT> processor, Parameters params);
  /frameworks/av/services/camera/libcameraservice/api1/client2/
CaptureSequencer.cpp 62 void CaptureSequencer::setZslProcessor(wp<ZslProcessorInterface> processor) {
64 mZslProcessor = processor;
296 sp<ZslProcessorInterface> processor = mZslProcessor.promote(); local
297 if (processor != 0) {
300 processor->clearZslQueue();
364 sp<ZslProcessorInterface> processor = mZslProcessor.promote(); local
365 if (processor == 0) {
376 res = processor->pushToReprocess(mCaptureId);
  /frameworks/base/docs/html/training/improving-layouts/
smooth-scrolling.jd 77 android.os.AsyncTask} so you can enable it to run across multiple processor cores. Instead of
118 <p>Now you can easily access each view without the need for the look-up, saving valuable processor
  /frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
ProcessDataBinding.java 49 * Parent annotation processor that dispatches sub steps to ensure execution order.
159 * processor requires multiple steps.
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng.h 73 NMEA_PROVIDER_AP = 0, // Application Processor Provider of NMEA
74 NMEA_PROVIDER_MP // Modem Processor Provider of NMEA
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng.h 73 NMEA_PROVIDER_AP = 0, // Application Processor Provider of NMEA
74 NMEA_PROVIDER_MP // Modem Processor Provider of NMEA
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng.h 73 NMEA_PROVIDER_AP = 0, // Application Processor Provider of NMEA
74 NMEA_PROVIDER_MP // Modem Processor Provider of NMEA
  /hardware/qcom/gps/msm8974/loc_api/libloc_api_50001/
loc_eng.h 73 NMEA_PROVIDER_AP = 0, // Application Processor Provider of NMEA
74 NMEA_PROVIDER_MP // Modem Processor Provider of NMEA
  /libcore/luni/src/main/java/org/w3c/dom/
Entity.java 20 * <p>An XML processor may choose to completely expand entities before the
23 * <p>XML does not mandate that a non-validating XML processor read and
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
sigcontext.h 205 * supported by the processor and OS.
211 /* new processor state extensions go here */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
ucontext.h 125 /* Context to describe whole processor state. */
224 /* Context to describe whole processor state. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
hyperv.h 47 /* Access virtual processor index MSR (HV_X64_MSR_VP_INDEX) available*/
110 * than inter-processor interrupts
sigcontext.h 205 * supported by the processor and OS.
211 /* new processor state extensions go here */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
hyperv.h 47 /* Access virtual processor index MSR (HV_X64_MSR_VP_INDEX) available*/
110 * than inter-processor interrupts
sigcontext.h 205 * supported by the processor and OS.
211 /* new processor state extensions go here */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ucontext.h 125 /* Context to describe whole processor state. */
224 /* Context to describe whole processor state. */
  /system/extras/perfprofd/quipper/build/
build_config.h 10 // Processor:
88 // Processor architecture detection. For more info on what's defined, see:
  /system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/
perf.h 77 #define CPUINFO_PROC "Processor"
100 #define CPUINFO_PROC "Processor"
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTElementProcessor.java 21 package org.apache.xalan.processor;
47 * Construct a processor for top-level elements.
55 * The element definition that this processor conforms to.
138 * is sent to the current processor when any non-text event occurs.
343 System.out.println("stylesheet processor null");
  /external/google-breakpad/src/processor/
static_range_map_unittest.cc 36 #include "processor/range_map-inl.h"
37 #include "processor/static_range_map-inl.h"
38 #include "processor/simple_serializer-inl.h"
39 #include "processor/map_serializers-inl.h"
40 #include "processor/logging.h"
  /external/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 126 // class DFA: deterministic finite automaton for processor resource tracking.
342 // Collect processor itineraries.
396 // Collect processor iteraries.
406 // Get processor itinerary name.
444 // Worklist algorithm to create a DFA for processor resource tracking.
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_sanity.c 411 /* declared TGSI_FILE_INPUT's for geometry processor
414 ctx->iter.processor.Processor == TGSI_PROCESSOR_GEOMETRY) {
475 if (iter->processor.Processor == TGSI_PROCESSOR_GEOMETRY &&

Completed in 1717 milliseconds

<<31323334353637383940>>