HomeSort by relevance Sort by last modified time
    Searched refs:_proc (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
multiprocessing_shim.py 29 self._proc = ProcessSubclass(self, group, target, name, args, kwargs)
34 self._proc.run()
37 self._proc.start()
43 self._proc.terminate()
46 self._proc.join( timeout)
49 return self._proc.is_alive()
53 return self._proc.name
57 self._proc.name = name
61 return self._proc.daemon
65 self._proc.daemon = daemoni
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/core/
module.cpp 37 _proc(std::ostream &os, const T &x) { function in namespace:__anon30190
44 _proc(std::istream &is, T &x) { function in namespace:__anon30190
50 _proc(std::istream &is) { function in namespace:__anon30190
59 _proc(module::size_t &sz, const T &x) { function in namespace:__anon30190
90 _proc<uint32_t>(os, v.size());
93 _proc<T>(os, v[i]);
98 v.resize(_proc<uint32_t>(is));
101 new(&v[i]) T(_proc<T>(is));
109 _proc<T>(sz, v[i]);
119 _proc<uint32_t>(os, v.size())
    [all...]
  /external/llvm/test/MC/MachO/
debug_frame.s 6 _proc: label
  /external/libunwind/doc/
unw_get_proc_info_by_ip.tex 8 \begin{Name}{3}{unw\_get\_proc\_info\_by\_ip}{David Mosberger-Tang}{Programming Library}{unw\_get\_proc\_info\_by\_ip}unw\_get\_proc\_info\_by\_ip -- get procedure info by IP
15 \Type{int} \Func{unw\_get\_proc\_info\_by\_ip}(\Type{unw\_addr\_space\_t~}\Var{as}, \Type{unw\_word\_t~}\Var{ip}, \Type{unw\_proc\_info\_t~*}\Var{pip}, \Type{void~*}\Var{arg});\\
19 The \Func{unw\_get\_proc\_info\_by\_ip}() routine returns the same
21 \Func{unw\_get\_proc\_info}(), except that the info is looked up by
26 than \Func{unw\_get\_proc\_info}().
34 type \Type{unw\_proc\_info\_t} which is used to return the info.
52 On successful completion, \Func{unw\_get\_proc\_info\_by\_ip}(
    [all...]
unw_get_proc_info.tex 8 \begin{Name}{3}{unw\_get\_proc\_info}{David Mosberger-Tang}{Programming Library}{unw\_get\_proc\_info}unw\_get\_proc\_info -- get info on current procedure
15 \Type{int} \Func{unw\_get\_proc\_info}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_proc\_info\_t~*}\Var{pip});\\
19 The \Func{unw\_get\_proc\_info}() routine returns auxiliary
22 to a structure of type \Type{unw\_proc\_info\_t} which is used to
23 return the information. The \Type{unw\_proc\_info\_t} has the
58 for use by the \Func{find\_proc\_info}() call-back (see
60 \Func{unw\_get\_proc\_info}() routin
    [all...]
unw_get_proc_name.tex 8 \begin{Name}{3}{unw\_get\_proc\_name}{David Mosberger-Tang}{Programming Library}{unw\_get\_proc\_name}unw\_get\_proc\_name -- get name of current procedure
15 \Type{int} \Func{unw\_get\_proc\_name}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{char~*}\Var{bufp}, \Type{size\_t} \Var{len}, \Type{unw\_word\_t~*}\Var{offp});\\
19 The \Func{unw\_get\_proc\_name}() routine returns the name of the
27 address 0x40003000, then invoking \Func{unw\_get\_proc\_name}() on a
36 dynamic symbol table. In such cases, \Func{unw\_get\_proc\_name}()
45 On successful completion, \Func{unw\_get\_proc\_name}() returns 0.
51 \Func{unw\_get\_proc\_name}() is thread-safe. If cursor \Var{cp} is
65 In addition, \Func{unw\_get\_proc\_name}() may return any erro
    [all...]
  /external/autotest/client/site_tests/platform_TLSDate/
platform_TLSDate.py 20 self._proc = None
47 self._proc = subprocess.Popen(args, stdin=subprocess.PIPE,
52 self._proc.stdin.write('n')
53 self._proc.stdin.flush()
57 self._proc.terminate()
62 self._output = self._proc.communicate()[1].split('\n')
  /external/python/cpython3/Lib/asyncio/
base_subprocess.py 21 self._proc = None
36 # Create the child process: set the _proc attribute
44 self._pid = self._proc.pid
45 self._extra['subprocess'] = self._proc
108 if (self._proc is not None
112 and self._proc.poll() is None
118 self._proc.kill()
122 # Don't clear the _proc reference yet: _post_init() may still run
147 if self._proc is None:
152 self._proc.send_signal(signal
    [all...]
  /external/llvm/test/MC/ARM/
dwarf-cfi-initial-state.s 4 _proc: label
  /external/skia/src/gpu/effects/
GrLumaColorFilterEffect.cpp 34 const GrFragmentProcessor& _proc) override {}
GrPremulInputFragmentProcessor.cpp 35 const GrFragmentProcessor& _proc) override {}
GrUnpremulInputFragmentProcessor.cpp 36 const GrFragmentProcessor& _proc) override {}
GrArithmeticFP.cpp 56 const GrFragmentProcessor& _proc) override {
57 const GrArithmeticFP& _outer = _proc.cast<GrArithmeticFP>();
GrBlurredEdgeFragmentProcessor.cpp 41 const GrFragmentProcessor& _proc) override {}
GrConfigConversionEffect.cpp 43 const GrFragmentProcessor& _proc) override {}
GrDitherEffect.cpp 50 const GrFragmentProcessor& _proc) override {}
  /external/skqp/src/gpu/effects/
GrLumaColorFilterEffect.cpp 34 const GrFragmentProcessor& _proc) override {}
GrPremulInputFragmentProcessor.cpp 35 const GrFragmentProcessor& _proc) override {}
GrUnpremulInputFragmentProcessor.cpp 36 const GrFragmentProcessor& _proc) override {}
GrArithmeticFP.cpp 56 const GrFragmentProcessor& _proc) override {
57 const GrArithmeticFP& _outer = _proc.cast<GrArithmeticFP>();
GrBlurredEdgeFragmentProcessor.cpp 41 const GrFragmentProcessor& _proc) override {}
GrConfigConversionEffect.cpp 43 const GrFragmentProcessor& _proc) override {}
  /external/skia/infra/bots/recipe_modules/core/resources/
