Home
last modified time | relevance | path

Searched defs:str2 (Results 1 – 13 of 13) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Djson_generator.py594 def genBasetypeCode(self, str1, str2, name): argument
605 def genHandleCode(self, str1, str2, name): argument
616 def genBitmaskCode(self, str1, str2, name, mapName): argument
717 …def generateStructMembercode(self, param, str1, str2, str3, str4, memberName, typeName, isCommaNee… argument
767 def genPNextCode(self, str2): argument
779 def genEmptyCode(self, memberName, str2, isCommaNeeded): argument
798 …def genArrayCode(self, structName, name, typeName, str2, arraySize, needStrPrint, isArrayType, isC… argument
855 def genStructCode(self, param, str1, str2, str3, str4, structName, isCommaNeeded): argument
Djson_c_generator.py278 def genBasetypeCode(self, str1, str2, name, baseType): argument
289 def genHandleCode(self, str1, str2, name): argument
298 def genBitmaskCode(self, str1, str2, name, mapName): argument
402 …def generateStructMembercode(self, param, str1, str2, str3, str4, memberName, typeName, isCommaNee… argument
451 def genPNextCode(self, str2): argument
464 def genArrayCode(self, name, typeName, str2, arraySize, needStrPrint, isCommaNeeded): argument
516 def genStructCode(self, param, str1, str2, str3, str4, structName, isCommaNeeded): argument
Djson_parser.py602 def genBasetypeCode(self, str1, str2, name): argument
623 def genHandleCode(self, str1, str2, name): argument
637 def genBitmaskCode(self, str1, str2, name, mapName): argument
758 …def generateStructMembercode(self, param, str1, str2, str3, str4, memberName, typeName, isCommaNee… argument
800 … def genArrayCode(self, structName, name, typeName, str2, arraySize, needStrPrint, isMallocNeeded): argument
835 def genStructCode(self, param, str1, str2, str3, str4, structName, isCommaNeeded): argument
/hardware/google/gfxstream/guest/mesa/src/util/tests/hash_table/
Dreplacement.c40 char *str2 = strdup("test1"); in main() local
Dinsert_and_lookup.c40 const char *str2 = "test2"; in main() local
Dremove_key.c37 const char *str2 = "test2"; in main() local
Ddelete_and_lookup.c50 const char *str2 = "test2"; in main() local
Ddestroy_callback.c36 static const char *str2 = "test2"; variable
Dcollision.c45 const char *str2 = strdup("test2"); in main() local
/hardware/interfaces/confirmationui/support/test/
DConfirmationUITranslations-test.c25 #define ASSERT_STR(str1, str2) \ argument
/hardware/google/gfxstream/guest/mesa/src/util/tests/
Dstring_buffer_test.cpp44 const char *str2; member in string_buffer
/hardware/google/aemu/base/
DWin32UnicodeString_unittest.cpp48 Win32UnicodeString str2(kData[n].utf8, strlen(kData[n].utf8)); in TEST() local
90 std::string str2 = Win32UnicodeString::convertToUtf8( in TEST() local
/hardware/google/aemu/base/testing/
Dfile_io.cpp42 #define WIDEN_CALL_2(func, str1, str2, ...) \ argument
47 #define WIDEN_CALL_2(func, str1, str2, ...) func(str1, str2 , ##__VA_ARGS__) argument