/external/deqp/scripts/khr_util/ |
D | gen_str_util.py | 46 for groupName, values in enumGroups: 48 yield "const char*\tget%sName\t(int value);" % groupName 50 print "Warning: Empty value set for %s, skipping" % groupName 53 for groupName, values in bitfieldGroups: 55 yield "tcu::Format::Bitfield<16>\tget%sStr\t(int value);" % groupName 57 print "Warning: Empty value set for %s, skipping" % groupName 60 for groupName, values in enumGroups: 62 …\t(int value)\t{ return tcu::Format::Enum<int, 2>(get%(name)sName, value); }" % {"name": groupName} 70 def genEnumStrImpl (groupName, values, definitions): argument 75 yield "const char* get%sName (int value)" % groupName [all …]
|
D | registry.py | 185 groupName = eEnum.get('group') 186 if groupName is not None: 187 self.groups[groupName] = eEnum 314 groupName = elem.get('group') 315 if groupName is None: 317 return groups[groupName]
|
/external/v8/src/inspector/ |
D | injected-script-native.cc | 44 const String16& groupName) { in bind() argument 49 addObjectToGroup(id, groupName); in bind() 65 const String16& groupName) { in addObjectToGroup() argument 66 if (groupName.isEmpty()) return; in addObjectToGroup() 68 m_idToObjectGroupName[objectId] = groupName; in addObjectToGroup() 69 m_nameToObjectGroup[groupName].push_back( in addObjectToGroup() 73 void InjectedScriptNative::releaseObjectGroup(const String16& groupName) { in releaseObjectGroup() argument 74 if (groupName.isEmpty()) return; in releaseObjectGroup() 75 NameToObjectGroup::iterator groupIt = m_nameToObjectGroup.find(groupName); in releaseObjectGroup() 81 String16 InjectedScriptNative::groupName(int objectId) const { in groupName() function in v8_inspector::InjectedScriptNative
|
D | injected-script-native.h | 25 int bind(v8::Local<v8::Value>, const String16& groupName); 29 void releaseObjectGroup(const String16& groupName); 30 String16 groupName(int objectId) const; 33 void addObjectToGroup(int objectId, const String16& groupName);
|
D | injected-script.h | 62 v8::Local<v8::Object>, const String16& groupName, bool ownProperties, 70 v8::Local<v8::Value>, const String16& groupName, bool forceValueType, 74 const String16& groupName, 79 const String16& groupName, 93 const v8::TryCatch&, const String16& groupName, bool generatePreview, 183 Response wrapValue(v8::Local<v8::Value>, const String16& groupName,
|
D | injected-script.cc | 123 v8::Local<v8::Object> object, const String16& groupName, bool ownProperties, in getProperties() argument 132 function.appendArgument(groupName); in getProperties() 141 tryCatch, groupName, generatePreview, exceptionDetails); in getProperties() 172 v8::Local<v8::Value> value, const String16& groupName, bool forceValueType, in wrapObject() argument 178 Response response = wrapValue(value, groupName, forceValueType, in wrapObject() 194 const String16& groupName, in wrapObjectProperty() argument 202 Response response = wrapValue(property, groupName, forceValueType, in wrapObjectProperty() 214 const String16& groupName, in wrapPropertyInArray() argument 221 function.appendArgument(groupName); in wrapPropertyInArray() 230 const String16& groupName, in wrapValue() argument [all …]
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/csv/ |
D | CSVGroupHandler.java | 29 private final String groupName; field in CSVGroupHandler 35 private CSVGroupHandler(final ClassRowWriter writer, final String groupName) { in CSVGroupHandler() argument 37 this.groupName = groupName; in CSVGroupHandler() 56 return groupName == null ? name : (groupName + "/" + name); in appendName()
|
D | ClassRowWriter.java | 74 public void writeRow(final String groupName, final String packageName, in writeRow() argument 76 writer.write(groupName); in writeRow()
|
/external/deqp/scripts/ |
D | testset.py | 129 for groupName in groupNames: 130 group = Group(groupName) 133 prefix = groupName + "." 150 groupName = string.join(parts[:-1], ".") 152 if not groupName in groupMap: 153 group = Group(groupName) 155 groupMap[groupName] = group 157 group = groupMap[groupName]
|
/external/capstone/bindings/vb6/ |
D | Module1.bas | 630 Function groupName(hEngine As Long, groupID As Long) As String function 633 groupName = cstr2vb(lpStr) 634 If Len(groupName) = 0 Or DEBUG_DUMP Then groupName = groupName & " (" & Hex(groupID) & ")"
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
D | ThreadGroupTest.java | 68 String groupName, threadName; in testThreadGroup001() local 85 groupName = debuggeeWrapper.vmMirror.getThreadGroupName(groupID); in testThreadGroup001() 91 + "; groupName=" + groupName); in testThreadGroup001() 94 if (!groupName.equals(ThreadGroupDebuggee.TESTED_GROUP)) { in testThreadGroup001()
|
/external/testng/src/test/java/test/dataprovider/ |
D | TestContextTest.java | 26 private void verify(String groupName, String passed, int passedCount, int failedCount) { in verify() argument 30 if (groupName != null) { in verify() 31 tng.setGroups(groupName); in verify()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadGroupReference/ |
D | NameTest.java | 63 String groupName; in testName001() local 75 groupName = debuggeeWrapper.vmMirror.getThreadGroupName(groupID); in testName001() 80 + "; groupName=" + groupName); in testName001() 83 NameDebuggee.CHILD_GROUP, groupName); in testName001()
|
D | ParentTest.java | 64 String groupName; in testParent001() local 87 groupName = debuggeeWrapper.vmMirror.getThreadGroupName(groupID); in testParent001() 90 + "; groupName=" + groupName); in testParent001() 93 NameDebuggee.PARENT_GROUP, groupName); in testParent001()
|
D | ChildrenTest.java | 68 String groupName; in testChildren001() local 124 groupName = debuggeeWrapper.vmMirror.getThreadGroupName(groupID); in testChildren001() 126 logWriter.println("\n==> group: groupID = " + groupID + "; groupName = " + groupName); in testChildren001() 128 assertString("Invalid group name,", NameDebuggee.CHILD_GROUP, groupName); in testChildren001()
|
/external/ltp/testcases/network/nfsv4/acl/ |
D | random_gen.py | 120 groupName = splitedline[0] 122 NameOK = re.match("grp",groupName) 124 self.gList.append([groupName,gid]) 134 groupName = splitedline[0] 136 NameOK = re.match("grp",groupName) 138 self.gList.append([groupName,gid])
|
/external/autotest/frontend/client/src/autotest/afe/ |
D | RadioChooser.java | 8 public IRadioButton generateRadioButton(String groupName, String choice); in generateRadioButton() argument 12 private String groupName = getFreshGroupName(); field in RadioChooser 28 IRadioButton button = display.generateRadioButton(groupName, choice); in addChoice()
|
D | RadioChooserDisplay.java | 17 public IRadioButton generateRadioButton(String groupName, String choice) { in generateRadioButton() argument 18 RadioButtonImpl radioButton = new RadioButtonImpl(groupName, choice); in generateRadioButton()
|
/external/libxml2/xstc/ |
D | xstc.py | 155 def __init__(self, isSchema, groupName, name, accepted, file, val, descr): argument 162 self.groupName = groupName 195 self.group = runner.getGroup(self.groupName) 213 tokens = self.groupName.split("-") 343 def __init__(self, groupName, name, accepted, file, val, descr): argument 344 XSTCTestCase.__init__(self, 1, groupName, name, accepted, file, val, descr) 379 def __init__(self, groupName, name, accepted, file, val, descr): argument 380 XSTCTestCase.__init__(self, 0, groupName, name, accepted, file, val, descr) 489 def getGroup(self, groupName): argument 490 return self.groups[groupName]
|
/external/vulkan-validation-layers/scripts/ |
D | cgenerator.py | 276 def genGroup(self, groupinfo, groupName): argument 277 OutputGenerator.genGroup(self, groupinfo, groupName) 280 expandName = re.sub(r'([0-9a-z_])([A-Z0-9])',r'\1_\2',groupName).upper() 284 expandSuffixMatch = re.search(r'[A-Z][A-Z]+$',groupName) 291 body = "\ntypedef enum " + groupName + " {\n" 339 body += "} " + groupName + ";"
|
D | helper_file_generator.py | 179 def genGroup(self, groupinfo, groupName): argument 180 OutputGenerator.genGroup(self, groupinfo, groupName) 190 self.enum_output += self.GenerateEnumStringConversion(groupName, value_list) 192 if groupName == 'VkDebugReportObjectTypeEXT': 197 elif groupName == 'VkObjectType': 362 def GenerateEnumStringConversion(self, groupName, value_list): argument 364 … outstring += 'static inline const char* string_%s(%s input_value)\n' % (groupName, groupName) 366 outstring += ' switch ((%s)input_value)\n' % groupName 372 outstring += ' return "Unhandled %s";\n' % groupName
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderExecuteTest.cpp | 44 ShaderExecuteTest::ShaderExecuteTest (Context& context, const char* groupName, const char* descript… in ShaderExecuteTest() argument 45 : TestCaseGroup(context, groupName, description) in ShaderExecuteTest()
|
/external/deqp/scripts/opengl/ |
D | gen_query_util.py | 66 …return [(groupName, [(prefix + queryName, querySize) for queryName, querySize in groupQueries]) fo…
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemFillUpdateCopyBufferTests.cpp | 465 const std::string groupName = getCmdBufferTypeStr(cmdBufferType); in createFillUpdateCopyBufferFloatTests() local 466 …roup> primaryGroup (new tcu::TestCaseGroup(testCtx, groupName.c_str(), (desc + " using " + groupNa… in createFillUpdateCopyBufferFloatTests() 574 const std::string groupName = getCmdBufferTypeStr(cmdBufferType); in createFillUpdateCopyBufferIntegerTests() local 575 …roup> primaryGroup (new tcu::TestCaseGroup(testCtx, groupName.c_str(), (desc + " using " + groupNa… in createFillUpdateCopyBufferIntegerTests() 676 const std::string groupName = getCmdBufferTypeStr(cmdBufferType); in createFillUpdateCopyBufferUnsignedTests() local 677 …seGroup> testGroup (new tcu::TestCaseGroup(testCtx, groupName.c_str(), (desc + " using " + groupNa… in createFillUpdateCopyBufferUnsignedTests()
|
/external/deqp/executor/tools/ |
D | xeBatchResultToJUnit.cpp | 115 std::string groupName = result.casePath.substr(0, sepPos); in testCaseResultComplete() local 120 << Writer::Attribute("classname", groupName); in testCaseResultComplete()
|