elf_symbolizer.py 243 self._proc = None # Subprocess.Popen(...) instance.
274 if self._proc.poll():
323 self._proc.kill()
324 self._proc.communicate() # Essentially wait() without risking deadlock.
327 self._proc = None
330 self._proc.stdin.write('%s\n' % hex(addr))
334 self._proc.stdin.write('\n')
335 self._proc.stdin.flush()
390 if self._proc:
404 self._proc = subprocess.Popen(cmd, bufsize=1, stdout=subprocess.PIPE
    [all...]
  /external/skqp/infra/bots/recipe_modules/core/resources/
elf_symbolizer.py 243 self._proc = None # Subprocess.Popen(...) instance.
274 if self._proc.poll():
323 self._proc.kill()
324 self._proc.communicate() # Essentially wait() without risking deadlock.
327 self._proc = None
330 self._proc.stdin.write('%s\n' % hex(addr))
334 self._proc.stdin.write('\n')
335 self._proc.stdin.flush()
390 if self._proc:
404 self._proc = subprocess.Popen(cmd, bufsize=1, stdout=subprocess.PIPE
    [all...]
  /external/autotest/client/cros/audio/
cras_dbus_utils.py 129 self._proc = None
144 self._proc = multiprocessing.Process(
146 self._proc.daemon = True
147 self._proc.start()

Completed in 715 milliseconds

1 2 3