HomeSort by relevance Sort by last modified time
    Searched refs:read_node (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/components/sync_driver/
generic_change_processor.cc 16 #include "sync/internal_api/public/read_node.h"
63 const syncer::BaseNode& read_node,
65 const syncer::AttachmentIdList& attachment_ids = read_node.GetAttachmentIds();
68 if (read_node.GetModelType() != syncer::PASSWORDS) {
70 read_node.GetEntitySpecifics(),
71 read_node.GetModificationTime(),
80 CopyFrom(read_node.GetPasswordSpecifics());
83 read_node.GetModificationTime(),
144 syncer::ReadNode read_node(trans);
145 if (read_node.InitByIdLookup(it->id) != syncer::BaseNode::INIT_OK)
    [all...]
  /hardware/qcom/display/msm8084/hdmi_cec/
qhdmi_cec.cpp 69 static ssize_t read_node(const char *path, char *data) function in namespace:qhdmicec
143 len = read_node(fb_type_path, fb_type);
366 ssize_t err = read_node(connected_path, connected_data);
  /external/opencv/ml/include/
ml.h 890 virtual CvDTreeNode* read_node( CvFileStorage* fs, CvFileNode* node, CvDTreeNode* parent );
    [all...]
  /external/opencv/ml/src/
mltree.cpp 3280 CvDTreeNode* CvDTree::read_node( CvFileStorage* fs, CvFileNode* fnode, CvDTreeNode* parent ) function in class:CvDTree
    [all...]

Completed in 67 milliseconds