OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AttrImpl
(Results
1 - 13
of
13
) sorted by null
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
ElementImpl.java
47
private List<
AttrImpl
> attributes = new ArrayList<
AttrImpl
>();
61
AttrImpl
attr = attributes.get(i);
72
AttrImpl
attr = attributes.get(i);
102
public
AttrImpl
getAttributeNode(String name) {
112
public
AttrImpl
getAttributeNodeNS(String namespaceURI, String localName) {
234
AttrImpl
oldAttrImpl = (
AttrImpl
) oldAttr;
270
AttrImpl
newAttrImpl = (
AttrImpl
) newAttr
[
all
...]
AttrImpl.java
35
public final class
AttrImpl
extends NodeImpl implements Attr {
48
AttrImpl
(DocumentImpl document, String namespaceURI, String qualifiedName) {
53
AttrImpl
(DocumentImpl document, String name) {
DocumentImpl.java
132
AttrImpl
attr = (
AttrImpl
) node;
133
AttrImpl
attrCopy;
169
AttrImpl
elementAttr = (
AttrImpl
) attributes.item(i);
170
AttrImpl
elementAttrCopy = (
AttrImpl
) shallowCopy(operation, elementAttr);
249
AttrImpl
attr = (
AttrImpl
) node;
308
changeDocumentToThis((
AttrImpl
) attributes.item(i))
[
all
...]
NodeImpl.java
251
AttrImpl
attr = (
AttrImpl
) node;
291
AttrImpl
attr = (
AttrImpl
) node;
DOMConfigurationImpl.java
426
checkTextValidity(((
AttrImpl
) node).getValue());
/packages/apps/Mms/src/com/android/mms/dom/
AttrImpl.java
26
public class
AttrImpl
extends NodeImpl implements Attr {
34
protected
AttrImpl
(DocumentImpl owner, String name) {
DocumentImpl.java
51
return new
AttrImpl
(this, name);
/external/clang/lib/AST/
Android.mk
10
AttrImpl
.inc \
35
AttrImpl
.cpp \
/external/clang/include/clang/AST/
Makefile
3
BUILT_SOURCES = Attrs.inc
AttrImpl
.inc AttrDump.inc AttrVisitor.inc \
21
$(ObjDir)/
AttrImpl
.inc.tmp : $(TD_SRC_DIR)/Attr.td $(CLANG_TBLGEN) \
/packages/apps/Mms/src/com/android/mms/ui/
SlideshowActivity.java
49
import com.android.mms.dom.
AttrImpl
;
131
if (node instanceof
AttrImpl
) {
132
value = ((
AttrImpl
)node).getValue();
/external/clang/
clang-tblgen-rules.mk
19
ifneq ($(findstring
AttrImpl
.inc,$(TBLGEN_TABLES)),)
20
LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/AST/
AttrImpl
.inc
21
$(intermediates)/include/clang/AST/
AttrImpl
.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
22
$(intermediates)/include/clang/AST/
AttrImpl
.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td | $(CLANG_TBLGEN)
/external/jdiff/
xerces.jar
/prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar
Completed in 435 milliseconds