Home
last modified time | relevance | path

Searched refs:aName (Results 1 – 25 of 34) sorted by relevance

12

/external/antlr/runtime/ObjC/Framework/
DMapElement.m46 + (id) newMapElementWithName:(NSString *)aName Type:(NSInteger)aTType
48 return [[MapElement alloc] initWithName:aName Type:aTType];
56 + (id) newMapElementWithName:(NSString *)aName Node:(id)aNode
58 return [[MapElement alloc] initWithName:aName Node:aNode];
76 - (id) initWithName:(NSString *)aName Type:(NSInteger)aTType
81 name = [[NSString stringWithString:aName] retain];
96 - (id) initWithName:(NSString *)aName Node:(id)aNode
100 name = [[NSString stringWithString:aName] retain];
159 - (void)setName:(NSString *)aName
161 if ( aName != name ) {
[all …]
DMapElement.h44 + (id) newMapElementWithName:(NSString *)aName Type:(NSInteger)aTType;
46 + (id) newMapElementWithName:(NSString *)aName Node:(id)aNode;
49 - (id) initWithName:(NSString *)aName Type:(NSInteger)aTType;
51 - (id) initWithName:(NSString *)aName Node:(id)aNode;
59 - (void)setName:(NSString *)aName;
DRuntimeException.m52 + (id) newException:(NSString *)aName reason:(NSString *)aReason;
54 return [[RuntimeException alloc] initWithName:aName reason:aReason];
57 + (id) newException:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
59 return [[RuntimeException alloc] initWithName:aName reason:aReason userInfo:aUserInfo];
81 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason
83 …self = [super initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)n…
87 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo
89 …self = [super initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)a…
336 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo
338 self = [super initWithName:aName reason:aReason userInfo:aUserInfo];
[all …]
DRuntimeException.h41 + (RuntimeException *) newException:(NSString *)aName reason:(NSString *)aReason;
42 + (RuntimeException *) newException:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictio…
47 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason;
48 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
147 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
156 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason;
DANTLRStringStream.m365 - (void) setSourceName:(NSString *)aName
367 if ( name != aName ) {
369 if ( aName ) [aName retain];
370 name = aName;
DRecognitionException.h59 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
DRecognitionException.m122 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo
124 self = [super initWithName:aName reason:aReason userInfo:aUserInfo];
DHashMap.h289 - (MapElement *) getName:(NSString *)aName;
/external/cldr/tools/java/org/unicode/cldr/util/
DElementAttributeInfo.java144 … public void attributeDecl(String eName, String aName, String type, String mode, String value) in attributeDecl() argument
147 … System.out.println(myData.getDtdType() + "\tAttributeDecl\t" + eName + "\t" + aName + "\t" + type in attributeDecl()
149 R2<String, String> key = Row.of(eName, aName); in attributeDecl()
158 myData.getElement2Attributes().put(eName, aName); in attributeDecl()
DFindDTDOrder.java630 public void attributeDecl(String eName, String aName, String type, in attributeDecl() argument
636 if (SHOW_PROGRESS) System.out.println("Attribute\t" + eName + "\t" + aName + "\t" + type in attributeDecl()
638 if (!skipCommon.contains(aName)) { in attributeDecl()
639 attributeSet.add(aName); in attributeDecl()
643 l.add(aName); in attributeDecl()
646 attributeToElements.put(aName, eName); in attributeDecl()
DXMLFileReader.java67 …public void handleAttributeDecl(String eName, String aName, String type, String mode, String value… in handleAttributeDecl() argument
240 … public void attributeDecl(String eName, String aName, String type, String mode, String value) in attributeDecl() argument
434 … public void attributeDecl(String eName, String aName, String type, String mode, String value) in attributeDecl() argument
436 simpleHandler.handleAttributeDecl(eName, aName, type, mode, value); in attributeDecl()
DDtdData.java125 …private Attribute(DtdType dtdType, Element element2, String aName, Mode mode2, String[] split, Str… in Attribute() argument
128 name = aName.intern(); in Attribute()
342 private void addAttribute(String eName, String aName, String type, String mode, String value) { in addAttribute() argument
343 …Attribute a = new Attribute(dtdType, nameToElement.get(eName), aName, Mode.forString(mode), FILLER… in addAttribute()
345 getAttributesFromName().put(aName, a); in addAttribute()
622 …public void handleAttributeDecl(String eName, String aName, String type, String mode, String value… in handleAttributeDecl() argument
629 + " " + aName in handleAttributeDecl()
639 addAttribute(eName, aName, type, mode, value); in handleAttributeDecl()
DXMLNormalizingLoader.java582 … public void attributeDecl(String eName, String aName, String type, String mode, String value) in attributeDecl() argument
584 …Log.logln(LOG_PROGRESS, "Attribute\t" + eName + "\t" + aName + "\t" + type + "\t" + mode + "\t" + … in attributeDecl()
DTestUtilities.java416 …public void handleAttributeDecl(String eName, String aName, String type, String mode, String value… in handleAttributeDecl() argument
417 …System.out.println("eName: " + eName + ",\t aName: " + aName + ",\t type: " + type + ",\t mode: " … in handleAttributeDecl()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateAttributeList.java256 … public void attributeDecl(String eName, String aName, String type, String mode, String value) in attributeDecl() argument
260 add(eName, aName, value, true); in attributeDecl()
261 defaults.put(eName + "|" + aName, value); in attributeDecl()
265 add(eName, aName, idmatcher.group(), true); in attributeDecl()
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerHandlerImpl.java968 String eName, String aName, String type, String valueDefault, String value) in attributeDecl() argument
974 + ", " + aName + ", etc..."); in attributeDecl()
978 m_declHandler.attributeDecl(eName, aName, type, valueDefault, value); in attributeDecl()
DTransformerIdentityImpl.java1370 String aName, in attributeDecl() argument
1377 … m_resultDeclHandler.attributeDecl(eName, aName, type, valueDefault, value); in attributeDecl()
/external/google-breakpad/src/common/mac/testing/
DGTMSenTestCase.h905 #define STAssertThrowsSpecificNamed(expr, specificException, aName, description, ...) \ argument
911 if ([aName isEqualToString:[anException name]]) continue; \
912 …exception: %@ (name: %@)) %@", NSStringFromClass([specificException class]), aName, description); \
1000 #define STAssertNoThrowSpecificNamed(expr, specificException, aName, description, ...) \ argument
1006 if ([aName isEqualToString:[anException name]]) { \
1007 …exception: %@ (name: %@)) %@", NSStringFromClass([specificException class]), aName, description); \
/external/cldr/tools/java/org/unicode/cldr/test/
DTestMetadata.java243 …public void handleAttributeDecl(String eName, String aName, String type, String mode, String value… in handleAttributeDecl() argument
244 attributes.add(aName); in handleAttributeDecl()
/external/skqp/experimental/nima/
DNimaActor.cpp92 std::string aName = fAnimationNames[i]; in setAnimation() local
93 if (aName == name) in setAnimation()
/external/icu/icu4c/source/test/perf/howExpensiveIs/
DhowExpensiveIs.cpp50 int testMatch(const char *aName) { in testMatch() argument
54 return strncmp(testName,aName,len-1); in testMatch()
56 return strcmp(testName,aName); in testMatch()
/external/perfetto/ui/src/common/
Dactions.ts286 const aName = state.tracks[a].name.toLocaleLowerCase(); constant
288 return coll.compare(aName, bName);
/external/guice/extensions/struts2/lib/
Dstruts2-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToStream.java845 String aName, in attributeDecl() argument
863 writer.write(aName); in attributeDecl()
/external/bcc/tests/lua/
Dluaunit.lua1404 function M.LuaUnit.isClassMethod(aName)
1406 return string.find(aName, '.', nil, true) ~= nil

12