Searched defs:class (Results 1 - 25 of 56) sorted by path

123

/external/bison/src/
H A Dsymtab.c87 res->class = unknown_sym;
328 symbol_class_set (symbol *sym, symbol_class class, location loc, bool declaring) argument
330 if (sym->class != unknown_sym && sym->class != class)
336 if (class == nterm_sym && sym->class != nterm_sym)
338 else if (class == token_sym && sym->number == NUMBER_UNDEFINED)
341 sym->class = class;
[all...]
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_config.c927 btif_config_set_str(section, key, "class", "smart phone");
949 char class[128] = {0}; local
959 size = sizeof(class);
960 ret = btif_config_get_str(section, key, "class", class, &size);
961 bdld("btif_config_get_str return:%d, Remote devices:%s, class:%s", ret, key, class);
975 size = sizeof(class);
977 btif_config_set("Remote", "00:22:5F:97:56:04", "Class Delete", class, strlen(class)
[all...]
/external/checkpolicy/test/
H A Ddismod.c74 static void render_access_mask(uint32_t mask, uint32_t class, policydb_t * p, argument
79 perm = sepol_av_to_string(p, class, mask);
85 static void render_access_bitmap(ebitmap_t * map, uint32_t class, argument
93 perm = sepol_av_to_string(p, class, 1 << i);
272 display_id(policy, fp, SYM_CLASSES, cur->class - 1, "");
281 render_access_mask(avrule->perms->data, avrule->perms->class,
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js1552 'class': 'className',
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSGrammar.y335 %type <selector> class
1228 | class
1233 class: label
/external/chromium_org/third_party/libevent/
H A Devdns.c250 u16 class : 16; /* The RR class (usually CLASS_INET) */ member in struct:server_reply_item
871 * <label:name><u16:type><u16:class>
879 * <label:name><u16:type><u16:class><u32:ttl><u16:len><data...>
883 u16 type, class; local
887 GET16(class);
891 if (type == TYPE_A && class == CLASS_INET) {
910 } else if (type == TYPE_PTR && class == CLASS_INET) {
920 } else if (type == TYPE_AAAA && class == CLASS_INET) {
993 u16 type, class; local
1450 evdns_request_data_build(const char *const name, const int name_len, const u16 trans_id, const u16 type, const u16 class, u8 *const buf, size_t buf_len) argument
1511 evdns_server_request_add_reply(struct evdns_server_request *_req, int section, const char *name, int type, int class, int ttl, int datalen, int is_name, const char *data) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_regalloc.c101 /** This is 1 if this class is being used by the register allocator
105 /** This is the ID number assigned to this class by ra. */
108 /** List of writemasks that belong to this class */
387 "Could not find class for index=%u mask=%u\n",
568 /* If we haven't used this register class yet, mark it
581 struct rc_class class = rc_class_list[i]; local
582 if (!class.Used) {
587 for (j = 0; j < class.WritemaskCount; j++) {
589 class.Writemasks[j]);
590 ra_class_add_reg(regs, class
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv04_surface.c484 unsigned handle = 0x88000000, class; local
508 class = NV04_SURFACE_2D_CLASS;
510 class = NV10_SURFACE_2D_CLASS;
512 ret = nouveau_object_new(chan, handle++, class, NULL, 0, &hw->surf2d);
579 class = NV04_SURFACE_SWZ_CLASS;
581 class = NV20_SURFACE_SWZ_CLASS;
583 ret = nouveau_object_new(chan, handle++, class, NULL, 0, &hw->swzsurf);
592 class = NV04_SIFM_CLASS;
594 class = NV10_SIFM_CLASS;
596 ret = nouveau_object_new(chan, handle++, class, NUL
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dregister_allocate.c57 * example, one might have a class of base registers, and a class of
59 * the base registers. Each node has a register class it needs to be
60 * assigned to. Define p(B) to be the size of register class B, and
64 * are registers" with "For this node of class B, the sum of q(B,C)
65 * for each neighbor node of class C is less than pB".
108 * q(B,C) (indexed by C, B is this register class) in
126 unsigned int class; member in struct:ra_node
233 struct ra_class *class; local
238 class
249 struct ra_class *class = regs->classes[c]; local
328 ra_set_node_class(struct ra_graph *g, unsigned int n, unsigned int class) argument
[all...]
/external/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp35 #define class macro
120 class
/external/dnsmasq/src/
H A Drfc1035.c22 unsigned short class, char *format, ...);
345 ansp += 4; /* class and type */
359 ansp += 8; /* type, class, TTL */
398 /* CRC the class and type as well */
449 unsigned short rdlen, type, class; local
464 GETSHORT(class, ansp);
466 if (class == C_IN && type == T_TKEY)
491 GETSHORT(class, ansp);
506 class == C_ANY &&
1023 unsigned long ttl, unsigned int *offset, unsigned short type, unsigned short class, cha
1022 add_resource_record(HEADER *header, char *limit, int *truncp, unsigned int nameoffset, unsigned char **pp, unsigned long ttl, unsigned int *offset, unsigned short type, unsigned short class, char *format, ...) argument
[all...]
/external/elfutils/0.153/libasm/
H A Dasm_begin.c85 int class = ebl_get_elfclass (ebl); local
86 if (gelf_newehdr (result->out.elf, class) == 0)
98 /* Use the machine, class, and endianess values from the Ebl descriptor. */
100 ehdr->e_ident[EI_CLASS] = class;
/external/elfutils/0.153/libebl/
H A Deblopenbackend.c77 int class; member in struct:__anon21215
87 // XXX class and machine fields need to be filled in for all archs.
329 result->class = machines[cnt].class;
335 result->class = elf->state.elf32.ehdr->e_ident[EI_CLASS];
/external/elfutils/0.153/libelf/
H A Delf_update.c66 int class = elf->class; local
106 if ((class == ELFCLASS32
115 if ((class == ELFCLASS32
195 size = (elf->class == ELFCLASS32
/external/elfutils/0.153/src/
H A Dreadelf.c1299 print_flags (int class, GElf_Xword d_val, const struct flags *flags, argument
1319 printf ("%#0*" PRIx64, class == ELFCLASS32 ? 10 : 18, d_val);
1327 print_dt_flags (int class, GElf_Xword d_val) argument
1329 print_flags (class, d_val, dt_flags, ndt_flags);
1334 print_dt_flags_1 (int class, GElf_Xword d_val) argument
1336 print_flags (class, d_val, dt_flags_1, ndt_flags_1);
1341 print_dt_feature_1 (int class, GElf_Xword d_val) argument
1343 print_flags (class, d_val, dt_feature_1, ndt_feature_1);
1348 print_dt_posflag_1 (int class, GElf_Xword d_val) argument
1350 print_flags (class, d_va
1357 int class = gelf_getclass (ebl->elf); local
1535 int class = gelf_getclass (ebl->elf); local
1721 int class = gelf_getclass (ebl->elf); local
1922 int class = gelf_getclass (ebl->elf); local
2210 int class = gelf_getclass (ebl->elf); local
2289 int class = gelf_getclass (ebl->elf); local
2352 int class = gelf_getclass (ebl->elf); local
[all...]
/external/ipsec-tools/
H A Dsetup.c70 static void add_sainfo_algorithm(int class, int algorithm, int length) argument
76 if (!sainfo.algs[class]) {
77 sainfo.algs[class] = p;
79 struct sainfoalg *q = sainfo.algs[class];
/external/jsr305/ri/src/main/java/javax/annotation/meta/
H A DTypeQualifier.java21 * numeric class is provided (e.g., Number.class or Integer.class) then the
25 Class<?> applicableTo() default Object.class;
/external/junit/src/org/junit/
H A DTest.java11 * JUnit first constructs a fresh instance of the class then invokes the
18 * public class Example {
32 * &#064;Test(<b>expected=IndexOutOfBoundsException.class</b>) public void outOfBounds() {
52 static class None extends Throwable {
60 * an exception of the specified class is thrown by the method.
62 Class<? extends Throwable> expected() default None.class;
/external/libnl/lib/route/
H A Dclass.c2 * lib/route/class.c Queueing Classes
14 * @defgroup class Queueing Classes
22 #include <netlink/route/class.h>
23 #include <netlink/route/class-modules.h>
34 struct rtnl_class *class; local
37 class = rtnl_class_alloc();
38 if (!class) {
42 class->ce_msgtype = n->nlmsg_type;
44 err = tca_msg_parser(n, (struct rtnl_tca *) class);
48 cops = rtnl_class_lookup_ops(class);
78 class_build(struct rtnl_class *class, int type, int flags, struct nl_msg **result) argument
123 rtnl_class_build_add_request(struct rtnl_class *class, int flags, struct nl_msg **result) argument
144 rtnl_class_add(struct nl_sock *sk, struct rtnl_class *class, int flags) argument
160 rtnl_class_build_delete_request(struct rtnl_class *class, struct nl_msg **result) argument
198 rtnl_class_delete(struct nl_sock *sk, struct rtnl_class *class) argument
263 struct rtnl_class *class; local
[all...]
H A Dclass_api.c13 * @ingroup class
22 #include <netlink/route/class.h>
23 #include <netlink/route/class-modules.h>
34 * Register a class module
35 * @arg cops class module operations
55 * Unregister a class module
56 * @arg cops class module operations
86 * Lookup class operations for a class object
87 * @arg class Clas
91 rtnl_class_lookup_ops(struct rtnl_class *class) argument
[all...]
H A Dclass_obj.c2 * lib/route/class.c Queueing Classes
13 * @ingroup class
22 #include <netlink/route/class.h>
23 #include <netlink/route/class-modules.h>
30 struct rtnl_class *class = (struct rtnl_class *) obj; local
33 tca_free_data((struct rtnl_tca *) class);
35 cops = rtnl_class_lookup_ops(class);
37 cops->co_free_data(class);
60 struct rtnl_class *class = (struct rtnl_class *) obj; local
63 tca_dump_line((struct rtnl_tca *) class, "clas
73 struct rtnl_class *class = (struct rtnl_class *) obj; local
96 struct rtnl_class *class = (struct rtnl_class *) obj; local
118 rtnl_class_put(struct rtnl_class *class) argument
137 rtnl_class_leaf_qdisc(struct rtnl_class *class, struct nl_cache *cache) argument
169 rtnl_class_foreach_child(struct rtnl_class *class, struct nl_cache *cache, void (*cb)(struct nl_object *, void *), void *arg) argument
194 rtnl_class_foreach_cls(struct rtnl_class *class, struct nl_cache *cache, void (*cb)(struct nl_object *, void *), void *arg) argument
218 rtnl_class_set_ifindex(struct rtnl_class *class, int ifindex) argument
223 rtnl_class_get_ifindex(struct rtnl_class *class) argument
228 rtnl_class_set_handle(struct rtnl_class *class, uint32_t handle) argument
233 rtnl_class_get_handle(struct rtnl_class *class) argument
238 rtnl_class_set_parent(struct rtnl_class *class, uint32_t parent) argument
243 rtnl_class_get_parent(struct rtnl_class *class) argument
248 rtnl_class_set_kind(struct rtnl_class *class, const char *name) argument
254 rtnl_class_get_kind(struct rtnl_class *class) argument
259 rtnl_class_get_stat(struct rtnl_class *class, enum rtnl_tc_stats_id id) argument
[all...]
/external/libnl/lib/route/sch/
H A Dcbq.c18 #include <netlink/route/class.h>
19 #include <netlink/route/class-modules.h>
121 static int cbq_class_msg_parser(struct rtnl_class *class) argument
123 return cbq_msg_parser((struct rtnl_tca *) class);
146 static void cbq_class_free_data(struct rtnl_class *class) argument
148 free(class->c_subdata);
179 static void cbq_class_dump_line(struct rtnl_class *class, argument
182 cbq_dump_line((struct rtnl_tca *) class, p);
231 static void cbq_class_dump_details(struct rtnl_class *class, argument
234 cbq_dump_details((struct rtnl_tca *) class,
256 cbq_class_dump_stats(struct rtnl_class *class, struct nl_dump_params *p) argument
[all...]
H A Ddsmark.c25 #include <netlink/route/class.h>
26 #include <netlink/route/class-modules.h>
94 static inline struct rtnl_dsmark_class *dsmark_class(struct rtnl_class *class) argument
96 return (struct rtnl_dsmark_class *) class->c_subdata;
100 dsmark_class_alloc(struct rtnl_class *class) argument
102 if (!class->c_subdata)
103 class->c_subdata = calloc(1, sizeof(struct rtnl_dsmark_class));
105 return dsmark_class(class);
108 static int dsmark_class_msg_parser(struct rtnl_class *class) argument
114 err = tca_parse(tb, TCA_DSMARK_MAX, (struct rtnl_tca *) class,
160 dsmark_class_dump_line(struct rtnl_class *class, struct nl_dump_params *p) argument
204 dsmark_class_get_opts(struct rtnl_class *class) argument
240 rtnl_class_dsmark_set_bitmask(struct rtnl_class *class, uint8_t mask) argument
259 rtnl_class_dsmark_get_bitmask(struct rtnl_class *class) argument
276 rtnl_class_dsmark_set_value(struct rtnl_class *class, uint8_t value) argument
295 rtnl_class_dsmark_get_value(struct rtnl_class *class) argument
[all...]
H A Dhtb.c29 #include <netlink/route/class.h>
30 #include <netlink/route/class-modules.h>
92 static inline struct rtnl_htb_class *htb_class(struct rtnl_class *class) argument
94 if (class->c_subdata == NULL)
95 class->c_subdata = calloc(1, sizeof(struct rtnl_htb_class));
97 return (struct rtnl_htb_class *) class->c_subdata;
100 static int htb_class_msg_parser(struct rtnl_class *class) argument
106 err = tca_parse(tb, TCA_HTB_MAX, (struct rtnl_tca *) class, htb_policy);
110 d = htb_class(class);
134 static void htb_class_free_data(struct rtnl_class *class) argument
157 htb_class_dump_line(struct rtnl_class *class, struct nl_dump_params *p) argument
177 htb_class_dump_details(struct rtnl_class *class, struct nl_dump_params *p) argument
266 htb_class_get_opts(struct rtnl_class *class) argument
378 rtnl_htb_set_prio(struct rtnl_class *class, uint32_t prio) argument
396 rtnl_htb_set_mtu(struct rtnl_class *class, uint32_t mtu) argument
411 rtnl_htb_set_rate(struct rtnl_class *class, uint32_t rate) argument
427 rtnl_htb_set_ceil(struct rtnl_class *class, uint32_t ceil) argument
443 rtnl_htb_set_rbuffer(struct rtnl_class *class, uint32_t rbuffer) argument
458 rtnl_htb_set_cbuffer(struct rtnl_class *class, uint32_t cbuffer) argument
473 rtnl_htb_set_quantum(struct rtnl_class *class, uint32_t quantum) argument
488 rtnl_htb_set_overhead(struct rtnl_class *class, uint8_t overhead) argument
503 rtnl_htb_set_mpu(struct rtnl_class *class, uint8_t mpu) argument
[all...]
/external/libnl/src/
H A Dnl-tctree-list.c42 struct rtnl_class *class = (struct rtnl_class *) obj; local
44 uint32_t parent = rtnl_class_get_handle(class);
49 leaf = rtnl_class_leaf_qdisc(class, qdisc_cache);
53 rtnl_class_foreach_child(class, class_cache, &print_class, arg + 2);

Completed in 668 milliseconds

123