HomeSort by relevance Sort by last modified time
    Searched refs:Processor (Results 51 - 75 of 225) sorted by null

1 23 4 5 6 7 8 9

  /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/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/
ShardingAnnotator.java 23 import com.google.currysrc.api.process.Processor;
40 * A {@link Processor} which applies annotations test classes to indicate how they ought to be
44 class ShardingAnnotator implements Processor {
CaptureDeprecatedElements.java 26 import com.google.currysrc.api.process.Processor;
120 private static class CaptureDeprecatedProcessor implements Processor {
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_transform.c 118 struct tgsi_processor *processor; local
139 procType = parse.FullHeader.Processor.Processor;
151 processor = (struct tgsi_processor *) (tokens_out + 1);
152 *processor = tgsi_build_processor( procType, ctx->header );
tgsi_parse.h 41 struct tgsi_processor Processor;
tgsi_parse.c 40 ctx->FullHeader.Processor = *(struct tgsi_processor *) &tokens[1];
335 return parse.FullHeader.Processor.Processor;
tgsi_sanity.c 412 uint processor = ctx->iter.processor.Processor; local
417 processor == PIPE_SHADER_GEOMETRY ||
418 processor == PIPE_SHADER_TESS_CTRL ||
419 processor == PIPE_SHADER_TESS_EVAL)) {
427 processor == PIPE_SHADER_TESS_CTRL) {
488 if (iter->processor.Processor == PIPE_SHADER_GEOMETRY &&
492 if (iter->processor.Processor == PIPE_SHADER_TESS_CTRL &
    [all...]
  /frameworks/support/work/workmanager/src/main/java/androidx/work/impl/
Processor.java 34 * A Processor can intelligently schedule and execute work on demand.
39 public class Processor implements ExecutionListener {
40 private static final String TAG = "Processor";
53 public Processor(
113 Log.d(TAG, String.format("Processor stopping %s", id));
131 Log.d(TAG, String.format("Processor cancelling %s", id));
154 * @return {@code true} if the processor has work to process.
162 * @return {@code true} if the id was enqueued in the processor.
  /frameworks/support/work/workmanager/src/main/java/androidx/work/impl/utils/
CancelWorkRunnable.java 28 import androidx.work.impl.Processor;
50 Processor processor = workManagerImpl.getProcessor(); local
51 processor.stopAndCancelWork(workSpecId);
  /external/compiler-rt/lib/tsan/rtl/
tsan_defs.h 152 struct Processor;
tsan_mman.cc 68 Processor *proc;
121 void AllocatorProcStart(Processor *proc) {
126 void AllocatorProcFinish(Processor *proc) {
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...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/crx/
cop_insn.s 1 # Co-Processor instructions.
  /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/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...]
  /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/support/jetifier/jetifier/processor/src/main/kotlin/com/android/tools/build/jetifier/processor/
Processor.kt 17 package com.android.tools.build.jetifier.processor
23 import com.android.tools.build.jetifier.processor.archive.Archive
24 import com.android.tools.build.jetifier.processor.archive.ArchiveFile
25 import com.android.tools.build.jetifier.processor.archive.ArchiveItemVisitor
26 import com.android.tools.build.jetifier.processor.transform.TransformationContext
27 import com.android.tools.build.jetifier.processor.transform.Transformer
28 import com.android.tools.build.jetifier.processor.transform.bytecode.ByteCodeTransformer
29 import com.android.tools.build.jetifier.processor.transform.metainf.MetaInfTransformer
30 import com.android.tools.build.jetifier.processor.transform.pom.PomDocument
31 import com.android.tools.build.jetifier.processor.transform.pom.PomScanne
    [all...]
  /device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/Ia32/
SecEntry.S 31 # Processor is in flat protected mode
34 # @param[in] DI 'BP': boot-strap processor, or 'AP': application processor
SecEntry.asm 38 ; Processor is in flat protected mode
41 ; @param[in] DI 'BP': boot-strap processor, or 'AP': application processor
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/Ia32/
CpuFuncs.h 204 IN UINT8 *Processor OPTIONAL
215 Processor - Processor
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/X64/
CpuFuncs.h 206 IN UINT8 *Processor OPTIONAL
217 Processor - Processor
  /frameworks/support/jetifier/jetifier/standalone/src/main/kotlin/com/android/tools/build/jetifier/standalone/
Main.kt 21 import com.android.tools.build.jetifier.processor.FileMapping
22 import com.android.tools.build.jetifier.processor.Processor
152 val processor = Processor.createProcessor(
158 processor.transform(fileMappings)
  /external/emma/core/java12/com/vladium/emma/data/
MergeProcessor.java 24 import com.vladium.emma.Processor;
35 final class MergeProcessor extends Processor
58 * NOTE: there is no setter for merge attribute because this processor
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessor.java 19 import com.vladium.emma.Processor;
31 abstract class InstrProcessor extends Processor
  /external/emma/core/java12/com/vladium/emma/report/
ReportProcessor.java 24 import com.vladium.emma.Processor;
39 final class ReportProcessor extends Processor

Completed in 1266 milliseconds

1 23 4 5 6 7 8 9