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

1 2 3 4 5

  /build/core/
process_wrapper_gdb.sh 17 gdb -q -x $2/process_wrapper_gdb.cmds --args "$@"
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_2.cc 36 void GLES2DecoderTestBase::SpecializedSetup<cmds::GenQueriesEXT, 0>(
42 cmds::GenQueriesEXT cmd;
49 void GLES2DecoderTestBase::SpecializedSetup<cmds::GenQueriesEXTImmediate, 0>(
55 cmds::GenQueriesEXT cmd;
62 void GLES2DecoderTestBase::SpecializedSetup<cmds::DeleteQueriesEXT, 0>(
67 cmds::GenQueriesEXT cmd;
74 void GLES2DecoderTestBase::SpecializedSetup<cmds::DeleteQueriesEXTImmediate, 0>(
79 cmds::GenQueriesEXT cmd;
86 void GLES2DecoderTestBase::SpecializedSetup<cmds::LinkProgram, 0>(
128 cmds::AttachShader attach_cmd
    [all...]
gles2_cmd_decoder_unittest_2_autogen.h 15 SpecializedSetup<cmds::IsRenderbuffer, 0>(true);
16 cmds::IsRenderbuffer cmd;
23 SpecializedSetup<cmds::IsRenderbuffer, 0>(false);
24 cmds::IsRenderbuffer cmd;
34 SpecializedSetup<cmds::IsShader, 0>(true);
35 cmds::IsShader cmd;
42 SpecializedSetup<cmds::IsShader, 0>(false);
43 cmds::IsShader cmd;
51 SpecializedSetup<cmds::IsTexture, 0>(true);
52 cmds::IsTexture cmd
    [all...]
gles2_cmd_decoder_unittest_1_autogen.h 17 SpecializedSetup<cmds::AttachShader, 0>(true);
18 cmds::AttachShader cmd;
29 SpecializedSetup<cmds::BindBuffer, 0>(true);
30 cmds::BindBuffer cmd;
40 SpecializedSetup<cmds::BindBuffer, 0>(true);
41 cmds::BindBuffer cmd;
50 SpecializedSetup<cmds::BindBuffer, 0>(false);
51 cmds::BindBuffer cmd;
59 SpecializedSetup<cmds::BindFramebuffer, 0>(true);
60 cmds::BindFramebuffer cmd
    [all...]
gles2_cmd_decoder_unittest_1.cc 41 void GLES2DecoderTestBase::SpecializedSetup<cmds::GenerateMipmap, 0>(
64 void GLES2DecoderTestBase::SpecializedSetup<cmds::CheckFramebufferStatus, 0>(
79 void GLES2DecoderTestBase::SpecializedSetup<cmds::Clear, 0>(bool valid) {
86 void GLES2DecoderTestBase::SpecializedSetup<cmds::ColorMask, 0>(
95 void GLES2DecoderTestBase::SpecializedSetup<cmds::CopyTexImage2D, 0>(
106 void GLES2DecoderTestBase::SpecializedSetup<cmds::CopyTexSubImage2D, 0>(
117 void GLES2DecoderTestBase::SpecializedSetup<cmds::DetachShader, 0>(bool valid) {
123 cmds::AttachShader attach_cmd;
130 void GLES2DecoderTestBase::SpecializedSetup<cmds::FramebufferRenderbuffer, 0>(
143 void GLES2DecoderTestBase::SpecializedSetup<cmds::FramebufferTexture2D, 0>
    [all...]
gles2_cmd_decoder_autogen.h 14 uint32 immediate_data_size, const gles2::cmds::ActiveTexture& c) {
21 uint32 immediate_data_size, const gles2::cmds::AttachShader& c) {
29 uint32 immediate_data_size, const gles2::cmds::BindBuffer& c) {
41 uint32 immediate_data_size, const gles2::cmds::BindFramebuffer& c) {
53 uint32 immediate_data_size, const gles2::cmds::BindRenderbuffer& c) {
65 uint32 immediate_data_size, const gles2::cmds::BindTexture& c) {
77 uint32 immediate_data_size, const gles2::cmds::BlendColor& c) {
96 uint32 immediate_data_size, const gles2::cmds::BlendEquation& c) {
112 uint32 immediate_data_size, const gles2::cmds::BlendEquationSeparate& c) {
135 uint32 immediate_data_size, const gles2::cmds::BlendFunc& c)
    [all...]
gles2_cmd_decoder_unittest_base.cc 307 GenHelper<cmds::GenBuffersImmediate>(client_buffer_id_);
311 GenHelper<cmds::GenFramebuffersImmediate>(client_framebuffer_id_);
315 GenHelper<cmds::GenRenderbuffersImmediate>(client_renderbuffer_id_);
319 GenHelper<cmds::GenTexturesImmediate>(client_texture_id_);
323 GenHelper<cmds::GenBuffersImmediate>(client_element_buffer_id_);
364 cmds::GetError cmd;
376 cmds::CreateShader cmd;
382 return IsObjectHelper<cmds::IsShader, cmds::IsShader::Result>(client_id);
390 cmds::DeleteShader cmd
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_cmd_helper_autogen.h 13 gles2::cmds::ActiveTexture* c = GetCmdSpace<gles2::cmds::ActiveTexture>();
20 gles2::cmds::AttachShader* c = GetCmdSpace<gles2::cmds::AttachShader>();
29 gles2::cmds::BindAttribLocation* c =
30 GetCmdSpace<gles2::cmds::BindAttribLocation>();
38 gles2::cmds::BindAttribLocationBucket* c =
39 GetCmdSpace<gles2::cmds::BindAttribLocationBucket>();
46 gles2::cmds::BindBuffer* c = GetCmdSpace<gles2::cmds::BindBuffer>()
    [all...]
gles2_cmd_helper.h 32 gles2::cmds::GetAttribLocation* c =
33 GetCmdSpace<gles2::cmds::GetAttribLocation>();
44 gles2::cmds::GetAttribLocationBucket* c =
45 GetCmdSpace<gles2::cmds::GetAttribLocationBucket>();
54 gles2::cmds::GetUniformLocation* c =
55 GetCmdSpace<gles2::cmds::GetUniformLocation>();
66 gles2::cmds::GetUniformLocationBucket* c =
67 GetCmdSpace<gles2::cmds::GetUniformLocationBucket>();
gles2_implementation_unittest_autogen.h 16 struct Cmds {
17 cmds::AttachShader cmd;
19 Cmds expected;
28 struct Cmds {
29 cmds::BindBuffer cmd;
31 Cmds expected;
42 struct Cmds {
43 cmds::BindFramebuffer cmd;
45 Cmds expected;
56 struct Cmds {
    [all...]
gles2_implementation_unittest.cc 342 const uint8* cmds = reinterpret_cast<const uint8*>(ring_buffer.ptr); local
343 const uint8* end = cmds + ring_buffer.size;
344 for (; cmds < end; ++cmds) {
345 if (*cmds != kInitialValue) {
393 sizeof(cmds::GetShaderPrecisionFormat::Result) * 12);
469 GetExpectedResultMemory(sizeof(cmds::GetError::Result));
554 struct Cmds {
567 Cmds expected;
596 struct Cmds {
    [all...]
  /external/clang/bindings/python/tests/cindex/
test_cdb.py 32 cmds = cdb.getCompileCommands('/home/john.doe/MyProject/project.cpp')
33 assert len(cmds) != 0
38 cmds = cdb.getCompileCommands('/home/john.doe/MyProject/project.cpp')
39 assert len(cmds) == 1
40 assert cmds[0].directory == '/home/john.doe/MyProject'
43 for arg, exp in zip(cmds[0].arguments, expected):
49 cmds = cdb.getCompileCommands('/home/john.doe/MyProject/project2.cpp')
50 assert len(cmds) == 2
59 for i in range(len(cmds)):
60 assert cmds[i].directory == expected[i]['wd'
    [all...]
  /external/linux-tools-perf/util/
help.c 7 void add_cmdname(struct cmdnames *cmds, const char *name, size_t len)
15 ALLOC_GROW(cmds->names, cmds->cnt + 1, cmds->alloc);
16 cmds->names[cmds->cnt++] = ent;
19 static void clean_cmdnames(struct cmdnames *cmds)
23 for (i = 0; i < cmds->cnt; ++i)
24 free(cmds->names[i]);
25 free(cmds->names)
    [all...]
help.h 22 void add_cmdname(struct cmdnames *cmds, const char *name, size_t len);
24 void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes);
  /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));
default.c 556 /* Don't clobber cmds given in a makefile if there were any. */
557 if (f->cmds == 0)
559 f->cmds = (struct commands *) xmalloc (sizeof (struct commands));
560 f->cmds->fileinfo.filenm = 0;
561 f->cmds->commands = s[1];
562 f->cmds->command_lines = 0;
commands.c 122 if (file->cmds == default_file->cmds)
267 /* Chop CMDS up into individual command lines if necessary.
271 chop_commands (struct commands *cmds)
280 if (!cmds || cmds->command_lines != 0)
283 /* Chop CMDS->commands up into lines in CMDS->command_lines.
284 Also set the corresponding CMDS->lines_flags elements,
285 and the CMDS->any_recurse flag. *
    [all...]
rule.h 28 struct commands *cmds; /* Commands to execute. */ member in struct:rule
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...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_test_autogen.h 16 cmds::ActiveTexture& cmd = *GetBufferAs<cmds::ActiveTexture>();
20 EXPECT_EQ(static_cast<uint32>(cmds::ActiveTexture::kCmdId),
29 cmds::AttachShader& cmd = *GetBufferAs<cmds::AttachShader>();
34 EXPECT_EQ(static_cast<uint32>(cmds::AttachShader::kCmdId),
44 cmds::BindAttribLocation& cmd = *GetBufferAs<cmds::BindAttribLocation>();
52 EXPECT_EQ(static_cast<uint32>(cmds::BindAttribLocation::kCmdId),
65 cmds::BindAttribLocationBucket& cmd
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
vgu.c 42 const VGubyte *cmds,
51 vgAppendPathData(path, num_cmds, cmds, common_data);
58 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, VG_LINE_TO_ABS}; local
75 vgu_append_float_coords(path, cmds, 2, coords, 4);
85 VGubyte *cmds; local
103 cmds = malloc(sizeof(VGubyte) * count + 1);
106 cmds[0] = VG_MOVE_TO_ABS;
110 cmds[i] = VG_LINE_TO_ABS;
116 cmds[i] = VG_CLOSE_PATH;
120 vgu_append_float_coords(path, cmds, i, coords, 2*i)
132 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, local
170 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, local
227 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, local
266 VGubyte cmds[11]; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
vgu.c 42 const VGubyte *cmds,
51 vgAppendPathData(path, num_cmds, cmds, common_data);
58 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, VG_LINE_TO_ABS}; local
75 vgu_append_float_coords(path, cmds, 2, coords, 4);
85 VGubyte *cmds; local
103 cmds = malloc(sizeof(VGubyte) * count + 1);
106 cmds[0] = VG_MOVE_TO_ABS;
110 cmds[i] = VG_LINE_TO_ABS;
116 cmds[i] = VG_CLOSE_PATH;
120 vgu_append_float_coords(path, cmds, i, coords, 2*i)
132 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, local
170 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, local
227 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, local
266 VGubyte cmds[11]; local
    [all...]
  /frameworks/native/cmds/installd/tests/
Android.mk 21 frameworks/base/cmds/installd
  /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

Completed in 774 milliseconds

1 2 3 4 5