Searched refs:string (Results 1 – 16 of 16) sorted by relevance
| /CTR-SDK-2.4.0/build/omake_deprecated/ |
| D | utildefs.om | 22 stdout = $(open-out-string) 23 fsubst($(open-in-string $(str1))) 31 return $(grep q, $(pattern), $(open-in-string $(str1))) 36 stdout = $(open-out-string) 37 fsubst($(open-in-string $(fs)))
|
| D | commondefs.cctype.om | 49 stdout = $(open-out-string) 50 fsubst($(open-in-string $(str)))
|
| D | tooldefs.om | 45 RUBY_VERSION = $(string $(shell $(RUBY) --version))
|
| D | commondefs.cctype.RVCT.om | 284 lex($(open-in-string $(flags))) 298 lex($(open-in-string $(flags)))
|
| D | commondefs.om | 1065 …ARMCC_VERSION = $(gsub $(string $(shell $"$(RVCT_BINDIR)armcc.exe" --help)), $" Usage:.*", $(E… 1066 …ARMASM_VERSION = $(gsub $(string $(shell $"$(RVCT_BINDIR)armasm.exe" --help)), $" Usage:.*", $(E… 1067 …ARMLINK_VERSION = $(gsub $(string $(shell $"$(RVCT_BINDIR)armlink.exe" --help)), $" Usage:.*", $(E… 1068 …ARMAR_VERSION = $(gsub $(string $(shell $"$(RVCT_BINDIR)armar.exe" --help)), $" - archive.*", … 1069 …FROMELF_VERSION = $(gsub $(string $(shell $"$(RVCT_BINDIR)fromelf.exe" --help)), $"ARM image.*", $… 1090 GCC_VERSION = $`(gsub $(string $(shell $(GCC) --version)), $" Copyright.*", $(EMPTY))
|
| D | targetdefs.om | 561 if $(grep q, $",", $(open-in-string $(TARGET_FILTER))) 577 awk($(open-in-string $(lowercase $(BUILDTYPES))))
|
| D | debuggerdefs.partner.om | 187 options += --exit-pattern $(string $(EXIT_PATTERN))
|
| /CTR-SDK-2.4.0/sources/libraries/test/ |
| D | test_XmlOutput.cpp | 53 String ConvertToXmlString(const char* string) in ConvertToXmlString() argument 62 const char* pSrc = string; in ConvertToXmlString() 73 NN_TPANIC_("Failed to convert '%s', too long.\n", string); in ConvertToXmlString() 84 NN_TPANIC_("Failed convert '%s', too long.\n", string); in ConvertToXmlString()
|
| /CTR-SDK-2.4.0/build/omake/ |
| D | utildefs.om | 35 stdout = $(open-out-string) 36 fsubst($(open-in-string $(str1))) 53 return $(grep q, $(pattern), $(open-in-string $(str1))) 67 stdout = $(open-out-string) 68 fsubst($(open-in-string $(fs))) 172 GLOBAL_TEMP_RESULT += $(string $(filename))
|
| D | commondefs.funcs.om | 347 value $(ObjectOne $(config), $(string $(filename)), $(obj_dir_parent)) 578 …ARMCC_VERSION = $(gsub $(string $(shell $"$(RVCT_BINDIR)armcc.exe" --help)), $" Usage:.*", $(E… 579 …ARMASM_VERSION = $(gsub $(string $(shell $"$(RVCT_BINDIR)armasm.exe" --help)), $" Usage:.*", $(E… 580 …ARMLINK_VERSION = $(gsub $(string $(shell $"$(RVCT_BINDIR)armlink.exe" --help)), $" Usage:.*", $(E… 581 …ARMAR_VERSION = $(gsub $(string $(shell $"$(RVCT_BINDIR)armar.exe" --help)), $" - archive.*", … 582 …FROMELF_VERSION = $(gsub $(string $(shell $"$(RVCT_BINDIR)fromelf.exe" --help)), $"ARM image.*", $… 603 GCC_VERSION = $`(gsub $(string $(shell $(GCC) --version)), $" Copyright.*", $(EMPTY)) 606 #OMAKE_VERSION_ = $`(gsub $(string $(shell omake --version)), $":.*", $(EMPTY))
|
| D | commondefs.cctype.om | 90 stdout = $(open-out-string) 91 fsubst($(open-in-string $(str)))
|
| D | commondefs.om | 246 if $(grep q, $",", $(open-in-string $(TARGET_FILTER))) 261 awk($(open-in-string $(lowercase $(BUILDTYPES))))
|
| /CTR-SDK-2.4.0/sources/libraries/gr/CTR/ |
| D | gr_Shader.cpp | 923 const char* string = in SearchBindSymbol() local 933 if ( std::strncmp( name, &string[ info.nameIndex ], namelen ) != 0 ) continue; in SearchBindSymbol() 934 …if ( string[ info.nameIndex + namelen ] != '\0' && string[ info.nameIndex + namelen ] != '.' ) co… in SearchBindSymbol() 936 symbol->name = &string[ info.nameIndex ]; in SearchBindSymbol() 1047 const char* string = in SearchBindSymbol() local 1087 symbol->name = &string[ info.nameIndex ]; in SearchBindSymbol()
|
| /CTR-SDK-2.4.0/build/omake/compilers/ |
| D | commondefs.cctype.RVCT.om | 413 lex($(open-in-string $(flags))) 425 lex($(open-in-string $(flags)))
|
| /CTR-SDK-2.4.0/build/omake/debuggers/ |
| D | debuggerdefs.PARTNER.om | 100 options += --exit-pattern $(string $(EXIT_PATTERN)) 234 options += --exit-pattern $(string $(EXIT_PATTERN))
|
| /CTR-SDK-2.4.0/include/gles2/ |
| D | gl2.h | 604 … GL_APIENTRY glShaderSource (GLuint shader, GLsizei count, const char** string, const GLint* leng…
|