OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PropertyNode
(Results
1 - 11
of
11
) sorted by null
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
VNode.java
27
public ArrayList<
PropertyNode
> propList = new ArrayList<
PropertyNode
>();
PropertyNodesVerifierElem.java
32
* This class first checks whether each
propertyNode
in the VNode is in the
50
private final HashMap<String, List<
PropertyNode
>> mOrderedNodeMap;
53
private final ArrayList<
PropertyNode
> mUnorderedNodeList;
56
mOrderedNodeMap = new HashMap<String, List<
PropertyNode
>>();
57
mUnorderedNodeList = new ArrayList<
PropertyNode
>();
133
final
PropertyNode
propertyNode
= new
PropertyNode
(propName,
136
List<
PropertyNode
> expectedNodeList = mOrderedNodeMap.get(propName);
138
expectedNodeList = new ArrayList<
PropertyNode
>();
[
all
...]
PropertyNode.java
42
public class
PropertyNode
{
54
* Note that currently
PropertyNode
class does not support multiple param-values
67
public
PropertyNode
() {
76
public
PropertyNode
(
119
"
PropertyNode
does not provide hashCode() implementation intentionally.");
124
if (!(obj instanceof
PropertyNode
)) {
128
PropertyNode
node = (
PropertyNode
)obj;
VNodeBuilder.java
39
* {@link VNode}, and {@link
PropertyNode
}.
101
// TODO: remove
PropertyNode
.
102
PropertyNode
propNode = new
PropertyNode
();
/external/chromium_org/components/policy/core/common/
schema_internal.h
36
struct POLICY_EXPORT
PropertyNode
{
47
// An offset into SchemaData::property_nodes that indexes the
PropertyNode
51
// An offset into SchemaData::property_nodes that indexes the
PropertyNode
57
// Note that the range [begin, end) is sorted by
PropertyNode
::key, so that
73
const
PropertyNode
* property_nodes;
schema.h
20
struct POLICY_EXPORT
PropertyNode
;
87
const internal::
PropertyNode
* it_;
88
const internal::
PropertyNode
* end_;
schema.cc
24
using internal::
PropertyNode
;
107
const
PropertyNode
* property(int index) const {
165
std::vector<
PropertyNode
> property_nodes_;
547
bool CompareKeys(const
PropertyNode
& node, const std::string& key) {
557
const
PropertyNode
* begin = storage_->property(node->begin);
558
const
PropertyNode
* end = storage_->property(node->end);
559
const
PropertyNode
* it = std::lower_bound(begin, end, key, CompareKeys);
schema_unittest.cc
328
const internal::
PropertyNode
kPropertyNodes[] = {
/external/llvm/include/llvm/
DIBuilder.h
244
/// @param
PropertyNode
Property associated with this ivar.
249
MDNode *
PropertyNode
);
[
all
...]
/external/clang/lib/CodeGen/
CGDebugInfo.cpp
[
all
...]
/external/llvm/lib/IR/
DIBuilder.cpp
485
DIType Ty, MDNode *
PropertyNode
) {
498
PropertyNode
[
all
...]
Completed in 157 milliseconds