HomeSort by relevance Sort by last modified time
    Searched defs:process (Results 1 - 25 of 2183) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
fixheader.py 10 process(filename)
12 def process(filename): function
untabify.py 24 process(filename, tabsize)
26 def process(filename, tabsize, verbose=True): function
cvsfiles.py 34 process(arg)
36 process(".")
38 def process(dir): function
62 process(sub)
finddiv.py 41 x = process(filename, listnames)
50 def process(filename, listnames): function
84 x = process(fn, listnames)
ifdef.py 46 process(sys.stdin, sys.stdout)
49 process(f, sys.stdout)
52 def process(fpi, fpo): function
  /external/devlib/devlib/derived/
energy.py 25 def process(measurements_csv): member in class:DerivedEnergyMeasurements
58 # Process data
  /external/parameter-framework/upstream/parameter/
CommandHandlerWrapper.cpp 39 bool CommandHandlerWrapper::process(const std::string &command, function in class:CommandHandlerWrapper
  /external/python/cpython2/Tools/scripts/
fixheader.py 10 process(filename)
12 def process(filename): function
untabify.py 24 process(filename, tabsize)
26 def process(filename, tabsize, verbose=True): function
cvsfiles.py 34 process(arg)
36 process(".")
38 def process(dir): function
62 process(sub)
finddiv.py 41 x = process(filename, listnames)
50 def process(filename, listnames): function
84 x = process(fn, listnames)
ifdef.py 46 process(sys.stdin, sys.stdout)
49 process(f, sys.stdout)
52 def process(fpi, fpo): function
  /external/python/cpython3/Tools/scripts/
fixheader.py 10 process(filename)
12 def process(filename): function
untabify.py 25 process(filename, tabsize)
28 def process(filename, tabsize, verbose=True): function
finddiv.py 41 x = process(filename, listnames)
50 def process(filename, listnames): function
84 x = process(fn, listnames)
ifdef.py 46 process(sys.stdin, sys.stdout)
49 process(f, sys.stdout)
52 def process(fpi, fpo): function
  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/
Processor.java 16 package com.google.currysrc.api.process;
21 * An interface for objects that process a {@link CompilationUnit}.
25 void process(Context context, CompilationUnit cu); method in interface:Processor
Rule.java 16 package com.google.currysrc.api.process;
32 * Process the supplied {@link CompilationUnit}. If making changes, Rules must not modify
36 void process(Context context, CompilationUnit cu); method in interface:Rule
  /external/libchrome/base/process/
kill.cc 5 #include "base/process/kill.h"
7 #include "base/process/process_iterator.h"
17 Process process = Process::Open(entry->pid()); local
18 result &= process.Terminate(exit_code, true);
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_pkt_md_access.c 34 int process(struct __sk_buff *skb) function
  /external/parameter-framework/upstream/xmlserializer/
XmlDocSink.h 40 * in the process method of CXmlDocSink. One can subclass CXmlDocSink
57 bool process(CXmlDocSource &xmlDocSource, CXmlSerializingContext &serializingContext) function in class:CXmlDocSink
70 * Handle for subclasses to process the source.
  /build/make/tools/
soong_to_convert.py 73 def process(reader): function
117 results = process(csv.reader(csvfile))
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/process/
SystemProcessTest.java 18 package org.apache.harmony.luni.tests.internal.process;
29 Process process = null; local
35 process = (Process) execArgs[0];
36 OutputStream os = process.getOutputStream();
39 process.waitFor();
50 process.waitFor();
52 process.destroy();
  /external/apache-http/src/org/apache/http/
HttpRequestInterceptor.java 41 * Provides the ability to process a request before it is sent
71 void process(HttpRequest request, HttpContext context) method in interface:HttpRequestInterceptor
HttpResponseInterceptor.java 40 * Provides the ability to process a response before it is sent
70 void process(HttpResponse response, HttpContext context) method in interface:HttpResponseInterceptor

Completed in 910 milliseconds

1 2 3 4 5 6 7 8 91011>>