/external/pdfium/core/src/fxcodec/libjpeg/ |
fpdfapi_jdmarker.c | 185 * suspend, the marker processor updates the restart point to the end of 189 * The marker processor must retain internal state to deal with this. 756 /* can't get here unless jpeg_save_markers chooses wrong processor */ 1339 jpeg_marker_parser_method processor; local [all...] |
/external/google-breakpad/ |
README.ANDROID | 44 value, and disable the processor and tools, as in: 47 --disable-processor \
|
/external/google-breakpad/src/processor/ |
contained_range_map-inl.h | 39 #include "processor/contained_range_map.h" 43 #include "processor/logging.h"
|
contained_range_map_unittest.cc | 36 #include "processor/contained_range_map-inl.h" 38 #include "processor/logging.h"
|
stackwalker_arm64_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_arm64.h" 49 #include "processor/windows_frame_info.h" [all...] |
/external/llvm/test/CodeGen/X86/ |
cpus.ll | 4 ; CHECK-ERROR: not a recognized processor for this target 8 ; CHECK-NO-ERROR-NOT: not a recognized processor for this target
|
/external/markdown/markdown/ |
preprocessors.py | 16 class Processor: 21 class Preprocessor (Processor):
|
blockprocessors.py | 22 tree. Each processor will need to define it's own ``test`` and ``run`` 24 whether the current block should be processed by this processor. If the 81 """ Run processor. Must be overridden by subclasses. 84 will call the corresponding processor's ``run`` method. This method 90 processor must make changes to the existing objects as there is no
|
/external/mesa3d/src/mesa/x86/ |
common_x86.c | 29 * processor. 73 * on this processor before we go ahead and hook out the optimized code.
|
/external/netperf/ |
netcpu_pstat.c | 61 /* get the idle sycle counter for each processor */ 140 /* get the idle sycle counter for each processor */
|
/external/tcpdump/ |
extract.h | 29 * The processor doesn't natively handle unaligned loads. 140 * The processor natively handles unaligned loads, so we can just
|
/external/v8/test/mjsunit/bugs/harmony/ |
debug-blockscopes.js | 96 // Get the debug command processor. 161 // Get the debug command processor.
|
/external/v8/test/mjsunit/ |
debug-handle.js | 47 // Get the debug command processor. 70 // Get the debug command processor.
|
/libcore/libart/src/main/java/java/lang/ref/ |
Reference.java | 109 * Slow path flag for the reference processor. 110 * Used by the reference processor to determine whether or not the referent
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/ |
CommonXmlDelegate.java | 190 * Most implementations should lazily allocate one processor and always return the 192 * Must return null if there's no specific content assist processor for this editor.
|
/system/extras/perfprofd/quipper/kernel-headers/tools/perf/ |
perf.h | 93 #define CPUINFO_PROC "Processor" 110 #define CPUINFO_PROC "Processor"
|
/external/skia/src/gpu/effects/ |
GrBezierEffect.cpp | 70 GrGLConicEffect::GrGLConicEffect(const GrGeometryProcessor& processor, 73 const GrConicEffect& ce = processor.cast<GrConicEffect>(); 299 GrGLQuadEffect::GrGLQuadEffect(const GrGeometryProcessor& processor, 302 const GrQuadEffect& ce = processor.cast<GrQuadEffect>(); 501 GrGLCubicEffect::GrGLCubicEffect(const GrGeometryProcessor& processor, 504 const GrCubicEffect& ce = processor.cast<GrCubicEffect>();
|
/external/svox/pico/lib/ |
picopam.c | [all...] |
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_build.c | 72 struct tgsi_processor processor; local 74 processor.Processor = type; 75 processor.Padding = 0; 79 return processor; [all...] |
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
UDPMessageChannel.java | 170 * is the creating message processor. 195 * is the creating message processor. 382 // exit this message processor if the message did not parse. 709 // Use the socket from the message processor (for firewall 710 // support use the same socket as the message processor [all...] |
/external/valgrind/exp-bbv/tests/amd64-linux/ |
ll.S | 294 call *%rdx # ' Processor' 551 processor: .ascii " Processor\0" label 569 .ascii "processor : 0\n" 594 .ascii "processor : 1\n"
|
/external/valgrind/exp-bbv/tests/arm-linux/ |
ll.S | 194 add r1,r11,#(processor-data_begin) 195 @ print " Processor, " 440 processor: .ascii " Processor, \0" label 466 .ascii "Processor : Feroceon 88FR131 rev 1 (v5l)\n"
|
/external/valgrind/memcheck/tests/ |
vcpu_fbench.c | 183 floating point processor. This was using the 68881. 214 2.96 5.17 Sun 4/260, Sparc RISC processor. Sun C, 226 0.66 1.50 DEC Pmax, Mips processor. 232 0.60 1.07 Intel 860 RISC processor, 33 Mhz, Greenhills 235 0.40 0.90 Dec 3MAX, MIPS 3000 processor, -O4.
|
/external/valgrind/perf/ |
fbench.c | 179 floating point processor. This was using the 68881. 210 2.96 5.17 Sun 4/260, Sparc RISC processor. Sun C, 222 0.66 1.50 DEC Pmax, Mips processor. 228 0.60 1.07 Intel 860 RISC processor, 33 Mhz, Greenhills 231 0.40 0.90 Dec 3MAX, MIPS 3000 processor, -O4.
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
Encodings.java | 194 * For other values, if the XSLT processor does not support the specified 196 * use UTF-8 or UTF-16 instead. The XSLT processor must not use an encoding 198 * [XML]. If no encoding attribute is specified, then the XSLT processor should
|