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

  /packages/apps/OMA-DM/engine/dmlib/api/native_async/
dmtAsyncAPI.h 177 DMT_H_NODE hnode; /* node handle if succeeded */ member in struct:__anon43196
352 DMT_NodeRelease(DMT_H_NODE hnode,
431 DMT_GetAttributes(DMT_H_NODE hnode,
436 DMT_GetValue(DMT_H_NODE hnode,
441 DMT_SetValue(DMT_H_NODE hnode,
447 DMT_SetTitle(DMT_H_NODE hnode,
453 DMT_SetACL(DMT_H_NODE hnode,
459 DMT_Execute(DMT_H_NODE hnode,
465 DMT_GetFirstChunk(DMT_H_NODE hnode,
471 DMT_GetNextChunk(DMT_H_NODE hnode,
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/dmtapi/native_async/hdr/
dmtAsyncMessage.h 125 DMT_H_NODE hnode; member in struct:__anon43285
134 DMT_H_NODE hnode; member in struct:__anon43286
159 DMT_H_NODE hnode; member in struct:__anon43290
dmtAsyncData.h 302 DMT_H_NODE hnode; member in class:DMSetValueMessage
306 SYNCML_DM_RET_STATUS_T set(DMT_H_NODE hnode,
319 DMT_H_NODE hnode; member in class:DMNodeMessage
322 SYNCML_DM_RET_STATUS_T set(DMT_H_NODE hnode,
337 SYNCML_DM_RET_STATUS_T set(DMT_H_NODE hnode,
  /packages/apps/OMA-DM/engine/dmlib/dmtapi/native_async/src/
dmtAsyncAPI.cc 113 INT32 dmtFindNodeHandler(DMT_H_NODE hnode)
119 if ( node == (DmtNode*)hnode )
134 DmtNode * dmtGetNodeHandler(DMT_H_NODE hnode)
136 if ( dmtFindNodeHandler(hnode) == -1 )
139 return (DmtNode*)hnode;
355 nodeStruct.hnode = 0;
366 nodeStruct.hnode = (DMT_H_NODE)ptrNode.GetPtr();
385 pos = dmtFindNodeHandler(pMessage->pMsg->hnode);
647 DmtNode * pNode = dmtGetNodeHandler(pMessage->hnode);
698 DmtNode * pNode = dmtGetNodeHandler(pMessage->hnode);
    [all...]
dmtAsyncData.cc 408 SYNCML_DM_RET_STATUS_T DMSetValueMessage::set(DMT_H_NODE hnode,
415 this->hnode = hnode;
422 SYNCML_DM_RET_STATUS_T DMNodeMessage::set(DMT_H_NODE hnode,
429 this->hnode = hnode;
443 SYNCML_DM_RET_STATUS_T DMExecuteMessage::set(DMT_H_NODE hnode,
450 this->hnode = hnode;
  /external/chromium_org/third_party/icu/source/common/
triedict.cpp 582 * @hnode The horizontal node containing the equal link
583 * @param index The index into hnode->entries[]
584 * @param nodeCount The length of hnode->entries[]
598 * @hnode The horizontal node containing the equal link
599 * @param index The index into hnode->entries[]
600 * @param nodeCount The length of hnode->entries[]
602 static inline uint32_t calcEqualLink(const CompactTrieHorizontalNode *hnode, uint16_t index, uint16_t nodeCount){
603 if(hnode->flagscount & kEqualOverflows){
605 uint16_t *overflow = (uint16_t *) &hnode->entries[nodeCount];
608 return hnode->entries[index].equal + (((uint32_t)extraBits) << 16)
736 const CompactTrieHorizontalNode *hnode = (const CompactTrieHorizontalNode *)node; local
854 const CompactTrieHorizontalNode *hnode = (const CompactTrieHorizontalNode *)node; local
1732 const CompactTrieHorizontalNode *hnode = (const CompactTrieHorizontalNode *)node; local
1747 const CompactTrieHorizontalNode *hnode = (const CompactTrieHorizontalNode *) local
    [all...]
  /external/llvm/lib/Support/
YAMLTraits.cpp 63 void Input::HNode::anchor() {}
136 HNode *Value = MN->Mapping[Key];
150 CurrentNode = reinterpret_cast<HNode *>(saveInfo);
190 CurrentNode = reinterpret_cast<HNode *>(SaveInfo);
212 CurrentNode = reinterpret_cast<HNode *>(SaveInfo);
256 for (HNode *N : SQ->Entries) {
295 void Input::setError(HNode *hnode, const Twine &message) {
296 assert(hnode && "HNode must not be NULL")
    [all...]
  /external/llvm/include/llvm/Support/
YAMLTraits.h 910 class HNode {
913 HNode(Node *n) : _node(n) { }
914 virtual ~HNode() { }
915 static inline bool classof(const HNode *) { return true; }
920 class EmptyHNode : public HNode {
923 EmptyHNode(Node *n) : HNode(n) { }
924 static inline bool classof(const HNode *n) {
930 class ScalarHNode : public HNode {
933 ScalarHNode(Node *n, StringRef s) : HNode(n), _value(s) { }
937 static inline bool classof(const HNode *n)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 150 milliseconds