/third_party/rust/crates/quote/src/ |
H A D | to_tokens.rs | |
/third_party/selinux/libsepol/cil/test/unit/ |
H A D | CuTest.c | 55 void CuStringInit(CuString* str) in CuStringInit() argument 65 CuString* str = (CuString*) malloc(sizeof(CuString)); in CuStringNew() local 73 CuStringDelete(CuString *str) CuStringDelete() argument 80 CuStringResize(CuString* str, int newSize) CuStringResize() argument 86 CuStringAppend(CuString* str, const char* text) CuStringAppend() argument 101 CuStringAppendChar(CuString* str, char ch) CuStringAppendChar() argument 109 CuStringAppendFormat(CuString* str, const char* format, ...) CuStringAppendFormat() argument 119 CuStringInsert(CuString* str, const char* text, int pos) CuStringInsert() argument [all...] |
/third_party/selinux/libsepol/src/ |
H A D | util.c | 205 static inline int tokenize_str(char delim, char **str, char **ptr, size_t *len) in tokenize_str() argument
|
/third_party/spirv-tools/source/opt/ |
H A D | basic_block.cpp | 217 std::ostream& operator<<(std::ostream& str, const BasicBlock& block) { in operator <<() argument 227 std::ostringstream str; in PrettyPrint() local
|
H A D | set_spec_constant_default_value_pass.cpp | 343 SetSpecConstantDefaultValuePass::ParseDefaultValuesString(const char* str) { in ParseDefaultValuesString() argument [all...] |
/third_party/spirv-tools/test/ |
H A D | unit_spirv.h | 80 std::string str() const { in str() function in spvtest::WordVector 142 std::string str; member
|
/third_party/spirv-tools/test/val/ |
H A D | val_capability_test.cpp | 121 const char str[] = R"( in TEST_F() local 2136 const char str[] = R"( in TEST_F() local
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderPackingFunctionTests.cpp | 60 std::ostream& operator<< (std::ostream& str, const HexFloat& v) in operator <<() argument
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderSharedVarTests.cpp | 94 std::ostringstream str; in getBasicCaseDescription() local
|
H A D | es31fTextureBufferTests.cpp | 60 const char* str; in toTestName() member 91 const char* str; in toTestName() member
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsRandomUniformBlockCase.cpp | 125 std::string str = ""; in genName() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationCommonEdgeTests.cpp | 464 std::ostringstream str; in getCaseName() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackRandomLayoutCase.cpp | 40 std::string str = ""; in genName() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/ |
H A D | vktRandomUniformBlockCase.cpp | 39 std::string str = ""; in genName() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
H A D | p2p_parse.c | 345 char str[256]; in p2p_parse_attribute() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | json.c | 67 char *str, *spos, *s_end; in json_parse_string() local 165 char *str; json_parse_number() local 224 char *str; json_parse() local [all...] |
H A D | xml-utils.c | 172 char *str; in node_to_file() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps.c | 618 char *str = os_malloc(attr.dev_name_len + 1); in wps_attr_text() local
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuFormatUtil.hpp | 199 std::ostream& operator<< (std::ostream& str, const Array<Iterator>& fmt) in operator <<() argument 213 std::ostream& operator<< (std::ostream& str, const ArrayPointer<T>& fmt) in operator <<() argument [all...] |
H A D | tcuThreadUtil.cpp | 243 void Thread::pushMessage (const std::string& str) in pushMessage() argument
|
/third_party/vk-gl-cts/framework/egl/ |
H A D | egluCallLogWrapper.cpp | 61 std::ostream& operator<< (std::ostream& str, PointerFmt<T> fmt) in operator <<() argument 98 inline std::ostream& operator<< (std::ostream& str, EnumPointerFmt fmt) in operator <<() argument 116 const char* str; global() member in eglu::StringFmt 120 operator <<(std::ostream& str, StringFmt fmt) operator <<() argument 139 operator <<(std::ostream& str, const ConfigAttribValuePointerFmt& fmt) operator <<() argument 159 operator <<(std::ostream& str, const ContextAttribValuePointerFmt& fmt) operator <<() argument 179 operator <<(std::ostream& str, const SurfaceAttribValuePointerFmt& fmt) operator <<() argument 198 operator <<(std::ostream& str, const EGLDisplayFmt& fmt) operator <<() argument 217 operator <<(std::ostream& str, const EGLSurfaceFmt& fmt) operator <<() argument 236 operator <<(std::ostream& str, const EGLContextFmt& fmt) operator <<() argument [all...] |
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluContextInfo.cpp | 244 const char* str = (const char*)m_context.getFunctions().getString(param); in getString() local
|
H A D | gluVarType.cpp | 296 std::ostream& operator<< (std::ostream& str, const Layout& layout) in operator <<() argument 328 std::ostream& operator<< (std::ostream& str, const VariableDeclaration& decl) in operator <<() argument 351 operator <<(std::ostream& str, const Indent& indent) operator <<() argument 358 operator <<(std::ostream& str, const DeclareVariable& decl) operator <<() argument 404 operator <<(std::ostream& str, const DeclareStructTypePtr& decl) operator <<() argument 425 operator <<(std::ostream& str, const DeclareStructType& decl) operator <<() argument [all...] |
/third_party/vk-gl-cts/framework/qphelper/ |
H A D | qpXmlWriter.c | 46 static deBool writeEscaped (qpXmlWriter* writer, const char* str) in writeEscaped() argument 191 deBool qpXmlWriter_writeString (qpXmlWriter* writer, const char* str) in qpXmlWriter_writeString() argument
|
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgShaderGenerator.cpp | 345 std::ostringstream str; in generate() local
|