Searched refs:cmds (Results 1 - 25 of 97) sorted by relevance

1234

/external/clang/bindings/python/tests/cindex/
H A Dtest_cdb.py32 cmds = cdb.getCompileCommands('/home/john.doe/MyProject/project.cpp')
33 assert len(cmds) != 0
38 cmds = cdb.getAllCompileCommands()
39 assert len(cmds) == 3
51 for i in range(len(cmds)):
52 assert cmds[i].directory == expected[i]['wd']
53 for arg, exp in zip(cmds[i].arguments, expected[i]['line']):
59 cmds = cdb.getCompileCommands('/home/john.doe/MyProject/project.cpp')
60 assert len(cmds) == 1
61 assert cmds[
[all...]
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_cmd_helper_autogen.h15 gles2::cmds::ActiveTexture* c = GetCmdSpace<gles2::cmds::ActiveTexture>();
22 gles2::cmds::AttachShader* c = GetCmdSpace<gles2::cmds::AttachShader>();
31 gles2::cmds::BindAttribLocationBucket* c =
32 GetCmdSpace<gles2::cmds::BindAttribLocationBucket>();
39 gles2::cmds::BindBuffer* c = GetCmdSpace<gles2::cmds::BindBuffer>();
46 gles2::cmds::BindFramebuffer* c = GetCmdSpace<gles2::cmds
[all...]
H A Dgles2_cmd_helper.h32 gles2::cmds::CreateAndConsumeTextureCHROMIUMImmediate::ComputeSize();
33 gles2::cmds::CreateAndConsumeTextureCHROMIUMImmediate* c =
35 gles2::cmds::CreateAndConsumeTextureCHROMIUMImmediate>(size);
H A Dgles2_implementation_unittest_autogen.h18 cmds::AttachShader cmd;
30 cmds::BindBuffer cmd;
44 cmds::BindFramebuffer cmd;
58 cmds::BindRenderbuffer cmd;
72 cmds::BlendColor cmd;
83 cmds::BlendEquation cmd;
94 cmds::BlendEquationSeparate cmd;
105 cmds::BlendFunc cmd;
116 cmds::BlendFuncSeparate cmd;
127 cmds
[all...]
H A Dgles2_implementation_unittest.cc440 sizeof(cmds::GetShaderPrecisionFormat::Result) * 12);
514 const uint8* cmds = reinterpret_cast<const uint8*>(ring_buffer->memory()); local
515 const uint8* end = cmds + ring_buffer->size();
516 for (; cmds < end; ++cmds) {
517 if (*cmds != kInitialValue) {
596 GetExpectedResultMemory(sizeof(cmds::GetError::Result));
817 cmds::GetShaderPrecisionFormat cmd;
819 typedef cmds::GetShaderPrecisionFormat::Result Result;
899 cmds
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_2_autogen.h17 SpecializedSetup<cmds::Scissor, 0>(true);
18 cmds::Scissor cmd;
26 SpecializedSetup<cmds::Scissor, 0>(false);
27 cmds::Scissor cmd;
35 SpecializedSetup<cmds::Scissor, 0>(false);
36 cmds::Scissor cmd;
47 SpecializedSetup<cmds::StencilFunc, 0>(true);
48 cmds::StencilFunc cmd;
56 SpecializedSetup<cmds::StencilFuncSeparate, 0>(true);
57 cmds
[all...]
H A Dgles2_cmd_decoder_unittest_extensions_autogen.h22 cmds::MatrixLoadfCHROMIUMImmediate& cmd = *GetImmediateAs<cmds::MatrixLoadfCHROMIUMImmediate>();
23 SpecializedSetup<cmds::MatrixLoadfCHROMIUMImmediate, 0>(true);
37 SpecializedSetup<cmds::MatrixLoadIdentityCHROMIUM, 0>(true);
38 cmds::MatrixLoadIdentityCHROMIUM cmd;
H A Dgles2_cmd_decoder_unittest_1_autogen.h19 SpecializedSetup<cmds::AttachShader, 0>(true);
20 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
[all...]
H A Dgles2_cmd_decoder_unittest_2.cc56 cmds::Uniform1i cmd;
65 cmds::Uniform1ivImmediate& cmd =
66 *GetImmediateAs<cmds::Uniform1ivImmediate>();
76 cmds::Uniform2i cmd;
85 cmds::Uniform2ivImmediate& cmd =
86 *GetImmediateAs<cmds::Uniform2ivImmediate>();
96 cmds::Uniform3i cmd;
105 cmds::Uniform3ivImmediate& cmd =
106 *GetImmediateAs<cmds::Uniform3ivImmediate>();
116 cmds
[all...]
H A Dgles2_cmd_decoder_unittest_1.cc44 void GLES2DecoderTestBase::SpecializedSetup<cmds::GenerateMipmap, 0>(
59 void GLES2DecoderTestBase::SpecializedSetup<cmds::CheckFramebufferStatus, 0>(
74 void GLES2DecoderTestBase::SpecializedSetup<cmds::Clear, 0>(bool valid) {
81 void GLES2DecoderTestBase::SpecializedSetup<cmds::ColorMask, 0>(
90 void GLES2DecoderTestBase::SpecializedSetup<cmds::CopyTexImage2D, 0>(
101 void GLES2DecoderTestBase::SpecializedSetup<cmds::CopyTexSubImage2D, 0>(
112 void GLES2DecoderTestBase::SpecializedSetup<cmds::DetachShader, 0>(bool valid) {
118 cmds::AttachShader attach_cmd;
125 void GLES2DecoderTestBase::SpecializedSetup<cmds::FramebufferRenderbuffer, 0>(
138 void GLES2DecoderTestBase::SpecializedSetup<cmds
[all...]
H A Dgles2_cmd_decoder_autogen.h17 const gles2::cmds::ActiveTexture& c =
18 *static_cast<const gles2::cmds::ActiveTexture*>(cmd_data);
27 const gles2::cmds::AttachShader& c =
28 *static_cast<const gles2::cmds::AttachShader*>(cmd_data);
38 const gles2::cmds::BindBuffer& c =
39 *static_cast<const gles2::cmds::BindBuffer*>(cmd_data);
54 const gles2::cmds::BindFramebuffer& c =
55 *static_cast<const gles2::cmds::BindFramebuffer*>(cmd_data);
70 const gles2::cmds::BindRenderbuffer& c =
71 *static_cast<const gles2::cmds
[all...]
H A Dgles2_cmd_decoder_unittest_base.cc392 GenHelper<cmds::GenBuffersImmediate>(client_buffer_id_);
396 GenHelper<cmds::GenFramebuffersImmediate>(client_framebuffer_id_);
400 GenHelper<cmds::GenRenderbuffersImmediate>(client_renderbuffer_id_);
404 GenHelper<cmds::GenTexturesImmediate>(client_texture_id_);
408 GenHelper<cmds::GenBuffersImmediate>(client_element_buffer_id_);
462 cmds::GetError cmd;
474 cmds::CreateShader cmd;
480 return IsObjectHelper<cmds::IsShader, cmds::IsShader::Result>(client_id);
488 cmds
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dhelp.c8 void add_cmdname(struct cmdnames *cmds, const char *name, size_t len) argument
16 ALLOC_GROW(cmds->names, cmds->cnt + 1, cmds->alloc);
17 cmds->names[cmds->cnt++] = ent;
20 static void clean_cmdnames(struct cmdnames *cmds) argument
24 for (i = 0; i < cmds->cnt; ++i)
25 free(cmds->names[i]);
26 free(cmds
38 uniq(struct cmdnames *cmds) argument
52 exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes) argument
74 pretty_print_string_list(struct cmdnames *cmds, int longest) argument
117 list_commands_in_dir(struct cmdnames *cmds, const char *path, const char *prefix) argument
258 add_cmd_list(struct cmdnames *cmds, struct cmdnames *old) argument
[all...]
H A Dhelp.h22 void add_cmdname(struct cmdnames *cmds, const char *name, size_t len);
24 void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_test_autogen.h18 cmds::ActiveTexture& cmd = *GetBufferAs<cmds::ActiveTexture>();
20 EXPECT_EQ(static_cast<uint32_t>(cmds::ActiveTexture::kCmdId),
28 cmds::AttachShader& cmd = *GetBufferAs<cmds::AttachShader>();
31 EXPECT_EQ(static_cast<uint32_t>(cmds::AttachShader::kCmdId),
40 cmds::BindAttribLocationBucket& cmd =
41 *GetBufferAs<cmds::BindAttribLocationBucket>();
46 EXPECT_EQ(static_cast<uint32_t>(cmds::BindAttribLocationBucket::kCmdId),
56 cmds
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dvgu.c42 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,
41 vgu_append_float_coords(VGPath path, const VGubyte *cmds, VGint num_cmds, const VGfloat *coords, VGint num_coords) argument
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/
H A Dvgu.c42 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,
41 vgu_append_float_coords(VGPath path, const VGubyte *cmds, VGint num_cmds, const VGfloat *coords, VGint num_coords) argument
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/chromium_org/third_party/brotli/src/brotli/enc/
H A Dhistogram.cc30 const std::vector<Command>& cmds,
44 for (int i = 0; i < cmds.size(); ++i) {
45 const Command &cmd = cmds[i];
69 const std::vector<Command>& cmds,
78 for (int i = 0; i < cmds.size(); ++i) {
79 const Command &cmd = cmds[i];
29 BuildHistograms( const std::vector<Command>& cmds, const BlockSplit& literal_split, const BlockSplit& insert_and_copy_split, const BlockSplit& dist_split, const uint8_t* ringbuffer, size_t pos, size_t mask, const std::vector<int>& context_modes, std::vector<HistogramLiteral>* literal_histograms, std::vector<HistogramCommand>* insert_and_copy_histograms, std::vector<HistogramDistance>* copy_dist_histograms) argument
68 BuildLiteralHistogramsForBlockType( const std::vector<Command>& cmds, const BlockSplit& literal_split, const uint8_t* ringbuffer, size_t pos, size_t mask, int block_type, int context_mode, std::vector<HistogramLiteral>* histograms) argument
H A Dblock_splitter.h60 void CopyLiteralsToByteArray(const std::vector<Command>& cmds,
64 void SplitBlock(const std::vector<Command>& cmds,
H A Dblock_splitter.cc48 void CopyLiteralsToByteArray(const std::vector<Command>& cmds, argument
53 for (int i = 0; i < cmds.size(); ++i) {
54 total_length += cmds[i].insert_length_;
66 for (int i = 0; i < cmds.size() && pos < total_length; ++i) {
67 memcpy(&(*literals)[pos], data + from_pos, cmds[i].insert_length_);
68 pos += cmds[i].insert_length_;
69 from_pos += cmds[i].insert_length_ + cmds[i].copy_length_;
73 void CopyCommandsToByteArray(const std::vector<Command>& cmds, argument
76 for (int i = 0; i < cmds
335 SplitBlock(const std::vector<Command>& cmds, const uint8_t* data, BlockSplit* literal_split, BlockSplit* insert_and_copy_split, BlockSplit* dist_split) argument
[all...]
H A Dhistogram.h90 const std::vector<Command>& cmds,
103 const std::vector<Command>& cmds,
/external/libedit/src/
H A Dparse.c63 } cmds[] = { variable in typeref:struct:__anon23640
125 for (i = 0; cmds[i].name != NULL; i++)
126 if (Strcmp(cmds[i].name, ptr) == 0) {
127 i = (*cmds[i].func) (el, argc, argv);
/external/blktrace/btt/
H A Dbno_plot.py44 cmds = """
109 fo = open('%s/plot.cmds' % tmpdir, 'w')
110 print >>fo, cmds
117 cmd = '/usr/bin/gnuplot %s/plot.cmds -' % tmpdir
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_video.h33 unsigned *cmds; member in struct:nouveau_decoder
50 dec->cmds[dec->ofs++] = data;
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_video.h33 unsigned *cmds; member in struct:nouveau_decoder
50 dec->cmds[dec->ofs++] = data;

Completed in 557 milliseconds

1234