Searched defs:hasName (Results 1 - 11 of 11) sorted by relevance

/external/proguard/src/proguard/obfuscate/
H A DMemberNameFilter.java56 if (hasName(programField))
65 if (hasName(programClass, programMethod))
74 if (hasName(libraryField))
83 if (hasName(libraryClass, libraryMethod))
95 private boolean hasName(Clazz clazz) method in class:MemberNameFilter
104 private boolean hasName(Clazz clazz, Method method) method in class:MemberNameFilter
107 hasName(method) ||
108 (hasName(clazz) &&
116 private boolean hasName(Member member) method in class:MemberNameFilter
/external/llvm/include/llvm/IR/
H A DDerivedTypes.h254 /// hasName - Return true if this is a named struct that has a non-empty name.
255 bool hasName() const { return SymbolTableEntry != nullptr; } function in class:llvm::StructType
H A DValue.h214 bool hasName() const { return Name != nullptr && SubclassID != MDStringVal; } function in class:llvm::Value
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DXSSAuditor.cpp133 static bool hasName(const HTMLToken& token, const QualifiedName& name) function in namespace:blink
423 if (hasName(request.token, scriptTag)) {
427 } else if (hasName(request.token, objectTag))
429 else if (hasName(request.token, paramTag))
431 else if (hasName(request.token, embedTag))
433 else if (hasName(request.token, appletTag))
435 else if (hasName(request.token, iframeTag) || hasName(request.token, frameTag))
437 else if (hasName(request.token, metaTag))
439 else if (hasName(reques
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.h336 bool hasName() const { return !isTextNode() && getFlag(HasNameOrIsEditingTextFlag); } function in class:blink::Node
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/clang/include/clang/Sema/
H A DDeclSpec.h1832 /// hasName - Whether this declarator has a name, which might be an
1835 bool hasName() const { function in class:clang::Declarator
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 4165 milliseconds