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

<<21222324252627282930>>

  /external/apache-xml/src/main/java/org/apache/xalan/processor/
StylesheetHandler.java 21 package org.apache.xalan.processor;
95 * @param processor non-null reference to the transformer factory that owns this handler.
100 public StylesheetHandler(TransformerFactoryImpl processor)
112 m_optimize =((Boolean) processor.getAttribute(
114 m_incremental = ((Boolean) processor.getAttribute(
116 m_source_location = ((Boolean) processor.getAttribute(
119 init(processor);
126 * @param processor non-null reference to the transformer factory that owns this handler.
128 void init(TransformerFactoryImpl processor)
130 m_stylesheetProcessor = processor;
    [all...]
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
SimpleWaterProcessor.java 327 * Get the water material from this processor, apply this to your water quad.
336 * Set before adding processor.
361 * set before adding the processor!
379 * Set the water plane for this processor.
407 * Set the light Position for the processor
556 * Refraction Processor
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_dump.c 252 iter->processor.Processor == TGSI_PROCESSOR_GEOMETRY) {
317 if (iter->processor.Processor == TGSI_PROCESSOR_FRAGMENT &&
641 ENM( iter->processor.Processor, tgsi_processor_type_names );
tgsi_exec.h 272 unsigned Processor; /**< TGSI_PROCESSOR_x */
274 /* GEOMETRY processor only. */
279 /* FRAGMENT processor only. */
tgsi_text.c 243 unsigned processor : 4; member in struct:translate_ctx
273 uint processor; local
276 processor = TGSI_PROCESSOR_FRAGMENT;
278 processor = TGSI_PROCESSOR_VERTEX;
280 processor = TGSI_PROCESSOR_GEOMETRY;
282 processor = TGSI_PROCESSOR_COMPUTE;
295 *(struct tgsi_processor *) ctx->tokens_cur++ = tgsi_build_processor( processor, ctx->header );
296 ctx->processor = processor;
649 if (ctx->processor == TGSI_PROCESSOR_GEOMETRY && *file == TGSI_FILE_INPUT)
    [all...]
  /external/v8/src/base/
cpu.cc 393 // the 'Processor' field which can vary greatly.
412 // field reported by the 'Processor' field, which is of the
417 char* processor = cpu_info.ExtractField("Processor"); local
418 if (HasListItem(processor, "(v6l)")) {
421 delete[] processor;
atomicops_internals_x86_gcc.h 18 bool has_amd_lock_mb_bug; // Processor has AMD memory-barrier bug; do lfence
21 bool has_sse2; // Processor has SSE2.
223 // System Programming Guide, Chatper 7: Multiple-processor management,
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceParticipantTest.java 364 RenameProcessor processor = null; local
377 processor = p;
387 processor = p;
392 processor = p;
397 assertNotNull(processor);
399 RenameRefactoring refactoring = new RenameRefactoring(processor);
  /external/google-breakpad/src/google_breakpad/processor/
stackwalker.h 50 #include "google_breakpad/processor/code_modules.h"
51 #include "google_breakpad/processor/memory_region.h"
52 #include "google_breakpad/processor/stack_frame_symbolizer.h"
  /external/google-breakpad/src/processor/
module_serializer.cc 36 #include "processor/module_serializer.h"
41 #include "processor/basic_code_module.h"
42 #include "processor/logging.h"
  /external/guava/guava/src/com/google/common/io/
ByteStreams.java 845 * @param processor the object to which to pass the bytes of the stream
846 * @return the result of the byte processor
854 ByteProcessor<T> processor) throws IOException {
856 checkNotNull(processor);
861 return readBytes(in, processor);
870 * Process the bytes of the given input stream using the given processor.
873 * @param processor the object to which to pass the bytes of the stream
874 * @return the result of the byte processor
879 InputStream input, ByteProcessor<T> processor) throws IOException {
881 checkNotNull(processor);
    [all...]
  /external/linux-tools-perf/src/tools/perf/Documentation/
perf-stat.txt 123 Aggregate counts per processor socket for system-wide mode measurements. This
130 Aggregate counts per physical processor for system-wide mode measurements. This
133 core number and the number of online logical processors on that physical processor.
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIFlagsSection.h 91 // The size of co-processor 1 registers.
93 // The size of co-processor 2 registers.
95 // Processor-specific extension.
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_sampler.c 263 unsigned processor )
274 key.bits.processor = processor;
  /external/nist-sip/java/gov/nist/javax/sip/stack/
TCPMessageProcessor.java 76 * @param port port where this message processor listens.
88 * Start the processor.
173 * Stop the message processor. Feature suggested by Jeff Keyser.
TLSMessageProcessor.java 86 * @param port port where this message processor listens.
97 * Start the processor.
189 * Stop the message processor. Feature suggested by Jeff Keyser.
  /external/protobuf/src/google/protobuf/stubs/
atomicops_internals_x86_gcc.h 45 bool has_amd_lock_mb_bug; // Processor has AMD memory-barrier bug; do lfence
47 bool has_sse2; // Processor has SSE2.
240 // System Programming Guide, Chatper 7: Multiple-processor management,
  /external/skia/src/gpu/effects/
GrBicubicEffect.cpp 117 const GrProcessor& processor) {
118 const GrBicubicEffect& bicubicEffect = processor.cast<GrBicubicEffect>();
119 const GrTexture& texture = *processor.texture(0);
  /external/skia/tests/
GLProgramsTest.cpp 33 * A dummy processor which just tries to insert a massive key and verify that it can retrieve the
53 static void GenKey(const GrProcessor& processor, const GrGLSLCaps&, GrProcessorKeyBuilder* b) {
262 // creates a random xfer processor factory on the draw state
  /external/v8/test/cctest/
log-eq-of-logging-and-traversal.js 43 processor: this.processCodeCreation },
45 processor: this.processCodeMove },
48 processor: this.processFunctionMove },
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_TransformDequantLumaDCFromPair_s.s 52 ;// Guarding implementation by the processor name
58 ;// Guarding implementation by the processor name
249 ;// Guarding implementation by the processor name
  /hardware/ti/omap3/dspbridge/inc/
DSPManager.h 123 * uProcessor: The processor index, counting up from 0.
132 * DSP_EFAIL: Unable to get the processor information.
134 * is too small to hold all the processor information,
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPManager.h 123 * uProcessor: The processor index, counting up from 0.
132 * DSP_EFAIL: Unable to get the processor information.
134 * is too small to hold all the processor information,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_platform.py 49 res = platform.processor()
142 system, node, release, version, machine, processor = platform.uname()
146 system, node, release, version, machine, processor = platform.uname()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_platform.py 49 res = platform.processor()
142 system, node, release, version, machine, processor = platform.uname()
146 system, node, release, version, machine, processor = platform.uname()

Completed in 940 milliseconds

<<21222324252627282930>>