Searched
full:processor (Results
351 -
375 of
2996) sorted by null
<<11121314151617181920>>
/external/android-mock/src/com/google/android/testing/mocking/ |
UsesMocksProcessor.java | 43 * Annotation Processor to generate the mocks for Android Mock. 45 * This processor will automatically create mocks for all classes 67 * Main entry point of the processor. This is called by the Annotation framework. 194 * .class files being generated by the javac call which invoked this annotation processor. 195 * In Eclipse, additional information is needed as the Eclipse annotation processor framework 197 * a FileOutputStream and the -Abin_dir processor option must be set.
|
/external/skia/src/gpu/effects/ |
GrConvolutionEffect.cpp | 47 GrGLConvolutionEffect::GrGLConvolutionEffect(const GrProcessor& processor) { 48 const GrConvolutionEffect& c = processor.cast<GrConvolutionEffect>(); 107 const GrProcessor& processor) { 108 const GrConvolutionEffect& conv = processor.cast<GrConvolutionEffect>(); 137 void GrGLConvolutionEffect::GenKey(const GrProcessor& processor, const GrGLSLCaps&, 139 const GrConvolutionEffect& conv = processor.cast<GrConvolutionEffect>();
|
/frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/ |
BlasBenchmark.java | 60 // Message processor to handle notifications for when kernel completes 74 // Processor is a helper thread for running the work without 76 class Processor extends Thread { 90 Processor(RenderScript rs, boolean benchmarkMode) { 232 public Processor mProcessor; 275 mProcessor = new Processor(RenderScript.create(this), !mDemoMode);
|
/device/lge/hammerhead/ |
gps.conf | 85 # NMEA provider (1=Modem Processor, 0=Application Processor)
|
/device/moto/shamu/ |
gps.conf | 88 # NMEA provider (1=Modem Processor, 0=Application Processor)
|
/external/google-breakpad/src/google_breakpad/processor/ |
exploitability.h | 44 #include "google_breakpad/processor/minidump.h" 45 #include "google_breakpad/processor/process_state.h"
|
microdump_processor.h | 30 // The processor for microdump (a reduced dump containing only the state of the 39 #include "google_breakpad/processor/process_result.h"
|
/external/google-breakpad/src/processor/ |
stackwalker_amd64.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 "google_breakpad/processor/system_info.h" 44 #include "processor/cfi_frame_info.h" 45 #include "processor/logging.h" 46 #include "processor/stackwalker_amd64.h"
|
static_address_map-inl.h | 39 #include "processor/static_address_map.h" 41 #include "processor/logging.h"
|
/external/markdown/markdown/ |
postprocessors.py | 14 class Processor: 19 class Postprocessor(Processor):
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_iterate.c | 41 ctx->processor = parse.FullHeader.Processor;
|
/external/parameter-framework/remote-process/ |
Android.mk | 47 $(LOCAL_PATH)/../remote-processor/ 49 common_shared_libraries := libremote-processor
|
/external/parameter-framework/test/test-platform/ |
Android.mk | 44 $(LOCAL_PATH)/../../remote-processor/ 46 common_shared_libraries := libparameter libremote-processor
|
/external/skia/src/effects/ |
SkArithmeticMode_gpu.h | 27 // Fragment Processor 71 // Xfer Processor
|
/external/skia/src/utils/ |
SkThreadUtils_win.cpp | 120 bool SkThread::setProcessorAffinity(unsigned int processor) { 134 DWORD_PTR threadAffinityMask = 1 << nth_set_bit(processor, processAffinityMask);
|
/external/webrtc/src/system_wrappers/source/spreadsortlib/ |
constants.hpp | 15 a source language processor.
31 //This should be tuned to your processor cache; if you go too large you get cache misses on bins
|
/hardware/qcom/gps/msm8960/etc/ |
gps.conf | 83 # NMEA provider (1=Modem Processor, 0=Application Processor)
|
/libcore/luni/src/main/java/org/w3c/dom/ |
EntityReference.java | 19 * processor so that characters are represented by their Unicode equivalent 20 * rather than by an entity reference. Moreover, the XML processor may
|
/external/llvm/include/llvm/Target/ |
TargetSchedule.td | 28 // processor resources and latency with each SchedReadWrite type. 109 // Define a kind of processor resource that may be common across 113 // Define a number of interchangeable processor resources. NumUnits 162 // SchedModel ties these units to a processor for any stand-alone defs 164 // attached to a processor, so SchedModel is not needed. 178 // Subtargets typically define processor resource kind and number of 232 // SchedModel ties these resources to a processor. 240 // Allow a processor to mark some scheduling classes as unsupported 249 // defined by the subtarget, and maps the SchedWrite to processor 254 // them to processor resources in one place. Then ItinRW can ma [all...] |
/prebuilts/tools/common/asm-tools/ |
asm-xml-4.0.jar | |
/external/guava/guava/src/com/google/common/io/ |
CharSource.java | 221 * {@link LineProcessor processor}. Stops when all lines have been processed or the processor 222 * returns {@code false} and returns the result produced by the processor. 225 * {@code \r\n}, does not include the line separator in the lines passed to the {@code processor} 230 * {@code processor} throws an {@code IOException} 234 public <T> T readLines(LineProcessor<T> processor) throws IOException { 235 checkNotNull(processor); 240 return CharStreams.readLines(reader, processor); 406 public <T> T readLines(LineProcessor<T> processor) throws IOException { 408 if (!processor.processLine(line)) [all...] |
/external/owasp/sanitizer/tools/findbugs/lib/ |
asm-xml-3.3.jar | |
/art/runtime/arch/arm64/ |
instruction_set_features_arm64_test.cc | 24 // Build features for an ARM64 processor.
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
apic_32.h | 26 #include <asm/processor.h>
|
irqflags_32.h | 21 #include <asm/processor-flags.h>
|
Completed in 822 milliseconds
<<11121314151617181920>>