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

1 2 3 4 5 6 7 8 91011>>

  /system/connectivity/apmanager/
process_factory.h 24 #include <brillo/process.h>
35 virtual brillo::Process* CreateProcess();
  /external/autotest/site_utils/
rpc_logserver.py 34 process = None variable in class:LogServer
38 """Start Log Record Socket Receiver in a new process.
45 if LogServer.process:
48 LogServer.process = multiprocessing.Process(
51 LogServer.process.start()
79 if LogServer.process:
80 LogServer.process.terminate()
81 LogServer.process = None
  /external/libchrome/base/memory/
shared_memory.h 15 #include "base/process/process_handle.h"
59 // If true, the file can be shared read-only to a process.
87 // shared memory file that was created by a remote process and not shared
88 // to the current process.
91 ProcessHandle process);
107 // Returns the maximum number of handles that can be open at once per process.
220 // Shares the shared memory to another process. Attempts to create a
221 // platform-specific new_handle which can be used in a remote process to read
223 // handle for use in the remote process.
230 bool ShareReadOnlyToProcess(ProcessHandle process,
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/transport/
ProcessTransport.java 22 import com.googlecode.android_scripting.Process;
32 private final Process mProcess;
37 public ProcessTransport(Process process) {
38 mProcess = process;
39 shellFd = process.getFd();
40 is = process.getIn();
41 os = process.getOut();
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
pn532-writeurl.js 71 process.exit(0);
75 process.on('SIGINT', function()
117 process.stdout.write("UID: ");
121 process.stdout.write(toHex(byteVal, 2) + " ");
123 process.stdout.write("\n");
wt5001.js 47 if (process.argv.length > 2)
48 cmd = parseInt(process.argv[2]);
53 process.exit(0);
80 printUsage(process.argv[1]);
126 process.on('SIGINT', function()
129 process.exit(0);
buzzer.js 61 process.on('SIGINT', function()
64 process.exit(0);
enc03r.js 62 process.on('SIGINT', function()
65 process.exit(0);
grovemd-stepper.js 74 process.exit(0);
92 process.on('SIGINT', function()
grovemd.js 73 process.exit(0);
91 process.on('SIGINT', function()
hmc5883l.js 57 process.on('SIGINT', function()
60 process.exit(0);
  /external/ltrace/
breakpoints.c 45 arch_translate_address_dyn(struct process *proc,
63 breakpoint_on_hit(struct breakpoint *bp, struct process *proc)
71 breakpoint_on_continue(struct breakpoint *bp, struct process *proc)
81 breakpoint_on_retract(struct breakpoint *bp, struct process *proc)
89 breakpoint_on_install(struct breakpoint *bp, struct process *proc)
98 struct breakpoint *bp, struct process *proc)
113 address2bpstruct(struct process *proc, arch_addr_t addr)
128 os_breakpoint_init(struct process *proc, struct breakpoint *sbp)
147 arch_breakpoint_init(struct process *proc, struct breakpoint *sbp)
178 * need process for anything. *
    [all...]
  /external/chromium-trace/catapult/third_party/coverage/coverage/
monkey.py 7 import multiprocessing.process namespace
26 klass = multiprocessing.process.BaseProcess
28 klass = multiprocessing.Process
33 """A replacement for multiprocess.Process that starts coverage."""
48 multiprocessing.Process = ProcessWithCoverage
  /external/clang/test/CXX/temp/temp.decls/temp.alias/
p2.cpp 23 void process(Vec<T>& v) // expected-note {{previous definition is here}} function in namespace:StdExample
27 void process(vector<T, Alloc<T>>& w) // expected-error {{redefinition of 'process'}} function in namespace:StdExample
  /external/elfutils/libdwfl/
dwfl_end.c 38 if (dwfl->process)
39 __libdwfl_process_free (dwfl->process);
  /external/icu/icu4c/source/layout/
ContextualSubstSubtables.h 57 le_uint32 process(const LookupProcessor *lookupProcessor, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const;
65 le_uint32 process(const LookupProcessor *lookupProcessor, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const;
94 le_uint32 process(const LookupProcessor *lookupProcessor, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const;
130 le_uint32 process(const LookupProcessor *lookupProcessor, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const;
136 le_uint32 process(const LookupProcessor *lookupProcessor, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const;
144 le_uint32 process(const LookupProcessor *lookupProcessor, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const;
179 le_uint32 process(const LookupProcessor *lookupProcessor, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const;
221 le_uint32 process(const LookupProcessor *lookupProcessor, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const;
  /external/ltrace/sysdeps/linux-gnu/ia64/
plt.c 71 sym2addr(struct process *proc, struct library_symbol *sym)
77 arch_translate_address_dyn(struct process *proc,
  /external/ltrace/sysdeps/linux-gnu/m68k/
trace.c 43 get_arch_dep(struct process *proc)
50 syscall_p(struct process *proc, int status, int *sysnum)
  /external/mockito/src/org/mockito/internal/configuration/injection/
MockInjectionStrategy.java 54 * However if injection occurred successfully, the process should return <code>true</code>,
67 public boolean process(Field onField, Object fieldOwnedBy, Set<Object> mockCandidates) {
75 * Process actual injection.
78 * Don't call this method directly, instead call {@link #process(Field, Object, Set)}
89 return nextStrategy != null && nextStrategy.process(field, fieldOwner, mockCandidates);
  /external/selinux/policycoreutils/sestatus/
sestatus.conf 15 [process]
  /external/strace/tests/
filter-unavailable.c 46 process(void) function
75 return process();
  /frameworks/av/media/libeffects/testlibs/
AudioPeakingFilter.h 98 // Process a buffer of input data. The input and output should contain
104 void process(const audio_sample_t in[], audio_sample_t out[], function in class:android::AudioPeakingFilter
105 int frameCount) { mBiquad.process(in, out, frameCount); }
AudioShelvingFilter.h 92 // Process a buffer of input data. The input and output should contain
98 void process(const audio_sample_t in[], audio_sample_t out[], function in class:android::AudioShelvingFilter
99 int frameCount) { mBiquad.process(in, out, frameCount); }
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
AverageFilterTest.java 38 process(); method
49 process(); method
  /frameworks/native/services/sensorservice/
RotationVectorSensor.h 38 virtual bool process(sensors_event_t* outEvent, const sensors_event_t& event) override;
62 virtual bool process(sensors_event_t* outEvent, const sensors_event_t& event) override;

Completed in 2392 milliseconds

1 2 3 4 5 6 7 8 91011>>