HomeSort by relevance Sort by last modified time
    Searched refs:process (Results 851 - 875 of 2601) sorted by null

<<31323334353637383940>>

  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
MapKeyProcessingStep.java 67 public Set<Element> process( method in class:MapKeyProcessingStep
  /external/dagger2/compiler/src/test/java/dagger/internal/codegen/
ValidationReportTest.java 114 public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) { method in class:ValidationReportTest.SimpleTestProcessor
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
MoveParamCombiner.java 35 /** method to process */
41 * @param ssaMethod method to process
43 public static void process(SsaMethod ssaMethod) { method in class:MoveParamCombiner
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-weblogic.jar 
  /external/elfutils/libdwfl/
linux-core-attach.c 57 Dwfl_Process *process = dwfl->process; local
76 unsigned bytes = ebl_get_elfclass (process->ebl) == ELFCLASS64 ? 8 : 4;
318 if (dwfl->process == NULL && dwfl->attacherr == DWFL_E_NOERROR)
  /external/guava/guava/src/com/google/common/hash/
SipHashFunction.java 128 @Override protected void process(ByteBuffer buffer) { method in class:SipHashFunction.SipHasher
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RBNFChinesePostProcessor.java 31 * Work routine. Post process the output, which was generated by the
34 public void process(StringBuffer buf, NFRuleSet ruleSet) { method in class:RBNFChinesePostProcessor
70 // process right to left
  /external/icu/icu4c/source/layout/
MarkToBasePosnSubtables.cpp 29 le_int32 MarkToBasePositioningSubtable::process(const LETableReference &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const function in class:MarkToBasePositioningSubtable
MarkToLigaturePosnSubtables.cpp 28 le_int32 MarkToLigaturePositioningSubtable::process(const LETableReference &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const function in class:MarkToLigaturePositioningSubtable
  /external/icu/icu4c/source/test/intltest/
simplethread.cpp 120 #include <process.h>
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBNFChinesePostProcessor.java 30 * Work routine. Post process the output, which was generated by the
33 public void process(StringBuffer buf, NFRuleSet ruleSet) { method in class:RBNFChinesePostProcessor
69 // process right to left
  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ast/
FieldLocator.java 16 package com.google.currysrc.api.process.ast;
  /external/jarjar/src/main/com/tonicsystems/jarjar/
Main.java 86 public void process(File rulesFile, File inJar, File outJar) throws IOException { method in class:Main
  /external/jarjar/src/main/com/tonicsystems/jarjar/util/
AntJarProcessor.java 70 if (proc.process(struct)) {
  /external/jetty/src/java/org/eclipse/jetty/webapp/
MetaData.java 239 return; //do not process anything else if web.xml/web-override.xml set metadata-complete
366 p.process(context,getWebDefault());
367 p.process(context,getWebXml());
370 LOG.debug("process {} {}",context,wd);
371 p.process(context,wd);
390 LOG.debug("process {} {}",context,fd);
391 p.process(context,fd);
  /external/jsoncpp/devtools/
batchbuild.py 90 process = subprocess.Popen( cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, cwd=self.work_dir,
92 stdout, _ = process.communicate( )
93 succeeded = (process.returncode == 0)
95 log = ' '.join( cmd ) + '\n' + stdout + '\nExit code: %r\n' % process.returncode
  /external/ltrace/sysdeps/linux-gnu/arm/
breakpoint.c 95 arch_breakpoint_init(struct process *proc, struct breakpoint *sbp)
  /external/lzma/C/
Threads.c 7 #include <process.h>
  /external/mesa3d/src/gallium/docs/
make.bat 53 echo.Build finished; now you can process the pickle files.
60 echo.Build finished; now you can process the JSON files.
  /external/opencv3/modules/cudalegacy/test/
TestCompact.cpp 72 bool TestCompact::process() function in class:TestCompact
TestIntegralImageSquared.cpp 71 bool TestIntegralImageSquared::process() function in class:TestIntegralImageSquared
  /external/parameter-framework/upstream/remote-processor/
RemoteProcessorServer.cpp 102 bool CRemoteProcessorServer::process(IRemoteCommandHandler &commandHandler) function in class:CRemoteProcessorServer
120 // Process all incoming requests from the client
123 // Process requests
143 // Actually process the request
  /external/selinux/libsepol/tests/policies/test-expander/
alias-base.conf 8 class process
261 # Define the access vector interpretation for process-related objects
264 class process
role-base.conf 8 class process
261 # Define the access vector interpretation for process-related objects
264 class process
user-base.conf 8 class process
261 # Define the access vector interpretation for process-related objects
264 class process

Completed in 688 milliseconds

<<31323334353637383940>>