HomeSort by relevance Sort by last modified time
    Searched full:mapnode (Results 1 - 5 of 5) sorted by null

  /external/opencv/cxcore/src/
cximage.cpp 154 CvFileNode* mapnode = cvGetFileNodeByName( fs, 0, mapname ); local
155 if( !mapnode )
156 obj = cvReadByName( fs, mapnode, imgname );
307 CvFileNode* mapnode = cvGetFileNodeByName( fs, 0, mapname ); local
308 if( !mapnode )
309 obj = cvReadByName( fs, mapnode, matname );
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
UefiShellCommandLib.c 173 SHELL_MAP_LIST *MapNode;
211 for (MapNode = (SHELL_MAP_LIST *)GetFirstNode(&gShellMapList.Link)
213 ; MapNode = (SHELL_MAP_LIST *)GetFirstNode(&gShellMapList.Link)
215 ASSERT(MapNode != NULL);
216 RemoveEntryList(&MapNode->Link);
217 SHELL_FREE_NON_NULL(MapNode->DevicePath);
218 SHELL_FREE_NON_NULL(MapNode->MapName);
219 SHELL_FREE_NON_NULL(MapNode->CurrentDirectoryPath);
220 FreePool(MapNode);
    [all...]
  /build/soong/finder/
finder.go 459 // a mapNode stores the relevant stats about a directory to be stored in a pathMap
460 type mapNode struct {
467 mapNode
553 m.mapNode = other.mapNode
814 container.mapNode = mapNode{statResponse: updated}
823 container.mapNode.FileNames = cachedNode.FileNames
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 175 milliseconds