/external/skia/src/gpu/effects/ |
GrConvexPolyEffect.cpp | 153 void GLAARectEffect::setData(const GrGLProgramDataManager& pdman, const GrProcessor& processor) { 154 const AARectEffect& aare = processor.cast<AARectEffect>(); 163 void GLAARectEffect::GenKey(const GrProcessor& processor, const GrGLSLCaps&, 165 const AARectEffect& aare = processor.cast<AARectEffect>(); 255 void GrGLConvexPolyEffect::GenKey(const GrProcessor& processor, const GrGLSLCaps&, 257 const GrConvexPolyEffect& cpe = processor.cast<GrConvexPolyEffect>();
|
GrMatrixConvolutionEffect.cpp | 42 GrGLMatrixConvolutionEffect::GrGLMatrixConvolutionEffect(const GrProcessor& processor) { 43 const GrMatrixConvolutionEffect& m = processor.cast<GrMatrixConvolutionEffect>(); 114 void GrGLMatrixConvolutionEffect::GenKey(const GrProcessor& processor, 116 const GrMatrixConvolutionEffect& m = processor.cast<GrMatrixConvolutionEffect>(); 125 const GrProcessor& processor) { 126 const GrMatrixConvolutionEffect& conv = processor.cast<GrMatrixConvolutionEffect>();
|
/external/webp/src/dsp/ |
cpu-features.c | 243 g_cpuCount = count_cpuinfo_field(cpuinfo, cpuinfo_len, "processor"); 245 g_cpuCount = count_cpuinfo_field(cpuinfo, cpuinfo_len, "Processor"); 260 * the 'Processor' field which can vary greatly. 292 * field reported by the 'Processor' field, which is of the 298 "Processor"); 302 D("CPU processor and architecture mismatch!!\n");
|
/external/webrtc/src/system_wrappers/source/android/ |
cpu-features.c | 243 g_cpuCount = count_cpuinfo_field(cpuinfo, cpuinfo_len, "processor"); 245 g_cpuCount = count_cpuinfo_field(cpuinfo, cpuinfo_len, "Processor"); 260 * the 'Processor' field which can vary greatly. 292 * field reported by the 'Processor' field, which is of the 298 "Processor"); 302 D("CPU processor and architecture mismatch!!\n");
|
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
BinaryDictOffdeviceUtils.java | 219 * This will execute the given processor repeatedly with the possible alternatives 220 * for dictionary format until the processor does not throw an exception. 221 * If the processor succeeds for none of the possible formats, the method returns null. 225 @Nonnull final InputProcessor<T> processor) { 230 spec.mResult = processor.process(input); 245 // If the format is not the right one for this file, the processor will throw one
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
AndroidPackageRenameParticipantTest.java | 228 RenamePackageProcessor processor = new RenamePackageProcessor(pkgFragment); local 229 processor.setNewElementName(newName); 230 processor.setRenameSubpackages(renameSubpackages); 231 processor.setUpdateReferences(updateReferences); 232 assertNotNull(processor); 234 RenameRefactoring refactoring = new RenameRefactoring(processor);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/ |
x86_64-w64-mingw32-as.1 | 619 processor. 622 This option specifies the target processor. If an attempt is made to 623 assemble an instruction which will not execute on the target processor, 627 The following processor names are recognized: 648 instructions valid for any Alpha processor. 652 numbered processor names (e.g. 21064) enable the processor-specific PALcode 699 an \s-1ARC\s0 processor. 702 This option selects the core processor variant. 708 processor family [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
RenameResourceParticipant.java | 154 * during the call to the Java processor, and is used to ignore requests for adding in 237 RenameResourceProcessor processor = (RenameResourceProcessor) getProcessor(); local 238 mProject = processor.getProject(); 239 mType = processor.getType(); 241 mOldName = processor.getCurrentName(); 242 mNewName = processor.getNewName(); 283 RenameFieldProcessor processor = new RenameFieldProcessor(field); local 284 processor.setRenameGetter(false); 285 processor.setRenameSetter(false); 286 RenameRefactoring refactoring = new RenameRefactoring(processor); [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
ProcessorAttributeSet.java | 21 package org.apache.xalan.processor; 55 * @see org.apache.xalan.processor.StylesheetHandler#startElement
|
XSLProcessorVersion.src | 21 package org.apache.xalan.processor; 34 * Print the processor version to the command line.
|
/external/google-breakpad/android/ |
test-shell.sh | 112 DATA_FILES="src/processor/testdata/minidump2.dmp" 119 FILEDIR=src/processor/testdata/$(dirname "$FILE")
|
/external/google-breakpad/src/google_breakpad/processor/ |
source_line_resolver_base.h | 36 // See "google_breakpad/processor/source_line_resolver_interface.h" for more 48 #include "google_breakpad/processor/source_line_resolver_interface.h"
|
/external/google-breakpad/src/processor/ |
address_map-inl.h | 39 #include "processor/address_map.h" 43 #include "processor/logging.h"
|
logging.cc | 45 #include "processor/logging.h" 46 #include "processor/pathname_stripper.h"
|
pathname_stripper_unittest.cc | 32 #include "processor/pathname_stripper.h" 33 #include "processor/logging.h"
|
stack_frame_cpu.cc | 32 // See google_breakpad/processor/stack_frame_cpu.h for documentation. 36 #include "google_breakpad/processor/stack_frame_cpu.h"
|
stackwalker_selftest_sol.s | 36 * src/processor/stackwalker_selftest_sol.o \ 37 * src/processor/stackwalker_selftest_sol.s
|
static_contained_range_map-inl.h | 40 #include "processor/static_contained_range_map.h" 41 #include "processor/logging.h"
|
/external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/ |
TranslucentBucketFilter.java | 53 Texture2D tex = processor.getFilterTexture(); 143 emitter.getMaterial().setTexture("DepthTexture", processor.getDepthTexture());
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
DWARFDebugMacinfoEntry.cpp | 96 // the relevant defining or undefining pre-processor directives 106 // pre-processor directive occurred.
|
/external/llvm/lib/Target/ARM/ |
ARMSubtarget.h | 52 /// ARMProcFamily - ARM processor family: Cortex-A8, Cortex-A9, and others. 55 /// ARMProcClass - ARM processor class: None, AClass, RClass or MClass. 172 /// If true, the processor supports the Performance Monitor Extensions. These 177 /// HasTrustZone - if true, processor supports TrustZone security extensions 180 /// HasCrypto - if true, processor supports Cryptography extensions 183 /// HasCRC - if true, processor supports CRC instructions 222 /// TargetTriple - What processor and OS we're targeting. 225 /// SchedModel - Processor specific instruction costs.
|
/external/llvm/test/CodeGen/ARM/ |
2013-04-16-AAPCS-C4-vs-VFP.ll | 6 ;Co-Processor register candidates may be either in VFP or in stack, so after 14 ;C.2.cp If the argument is a CPRC then any co-processor registers in that class
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_tex_sample.h | 74 unsigned processor:2; member in struct:sp_sampler_key::__anon16491 104 unsigned processor; member in struct:sp_sampler_variant
|
/external/parameter-framework/parameter/ |
CMakeLists.txt | 110 "${PROJECT_SOURCE_DIR}/remote-processor") 112 # No need to link with libremote-processor: it is accessed via dlopen()
|
/external/pdfium/testing/tools/ |
fixup_pdf_template.py | 75 processor = TemplateProcessor() 80 outfile.write(processor.process_line(line))
|