/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | json_generator.py | 594 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
|
D | json_c_generator.py | 278 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
|
D | json_parser.py | 602 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/ |
D | replacement.c | 40 char *str2 = strdup("test1"); in main() local
|
D | insert_and_lookup.c | 40 const char *str2 = "test2"; in main() local
|
D | remove_key.c | 37 const char *str2 = "test2"; in main() local
|
D | delete_and_lookup.c | 50 const char *str2 = "test2"; in main() local
|
D | destroy_callback.c | 36 static const char *str2 = "test2"; variable
|
D | collision.c | 45 const char *str2 = strdup("test2"); in main() local
|
/hardware/interfaces/confirmationui/support/test/ |
D | ConfirmationUITranslations-test.c | 25 #define ASSERT_STR(str1, str2) \ argument
|
/hardware/google/gfxstream/guest/mesa/src/util/tests/ |
D | string_buffer_test.cpp | 44 const char *str2; member in string_buffer
|
/hardware/google/aemu/base/ |
D | Win32UnicodeString_unittest.cpp | 48 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/ |
D | file_io.cpp | 42 #define WIDEN_CALL_2(func, str1, str2, ...) \ argument 47 #define WIDEN_CALL_2(func, str1, str2, ...) func(str1, str2 , ##__VA_ARGS__) argument
|