HomeSort by relevance Sort by last modified time
    Searched refs:node_type (Results 26 - 50 of 68) sorted by null

12 3

  /external/chromium_org/chrome/browser/ui/views/
collected_cookies_views.cc 479 if (cookie_node->GetDetailedInfo().node_type ==
492 if (cookie_node->GetDetailedInfo().node_type ==
512 if (detailed_info.node_type == CookieTreeNode::DetailedInfo::TYPE_COOKIE) {
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
TypeInference.py 384 node_type = py_object_type
387 node_type = spanning_type(
389 node.inferred_type = node_type
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 1123 String node_type; local
1126 node_type = _T("NONE??");
1129 node_type = _T("PATH");
1132 node_type = _T("ERROR");
1135 node_type = _T("SYSTEM");
1140 node_type.c_str(),
    [all...]
  /external/libsepol/tests/policies/test-cond/
refpolicy-base.conf 625 attribute node_type;
805 type node_t, node_type;
806 type compat_ipv4_node_t alias node_compat_ipv4_t, node_type;
807 type inaddr_any_node_t alias node_inaddr_any_t, node_type;
808 type node_internal_t, node_type;
809 type link_local_node_t alias node_link_local_t, node_type;
810 type lo_node_t alias node_lo_t, node_type;
811 type mapped_ipv4_node_t alias node_mapped_ipv4_t, node_type;
812 type multicast_node_t alias node_multicast_t, node_type;
813 type site_local_node_t alias node_site_local_t, node_type;
    [all...]
  /external/chromium_org/components/autofill/content/renderer/
form_autofill_util.cc 203 WebNode::NodeType node_type = previous.nodeType(); local
204 if (node_type == WebNode::CommentNode)
208 if (node_type != WebNode::TextNode &&
209 node_type != WebNode::ElementNode)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 90 for node_type in heads:
91 head_nodes[node_type].append(fixer)
97 for node_type in chain(pygram.python_grammar.symbol2number.itervalues(),
99 head_nodes[node_type].extend(every)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 90 for node_type in heads:
91 head_nodes[node_type].append(fixer)
97 for node_type in chain(pygram.python_grammar.symbol2number.itervalues(),
99 head_nodes[node_type].extend(every)
  /external/chromium_org/chrome/browser/browsing_data/
cookies_tree_model_unittest.cc 198 CookieTreeNode::DetailedInfo::NodeType node_type) {
202 retval += GetNodesOfChildren(node->GetChild(i), node_type);
207 if (node->GetDetailedInfo().node_type != node_type)
210 switch (node_type) {
    [all...]
cookies_tree_model.h 132 NodeType node_type; member in struct:CookieTreeNode::DetailedInfo
  /external/opencv/cxcore/include/
cxtypes.h 1198 #define CV_TREE_NODE_FIELDS(node_type) \
1201 struct node_type* h_prev; /* Previous sequence. */ \
1202 struct node_type* h_next; /* Next sequence. */ \
1203 struct node_type* v_prev; /* 2nd previous sequence. */ \
1204 struct node_type* v_next /* 2nd next sequence. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cpplib.h 623 enum node_type enum
692 ENUM_BITFIELD(node_type) type : 6; /* CPP node type. */
    [all...]
  /external/chromium_org/third_party/libxml/src/
c14n.c 183 xmlC14NErrInvalidNode(const char *node_type, const char *extra)
188 "Node %s is invalid here : %s\n", node_type, extra);
198 xmlC14NErrUnknownNode(int node_type, const char *extra)
203 "Unknown node type %d found : %s\n", node_type, extra);
    [all...]
  /external/libxml2/
c14n.c 185 xmlC14NErrInvalidNode(const char *node_type, const char *extra)
190 "Node %s is invalid here : %s\n", node_type, extra);
200 xmlC14NErrUnknownNode(int node_type, const char *extra)
205 "Unknown node type %d found : %s\n", node_type, extra);
    [all...]
  /external/smack/src/org/jivesoftware/smackx/pubsub/
PubSubManager.java 128 FormField nodeTypeField = config.getField(ConfigureNodeFields.node_type.getFieldName());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 58 enum node_type enum in struct:__gnu_pbds::detail::pat_trie_base
106 const node_type m_type;
108 _Node_base(node_type type) : m_type(type)
1136 const node_type& __nt = m_a_p_children[i]->m_type;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 58 enum node_type enum in struct:__gnu_pbds::detail::pat_trie_base
106 const node_type m_type;
108 _Node_base(node_type type) : m_type(type)
1136 const node_type& __nt = m_a_p_children[i]->m_type;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 58 enum node_type enum in struct:__gnu_pbds::detail::pat_trie_base
106 const node_type m_type;
108 _Node_base(node_type type) : m_type(type)
1136 const node_type& __nt = m_a_p_children[i]->m_type;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 58 enum node_type enum in struct:__gnu_pbds::detail::pat_trie_base
106 const node_type m_type;
108 _Node_base(node_type type) : m_type(type)
1136 const node_type& __nt = m_a_p_children[i]->m_type;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 58 enum node_type enum in struct:__gnu_pbds::detail::pat_trie_base
106 const node_type m_type;
108 _Node_base(node_type type) : m_type(type)
1136 const node_type& __nt = m_a_p_children[i]->m_type;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 58 enum node_type enum in struct:__gnu_pbds::detail::pat_trie_base
106 const node_type m_type;
108 _Node_base(node_type type) : m_type(type)
1136 const node_type& __nt = m_a_p_children[i]->m_type;
    [all...]
  /external/lldb/examples/synthetic/
libcxx.py 514 node_type = node.GetType()
515 fields_count = node_type.GetNumberOfFields()
517 field = node_type.GetFieldAtIndex(i)
  /external/chromium_org/chrome/browser/ui/webui/
cookies_tree_model_util.cc 110 switch (node.GetDetailedInfo().node_type) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_parser.py 268 node_type = tree[0]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_parser.py 268 node_type = tree[0]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
wizard.rb 264 node_type = @token_scheme[ token_name ] || INVALID_TOKEN_TYPE
265 node = @adaptor.create_from_type( node_type, text )

Completed in 1613 milliseconds

12 3