/external/chromium_org/gpu/command_buffer/client/ |
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_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.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/chromium_org/gpu/command_buffer/service/ |
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_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_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/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/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/clang/tools/libclang/ |
CXCompilationDatabase.cpp | 73 clang_CompileCommands_dispose(CXCompileCommands Cmds) 75 delete static_cast<AllocatedCXCompileCommands *>(Cmds); 79 clang_CompileCommands_getSize(CXCompileCommands Cmds) 81 if (!Cmds) 85 static_cast<AllocatedCXCompileCommands *>(Cmds); 91 clang_CompileCommands_getCommand(CXCompileCommands Cmds, unsigned I) 93 if (!Cmds) 97 static_cast<AllocatedCXCompileCommands *>(Cmds);
|
/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);
|
/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...] |
/ndk/sources/host-tools/make-3.81/ |
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...] |
/frameworks/native/cmds/installd/tests/ |
Android.mk | 21 frameworks/base/cmds/installd
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
UndoDelegator.py | 87 # around a sequence of editing cmds to be treated as a unit by 89 # then act like nops. OK too if no editing cmds, or only one 90 # editing cmd, is issued in between: if no cmds, the whole 110 # this blk of cmds, or single cmd, has already 302 # Wrapper for a sequence of undoable cmds to be undone/redone 306 self.cmds = [] 312 for cmd in self.cmds: 317 return len(self.cmds) 320 self.cmds.append(cmd) 323 return self.cmds[i [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
UndoDelegator.py | 87 # around a sequence of editing cmds to be treated as a unit by 89 # then act like nops. OK too if no editing cmds, or only one 90 # editing cmd, is issued in between: if no cmds, the whole 110 # this blk of cmds, or single cmd, has already 302 # Wrapper for a sequence of undoable cmds to be undone/redone 306 self.cmds = [] 312 for cmd in self.cmds: 317 return len(self.cmds) 320 self.cmds.append(cmd) 323 return self.cmds[i [all...] |
/system/core/netcfg/ |
netcfg.c | 106 } CMDS[] = { 159 for(n = 0; CMDS[n].name; n++){ 160 if(!strcmp(argv[0], CMDS[n].name)) { 162 int nargs = CMDS[n].nargs; 170 if(call_func(CMDS[n].func, nargs, argv)) {
|
/build/core/ |
process_wrapper_gdb.sh | 17 gdb -q -x $2/process_wrapper_gdb.cmds --args "$@"
|
/device/asus/deb/dumpstate/ |
Android.mk | 18 LOCAL_C_INCLUDES := frameworks/native/cmds/dumpstate
|
/device/asus/flo/dumpstate/ |
Android.mk | 18 LOCAL_C_INCLUDES := frameworks/native/cmds/dumpstate
|