/external/skia/src/utils/ |
SkThreadUtils_pthread_other.cpp | 10 bool SkThread::setProcessorAffinity(unsigned int processor) {
|
SkThreadUtils.h | 36 * SkThreads with an affinity for the same processor will attempt to run cache 40 bool setProcessorAffinity(unsigned int processor);
|
SkThreadUtils_pthread_linux.cpp | 29 bool SkThread::setProcessorAffinity(unsigned int processor) { 42 CPU_SET(nth_set_cpu(processor, &parentCpuset), &cpuset);
|
/external/valgrind/tests/ |
check_dfp_cap | 3 # We use this script to check whether or not the processor supports Decimal Floating Point (DFP).
|
check_isa-2_06_cap | 3 # We use this script to check whether or not the processor supports Power ISA 2.06 or later.
|
check_isa-2_07_cap | 3 # We use this script to check whether or not the processor supports
|
check_vmx_cap | 3 # We use this script to check whether or not the processor supports VMX (aka "Altivec").
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/ |
acpi.h | 17 #include <asm/processor.h>
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/ |
acpi.h | 17 #include <asm/processor.h>
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/ |
acpi.h | 17 #include <asm/processor.h>
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/ |
acpi.h | 17 #include <asm/processor.h>
|
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/ |
acpi.h | 17 #include <asm/processor.h>
|
/external/llvm/lib/Support/ |
Host.cpp | 267 case 4: // Intel486 SL processor 275 case 1: // Pentium OverDrive processor for Pentium processor (60, 66), 277 case 2: // Pentium OverDrive processor for Pentium processor (75, 90, 280 case 3: // Pentium OverDrive processors for Intel486 processor-based 284 case 4: // Pentium OverDrive processor with MMX technology for Pentium 285 // processor (75, 90, 100, 120, 133), Pentium processor with 293 case 1: // Pentium Pro processor [all...] |
/external/google-breakpad/src/processor/ |
stack_frame_symbolizer.cc | 35 #include "google_breakpad/processor/stack_frame_symbolizer.h" 40 #include "google_breakpad/processor/code_module.h" 41 #include "google_breakpad/processor/code_modules.h" 42 #include "google_breakpad/processor/source_line_resolver_interface.h" 43 #include "google_breakpad/processor/stack_frame.h" 44 #include "google_breakpad/processor/symbol_supplier.h" 45 #include "google_breakpad/processor/system_info.h" 46 #include "processor/linked_ptr.h" 47 #include "processor/logging.h"
|
stackwalker.cc | 36 #include "google_breakpad/processor/stackwalker.h" 41 #include "google_breakpad/processor/call_stack.h" 42 #include "google_breakpad/processor/code_module.h" 43 #include "google_breakpad/processor/code_modules.h" 44 #include "google_breakpad/processor/dump_context.h" 45 #include "google_breakpad/processor/stack_frame.h" 46 #include "google_breakpad/processor/stack_frame_symbolizer.h" 47 #include "google_breakpad/processor/system_info.h" 48 #include "processor/linked_ptr.h" 49 #include "processor/logging.h [all...] |
stackwalker_address_list.cc | 40 #include "google_breakpad/processor/call_stack.h" 41 #include "google_breakpad/processor/memory_region.h" 42 #include "google_breakpad/processor/source_line_resolver_interface.h" 43 #include "google_breakpad/processor/stack_frame.h" 44 #include "processor/logging.h" 45 #include "processor/stackwalker_address_list.h"
|
exploitability_unittest.cc | 37 #include "google_breakpad/processor/basic_source_line_resolver.h" 38 #include "google_breakpad/processor/minidump_processor.h" 39 #include "google_breakpad/processor/process_state.h" 40 #include "processor/simple_symbol_supplier.h" 51 "/src/processor/testdata"; 54 // Find the given dump file in <srcdir>/src/processor/testdata, process it, 61 MinidumpProcessor processor(&supplier, &resolver, true); 66 if (processor.Process(minidump_file, &state) !=
|
/external/jmonkeyengine/engine/src/test/jme3test/water/ |
WaterUI.java | 46 private SimpleWaterProcessor processor; field in class:WaterUI 48 processor=proc; 97 processor.setWaterTransparency(processor.getWaterTransparency()+0.001f); 98 System.out.println("Water transparency : "+processor.getWaterTransparency()); 101 processor.setWaterTransparency(processor.getWaterTransparency()-0.001f); 102 System.out.println("Water transparency : "+processor.getWaterTransparency()); 105 processor.setWaterDepth(processor.getWaterDepth()+0.001f) [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
package.html | 20 <title>Xalan Processor Package.</title> 27 It registers the {@link org.apache.xalan.processor.StylesheetHandler} object 31 <p>Before parsing the XSLT input, StylesheetHandler assembles an {@link org.apache.xalan.processor.XSLTSchema}, 32 which uses {@link org.apache.xalan.processor.XSLTElementDef} 33 and {@link org.apache.xalan.processor.XSLTAttributeDef} objects to 36 {@link org.apache.xalan.processor.XSLTElementProcessor} which the
|
/external/google-breakpad/src/client/windows/unittests/ |
client_tests.gyp | 70 '<(DEPTH)/processor/basic_code_modules.cc', 71 '<(DEPTH)/processor/dump_context.cc', 72 '<(DEPTH)/processor/dump_object.cc', 73 '<(DEPTH)/processor/logging.cc', 74 '<(DEPTH)/processor/minidump.cc', 75 '<(DEPTH)/processor/pathname_stripper.cc',
|
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
procinfo.h | 20 struct processor; 32 struct processor *proc;
|
/external/icu/icu4c/source/layout/ |
GlyphPositioningTables.cpp | 28 GlyphPositioningLookupProcessor processor(base, scriptTag, languageTag, featureMap, featureMapCount, featureOrder, success); 33 processor.process(glyphStorage, glyphPositionAdjustments, rightToLeft, glyphDefinitionTableHeader, fontInstance, success);
|
GlyphSubstitutionTables.cpp | 36 GlyphSubstitutionLookupProcessor processor(base, scriptTag, languageTag, filter, featureMap, featureMapCount, featureOrder, success); 37 return processor.process(glyphStorage, NULL, rightToLeft, glyphDefinitionTableHeader, NULL, success);
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
RBNFPostProcessor.java | 11 * Post processor for RBNF output. 17 * @param formatter the formatter that will be using this post-processor
|
/external/skia/include/gpu/effects/ |
GrCustomXfermode.h | 19 * blend mode there should be a matching fragment processor (used when blending with a background 20 * texture) and xfer processor.
|