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

<<31323334353637383940>>

  /external/google-breakpad/src/processor/
stackwalker_x86.cc 40 #include "google_breakpad/processor/call_stack.h"
41 #include "google_breakpad/processor/code_modules.h"
42 #include "google_breakpad/processor/memory_region.h"
43 #include "google_breakpad/processor/source_line_resolver_interface.h"
44 #include "google_breakpad/processor/stack_frame_cpu.h"
45 #include "processor/logging.h"
46 #include "processor/postfix_evaluator-inl.h"
47 #include "processor/stackwalker_x86.h"
48 #include "processor/windows_frame_info.h"
49 #include "processor/cfi_frame_info.h
    [all...]
stackwalker_amd64_unittest.cc 42 #include "google_breakpad/processor/basic_source_line_resolver.h"
43 #include "google_breakpad/processor/call_stack.h"
44 #include "google_breakpad/processor/code_module.h"
45 #include "google_breakpad/processor/source_line_resolver_interface.h"
46 #include "google_breakpad/processor/stack_frame_cpu.h"
47 #include "processor/stackwalker_unittest_utils.h"
48 #include "processor/stackwalker_amd64.h"
minidump_processor.cc 30 #include "google_breakpad/processor/minidump_processor.h"
39 #include "google_breakpad/processor/call_stack.h"
40 #include "google_breakpad/processor/minidump.h"
41 #include "google_breakpad/processor/process_state.h"
42 #include "google_breakpad/processor/exploitability.h"
43 #include "google_breakpad/processor/stack_frame_symbolizer.h"
44 #include "processor/logging.h"
45 #include "processor/stackwalker_x86.h"
46 #include "processor/symbolic_constants_win.h"
    [all...]
stackwalk_common.cc 35 #include "processor/stackwalk_common.h"
46 #include "google_breakpad/processor/call_stack.h"
47 #include "google_breakpad/processor/code_module.h"
48 #include "google_breakpad/processor/code_modules.h"
49 #include "google_breakpad/processor/process_state.h"
50 #include "google_breakpad/processor/source_line_resolver_interface.h"
51 #include "google_breakpad/processor/stack_frame_cpu.h"
52 #include "processor/logging.h"
53 #include "processor/pathname_stripper.h"
    [all...]
map_serializers_unittest.cc 45 #include "processor/address_map-inl.h"
46 #include "processor/range_map-inl.h"
47 #include "processor/contained_range_map-inl.h"
module_comparer.cc 35 #include "processor/module_comparer.h"
41 #include "processor/basic_code_module.h"
42 #include "processor/logging.h"
postfix_evaluator-inl.h 42 #include "processor/postfix_evaluator.h"
48 #include "google_breakpad/processor/memory_region.h"
49 #include "processor/logging.h"
source_line_resolver_base.cc 44 #include "google_breakpad/processor/source_line_resolver_base.h"
45 #include "processor/source_line_resolver_base_types.h"
46 #include "processor/module_factory.h"
  /external/expat/lib/
