/external/antlr/runtime/ObjC/Framework/ |
D | MapElement.m | 46 + (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 …]
|
D | MapElement.h | 44 + (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;
|
D | RuntimeException.m | 52 + (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 …]
|
D | RuntimeException.h | 41 + (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;
|
D | ANTLRStringStream.m | 365 - (void) setSourceName:(NSString *)aName 367 if ( name != aName ) { 369 if ( aName ) [aName retain]; 370 name = aName;
|
D | RecognitionException.h | 59 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
|
D | RecognitionException.m | 122 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo 124 self = [super initWithName:aName reason:aReason userInfo:aUserInfo];
|
D | HashMap.h | 289 - (MapElement *) getName:(NSString *)aName;
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | ElementAttributeInfo.java | 144 … 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()
|
D | FindDTDOrder.java | 630 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()
|
D | XMLFileReader.java | 67 …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()
|
D | DtdData.java | 125 …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()
|
D | XMLNormalizingLoader.java | 582 … 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()
|
D | TestUtilities.java | 416 …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/ |
D | GenerateAttributeList.java | 256 … 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/ |
D | TransformerHandlerImpl.java | 968 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()
|
D | TransformerIdentityImpl.java | 1370 String aName, in attributeDecl() argument 1377 … m_resultDeclHandler.attributeDecl(eName, aName, type, valueDefault, value); in attributeDecl()
|
/external/google-breakpad/src/common/mac/testing/ |
D | GTMSenTestCase.h | 905 #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/ |
D | TestMetadata.java | 243 …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/ |
D | NimaActor.cpp | 92 std::string aName = fAnimationNames[i]; in setAnimation() local 93 if (aName == name) in setAnimation()
|
/external/icu/icu4c/source/test/perf/howExpensiveIs/ |
D | howExpensiveIs.cpp | 50 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/ |
D | actions.ts | 286 const aName = state.tracks[a].name.toLocaleLowerCase(); constant 288 return coll.compare(aName, bName);
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | ToStream.java | 845 String aName, in attributeDecl() argument 863 writer.write(aName); in attributeDecl()
|
/external/bcc/tests/lua/ |
D | luaunit.lua | 1404 function M.LuaUnit.isClassMethod(aName) 1406 return string.find(aName, '.', nil, true) ~= nil
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
D | SAX2DTM.java | 2273 String eName, String aName, String type, String valueDefault, String value) in attributeDecl() argument
|