/device/asus/grouper/dumpstate/ |
Android.mk | 18 LOCAL_C_INCLUDES := frameworks/native/cmds/dumpstate
|
/device/lge/hammerhead/dumpstate/ |
Android.mk | 18 LOCAL_C_INCLUDES := frameworks/native/cmds/dumpstate
|
/device/lge/mako/dumpstate/ |
Android.mk | 18 LOCAL_C_INCLUDES := frameworks/native/cmds/dumpstate
|
/device/samsung/manta/dumpstate/ |
Android.mk | 18 LOCAL_C_INCLUDES := frameworks/native/cmds/dumpstate
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/ |
nouveau_video.h | 33 unsigned *cmds; member in struct:nouveau_decoder 50 dec->cmds[dec->ofs++] = data;
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_video.h | 33 unsigned *cmds; member in struct:nouveau_decoder 50 dec->cmds[dec->ofs++] = data;
|
/ndk/sources/host-tools/make-3.81/ |
commands.h | 39 extern void print_commands PARAMS ((struct commands *cmds)); 41 extern void chop_commands PARAMS ((struct commands *cmds));
|
rule.c | 159 CMDS are the commands. 164 convert_suffix_rule (char *target, char *source, struct commands *cmds) 211 create_pattern_rule (names, percents, 0, deps, cmds, 0); 245 if (f->cmds != 0) 247 convert_suffix_rule ("", dep_name (d), f->cmds); 261 if (f == 0 || f->cmds == 0) 269 f->cmds); 273 convert_suffix_rule (dep_name (d2), dep_name (d), f->cmds); 397 r->cmds = (struct commands *) xmalloc (sizeof (struct commands)); 398 r->cmds->fileinfo.filenm = 0 [all...] |
remake.c | 229 message (1, ((file->phony || file->cmds == 0) 454 if (!file->phony && file->cmds == 0 && !file->tried_implicit) 462 if (file->cmds == 0 && !file->is_target 463 && default_file != 0 && default_file->cmds != 0) 466 file->cmds = default_file->cmds; 597 d->changed = ((file->phony && file->cmds != 0) 713 else if (!noexist && file->is_target && !deps_changed && file->cmds == 0 720 else if (!must_make && file->cmds != 0 && always_make_flag) 818 if (file->cmds != 0 && file->cmds->any_recurse [all...] |
rule.h | 28 struct commands *cmds; /* Commands to execute. */ member in struct:rule
|
file.c | 260 if (from_file->cmds != 0) 262 if (to_file->cmds == 0) 263 to_file->cmds = from_file->cmds; 264 else if (from_file->cmds != to_file->cmds) 269 if (to_file->cmds->fileinfo.filenm != 0) 270 error (&from_file->cmds->fileinfo, 272 from_file->name, to_file->cmds->fileinfo.filenm, 273 to_file->cmds->fileinfo.lineno) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
stroker.c | 76 const VGubyte *cmds; member in struct:stroke_iterator 151 return it->cmds[it->position]; 160 prev_cmd = it->cmds[it->position + 1]; 197 struct array *cmds, 200 itr->cmds = (VGubyte*)cmds->data; 201 itr->num_commands = cmds->num_elements; 208 struct array *cmds, 211 stroke_itr_common_init(itr, cmds, coords); 222 struct array *cmds, 552 VGubyte cmds = VG_MOVE_TO_ABS; local 569 VGubyte cmds = VG_LINE_TO_ABS; local 587 VGubyte cmds = VG_CUBIC_TO_ABS; local [all...] |
/external/mesa3d/src/gallium/state_trackers/vega/ |
stroker.c | 76 const VGubyte *cmds; member in struct:stroke_iterator 151 return it->cmds[it->position]; 160 prev_cmd = it->cmds[it->position + 1]; 197 struct array *cmds, 200 itr->cmds = (VGubyte*)cmds->data; 201 itr->num_commands = cmds->num_elements; 208 struct array *cmds, 211 stroke_itr_common_init(itr, cmds, coords); 222 struct array *cmds, 552 VGubyte cmds = VG_MOVE_TO_ABS; local 569 VGubyte cmds = VG_LINE_TO_ABS; local 587 VGubyte cmds = VG_CUBIC_TO_ABS; local [all...] |
/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
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
dhdu_cmd.h | 40 /* Special set cmds to do download via dev node interface if present */
|
/external/chromium_org/gpu/command_buffer/ |
build_gles2_cmd_buffer.py | [all...] |
/external/linux-tools-perf/Documentation/ |
Makefile | 199 cmds_txt = cmds-ancillaryinterrogators.txt \ 200 cmds-ancillarymanipulators.txt \ 201 cmds-mainporcelain.txt \ 202 cmds-plumbinginterrogators.txt \ 203 cmds-plumbingmanipulators.txt \ 204 cmds-synchingrepositories.txt \ 205 cmds-synchelpers.txt \ 206 cmds-purehelpers.txt \ 207 cmds-foreignscminterface.txt
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
engine.c | 203 STACK_OF(OPENSSL_STRING) *cmds = NULL; 214 cmds = sk_OPENSSL_STRING_new_null(); 216 if(!cmds) 287 if(cmds) sk_OPENSSL_STRING_pop_free(cmds, identity); 293 static void util_do_cmds(ENGINE *e, STACK_OF(OPENSSL_STRING) *cmds, 296 int loop, res, num = sk_OPENSSL_STRING_num(cmds); 307 cmd = sk_OPENSSL_STRING_value(cmds, loop);
|
/external/clang/www/demo/ |
DemoInfo.html | 67 href="http://llvm.org/cmds/llvm-bcanalyzer.html">llvm-bcanalyzer</a> tool 76 href="http://llvm.org/cmds/llvm2cpp.html">llvm2cpp</a> tool
|
/external/openssl/apps/ |
engine.c | 203 STACK_OF(OPENSSL_STRING) *cmds = NULL; 214 cmds = sk_OPENSSL_STRING_new_null(); 216 if(!cmds) 287 if(cmds) sk_OPENSSL_STRING_pop_free(cmds, identity); 293 static void util_do_cmds(ENGINE *e, STACK_OF(OPENSSL_STRING) *cmds, 296 int loop, res, num = sk_OPENSSL_STRING_num(cmds); 307 cmd = sk_OPENSSL_STRING_value(cmds, loop);
|
/frameworks/native/cmds/installd/ |
installd.c | 130 struct cmdinfo cmds[] = { variable in typeref:struct:cmdinfo 221 for (i = 0; i < sizeof(cmds) / sizeof(cmds[0]); i++) { 222 if (!strcmp(cmds[i].name,arg[0])) { 223 if (n != cmds[i].numargs) { 225 cmds[i].name, cmds[i].numargs, n); 227 ret = cmds[i].func(arg + 1, reply);
|
/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_decoder_unittest_3.cc | 30 using namespace cmds;
|
/external/llvm/utils/lit/ |
setup.py | 42 Command Guide: http://llvm.org/cmds/lit.html.
|
/frameworks/wilhelm/tests/sandbox/ |
nativewindow.cpp | 17 // Copied from frameworks/base/cmds/stagefright/stream.cpp
|
/external/chromium_org/gpu/command_buffer/client/ |
gles2_implementation_impl_autogen.h | 118 typedef cmds::CheckFramebufferStatus::Result Result; 495 typedef cmds::GetBooleanv::Result Result; 521 typedef cmds::GetBufferParameteriv::Result Result; 545 typedef cmds::GetFloatv::Result Result; 572 typedef cmds::GetFramebufferAttachmentParameteriv::Result Result; 597 typedef cmds::GetIntegerv::Result Result; 623 typedef cmds::GetProgramiv::Result Result; 677 typedef cmds::GetRenderbufferParameteriv::Result Result; 703 typedef cmds::GetShaderiv::Result Result; 784 typedef cmds::GetTexParameterfv::Result Result [all...] |