/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 | 20 mkdir /data/vendor/var 0755 root root 21 mkdir /data/vendor/var/run 0755 root root 22 mkdir /data/vendor/var/run/netns 0755 root root 38 chown root system /sys/power/wake_lock 39 chown root system /sys/power/wake_unlock 48 mkdir /config/usb_gadget/g1 0770 root root 52 user root 53 group root 67 user root 68 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/wahoo/usb/ |
D | android.hardware.usb@1.1-service.wahoo.rc | 3 user root 4 group root system shell mtp 8 chown root system /sys/class/typec/port0/power_role 9 chown root system /sys/class/typec/port0/data_role 10 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/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/cuttlefish/shared/config/ |
D | init.cutf_ivsh.rc | 6 chown system root /dev/input_events 9 chown radio root /dev/ril 12 chown audioserver root /dev/audio_data 15 chown system root /dev/screen 34 user root 39 group root uhid 53 user root
|
D | Android.mk | 48 LOCAL_MODULE_STEM := initrd-root.dtb 49 LOCAL_SRC_FILES := initrd-root.dtb 58 LOCAL_MODULE_STEM := system-root.dtb 59 LOCAL_SRC_FILES := system-root.dtb
|
/device/generic/qemu/ |
D | qemu_base.mk | 95 system/core/rootdir/init.usb.rc:root/init.usb.rc \ 96 system/core/rootdir/init.usb.configfs.rc:root/init.usb.configfs.rc \ 97 system/core/rootdir/ueventd.rc:root/ueventd.rc \ 103 device/generic/qemu/fstab.ranchu:root/fstab.ranchu \ 104 device/generic/qemu/init.ranchu.rc:root/init.ranchu.rc \ 105 device/generic/qemu/ueventd.ranchu.rc:root/ueventd.ranchu.rc \ 128 system/core/rootdir/init.zygote32.rc:root/init.zygote32.rc
|
/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()
|
/device/generic/trusty/ |
D | qemu_trusty_base.mk | 66 system/core/rootdir/init.usb.rc:root/init.usb.rc \ 67 system/core/rootdir/init.usb.configfs.rc:root/init.usb.configfs.rc \ 68 system/core/rootdir/ueventd.rc:root/ueventd.rc \ 74 device/generic/qemu/fstab.ranchu:root/fstab.qemu_trusty \ 75 device/generic/trusty/init.qemu_trusty.rc:root/init.qemu_trusty.rc \ 76 device/generic/trusty/ueventd.qemu_trusty.rc:root/ueventd.qemu_trusty.rc \
|
/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/google/marlin/ |
D | init.common.nanohub.rc | 3 chown root system /persist/sensorcal.json 9 chown root system /data/vendor/sensor 15 user root 20 user root
|
/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/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()
|
/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 )
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/ |
D | webchecker.py | 210 for root in extra_roots: 214 if root[-1] != "/": 215 root = root + "/" 216 c.addroot(root, add_to_do = 0) 308 for root in self.roots: 309 self.addrobot(root) 313 def addroot(self, root, add_to_do = 1): argument 314 if root not in self.roots: 315 troot = root 317 urlparse.urlparse(root) [all …]
|