/external/google-breakpad/ |
README | 25 For core code like processor use methods above.
|
/external/google-breakpad/src/common/dwarf/ |
line_state_machine.h | 37 // processor to know how this works.
|
/external/google-breakpad/src/processor/ |
dump_object.cc | 32 #include "google_breakpad/processor/dump_object.h"
|
exploitability_linux.h | 41 #include "google_breakpad/processor/exploitability.h"
|
exploitability_win.cc | 39 #include "processor/exploitability_win.h" 43 #include "google_breakpad/processor/minidump.h" 44 #include "processor/disassembler_x86.h" 45 #include "processor/logging.h"
|
exploitability_win.h | 41 #include "google_breakpad/processor/exploitability.h"
|
map_serializers.h | 42 #include "processor/simple_serializer.h" 44 #include "processor/address_map-inl.h" 45 #include "processor/range_map-inl.h" 46 #include "processor/contained_range_map-inl.h"
|
/external/guice/core/src/com/google/inject/internal/ |
AbstractProcessor.java | 29 * {@code visit*()} methods, in order for the element processor to remove the
|
UntargettedBindingProcessor.java | 35 return binding.acceptTargetVisitor(new Processor<T, Boolean>((BindingImpl<T>)binding) {
|
/external/kernel-headers/original/uapi/linux/ |
virtio_ids.h | 37 #define VIRTIO_ID_RPMSG 7 /* virtio remote processor messaging */
|
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/ |
LwjglInput.java | 73 InputProcessor processor;
field in class:LwjglInput 304 if (processor != null) {
305 InputProcessor processor = this.processor;
local 312 processor.keyDown(e.keyCode);
315 processor.keyUp(e.keyCode);
318 processor.keyTyped(e.keyChar);
329 processor.touchDown(e.x, e.y, e.pointer, e.button);
332 processor.touchUp(e.x, e.y, e.pointer, e.button);
335 processor.touchDragged(e.x, e.y, e.pointer); [all...] |
/external/libxml2/ |
libxml.3 | 30 It is currently not a validating XML processor.
|
xml2-config.in | 18 --cflags print pre-processor and compiler flags
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_build.h | 49 unsigned processor,
|
tgsi_iterate.h | 68 struct tgsi_processor processor; member in struct:tgsi_iterate_context
|
/external/mesa3d/src/gallium/drivers/radeon/ |
Processors.td | 15 : Processor<Name, itin, Features>;
|
/external/mesa3d/src/mesa/x86/ |
common_x86_asm.h | 28 * processor.
|
/external/parameter-framework/ |
RemoteProcess.mk | 46 LOCAL_SHARED_LIBRARIES := libremote-processor$(PFW_NETWORKING_SUFFIX)$(SUFFIX)
|
/external/parameter-framework/upstream/remote-process/ |
CMakeLists.txt | 36 PRIVATE remote-processor pfw_utility asio ${CMAKE_THREAD_LIBS_INIT})
|
/external/parameter-framework/upstream/test/test-platform/ |
CMakeLists.txt | 35 PRIVATE parameter pfw_utility remote-processor)
|
/external/skia/src/gpu/effects/ |
GrConvolutionEffect.cpp | 94 const GrProcessor& processor) { 95 const GrConvolutionEffect& conv = processor.cast<GrConvolutionEffect>(); 125 void GrGLConvolutionEffect::GenKey(const GrProcessor& processor, const GrGLSLCaps&, 127 const GrConvolutionEffect& conv = processor.cast<GrConvolutionEffect>();
|
GrCoverageSetOpXP.cpp | 66 static void GenKey(const GrProcessor& processor, const GrGLSLCaps& caps, 68 const CoverageSetOpXP& xp = processor.cast<CoverageSetOpXP>(); 195 static void GenKey(const GrProcessor& processor, GrProcessorKeyBuilder* b) { 196 const ShaderCSOXferProcessor& xp = processor.cast<ShaderCSOXferProcessor>();
|
/external/skia/src/utils/ |
SkThreadUtils_win.cpp | 57 CREATE_SUSPENDED, // we used to set processor affinity, which needed this
|
/external/tagsoup/ |
build.xml | 30 classname="org.apache.xalan.processor.TransformerFactoryImpl" 31 value="org.apache.xalan.processor.TransformerFactoryImpl"/> 33 classname="com.sun.org.apache.xalan.processor.TransformerFactoryImpl" 34 value="com.sun.org.apache.xalan.processor.TransformerFactoryImpl"/>
|
/external/valgrind/drd/tests/ |
bug-235681.c | 66 /* yield the processor, and give the other thread a chance to get into the while loop */
|