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

<<31323334353637383940>>

  /external/google-breakpad/src/processor/
basic_source_line_resolver_unittest.cc 38 #include "google_breakpad/processor/basic_source_line_resolver.h"
39 #include "google_breakpad/processor/code_module.h"
40 #include "google_breakpad/processor/stack_frame.h"
41 #include "google_breakpad/processor/memory_region.h"
42 #include "processor/linked_ptr.h"
43 #include "processor/logging.h"
44 #include "processor/windows_frame_info.h"
45 #include "processor/cfi_frame_info.h"
167 "/src/processor/testdata";
fast_source_line_resolver.cc 40 #include "google_breakpad/processor/fast_source_line_resolver.h"
41 #include "processor/fast_source_line_resolver_types.h"
49 #include "processor/module_factory.h"
50 #include "processor/simple_serializer-inl.h"
pathname_stripper.cc 36 #include "processor/pathname_stripper.h"
stackwalker_address_list.h 42 #include "google_breakpad/processor/stackwalker.h"
stackwalker_ppc.h 44 #include "google_breakpad/processor/stackwalker.h"
stackwalker_ppc64.h 42 #include "google_breakpad/processor/stackwalker.h"
stackwalker_sparc.h 44 #include "google_breakpad/processor/stackwalker.h"
  /external/google-breakpad/src/processor/proto/
process_state.proto 34 // processed minidump found under src/google_breakpad/processor. The
47 // See src/google_breakpad/processor/process_state.h
139 // See src/google_breakpad/processor/code_module.h
174 // See src/google_breakpad/processor/code_module.h
  /external/google-breakpad/src/tools/mac/crash_report/
on_demand_symbol_supplier.mm 37 #include "google_breakpad/processor/basic_source_line_resolver.h"
38 #include "google_breakpad/processor/minidump.h"
39 #include "google_breakpad/processor/system_info.h"
40 #include "processor/pathname_stripper.h"
  /external/google-breakpad/src/tools/windows/dump_syms/
dump_syms.cc 31 // a text-based format that we can use from the minidump processor.
  /external/guava/guava/src/com/google/common/io/
ByteSource.java 282 * Reads the contents of this byte source using the given {@code processor} to process bytes as
284 * Returns the result produced by the processor.
287 * {@code processor} throws an {@code IOException}
291 public <T> T read(ByteProcessor<T> processor) throws IOException {
292 checkNotNull(processor);
297 return ByteStreams.readBytes(in, processor);
545 public <T> T read(ByteProcessor<T> processor) throws IOException {
546 processor.processBytes(bytes, 0, bytes.length);
547 return processor.getResult();
  /external/guava/guava-tests/test/com/google/common/io/
ByteSourceTest.java 123 ByteProcessor<byte[]> processor = new ByteProcessor<byte[]>() { local
139 source.read(processor);
146 ByteProcessor<Void> processor = new ByteProcessor<Void>() { local
162 source.read(processor);
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
ReflectionProcessor.java 16 * Reflection Processor
  /external/kernel-headers/original/uapi/asm-mips/asm/
ptrace.h 37 /* Saved main processor registers. */
  /external/kernel-headers/original/uapi/asm-x86/asm/
vm86.h 15 #include <asm/processor-flags.h>
  /external/kernel-headers/original/uapi/linux/
elfcore.h 73 int pr_fpvalid; /* True if math co-processor being used. */
  /external/libavc/encoder/
ih264e_master.h 71 * thread that is ready to run on the current processor. The operating system
  /external/libavc/encoder/mips/
ih264e_platform_macros.h 117 * instructions executing on the processor
  /external/libpng/
libpng-config.in 39 --cppflags print pre-processor flags
  /external/libvncserver/rfb/
rfbconfig.h.cmake 69 /* Define to 1 if your processor stores words with the most significant byte
  /external/libxml2/doc/tutorial/
apa.html 5 library. For pre-processor and compiler flags, use <b class="command">xml2-config
  /external/lldb/source/Plugins/Process/POSIX/
RegisterContext_x86_64.h 270 uint64_t xstate_bv; // OS enabled xstate mask to determine the extended states supported by the processor
305 // Thread state for the floating-point unit of the processor read by ptrace.
308 XSAVE xsave; // x86 extended processor state.
313 // Determines if an extended register set is supported on the processor running the inferior process.
  /external/lldb/source/Utility/
ARM_DWARF_Registers.h 146 // Intel wireless MMX control register in co-processor 0 - 7
  /external/lldb/tools/debugserver/source/
ARM_DWARF_Registers.h 145 // Intel wireless MMX control register in co-processor 0 - 7
  /external/llvm/docs/
CompilerWriterInfo.rst 19 * `ARM documentation <http://www.arm.com/documentation/>`_ (`Processor Cores <http://www.arm.com/documentation/ARMProcessor_Cores/>`_ Cores)
42 * `MIPS Processor Architecture <http://imgtec.com/mips/mips-architectures.asp>`_
58 * `PowerPC Processor Manuals (embedded) <http://www.ibm.com/chips/techlib/techlib.nsf/products/PowerPC>`_
101 * `AMD processor manuals <http://www.amd.com/us-en/Processors/TechnicalResources/0,,30_182_739,00.html>`_

Completed in 982 milliseconds

<<31323334353637383940>>