HomeSort by relevance Sort by last modified time
    Searched refs:processor (Results 451 - 475 of 732) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_registrar_unittest.cc 45 void TestNonUIDataTypeActivationAsync(ChangeProcessor* processor,
49 processor,
model_association_manager.cc 112 ModelAssociationResultProcessor* processor)
115 result_processor_(processor),
non_frontend_data_type_controller_unittest.cc 102 browser_sync::ChangeProcessor* processor) OVERRIDE{
103 mock_->DisconnectProcessor(processor);
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessorLibxslt.cpp 137 static inline void setXSLTLoadCallBack(xsltDocLoaderFunc func, XSLTProcessor* processor, ResourceFetcher* fetcher)
140 globalProcessor = processor;
313 // <http://bugs.webkit.org/show_bug.cgi?id=16077>: XSLT processor <xsl:sort> algorithm only compares by code point.
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_win95.cfg 146 #error unknown processor architecture
_winnt.cfg 146 #error unknown processor architecture
  /external/chromium_org/tools/traceline/traceline/
stubs.asm 9 ; sldt to detect which processor we are running on.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-94873.js 33 // Get the debug command processor in paused state.
  /external/oprofile/module/ia64/
oprofile_stubs.S 47 #include <asm/processor.h>
  /external/qemu/distrib/
build-kernel.sh 26 BUILD_NUM_CPUS=$(grep -c processor /proc/cpuinfo)
  /external/v8/test/mjsunit/regress/
regress-94873.js 33 // Get the debug command processor in paused state.
  /external/chromium_org/v8/test/cctest/
log-eq-of-logging-and-traversal.js 43 processor: this.processCodeCreation },
45 processor: this.processCodeMove },
48 processor: this.processFunctionMove },
  /external/jpeg/
jdmarker.c 184 * suspend, the marker processor updates the restart point to the end of
188 * The marker processor must retain internal state to deal with this.
730 /* can't get here unless jpeg_save_markers chooses wrong processor */
1355 jpeg_marker_parser_method processor; local
    [all...]
  /external/qemu/distrib/jpeg-6b/
jdmarker.c 184 * suspend, the marker processor updates the restart point to the end of
188 * The marker processor must retain internal state to deal with this.
722 /* can't get here unless jpeg_save_markers chooses wrong processor */
1347 jpeg_marker_parser_method processor; local
    [all...]
  /external/v8/test/cctest/
log-eq-of-logging-and-traversal.js 43 processor: this.processCodeCreation },
45 processor: this.processCodeMove },
48 processor: this.processFunctionMove },
  /prebuilts/devtools/tools/lib/
ant-tasks.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 
  /external/oprofile/libpp/
xml_utils.cpp 164 string processor; local
169 processor = "";
172 processor = cpu_name.substr(slash_pos+1);
176 if (processor.size() > 0)
177 str << init_attr(PROCESSOR, string(processor)) << endl;
  /external/chromium_org/third_party/mesa/src/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_sanity.c 411 /* declared TGSI_FILE_INPUT's for geometry processor
414 ctx->iter.processor.Processor == TGSI_PROCESSOR_GEOMETRY) {
475 if (iter->processor.Processor == TGSI_PROCESSOR_GEOMETRY &&
  /external/guava/guava/src/com/google/common/io/
ByteStreams.java 697 * @param processor the object to which to pass the bytes of the stream
698 * @return the result of the byte processor
702 ByteProcessor<T> processor) throws IOException {
714 } while (processor.processBytes(buf, 0, amt));
715 return processor.getResult();
  /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 );
  /external/emma/lib/
emma_ant.jar 
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketHandshake.cpp 391 void WebSocketHandshake::addExtensionProcessor(PassOwnPtr<WebSocketExtensionProcessor> processor)
393 m_extensionDispatcher.addProcessor(processor);
  /external/chromium_org/tools/clang/scripts/
update.sh 223 NUM_JOBS="$(grep -c "^processor" /proc/cpuinfo)"

Completed in 647 milliseconds

<<11121314151617181920>>