xmlparse.c 300 typedef enum XML_Error PTRCALL Processor(XML_Parser parser,
305 static Processor prologProcessor;
306 static Processor prologInitProcessor;
307 static Processor contentProcessor;
308 static Processor cdataSectionProcessor;
310 static Processor ignoreSectionProcessor;
311 static Processor externalParEntProcessor;
312 static Processor externalParEntInitProcessor;
313 static Processor entityValueProcessor;
314 static Processor entityValueInitProcessor
611 #define processor macro
    [all...]
  /external/google-breakpad/android/
run-checks.sh 141 tests for the Breakpad tools and processor, but be warned that this
161 --all-tests Run all unit tests (i.e. tools and processor ones too).
348 # Rebuild the client library, processor and tools with the auto-tools based
385 --disable-processor &&
389 dump "$ACTION Tools and processor unit tests."
390 # Reconfigure to run the processor and tools tests.
396 dump "Tools and processor unit tests failed as expected. \
  /external/guava/guava/src/com/google/common/io/
CharStreams.java 312 * Streams lines from a {@link Readable} object, stopping when the processor
314 * produced by the processor. Does not close {@code readable}. Note that this
316 * processor stops processing early.
322 Readable readable, LineProcessor<T> processor) throws IOException {
324 checkNotNull(processor);
329 if (!processor.processLine(line)) {
333 return processor.getResult();
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
ImageProcessingActivityJB.java 126 // Message processor to handle notifications for when kernel completes
134 // UI processor it can now enqueue more work if additional updates
146 // Processor is a helper thread for running the work without
148 class Processor extends Thread {
191 Processor(RenderScript rs, TextureView v, boolean benchmarkMode) {
540 public Processor mProcessor;
705 mProcessor = new Processor(RenderScript.create(this), mDisplayView, !mDemoMode);
  /external/skia/src/effects/
SkPerlinNoiseShader.cpp 634 GrGLPerlinNoise::GrGLPerlinNoise(const GrProcessor& processor)
635 : fType(processor.cast<GrPerlinNoiseEffect>().type())
636 , fStitchTiles(processor.cast<GrPerlinNoiseEffect>().stitchTiles())
637 , fNumOctaves(processor.cast<GrPerlinNoiseEffect>().numOctaves()) {
    [all...]
  /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/google-breakpad/src/testing/scripts/generator/cpp/
tokenize.py 68 pre-processor directives.
217 elif c == '#': # Find pre-processor command.
252 # This is different from the pre-processor \ handling.
  /external/nist-sip/java/gov/nist/javax/sip/stack/
UDPMessageProcessor.java 82 * A flag that is set to false to exit the message processor (suggestion by
146 * Start our processor thread.
275 * Shut down the message processor. Close the socket for recieving incoming
  /external/parameter-framework/tools/xmlGenerator/
hostDomainGenerator.sh 172 # It will also set the PFWSocket global variable to the PFW remote processor listening socket.
279 # The PFW looks for a libremote-processor.so library, not a libremote-processor_host.so
280 linkLibrary libremote-processor_host.so libremote-processor.so
  /external/skia/include/core/
SkXfermode.h 207 than the destination. It is implemented as a fragment processor. This can be called with
210 parameter. Upon failure false is returned and the processor param is not written to.
222 /** Returns true if the xfermode can be expressed as an xfer processor factory (xpFactory).
  /libcore/libart/src/main/java/java/lang/
Daemons.java 320 // Adds a heap trim task ot the heap event processor, not called from java. Left for
326 // Adds a concurrent GC request task ot the heap event processor, not called from java. Left
349 // processor, resulting in a deadlock since startHeapTaskProcessor restarts it
  /libcore/luni/src/main/java/org/xml/sax/ext/
EntityResolver2.java 99 * used by a (non-validating) processor that is not including external
108 * For example, an XPath processor needs to know which attibutes have
152 * When a (non-validating) processor is configured not to include
  /packages/apps/Messaging/src/com/android/messaging/sms/
ApnDatabase.java 338 final ApnsXmlProcessor processor = ApnsXmlProcessor.get(parser); local
339 processor.setApnHandler(new ApnsXmlProcessor.ApnHandler() {
346 processor.process();
  /external/libxml2/result/valid/
REC-xml-19980210.xml 154 normative since we do not require the processor to enforce any
163 system identifiers (processor 'may' signal an error).
234 Tag definition of validating processor and link to it.
315 have values supplied by processor.</sitem>
375 <p><termdef id="dt-xml-proc" term="XML Processor">A software module
376 called an <term>XML processor</term> is used to read XML documents
377 and provide access to their content and structure.</termdef> <termdef id="dt-app" term="Application">It is assumed that an XML processor is
380 required behavior of an XML processor in terms of how it must read XML
434 definitions and in describing the actions of an XML processor:
460 which a conforming <termref def="dt-xml-proc">XML processor</termref
    [all...]
  /external/libxml2/test/relaxng/
tutor11_1_3.xml 172 normative since we do not require the processor to enforce any
181 system identifiers (processor 'may' signal an error).
252 Tag definition of validating processor and link to it.
333 have values supplied by processor.</sitem>
394 <p><termdef id="dt-xml-proc" term="XML Processor">A software module
395 called an <term>XML processor</term> is used to read XML documents
397 id="dt-app" term="Application">It is assumed that an XML processor is
400 required behavior of an XML processor in terms of how it must read XML
454 definitions and in describing the actions of an XML processor:
481 which a conforming <termref def="dt-xml-proc">XML processor</termref
    [all...]
  /external/libxml2/test/valid/
REC-xml-19980210.xml 172 normative since we do not require the processor to enforce any
181 system identifiers (processor 'may' signal an error).
252 Tag definition of validating processor and link to it.
333 have values supplied by processor.</sitem>
394 <p><termdef id="dt-xml-proc" term="XML Processor">A software module
395 called an <term>XML processor</term> is used to read XML documents
397 id="dt-app" term="Application">It is assumed that an XML processor is
400 required behavior of an XML processor in terms of how it must read XML
454 definitions and in describing the actions of an XML processor:
481 which a conforming <termref def="dt-xml-proc">XML processor</termref
    [all...]
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 

Completed in 737 milliseconds

<<31323334353637383940>>