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

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
tsc.h 21 #include <asm/processor.h>
  /external/chromium-trace/trace-viewer/tracing/tracing/extras/importer/v8/
v8_log_importer.html 216 processor: this.processTimerEvent_.bind(this)
220 processor: this.processSharedLibrary_.bind(this)
224 processor: this.processTimerEventStart_.bind(this)
228 processor: this.processTimerEventEnd_.bind(this)
232 processor: this.processCodeCreateEvent_.bind(this)
236 processor: this.processCodeMoveEvent_.bind(this)
240 processor: this.processCodeDeleteEvent_.bind(this)
244 processor: this.processTickEvent_.bind(this)
248 processor: this.processDistortion_.bind(this)
252 processor: this.processPlotRange_.bind(this
    [all...]
  /external/google-breakpad/src/build/
all.gyp 36 '../processor/processor.gyp:*',
  /external/google-breakpad/src/processor/
call_stack.cc 36 #include "google_breakpad/processor/call_stack.h"
37 #include "google_breakpad/processor/stack_frame.h"
microdump_stackwalk_machine_readable_test 33 testdata_dir=$srcdir/src/processor/testdata
38 ./src/processor/microdump_stackwalk -m $testdata_dir/microdump-${ARCH}.dmp \
microdump_stackwalk_test 33 testdata_dir=$srcdir/src/processor/testdata
38 ./src/processor/microdump_stackwalk $testdata_dir/microdump-${ARCH}.dmp \
minidump_dump_test 32 testdata_dir=$srcdir/src/processor/testdata
33 ./src/processor/minidump_dump $testdata_dir/minidump2.dmp | \
minidump_stackwalk_machine_readable_test 32 testdata_dir=$srcdir/src/processor/testdata
33 ./src/processor/minidump_stackwalk -m $testdata_dir/minidump2.dmp \
minidump_stackwalk_test 32 testdata_dir=$srcdir/src/processor/testdata
33 ./src/processor/minidump_stackwalk $testdata_dir/minidump2.dmp \
processor_tools.gypi 43 'processor',
53 'processor',
stackwalker_mips.cc 37 #include "google_breakpad/processor/call_stack.h"
38 #include "google_breakpad/processor/code_modules.h"
39 #include "google_breakpad/processor/memory_region.h"
40 #include "google_breakpad/processor/source_line_resolver_interface.h"
41 #include "google_breakpad/processor/stack_frame_cpu.h"
42 #include "processor/cfi_frame_info.h"
43 #include "processor/logging.h"
44 #include "processor/postfix_evaluator-inl.h"
45 #include "processor/stackwalker_mips.h"
46 #include "processor/windows_frame_info.h
    [all...]
  /external/guava/guava-tests/test/com/google/common/eventbus/
ReentrantEventsTest.java 71 EventProcessor processor = new EventProcessor(); local
72 bus.register(processor);
  /external/llvm/docs/HistoricalNotes/
2001-07-06-LoweringIRForCodeGen.txt 14 What I was going to suggest was that for a particular processor, we define
16 processor but have VM semantics otherwise, i.e., all operands are in SSA
  /external/parameter-framework/test/test-platform/
CMakeLists.txt 38 "${PROJECT_SOURCE_DIR}/remote-processor"
41 target_link_libraries(test-platform parameter remote-processor)
  /external/skia/src/gpu/effects/
GrCustomXfermodePriv.h 25 // Fragment Processor
56 // Xfer Processor
  /hardware/ti/omap3/dspbridge/inc/
mgrpriv.h 52 * capabilities of a DSP processor not exposed to user.
55 struct DSP_PROCESSORINFO tyBasic; /* user processor info */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
elf-em.h 30 #define EM_CRIS 76 /* Axis Communications 32-bit embedded processor */
35 #define EM_BLACKFIN 106 /* ADI Blackfin Processor */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf-em.h 30 #define EM_CRIS 76 /* Axis Communications 32-bit embedded processor */
35 #define EM_BLACKFIN 106 /* ADI Blackfin Processor */
  /art/runtime/arch/arm/
instruction_set_features_arm_test.cc 24 // Build features for a 32-bit ARM krait processor.
37 // Build features for a 32-bit ARM denver processor.
50 // Build features for a 32-bit ARMv7 processor.
76 // Build features for a 32-bit ARM with LPAE and div processor.
88 // Build features for a 32-bit ARM processor with LPAE and div flipped.
101 // Build features for a 32-bit default ARM processor.
  /art/runtime/arch/x86/
instruction_set_features_x86_test.cc 35 // Build features for a 32-bit x86 atom processor.
45 // Build features for a 32-bit x86 default processor.
55 // Build features for a 64-bit x86-64 atom processor.
71 // Build features for a 32-bit x86 silvermont processor.
81 // Build features for a 32-bit x86 default processor.
91 // Build features for a 64-bit x86-64 silvermont processor.
  /external/emma/core/java12/com/vladium/emma/data/
mergeCommand.java 115 final MergeProcessor processor = MergeProcessor.create (); local
116 processor.setAppName (IAppConstants.APP_NAME); // for log prefixing
118 processor.setDataPath (m_datapath);
119 processor.setSessionOutFile (m_outFileName);
120 processor.setPropertyOverrides (m_propertyOverrides);
122 processor.run ();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceProcessor.java 39 * A rename processor for Android resources.
51 * Creates a new rename resource processor.
120 * Returns {@code true} if the refactoring processor also updates references
122 * @return {@code true} if the refactoring processor also updates references
129 * Specifies if the refactoring processor also updates references. The
132 * @param updateReferences {@code true} if the refactoring processor should
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp 34 // Each processor has a SchedClassDesc table with an entry for each SchedClass.
226 // Gather and sort processor information
228 Records.getAllDerivedDefinitions("Processor");
231 // Begin processor table
236 // For each processor
238 // Next processor
239 Record *Processor = ProcessorList[i];
241 const std::string &Name = Processor->getValueAsString("Name");
243 Processor->getValueAsListOfDefs("Features");
248 << "\"Select the " << Name << " processor\", ";
    [all...]
  /art/runtime/
elf.h 10 // This header contains common, non-processor-specific data structures and
77 Elf32_Word e_flags; // Processor-specific flags
122 ET_LOPROC = 0xff00, // Beginning of processor-specific codes
123 ET_HIPROC = 0xffff // Processor-specific
167 EM_IA_64 = 50, // Intel IA-64 processor architecture
173 EM_NCPU = 56, // Sony nCPU embedded RISC processor
175 EM_STARCORE = 58, // Motorola Star*Core processor
176 EM_ME16 = 59, // Toyota ME16 processor
177 EM_ST100 = 60, // STMicroelectronics ST100 processor
178 EM_TINYJ = 61, // Advanced Logic Corp. TinyJ embedded processor famil
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
ViewPort.java 125 * @param processor The processor to add
129 public void addProcessor(SceneProcessor processor){
130 processors.add(processor);
136 * The processor will no longer receive events occurring to this ViewPort.
138 * @param processor The processor to remove
142 public void removeProcessor(SceneProcessor processor){
143 processors.remove(processor);
144 processor.cleanup()
    [all...]

Completed in 564 milliseconds

<<11121314151617181920>>