/hardware/ti/omap3/dspbridge/inc/ |
DSPProcessor.h | 22 * This is the header for the DSP/BIOS Bridge processor module. 68 * Prepare for communication with a particular DSP processor, and return 69 * a processor handle for subsequent operations. 71 * uProcessor: The processor index. 74 * phProcessor: Ptr to location to store processor handle. 79 * DSP_EFAIL: Unable to attach the processor 80 * DSP_SALREADYATTACHED: Success; Processor already attached. 94 * Detach from a DSP processor and de-allocate all (GPP) resources reserved 97 * hProcessor: The processor handle. 100 * DSP_EHANDLE: Invalid processor handle [all...] |
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
DSPProcessor.h | 22 * This is the header for the DSP/BIOS Bridge processor module. 68 * Prepare for communication with a particular DSP processor, and return 69 * a processor handle for subsequent operations. 71 * uProcessor: The processor index. 74 * phProcessor: Ptr to location to store processor handle. 79 * DSP_EFAIL: Unable to attach the processor 80 * DSP_SALREADYATTACHED: Success; Processor already attached. 94 * Detach from a DSP processor and de-allocate all (GPP) resources reserved 97 * hProcessor: The processor handle. 100 * DSP_EHANDLE: Invalid processor handle [all...] |
/external/dagger2/lib/ |
auto-factory-1.0-20150915.183854-35.jar | |
auto-value-1.0.jar | |
/prebuilts/tools/common/m2/repository/com/google/auto/factory/auto-factory/1.0-beta2/ |
auto-factory-1.0-beta2.jar | |
/external/dagger2/ |
java_annotation_processors.mk | 17 # At the moment both the -processorpath and the -processor 24 # - doesn't support a comma separated list of processor class names 25 # on a single -processor option so need on option per class name. 32 # PROCESSOR_CLASSES := <list of processor class names> 43 # Specify only one processor class per -processor option as 44 # the indexing tool does not parse the -processor value as a 46 LOCAL_JAVACFLAGS += $(foreach class,$(PROCESSOR_CLASSES),-processor $(class)) 55 # Add dependency between the jar being built and the processor jars so that
|
/external/icu/icu4c/source/layout/ |
MorphTables.cpp | 57 SubtableProcessor *processor = NULL; local 62 processor = new IndicRearrangementProcessor(base, success); 66 processor = new ContextualGlyphSubstitutionProcessor(base, success); 70 processor = new LigatureSubstitutionProcessor(base, success); 77 processor = NonContextualGlyphSubstitutionProcessor::createInstance(base, success); 82 processor = new ContextualGlyphInsertionProcessor(this); 90 if (processor != NULL) { 92 processor->process(glyphStorage, success); 94 delete processor;
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
octeon-ill.l | 11 .*:23: Error: opcode not supported on this processor.* 12 .*:24: Error: opcode not supported on this processor.* 13 .*:25: Error: opcode not supported on this processor.* 14 .*:26: Error: opcode not supported on this processor.* 15 .*:27: Error: opcode not supported on this processor.* 16 .*:28: Error: opcode not supported on this processor.* 17 .*:29: Error: opcode not supported on this processor.* 18 .*:30: Error: opcode not supported on this processor.* 19 .*:31: Error: opcode not supported on this processor.* 20 .*:32: Error: opcode not supported on this processor. [all...] |
/prebuilts/tools/common/m2/repository/com/github/frankiesardo/auto-parcel-processor/0.3.1/ |
auto-parcel-processor-0.3.1.jar | |
/external/parameter-framework/upstream/remote-processor/ |
CMakeLists.txt | 29 add_library(remote-processor SHARED 37 generate_export_header(remote-processor 43 target_include_directories(remote-processor 46 # TODO: separate remote-processor's includes in half (public/private) 49 target_link_libraries(remote-processor PRIVATE pfw_utility asio ${CMAKE_THREAD_LIBS_INIT}) 51 install(TARGETS remote-processor LIBRARY DESTINATION lib RUNTIME DESTINATION bin)
|
/frameworks/base/tools/aapt2/java/ |
AnnotationProcessor_test.cpp | 27 AnnotationProcessor processor; local 28 processor.appendComment(comment); 31 processor.writeToStream(&result, ""); 38 AnnotationProcessor processor; local 39 processor.appendComment("@SystemApi This is a system API"); 42 processor.writeToStream(&result, "");
|
/external/google-breakpad/src/processor/ |
microdump_processor.cc | 30 // microdump_processor.cc: A microdump processor. 34 #include "google_breakpad/processor/microdump_processor.h" 41 #include "google_breakpad/processor/call_stack.h" 42 #include "google_breakpad/processor/microdump.h" 43 #include "google_breakpad/processor/process_state.h" 44 #include "google_breakpad/processor/stackwalker.h" 45 #include "google_breakpad/processor/stack_frame_symbolizer.h" 46 #include "processor/logging.h"
|
/external/parameter-framework/ |
LibRemoteProcessor.mk | 35 LOCAL_MODULE := libremote-processor$(PFW_NETWORKING_SUFFIX)$(SUFFIX) 38 upstream/remote-processor/RequestMessage.cpp \ 39 upstream/remote-processor/Message.cpp \ 40 upstream/remote-processor/AnswerMessage.cpp \ 41 upstream/remote-processor/RemoteProcessorServer.cpp \ 42 upstream/remote-processor/BackgroundRemoteProcessorServer.cpp 45 $(LOCAL_PATH)/upstream/remote-processor/ \ 46 $(LOCAL_PATH)/support/android/remote-processor/
|
/system/update_engine/payload_consumer/ |
filesystem_verifier_action_unittest.cc | 85 void ProcessingDone(const ActionProcessor* processor, ErrorCode code) { 88 void ProcessingStopped(const ActionProcessor* processor) { 91 void ActionCompleted(ActionProcessor* processor, 108 void StartProcessorInRunLoop(ActionProcessor* processor, 111 processor->StartProcessing(); 114 processor->StopProcessing(); 193 ActionProcessor processor; local 203 processor.set_delegate(&delegate); 204 processor.EnqueueAction(&feeder_action); 205 processor.EnqueueAction(&copier_action) 263 ActionProcessor processor; local 283 ActionProcessor processor; local 360 ActionProcessor processor; local [all...] |
/external/libgdx/gdx/src/com/badlogic/gdx/ |
InputMultiplexer.java | 22 * processor returns true, which indicates that the event was handled.
35 public void addProcessor (int index, InputProcessor processor) {
36 if (processor == null) throw new NullPointerException("processor cannot be null");
37 processors.insert(index, processor);
44 public void addProcessor (InputProcessor processor) {
45 if (processor == null) throw new NullPointerException("processor cannot be null");
46 processors.add(processor);
49 public void removeProcessor (InputProcessor processor) {
[all...] |
/external/libyuv/files/util/ |
cpuid.c | 30 // AuthenticAMD AMD processor 31 // CentaurHauls Centaur processor 32 // CyrixInstead Cyrix processor 33 // GenuineIntel Intel processor 34 // GenuineTMx86 Transmeta processor 35 // Geode by NSC National Semiconductor processor 36 // NexGenDriven NexGen processor 37 // RiseRiseRise Rise Technology processor 38 // SiS SiS SiS SiS processor 39 // UMC UMC UMC UMC processor [all...] |
/external/mockito/src/org/mockito/internal/configuration/ |
FieldAnnotationProcessor.java | 11 * Simple annotation processor interface.
|
/external/skia/include/gpu/effects/ |
GrXfermodeFragmentProcessor.h | 16 /** The color input to the returned processor is treated as the src and the passed in processor 21 /** The color input to the returned processor is treated as the dst and the passed in processor
|
/external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/ |
Icu4jTransformRules.java | 25 import com.google.currysrc.api.process.Processor; 62 public static DefaultRule createMandatoryRule(Processor processor) { 63 return new DefaultRule(processor, SourceMatchers.all(), true /* mustModify */); 66 public static DefaultRule createOptionalRule(Processor processor) { 67 return new DefaultRule(processor, SourceMatchers.all(), false /* mustModify */);
|
/external/skia/src/gpu/ |
GrProcOptInfo.h | 20 * GrProcOptInfo gathers invariant data from a set of processor stages.It is used to recognize 56 * Returns the index of the first effective color processor. If an intermediate processor 59 * the index to the first processor that will have an effect on the final output. 68 * True if the first effective processor reads its input, false otherwise. 74 * first effective processor. 79 * Returns true if any of the processor preserved by GrProcOptInfo read the frag position.
|
/external/llvm/lib/Support/ |
Host.cpp | 267 case 4: // Intel486 SL processor 275 case 1: // Pentium OverDrive processor for Pentium processor (60, 66), 277 case 2: // Pentium OverDrive processor for Pentium processor (75, 90, 280 case 3: // Pentium OverDrive processors for Intel486 processor-based 284 case 4: // Pentium OverDrive processor with MMX technology for Pentium 285 // processor (75, 90, 100, 120, 133), Pentium processor with 293 case 1: // Pentium Pro processor [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/ |
itbl-test.c | 33 static int test_reg (e_processor processor, e_type type, char *name, 105 test_reg (e_processor processor, e_type type, char *name, 111 n = itbl_get_name (processor, type, val); 114 processor, type, val); 116 printf ("name=%s found for processor=%d, type=%d, val=%d\n", 117 n, processor, type, val); 122 printf ("Error - reg val not found for processor=%d, type=%d, name=%s\n", 123 processor, type, name); 125 printf ("val=0x%x found for processor=%d, type=%d, name=%s\n", 126 v, processor, type, name) [all...] |
/external/libchrome/base/ |
cpu.h | 14 // Query information about the processor. 64 // Query the processor for CPUID information. 69 int family_; // family of the processor 70 int model_; // model of processor 71 int stepping_; // processor revision number
|
/system/update_engine/common/ |
action_unittest.cc | 45 ActionProcessor* processor() { return processor_; } function in class:chromeos_update_engine::ActionTestAction 48 ASSERT_TRUE(processor()); 49 processor()->ActionComplete(this, ErrorCode::kSuccess); 63 EXPECT_FALSE(action.processor()); 68 EXPECT_EQ(&action_processor, action.processor());
|
action_processor_unittest.cc | 48 ActionProcessor* processor() { return processor_; } function in class:chromeos_update_engine::ActionProcessorTestAction 51 ASSERT_TRUE(processor()); 52 processor()->ActionComplete(this, ErrorCode::kSuccess); 60 explicit MyActionProcessorDelegate(const ActionProcessor* processor) 61 : processor_(processor), 67 virtual void ProcessingDone(const ActionProcessor* processor, 69 EXPECT_EQ(processor_, processor); 73 virtual void ProcessingStopped(const ActionProcessor* processor) { 74 EXPECT_EQ(processor_, processor); 78 virtual void ActionCompleted(ActionProcessor* processor, [all...] |