Home
last modified time | relevance | path

Searched refs:groupName (Results 1 – 25 of 107) sorted by relevance

12345

/external/deqp/scripts/khr_util/
Dgen_str_util.py46 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 …]
/external/jacoco/org.jacoco.report/src/org/jacoco/report/csv/
DCSVGroupHandler.java29 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()
58 return groupName == null ? name : (groupName + "/" + name); in appendName()
/external/fonttools/Lib/fontTools/ufoLib/
Dconverters.py105 for groupName in list(groups.keys()):
107 if groupName.startswith(firstPrefix):
108 firstGroups.add(groupName)
111 if groupName.startswith(secondPrefix):
112 secondGroups.add(groupName)
Dvalidators.py883 for groupName, glyphList in value.items():
884 if not isinstance(groupName, (basestring)):
888 if not groupName:
890 if groupName.startswith("public."):
891 if not groupName.startswith("public.kern1.") and not groupName.startswith("public.kern2."):
895 if len("public.kernN.") == len(groupName):
897 if groupName.startswith("public.kern1."):
903 return False, "The group data %s contains an invalid member." % groupName
906 d[glyphName] = groupName
/external/v8/src/inspector/
Dinjected-script.h76 v8::Local<v8::Object>, const String16& groupName, bool ownProperties,
83 v8::Local<v8::Value>, const String16& groupName,
93 Response wrapObject(v8::Local<v8::Value>, const String16& groupName,
96 Response wrapObject(v8::Local<v8::Value>, const String16& groupName,
102 const ValueMirror& mirror, const String16& groupName, WrapMode wrapMode,
122 const v8::TryCatch&, const String16& groupName,
126 const String16& groupName,
215 String16 bindObject(v8::Local<v8::Value>, const String16& groupName);
223 const String16& groupName, protocol::Runtime::RemoteObject* remoteObject);
Dinjected-script.cc357 v8::Local<v8::Object> object, const String16& groupName, bool ownProperties, in getProperties() argument
372 return createExceptionDetails(tryCatch, groupName, exceptionDetails); in getProperties()
385 *mirror.value, groupName, wrapMode, v8::MaybeLocal<v8::Value>(), in getProperties()
397 groupName, remoteObject.get()); in getProperties()
407 groupName, remoteObject.get()); in getProperties()
417 groupName, remoteObject.get()); in getProperties()
427 groupName, remoteObject.get()); in getProperties()
438 v8::Local<v8::Value> value, const String16& groupName, in getInternalAndPrivateProperties() argument
462 groupName, remoteObject.get()); in getInternalAndPrivateProperties()
488 groupName, remoteObject.get()); in getInternalAndPrivateProperties()
[all …]
Dcustom-preview.cc61 bool substituteObjectTags(int sessionId, const String16& groupName, in substituteObjectTags() argument
117 injectedScript->wrapObject(originValue, groupName, WrapMode::kNoPreview, in substituteObjectTags()
145 !substituteObjectTags(sessionId, groupName, context, in substituteObjectTags()
248 void generateCustomPreview(int sessionId, const String16& groupName, in generateCustomPreview() argument
322 if (jsonML->Length() && !substituteObjectTags(sessionId, groupName, context, in generateCustomPreview()
352 toV8String(isolate, groupName)) in generateCustomPreview()
387 injectedScript->bindObject(bodyFunction, groupName)); in generateCustomPreview()
/external/deqp/scripts/
Dtestset.py129 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/
DModule1.bas630 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/
DThreadGroupTest.java68 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/icu/android_icu4j/libcore_bridge/src/java/com/android/icu/util/regex/
DPatternNative.java43 /* package */ int getMatchedGroupIndex(String groupName) { in getMatchedGroupIndex() argument
44 return getMatchedGroupIndexImpl(address, groupName); in getMatchedGroupIndex()
72 private static native int getMatchedGroupIndexImpl(long addr, String groupName); in getMatchedGroupIndexImpl() argument
/external/testng/src/test/java/test/dataprovider/
DTestContextTest.java26 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/
DNameTest.java63 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()
DParentTest.java64 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()
DChildrenTest.java68 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/autotest/frontend/client/src/autotest/afe/
DRadioChooser.java8 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()
DRadioChooserDisplay.java17 public IRadioButton generateRadioButton(String groupName, String choice) { in generateRadioButton() argument
18 RadioButtonImpl radioButton = new RadioButtonImpl(groupName, choice); in generateRadioButton()
/external/ltp/testcases/network/nfsv4/acl/
Drandom_gen.py121 groupName = splitedline[0]
123 NameOK = re.match("grp",groupName)
125 self.gList.append([groupName,gid])
135 groupName = splitedline[0]
137 NameOK = re.match("grp",groupName)
139 self.gList.append([groupName,gid])
/external/angle/third_party/vulkan-headers/src/registry/
Dgenerator.py420 def buildEnumCDecl(self, expand, groupinfo, groupName): argument
425 return self.buildEnumCDecl_Bitmask(groupinfo, groupName)
427 return self.buildEnumCDecl_Enum(expand, groupinfo, groupName)
429 def buildEnumCDecl_Bitmask(self, groupinfo, groupName): argument
451 def buildEnumCDecl_Enum(self, expand, groupinfo, groupName): argument
457 expandName = re.sub(r'([0-9a-z_])([A-Z0-9])', r'\1_\2', groupName).upper()
460 expandSuffixMatch = re.search(r'[A-Z][A-Z]+$', groupName)
467 body = ["typedef enum %s {" % groupName]
533 body.append("} %s;" % groupName)
638 def genGroup(self, groupinfo, groupName, alias): argument
[all …]
/external/vulkan-headers/registry/
Dgenerator.py401 def buildEnumCDecl(self, expand, groupinfo, groupName): argument
405 return self.buildEnumCDecl_Bitmask(groupinfo, groupName)
407 return self.buildEnumCDecl_Enum(expand, groupinfo, groupName)
412 def buildEnumCDecl_Bitmask(self, groupinfo, groupName): argument
433 def buildEnumCDecl_Enum(self, expand, groupinfo, groupName): argument
438 expandName = re.sub(r'([0-9a-z_])([A-Z0-9])', r'\1_\2', groupName).upper()
441 expandSuffixMatch = re.search(r'[A-Z][A-Z]+$', groupName)
448 body = ["typedef enum %s {" % groupName]
514 body.append("} %s;" % groupName)
600 def genGroup(self, groupinfo, groupName, alias): argument
[all …]
/external/vulkan-validation-layers/scripts/
Dhelper_file_generator.py193 def genGroup(self, groupinfo, groupName, alias): argument
194 OutputGenerator.genGroup(self, groupinfo, groupName, alias)
203 self.enum_output += self.GenerateEnumStringConversion(groupName, value_set)
205 if groupName == 'VkDebugReportObjectTypeEXT':
212 elif groupName == 'VkObjectType':
372 def GenerateEnumStringConversion(self, groupName, value_list): argument
376 … outstring += 'static inline const char* string_%s(%s input_value)\n' % (groupName, groupName)
378 outstring += ' switch ((%s)input_value)\n' % groupName
386 outstring += ' return "Unhandled %s";\n' % groupName
390 bitsIndex = groupName.find('Bits')
[all …]
/external/libxml2/xstc/
Dxstc.py155 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/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/tar/
DTarArchiveEntry.java188 private String groupName = ""; field in TarArchiveEntry
611 return groupName; in getGroupName()
619 public void setGroupName(final String groupName) { in setGroupName() argument
620 this.groupName = groupName; in setGroupName()
640 public void setNames(final String userName, final String groupName) { in setNames() argument
642 setGroupName(groupName); in setNames()
1206 offset = TarUtils.formatNameBytes(groupName, outbuf, offset, GNAMELEN, in writeEntryHeader()
1300 groupName = oldStyle ? TarUtils.parseName(header, offset, GNAMELEN) in parseTarHeader()
/external/deqp/modules/gles2/functional/
Des2fShaderExecuteTest.cpp44 ShaderExecuteTest::ShaderExecuteTest (Context& context, const char* groupName, const char* descript… in ShaderExecuteTest() argument
45 : TestCaseGroup(context, groupName, description) in ShaderExecuteTest()
/external/deqp/scripts/opengl/
Dgen_query_util.py66 …return [(groupName, [(prefix + queryName, querySize) for queryName, querySize in groupQueries]) fo…

12345