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

1 2 3 4 5 6 7 8 91011>>

  /device/generic/goldfish-opengl/system/egl/
egl_ftable.h 18 void *proc; member in struct:_egl_funcs_by_name
ClientAPIExts.cpp 80 // And now query the GLES library for each proc address
136 void* proc; member in struct:ClientAPIExts::_client_ext_funcs
153 return s_client_ext_funcs[i].proc;
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl_ftable.h 18 void *proc; member in struct:_egl_funcs_by_name
gles_ftable.h 18 void *proc; member in struct:_gles_funcs_by_name
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 9 void *proc; member in struct:_gl_funcs_by_name
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_ftable.h 9 void *proc; member in struct:_gl2_funcs_by_name
  /device/generic/goldfish-opengl/system/renderControl_enc/
renderControl_ftable.h 9 void *proc; member in struct:_renderControl_funcs_by_name
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_proc.cc 24 Processor *proc = new(mem) Processor; local
25 proc->thr = nullptr;
27 AllocatorProcStart(proc);
30 proc->dd_pt = ctx->dd->CreatePhysicalThread();
31 return proc;
34 void ProcDestroy(Processor *proc) {
35 CHECK_EQ(proc->thr, nullptr);
37 AllocatorProcFinish(proc);
39 ctx->clock_alloc.FlushCache(&proc->clock_cache);
40 ctx->metamap.OnProcIdle(proc);
    [all...]
  /external/compiler-rt/test/builtins/Unit/
trampoline_setup_test.c 31 nested_func_t proc; variable
43 proc = bar;
47 if ( (*proc)(3) != 43 )
50 if ( (*proc)(4) != 40 )
  /frameworks/base/tools/preload/
PrintPsTree.java 40 for (Proc proc : root.processes.values()) {
41 if (proc.parent == null) {
42 proc.print();
  /art/test/063-process-manager/src/
Main.java 11 Process proc = pb.start(); local
12 proc.waitFor();
28 Process proc = pb.start(); local
31 proc.waitFor();
  /external/mesa3d/src/gallium/state_trackers/clover/core/
module.cpp 38 _serializer<T>::proc(os, x);
45 _serializer<T>::proc(is, x);
52 _serializer<T>::proc(is, x);
60 _serializer<T>::proc(sz, x);
68 proc(std::ostream &os, const T &x) { function in struct:__anon30190::_serializer
73 proc(std::istream &is, T &x) { function in struct:__anon30190::_serializer
78 proc(module::size_t &sz, const T &x) { function in struct:__anon30190::_serializer
89 proc(std::ostream &os, const std::vector<T> &v) { function in struct:__anon30190::_serializer
97 proc(std::istream &is, std::vector<T> &v) { function in struct:__anon30190::_serializer
105 proc(module::size_t &sz, const std::vector<T> &v) function in struct:__anon30190::_serializer
118 proc(std::ostream &os, const std::vector<T> &v) { function in struct:__anon30190::_serializer
125 proc(std::istream &is, std::vector<T> &v) { function in struct:__anon30190::_serializer
132 proc(module::size_t &sz, const std::vector<T> &v) { function in struct:__anon30190::_serializer
141 proc(std::ostream &os, const std::string &s) { function in struct:__anon30190::_serializer
147 proc(std::istream &is, std::string &s) { function in struct:__anon30190::_serializer
153 proc(module::size_t &sz, const std::string &s) { function in struct:__anon30190::_serializer
163 proc(S &s, QT &x) { function in struct:__anon30190::_serializer
176 proc(S &s, QT &x) { function in struct:__anon30190::_serializer
191 proc(S &s, QT &x) { function in struct:__anon30190::_serializer
204 proc(S &s, QT &x) { function in struct:__anon30190::_serializer
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_getprocaddress.c 45 PROC proc; member in struct:stw_extension_entry
48 #define STW_EXTENSION_ENTRY(P) { #P, (PROC) P }
85 PROC APIENTRY
90 PROC p;
98 return entry->proc;
101 p = (PROC) _glapi_get_proc_address(lpszProc);
  /external/pdfium/core/fpdfapi/page/
cpdf_psengine_unittest.cpp 38 CPDF_PSProc proc; local
39 EXPECT_EQ(0U, proc.num_operators());
42 proc.AddOperatorForTesting(word);
43 ASSERT_EQ(i + 1, proc.num_operators());
44 const std::unique_ptr<CPDF_PSOP>& new_psop = proc.last_operator();
  /external/tensorflow/tensorflow/core/platform/
subprocess_test.cc 27 tensorflow::SubProcess proc; local
28 proc.SetProgram("/bin/cat", {"cat", "/dev/null"});
29 EXPECT_TRUE(proc.Start());
30 EXPECT_TRUE(proc.Wait());
34 tensorflow::SubProcess proc; local
35 proc.SetProgram("/bin/cat", {"cat", "/dev/null"});
36 proc.SetChannelAction(CHAN_STDOUT, ACTION_PIPE);
37 proc.SetChannelAction(CHAN_STDERR, ACTION_PIPE);
38 EXPECT_TRUE(proc.Start());
41 int status = proc.Communicate(nullptr, &out, &err)
49 tensorflow::SubProcess proc; local
64 tensorflow::SubProcess proc; local
76 tensorflow::SubProcess proc; local
91 tensorflow::SubProcess proc; local
103 tensorflow::SubProcess proc; local
115 tensorflow::SubProcess proc; local
131 tensorflow::SubProcess proc; local
150 tensorflow::SubProcess proc; local
172 tensorflow::SubProcess proc; local
    [all...]
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.cpp 28 PFN_vkVoidFunction proc; member in struct:__anon46639::NameProc
39 return entry->proc;
  /hardware/qcom/gps/msm8960/core/
LocAdapterBase.cpp 48 inline virtual void proc() const { function in struct:loc_core::LocOpenMsg
  /frameworks/base/core/java/com/android/internal/app/procstats/
DumpUtils.java 369 final ProcessState proc = procs.get(i); local
370 proc.dumpSummary(pw, prefix, screenStates, memStates, procStates, now, totalTime);
387 ProcessState proc = procs.get(i); local
388 pw.print(proc.getName());
390 UserHandle.formatUid(pw, proc.getUid());
392 pw.print(proc.getVersion());
393 proc.dumpCsv(pw, sepScreenStates, screenStates, sepMemStates,
  /cts/tests/app/src/android/app/cts/
BaseProcessInstrumentation.java 40 final String proc = getProcessName(); local
42 if (!proc.equals(appProc)) {
44 "getProcessName()s mismatch. Instr=%s App=%s", proc, appProc));
46 //Log.i("xxx", "Instrumentation starting in " + proc);
48 result.putBoolean(proc, true);
49 if (proc.equals(mMainProc)) {
51 // a secondary proc.
58 //Log.i("xxx", "Instrumentation finishing in " + proc);
63 // We are running in a secondary proc, just report it.
64 //Log.i("xxx", "Instrumentation adding result in " + proc);
    [all...]
  /external/apache-harmony/support/src/test/java/tests/support/
Support_Exec.java 66 Process proc = (Process) arr[0]; local
68 InputStream in = proc.getInputStream();
80 proc.waitFor();
81 int exitCode = proc.exitValue();
82 proc.destroy();
117 Process proc = (Process) arr[0]; local
119 InputStream in = proc.getInputStream();
131 proc.waitFor();
135 proc.destroy();
230 final Process proc local
    [all...]
  /external/boringssl/src/third_party/fiat/
make_curve25519_tables.py 234 proc = subprocess.Popen(["clang-format"], stdin=subprocess.PIPE) variable
235 proc.communicate(buf.getvalue())
  /external/libbrillo/brillo/
process_reaper.cc 72 auto proc = watched_processes_.find(info.si_pid); local
73 if (proc == watched_processes_.end()) {
78 DVLOG_LOC(proc->second.location, 1)
81 ChildCallback callback = std::move(proc->second.callback);
82 watched_processes_.erase(proc);
  /external/lz4/tests/
test-lz4-versions.py 26 def proc(cmd_args, pipe=True, dummy=False): function
38 return proc([make_cmd] + args, pipe)
41 return proc([git_cmd] + args, pipe)
100 proc(['./lz4c.' + tag, '-1fz', test_dat, test_dat + '_1_64_' + tag + '.lz4'])
101 proc(['./lz4c.' + tag, '-9fz', test_dat, test_dat + '_9_64_' + tag + '.lz4'])
102 proc(['./lz4c32.' + tag, '-1fz', test_dat, test_dat + '_1_32_' + tag + '.lz4'])
103 proc(['./lz4c32.' + tag, '-9fz', test_dat, test_dat + '_9_32_' + tag + '.lz4'])
139 proc(['./lz4c.' + tag, '-df', lz4, lz4 + '_d64_' + tag + '.dec'])
140 proc(['./lz4c32.' + tag, '-df', lz4, lz4 + '_d32_' + tag + '.dec'])
  /external/skia/resources/lua/
slides_transitions.lua 11 proc = function(self, canvas, drawSlideProc)
53 proc = function(self, canvas, drawSlideProc)
99 proc = function(self, canvas, drawSlideProc)
131 proc = function(self, canvas, drawSlideProc)
175 proc = function(self, canvas, drawSlideProc)
  /external/skia/src/core/
SkSpriteBlitter_ARGB32.cpp 43 SkBlitRow::Proc32 proc = fProc32; variable
47 proc(dst, src, width, alpha);

Completed in 1584 milliseconds

1 2 3 4 5 6 7 8 91011>>