/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
hwc_color_manager.cpp | 298 const HWCQDCMModeManager::ActiveFeatureCMD &cmds, 313 size = ::write(socket_fd_, cmds.cmd_query_status, strlen(cmds.cmd_query_status)); 322 } else if (!strncmp(response, cmds.running, strlen(cmds.running))) { 328 size = ::write(socket_fd_, cmds.cmd_off, strlen(cmds.cmd_off)); 336 size = ::write(socket_fd_, cmds.cmd_on, strlen(cmds.cmd_on));
|
/external/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_allocator_module/ |
test_per_cpu_allocator_module.c | 34 static const struct alloc_cmd cmds[] = { variable in typeref:struct:alloc_cmd 84 #define NR_CMDS ARRAY_SIZE(cmds) 140 verify_area(ptrs[cmdno], cmds[cmdno].size, cmdno); 150 const struct alloc_cmd *cmd = &cmds[i]; 169 if (cmds[j].marker == cmd->marker)
|
/external/curl/tests/ |
keywords.pl | 36 my @cmds = grep { /^test([0-9]+)$/ && -f "$TESTDIR/$_" } readdir(DIR); 42 for(@cmds) { 46 for(sort { $a <=> $b } @cmds) {
|
/external/autotest/client/bin/ |
os_dep.py | 19 def commands(*cmds): 21 for cmd in cmds:
|
/external/brotli/enc/ |
histogram.c | 44 const Command* cmds, const size_t num_commands, 61 const Command* cmd = &cmds[i];
|
histogram.h | 48 const Command* cmds, const size_t num_commands,
|
/external/iproute2/tipc/ |
nametable.c | 103 const struct cmd cmds[] = { local 108 return run_cmd(nlh, cmd, cmds, cmdl, NULL);
|
tipc.c | 58 const struct cmd cmds[] = { local 95 if ((res = run_cmd(NULL, &cmd, cmds, &cmdl, NULL)) != 0)
|
/external/python/cpython2/Doc/distutils/ |
commandref.rst | 8 .. % \label{build-cmds} 53 .. % \label{bdist-cmds}
|
/system/netd/server/ |
IdletimerControllerTest.cpp | 68 std::vector<std::string> cmds = { local 78 return { Join(cmds, '\n') };
|
/build/kati/ |
dep.cc | 163 if (primary_rule && !r->cmds.empty() && 179 if (!primary_rule && !r->cmds.empty()) { 190 copy(r->cmds.begin(), r->cmds.end(), back_inserter(n->cmds)); 204 if (!r->cmds.empty() && r->cmd_lineno) 215 n->cmds = primary_rule->cmds; 219 n->cmds = pattern_rule->cmds; [all...] |
dep.h | 36 vector<Value*> cmds; member in struct:DepNode
|
rule.cc | 126 rule->cmds.push_back( 184 if (!cmds.empty()) { 185 v.push_back(StringPrintf("cmds=[%s]", JoinValues(cmds, ",").c_str()));
|
rule.h | 46 vector<Value*> cmds; member in class:Rule
|
/bionic/libc/kernel/uapi/linux/mmc/ |
ioctl.h | 41 struct mmc_ioc_cmd cmds[0]; member in struct:mmc_ioc_multi_cmd
|
/cts/apps/CameraITS/tools/ |
run_parallel_tests.py | 68 cmds = [] 69 cmds.append(build_cmd(device0_id, chart_host_id, device1_id, 0, scene)) 70 cmds.append(build_cmd(device1_id, chart_host_id, device0_id, 1, scene)) 73 for cmd in cmds:
|
/device/google/dragon/recovery/updater/ |
debug_cmd.h | 29 #define CMDS(n, helpstr) \
|
/external/blktrace/btt/ |
bno_plot.py | 44 cmds = """ 109 fo = open('%s/plot.cmds' % tmpdir, 'w') 110 print >>fo, cmds 117 cmd = '/usr/bin/gnuplot %s/plot.cmds -' % tmpdir
|
/external/curl/docs/libcurl/opts/ |
CURLOPT_TELNETOPTIONS.3 | 30 struct curl_slist *cmds);
|
/external/mesa3d/src/intel/vulkan/ |
genX_state.c | 44 uint32_t cmds[64]; local 45 batch.start = batch.next = cmds; 46 batch.end = (void *) cmds + sizeof(cmds);
|
/external/strace/ |
aio.c | 61 } cmds[] = { local 73 if (cmd < ARRAY_SIZE(cmds)) { 74 tprints(cmds[cmd].name); 75 return cmds[cmd].sub;
|
/external/swiftshader/third_party/LLVM/docs/ |
index.html | 83 <a href="/cmds/llvm-ar.html">llvm-ar</a>,
84 <a href="/cmds/llvm-as.html">llvm-as</a>,
85 <a href="/cmds/llvm-dis.html">llvm-dis</a>,
86 <a href="/cmds/llvm-extract.html">llvm-extract</a>,
87 <a href="/cmds/llvm-ld.html">llvm-ld</a>,
88 <a href="/cmds/llvm-link.html">llvm-link</a>,
89 <a href="/cmds/llvm-nm.html">llvm-nm</a>,
90 <a href="/cmds/llvm-prof.html">llvm-prof</a>,
91 <a href="/cmds/llvm-ranlib.html">llvm-ranlib</a>,
92 <a href="/cmds/opt.html">opt</a>, [all...] |
/external/toolchain-utils/automation/common/ |
command.py | 116 cmds = [] 120 cmds.append('{ %s; }' % cmd) 122 cmds.append(str(cmd)) 124 return cmds
|
/frameworks/av/media/libstagefright/rtsp/ |
Android.bp | 77 "frameworks/av/cmds/stagefright",
|
/frameworks/native/cmds/surfacereplayer/replayer/ |
Event.h | 20 #include <frameworks/native/cmds/surfacereplayer/proto/src/trace.pb.h>
|