HomeSort by relevance Sort by last modified time
    Searched defs:Processor (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/
Processor.java 23 public interface Processor {
  /external/markdown/markdown/
postprocessors.py 14 class Processor:
19 class Postprocessor(Processor):
treeprocessors.py 8 class Processor:
13 class Treeprocessor(Processor):
preprocessors.py 16 class Processor:
21 class Preprocessor (Processor):
  /prebuilts/tools/common/m2/repository/org/reactivestreams/reactive-streams/1.0.0/
reactive-streams-1.0.0.jar 
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
MultiThread.h 36 INT8 *Processor;
75 INT8 *Processor,
FWVolume.c 53 char *Processor;
68 char *Processor; // only needed for duplicate basename check
283 char *Processor,
304 Processor - the target processor which the FV is being built for
361 // Create the file path. Something like $(BUILD_DIR)\$(PROCESSOR)\$(GUID)-$(BASE_NAME).ext
365 sprintf (Str, "%s\\%s\\%s.%s", Sym, Processor, Name, FFSExt);
367 sprintf (Str, "%s\\%s\\%s%s", Sym, Processor, Name, FFSExt);
376 // any duplicate basenames. If the base name and processor match, then we'll
383 if ((Ptr->Processor != NULL) && (Processor != NULL) && (_stricmp (Processor, Ptr->Processor) == 0)) {
    [all...]
ProcessDsc.c 61 #define PROCESSOR "PROCESSOR"
489 INT8 *Processor
497 INT8 *Processor
966 dxe\drivers\vm\vm.dsc PROCESSOR=IA32 DEST_DIR=$(DEST_DIR)\xxx FV=FV1,FV2
987 INT8 *Processor;
1159 // Better have defined processor by this point.
1161 Processor = GetSymbolValue (PROCESSOR);
1162 if (Processor == NULL) {
    [all...]
  /external/emma/core/java12/com/vladium/emma/
Processor.java 7 * $Id: Processor.java,v 1.1.2.1 2004/07/16 23:32:03 vlad_r Exp $
22 abstract class Processor
93 protected Processor ()
103 // no Processor state needs validation
  /external/guice/core/src/com/google/inject/internal/
AbstractBindingProcessor.java 135 * Processor for visiting bindings. Each overriden method that wants to
138 abstract class Processor<T, V> extends DefaultBindingTargetVisitor<T, V> {
144 Processor(BindingImpl<T> binding) {
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_parse.h 41 struct tgsi_processor Processor;
  /prebuilts/tools/common/asm-tools/
asm-xml-4.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-xml-3.3.jar 
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
GdbStub.c 84 UINTN Processor;
134 DEBUG ((EFI_D_INFO, "Debug Support Protocol Processor Index %d\n", gMaxProcessorIndex));
136 // Call processor-specific init routine
139 for (Processor = 0; Processor <= gMaxProcessorIndex; Processor++) {
141 Status = DebugSupport->RegisterExceptionCallback (DebugSupport, Processor, GdbExceptionHandler, gExceptionType[Index].Exception);
147 Status = DebugSupport->RegisterPeriodicCallback (DebugSupport, Processor, GdbPeriodicCallBack);
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
Utf8.java 86 * depending on what is available on the platform. The processor is the platform-optimized
89 private static final Processor processor = field in class:Utf8
155 return processor.isValidUtf8(bytes, 0, bytes.length);
168 return processor.isValidUtf8(bytes, index, limit);
190 return processor.partialIsValidUtf8(state, bytes, index, limit);
307 return processor.encodeUtf8(in, out, offset, length);
321 return processor.isValidUtf8(buffer, buffer.position(), buffer.remaining());
334 return processor.partialIsValidUtf8(state, buffer, index, limit);
348 processor.encodeUtf8(in, out)
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
SubtargetEmitter.cpp 136 // Gather and sort processor information
138 Records.getAllDerivedDefinitions("Processor");
141 // Begin processor table
145 // For each processor
147 // Next processor
148 Record *Processor = ProcessorList[i];
150 const std::string &Name = Processor->getValueAsString("Name");
152 Processor->getValueAsListOfDefs("Features");
157 << "\"Select the " << Name << " processor\", ";
177 // End processor tabl
    [all...]
  /external/v8/src/parsing/
rewriter.cc 16 class Processor final : public AstVisitor<Processor> {
18 Processor(uintptr_t stack_limit, DeclarationScope* closure_scope,
32 Processor(Parser* parser, DeclarationScope* closure_scope, Variable* result,
87 explicit BreakableScope(Processor* processor, bool breakable = true)
88 : processor_(processor), previous_(processor->breakable_) {
89 processor->breakable_ = processor->breakable_ || breakable
    [all...]
  /frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
BlasBenchmark.java 66 mProcessor = new Processor(RenderScript.create(this), !mDemoMode);
71 // Processor is a helper thread for running the work without
73 class Processor extends Thread {
87 Processor(RenderScript rs, boolean benchmarkMode) {
230 public Processor mProcessor;
286 mProcessor = new Processor(RenderScript.create(this), !mDemoMode);
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp 41 // Each processor has a SchedClassDesc table with an entry for each SchedClass.
222 // Gather and sort processor information
224 Records.getAllDerivedDefinitions("Processor");
227 // Begin processor table
232 // For each processor
234 // Next processor
235 Record *Processor = ProcessorList[i];
237 const std::string &Name = Processor->getValueAsString("Name");
239 Processor->getValueAsListOfDefs("Features");
244 << "\"Select the " << Name << " processor\", ";
    [all...]
  /external/proguard/src/proguard/evaluation/
Processor.java 35 public class Processor
50 * Creates a new processor that operates on the given environment.
58 public Processor(Variables variables,
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 328 // A Processor represents a physical thread, or a P for Go.
333 // In Go it is tied to a P, so there are significantly fewer Processor's than
335 // A ThreadState must be wired with a Processor to handle events.
336 struct Processor {
349 // ScopedGlobalProcessor temporary setups a global processor for the current
351 // at the very thread end, when we already destroyed the thread processor.
418 // Current wired Processor, or nullptr. Required to handle any events.
419 Processor *proc1;
421 Processor *proc() { return proc1; }
423 Processor *proc()
    [all...]
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
ImageProcessingActivity2.java 121 // Message processor to handle notifications for when kernel completes
129 // UI processor it can now enqueue more work if additional updates
144 // Processor is a helper thread for running the work without
146 class Processor extends Thread {
198 Processor(RenderScript rs, boolean benchmarkMode) {
240 Processor(RenderScript rs, TextureView v, boolean benchmarkMode) {
575 public Processor mProcessor;
744 mProcessor = new Processor(RenderScript.create(this), mDisplayViewIO, !mDemoMode);
747 mProcessor = new Processor(RenderScript.create(this), !mDemoMode);
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
ImageProcessingActivityJB.java 129 // Message processor to handle notifications for when kernel completes
137 // UI processor it can now enqueue more work if additional updates
149 // Processor is a helper thread for running the work without
151 class Processor extends Thread {
194 Processor(RenderScript rs, TextureView v, boolean benchmarkMode) {
537 public Processor mProcessor;
701 mProcessor = new Processor(RenderScript.create(this), mDisplayView, !mDemoMode);
757 // Start the processor only when a non-empty list received from the intent.
  /external/jacoco/
asm-debug-all-5.0.1.jar 
  /prebuilts/misc/common/jacoco/lib/
asm-debug-all-5.0.1.jar 

Completed in 1506 milliseconds

1 2 3 4