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

  /system/core/include/cutils/
config_utils.h 24 typedef struct cnode cnode; typedef in typeref:struct:cnode
27 struct cnode struct
29 cnode *next;
30 cnode *first_child;
31 cnode *last_child;
37 void config_load(cnode *root, char *data);
40 void config_load_file(cnode *root, const char *fn);
43 cnode* config_node(const char *name, const char *value);
46 cnode* config_find(cnode *root, const char *name)
    [all...]
  /external/kernel-headers/original/asm-mips/sn/
hub.h 12 extern unsigned long hub_pio_map(cnodeid_t cnode, xwidgetnum_t widget,
14 extern void hub_pio_init(cnodeid_t cnode);
arch.h 61 #define COMPACT_TO_NASID_NODEID(cnode) (compact_to_nasid_node[cnode])
  /system/core/libcutils/
config_utils.c 26 cnode* config_node(const char *name, const char *value)
28 cnode *node;
30 node = calloc(sizeof(cnode), 1);
39 cnode* config_find(cnode *root, const char *name)
41 cnode *node, *match = NULL;
51 static cnode* _config_create(cnode *root, const char *name)
53 cnode *node;
67 int config_bool(cnode *root, const char *name, int _default
    [all...]
  /bionic/libc/kernel/arch-mips/asm/sn/
arch.h 37 #define COMPACT_TO_NASID_NODEID(cnode) (compact_to_nasid_node[cnode])
  /development/ndk/platforms/android-9/arch-mips/include/asm/sn/
arch.h 37 #define COMPACT_TO_NASID_NODEID(cnode) (compact_to_nasid_node[cnode])
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/sn/
arch.h 37 #define COMPACT_TO_NASID_NODEID(cnode) (compact_to_nasid_node[cnode])
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/sn/
arch.h 37 #define COMPACT_TO_NASID_NODEID(cnode) (compact_to_nasid_node[cnode])
  /external/freetype/src/cache/
ftcmru.c 42 FTC_MruNode cnode = first; local
47 if ( cnode == node )
52 cnode = cnode->next;
54 } while ( cnode != first );
88 FTC_MruNode cnode = first; local
91 if ( cnode == node )
93 cnode = cnode->next;
95 } while ( cnode != first )
133 FTC_MruNode cnode = first; local
    [all...]
ftccmap.c 180 ftc_cmap_node_weight( FTC_Node cnode,
183 FT_UNUSED( cnode );
186 return sizeof ( *cnode );
  /external/android-clat/
config.c 44 char *config_item_str(cnode *root, const char *item_name, const char *defaultvar) {
61 int16_t *config_item_int16_t(cnode *root, const char *item_name, const char *defaultvar, int16_t *ret_val_ptr) {
100 struct in_addr *config_item_ip(cnode *root, const char *item_name, const char *defaultvar, struct in_addr *ret_val_ptr) {
125 struct in6_addr *config_item_ip6(cnode *root, const char *item_name, const char *defaultvar, struct in6_addr *ret_val_ptr) {
201 int subnet_from_interface(cnode *root, const char *interface) {
228 cnode *root = config_node("", "");
  /frameworks/av/services/audioflinger/
AudioPolicyService.h 292 status_t loadEffects(cnode *root, Vector <EffectDesc *>& effects);
293 EffectDesc *loadEffect(cnode *root);
294 status_t loadInputSources(cnode *root, const Vector <EffectDesc *>& effects);
296 InputSourceDesc *loadInputSource(cnode *root, const Vector <EffectDesc *>& effects);
297 void loadEffectParameters(cnode *root, Vector <effect_param_t *>& params);
298 effect_param_t *loadEffectParameter(cnode *root);
299 size_t readParamValue(cnode *node,
AudioPolicyService.cpp     [all...]
  /frameworks/av/media/libeffects/factory/
EffectsFactory.c 49 static int loadLibraries(cnode *root);
50 static int loadLibrary(cnode *root, const char *name);
51 static int loadEffects(cnode *root);
52 static int loadEffect(cnode *node);
410 cnode *root;
428 int loadLibraries(cnode *root)
430 cnode *node;
444 int loadLibrary(cnode *root, const char *name)
446 cnode *node;
506 int loadEffects(cnode *root
    [all...]
  /external/libsepol/src/
mls.c 114 ebitmap_node_t *cnode; local
127 ebitmap_for_each_bit(&context->range.level[l].cat, cnode, i) {
128 if (ebitmap_node_get_bit(cnode, i)) {
173 ebitmap_node_t *cnode; local
194 ebitmap_for_each_bit(&context->range.level[l].cat, cnode, i) {
195 if (ebitmap_node_get_bit(cnode, i)) {
264 ebitmap_node_t *cnode; local
290 ebitmap_for_each_bit(&c->range.level[l].cat, cnode, i) {
291 if (ebitmap_node_get_bit(cnode, i)) {
559 ebitmap_node_t *cnode; local
    [all...]
link.c 1337 ebitmap_node_t *cnode; local
1480 ebitmap_node_t *cnode; local
    [all...]
expand.c 1271 ebitmap_node_t *rnode, *tnode, *cnode; local
1296 ebitmap_for_each_bit(&cur->classes, cnode, k) {
1297 if (!ebitmap_node_get_bit(cnode, k))
1522 ebitmap_node_t *snode, *tnode, *cnode; local
    [all...]
policydb.c 1752 ebitmap_node_t *cnode; local
    [all...]
  /bootable/diskinstaller/
installer.c 60 static cnode *
63 cnode *root = config_node("", "");
197 process_image_node(cnode *img, struct disk_info *dinfo, int test)
382 cnode *config;
383 cnode *images;
384 cnode *img;
  /system/core/libdiskconfig/
diskconfig.c 93 load_partitions(cnode *root, struct disk_info *dinfo)
95 cnode *partnode;
143 cnode *devroot;
144 cnode *partnode;
145 cnode *root = config_node("", "");
  /external/linux-tools-perf/util/
callchain.c 320 struct callchain_list *cnode; local
330 list_for_each_entry(cnode, &root->val, list) {
340 if (cnode->ms.sym && sym) {
341 if (cnode->ms.sym->start != sym->start)
343 } else if (cnode->ip != node->ip)
363 split_add_child(root, cursor, cnode, start, matches, period);
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 505 status_t loadOutput(cnode *root, HwModule *module);
506 status_t loadInput(cnode *root, HwModule *module);
507 void loadHwModule(cnode *root);
508 void loadHwModules(cnode *root);
509 void loadGlobalConfig(cnode *root);
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp     [all...]
  /external/checkpolicy/
policy_define.c 2299 ebitmap_node_t *tnode, *rnode, *cnode; local
2493 ebitmap_node_t *snode, *tnode, *cnode; local
    [all...]

Completed in 849 milliseconds