/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | rotatingtree.c | 31 RotatingTree_Add(rotating_node_t **root, rotating_node_t *node) in RotatingTree_Add() argument 33 while (*root != NULL) { in RotatingTree_Add() 34 if (KEY_LOWER_THAN(node->key, (*root)->key)) in RotatingTree_Add() 35 root = &((*root)->left); in RotatingTree_Add() 37 root = &((*root)->right); in RotatingTree_Add() 41 *root = node; in RotatingTree_Add() 48 RotatingTree_Get(rotating_node_t **root, void *key) in RotatingTree_Get() argument 52 rotating_node_t *node = *root; in RotatingTree_Get() 64 rotating_node_t **pnode = root; in RotatingTree_Get() 107 RotatingTree_Enum(rotating_node_t *root, rotating_tree_enum_fn enumfn, in RotatingTree_Enum() argument [all …]
|
D | rotatingtree.h | 24 void RotatingTree_Add(rotating_node_t **root, rotating_node_t *node); 25 rotating_node_t* RotatingTree_Get(rotating_node_t **root, void *key); 26 int RotatingTree_Enum(rotating_node_t *root, rotating_tree_enum_fn enumfn,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_minidom.py | 69 root = dom.documentElement 70 elem = root.childNodes[0] 72 root.insertBefore(nelem, elem) 73 self.confirm(len(root.childNodes) == 2 74 and root.childNodes.length == 2 75 and root.childNodes[0] is nelem 76 and root.childNodes.item(0) is nelem 77 and root.childNodes[1] is elem 78 and root.childNodes.item(1) is elem 79 and root.firstChild is nelem [all …]
|
D | test_pkg.py | 13 def cleanout(root): argument 14 names = os.listdir(root) 16 fullname = os.path.join(root, name) 21 os.rmdir(root) 48 self.root = None 54 if self.root: # Only clean if the test was actually run 55 cleanout(self.root) 68 root = tempfile.mkdtemp() 69 sys.path.insert(0, root) 70 if not os.path.isdir(root): [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | svneol.py | 36 def propfiles(root, fn): argument 37 default = os.path.join(root, ".svn", "props", fn+".svn-work") 39 format = int(open(os.path.join(root, ".svn", "format")).read().strip()) 45 return [os.path.join(root, ".svn", "prop-base", fn+".svn-base"), 46 os.path.join(root, ".svn", "props", fn+".svn-work")] 49 def proplist(root, fn): argument 52 for path in propfiles(root, fn): 84 for root, dirs, files in os.walk('.'): 89 if 'svn:eol-style' not in proplist(root, fn): 90 path = os.path.join(root, fn)
|
/device/generic/goldfish/ |
D | init.ranchu.rc | 46 mkdir /data/vendor/var 0755 root root 47 mkdir /data/vendor/var/run 0755 root root 48 mkdir /data/vendor/var/run/netns 0755 root root 70 chown root system /sys/power/wake_lock 71 chown root system /sys/power/wake_unlock 80 mkdir /config/usb_gadget/g1 0770 root root 84 user root 85 group root 100 user root 101 group root wakelock wifi [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | inftrees.c | 43 unsigned root; /* number of index bits for root table */ local 113 root = *bits; 116 if (root > max) root = max; 128 if (root < min) root = min; 205 curr = root; /* current table index bits */ 208 used = 1U << root; /* use root table entries */ 260 if (len > root && (huff & mask) != low) { 263 drop = root; 286 (*table)[low].bits = (unsigned char)root; 305 len = root; [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | inftrees.c | 43 unsigned root; /* number of index bits for root table */ local 113 root = *bits; 116 if (root > max) root = max; 128 if (root < min) root = min; 204 curr = root; /* current table index bits */ 207 used = 1U << root; /* use root table entries */ 260 if (len > root && (huff & mask) != low) { 263 drop = root; 287 (*table)[low].bits = (unsigned char)root; 304 *bits = root;
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/ |
D | inftrees.c | 43 unsigned root; /* number of index bits for root table */ local 113 root = *bits; 116 if (root > max) root = max; 128 if (root < min) root = min; 202 curr = root; /* current table index bits */ 205 used = 1U << root; /* use root table entries */ 258 if (len > root && (huff & mask) != low) { 261 drop = root; 285 (*table)[low].bits = (unsigned char)root; 302 *bits = root;
|
/device/google/crosshatch/usb/ |
D | android.hardware.usb@1.1-service.crosshatch.rc | 3 user root 4 group root system shell mtp 7 chown root system /sys/class/typec/port0/power_role 8 chown root system /sys/class/typec/port0/data_role 9 chown root system /sys/class/typec/port0/port_type
|
/device/google/bonito/usb/ |
D | android.hardware.usb@1.1-service.bonito.rc | 3 user root 4 group root system shell mtp 7 chown root system /sys/class/typec/port0/power_role 8 chown root system /sys/class/typec/port0/data_role 9 chown root system /sys/class/typec/port0/port_type
|
/device/google/coral/usb/ |
D | android.hardware.usb@1.2-service.coral.rc | 3 user root 4 group root system shell mtp 7 chown root system /sys/class/typec/port0/power_role 8 chown root system /sys/class/typec/port0/data_role 9 chown root system /sys/class/typec/port0/port_type
|
/device/google/sunfish/usb/ |
D | android.hardware.usb@1.2-service.sunfish.rc | 3 user root 4 group root system shell mtp 7 chown root system /sys/class/typec/port0/power_role 8 chown root system /sys/class/typec/port0/data_role 9 chown root system /sys/class/typec/port0/port_type
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/ |
D | ASTBase.cpp | 131 ASTBase::tmake(ASTBase *root, ...) in tmake() argument 136 va_start(ap, root); in tmake() 138 if ( root != NULL ) in tmake() 139 if ( root->_down != NULL ) { in tmake() 140 … root->reportOverwriteOfDownPointer(); /* MR21 Report problem which almost always an error */ in tmake() 151 if ( root==NULL ) root = sibling; in tmake() 152 else root->_down = sibling; in tmake() 154 return root; in tmake()
|
D | ast.c | 259 AST *root; in zztmake() local 263 root = rt; in zztmake() 266 root = va_arg(ap, AST *); in zztmake() 269 if ( root != NULL ) in zztmake() 270 if ( root->down != NULL ) return NULL; in zztmake() 279 if ( root==NULL ) root = sibling; in zztmake() 280 else root->down = sibling; in zztmake() 282 return root; in zztmake()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/ |
D | ASTBase.cpp | 131 ASTBase::tmake(ASTBase *root, ...) in tmake() argument 136 va_start(ap, root); in tmake() 138 if ( root != NULL ) in tmake() 139 if ( root->_down != NULL ) { in tmake() 140 … root->reportOverwriteOfDownPointer(); /* MR21 Report problem which almost always an error */ in tmake() 151 if ( root==NULL ) root = sibling; in tmake() 152 else root->_down = sibling; in tmake() 154 return root; in tmake()
|
D | ast.c | 259 AST *root; in zztmake() local 263 root = rt; in zztmake() 266 root = va_arg(ap, AST *); in zztmake() 269 if ( root != NULL ) in zztmake() 270 if ( root->down != NULL ) return NULL; in zztmake() 279 if ( root==NULL ) root = sibling; in zztmake() 280 else root->down = sibling; in zztmake() 282 return root; in zztmake()
|
/device/google/barbet/usb/ |
D | android.hardware.usb@1.2-service.barbet.rc | 8 user root 13 chown root system /sys/class/typec/port0/power_role 14 chown root system /sys/class/typec/port0/data_role 15 chown root system /sys/class/typec/port0/port_type
|
/device/google/redfin/usb/ |
D | android.hardware.usb@1.2-service.redfin.rc | 8 user root 13 chown root system /sys/class/typec/port0/power_role 14 chown root system /sys/class/typec/port0/data_role 15 chown root system /sys/class/typec/port0/port_type
|
/device/google/bramble/usb/ |
D | android.hardware.usb@1.2-service.bramble.rc | 8 user root 13 chown root system /sys/class/typec/port0/power_role 14 chown root system /sys/class/typec/port0/data_role 15 chown root system /sys/class/typec/port0/port_type
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | collections.py | 48 self.__root = root = [] # sentinel node 49 root[:] = [root, root, None] 58 root = self.__root 59 last = root[PREV] 60 last[NEXT] = root[PREV] = self.__map[key] = [last, root, key] 76 root = self.__root 77 curr = root[NEXT] 78 while curr is not root: 86 root = self.__root 87 curr = root[PREV] [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | collections.py | 54 self.__root = root = [] # sentinel node 55 root[:] = [root, root, None] 64 root = self.__root 65 last = root[0] 66 last[1] = root[0] = self.__map[key] = [last, root, key] 81 root = self.__root 82 curr = root[1] # start at the first node 83 while curr is not root: 90 root = self.__root 91 curr = root[0] # start at the last node [all …]
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/ |
D | errsupport.c | 72 no_viable_alt( STreeParser *_parser, char *rulename, SORAST *root ) in no_viable_alt() argument 74 no_viable_alt( _parser, rulename, root ) in no_viable_alt() 76 SORAST *root; 80 if ( root==NULL )
|
D | sorcerer.c | 49 _copy_wildcard(STreeParser *_parser, AST *t, int root) in _copy_wildcard() argument 51 _copy_wildcard(_parser, t, root) in _copy_wildcard() 54 int root; 59 if ( !root ) t->ast_right(_parser->write) = t->ast_right(_parser->read); 63 if ( root ) return; 64 else root=0;
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/lib/ |
D | rbtree.h | 55 rb_node_t root; member 84 return rb_left(tree, &tree->root); in rb_root() 90 return rb_right(tree, &tree->root); in rb_cache() 96 return &tree->root; in rb_null() 120 tree->root.right = c_idx; in rb_set_cache()
|