OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasAttributes
(Results
1 - 4
of
4
) sorted by null
/external/libxml2/python/tests/
readernext.py
26
reader.NodeType() != 1 or reader.
HasAttributes
() != 0:
34
reader.NodeType() != 1 or reader.
HasAttributes
() != 0:
42
reader.
HasAttributes
() != 0:
57
reader.NodeType() != 1 or reader.
HasAttributes
() != 0:
65
reader.NodeType() != 15 or reader.
HasAttributes
() != 0:
reader.py
26
reader.NodeType() != 1 or reader.
HasAttributes
() != 0:
34
reader.NodeType() != 1 or reader.
HasAttributes
() != 1:
42
reader.NodeType() != 1 or reader.
HasAttributes
() != 0:
50
reader.NodeType() != 3 or reader.
HasAttributes
() != 0 or \
59
reader.NodeType() != 15 or reader.
HasAttributes
() != 0:
67
reader.NodeType() != 15 or reader.
HasAttributes
() != 0:
/libcore/luni/src/test/java/tests/org/w3c/dom/
HasAttributes.java
31
* The "
hasAttributes
()" method for a node should return false if the node does
33
* "
hasAttributes
()" method. The method should return false since the node does
41
public final class
HasAttributes
extends DOMTestCase {
78
state = addrNode.
hasAttributes
();
89
state = addrNode.
hasAttributes
();
/external/llvm/lib/CodeGen/
MIRPrinter.cpp
423
bool
HasAttributes
= false;
428
HasAttributes
= true;
438
OS << (
HasAttributes
? ", " : " (");
440
HasAttributes
= true;
443
OS << (
HasAttributes
? ", " : " (");
445
HasAttributes
= true;
448
OS << (
HasAttributes
? ", " : " (");
450
HasAttributes
= true;
452
if (
HasAttributes
)
Completed in 65 milliseconds