Searched defs:class (Results 1 - 25 of 48) sorted by relevance

12

/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/elfutils/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/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/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/
H A DSerializable.java40 * Use this annotation when a class is going to be transferred
47 Class serializer() default FieldSerializer.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/libselinux/src/
H A DcheckAccess.c18 int selinux_check_access(const security_context_t scon, const security_context_t tcon, const char *class, const char *perm, void *aux) { argument
35 if ((sclass = string_to_security_class(class)) == 0) return status;
H A Davc_internal.h90 static inline void avc_suppl_audit(void *ptr, security_class_t class, argument
94 avc_func_audit(ptr, class, buf, len);
96 selinux_audit(ptr, class, buf, len);
/external/qemu/distrib/sdl-1.2.15/src/loadso/macos/
H A DSDL_sysloadso.c81 CFragSymbolClass class; local
87 (char **)&symbol, &class) != noErr ) {
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dasn1_test.c24 static const char * asn1_class_str(int class) argument
26 switch (class) {
68 prefix, hdr.class, asn1_class_str(hdr.class),
73 if (hdr.class == ASN1_CLASS_CONTEXT_SPECIFIC &&
80 if (hdr.class != ASN1_CLASS_UNIVERSAL)
/external/elfutils/tests/
H A Dsectiondump.c173 int class = gelf_getclass (elf); local
174 size_t nsym = data->d_size / (class == ELFCLASS32
185 class == ELFCLASS32 ? 8 : 16,
/external/openssh/openbsd-compat/
H A Dgetrrsetbyname.c153 u_int16_t class; member in struct:dns_query
160 u_int16_t class; member in struct:dns_rr
202 /* check for invalid class and type */
208 /* don't allow queries of class or type ANY */
271 rrset->rri_rdclass = response->query->class;
318 if (rr->class == rrset->rri_rdclass &&
322 if (rr->class == rrset->rri_rdclass &&
487 /* class */
488 curr->class = _getshort(*cp);
534 /* class */
599 count_dns_rr(struct dns_rr *p, u_int16_t class, u_int16_t type) argument
[all...]
/external/openssl/crypto/pkcs7/
H A Dbio_ber.c79 int class; member in struct:ber_struct
89 int class; member in struct:bio_ber_struct
164 int class; local
200 ret=ASN1_get_object(&p,&length,&tag,&class,max);
/external/tcpdump/
H A Dprint-domain.c323 register u_int i, class; local
338 class = (i & ~C_QU);
340 class = i;
341 if (class != C_IN)
342 printf(" %s", tok2str(ns_class2str, "(Class %d)", class));
359 register u_int i, class, opt_flags = 0; local
376 /* print the class (if it's not IN and the type isn't OPT) */
380 class = (i & ~C_CACHE_FLUSH);
382 class = i;
383 if (class !
[all...]
H A Dprint-zephyr.c49 char *class; member in struct:z_packet
110 z_triple(char *class, char *inst, const char *recipient) argument
114 snprintf(z_buf, sizeof(z_buf), "<%s,%s,%s>", class, inst, recipient);
167 PARSE_FIELD_STR(z.class);
198 if (!strcmp(z.class, "USER_LOCATE")) {
208 if (!strcmp(z.class, "ZEPHYR_ADMIN")) {
213 if (!strcmp(z.class, "ZEPHYR_CTL")) {
270 if (!strcmp(z.class, "HM_CTL")) {
276 if (!strcmp(z.class, "HM_STAT")) {
283 if (!strcmp(z.class, "WG_CT
[all...]
H A Dsmbutil.c964 const char *class; member in struct:__anon12832
983 smb_errstr(int class, int num) argument
990 for (i = 0; err_classes[i].class; i++)
991 if (err_classes[i].code == class) {
997 err_classes[i].class, err[j].name, err[j].message);
1002 snprintf(ret, sizeof(ret), "%s - %d", err_classes[i].class, num);
1006 snprintf(ret, sizeof(ret), "ERROR: Unknown error (%d,%d)", class, num);
/external/bison/src/
H A Dsymtab.c67 res->class = unknown_sym;
195 symbol_class_set (symbol *sym, symbol_class class, location loc, bool declaring) argument
197 if (sym->class != unknown_sym && sym->class != class)
203 if (class == nterm_sym && sym->class != nterm_sym)
205 else if (class == token_sym && sym->number == NUMBER_UNDEFINED)
208 sym->class = class;
[all...]
/external/elfutils/libebl/
H A Deblopenbackend.c77 int class; member in struct:__anon5242
87 // XXX class and machine fields need to be filled in for all archs.
327 result->class = machines[cnt].class;
333 result->class = elf->state.elf32.ehdr->e_ident[EI_CLASS];
/external/harfbuzz/src/
H A Dharfbuzz-gdef.c694 HB_UShort class = 0, index = 0; /* shut compiler up */ local
706 error = _HB_OPEN_Get_Class( &gdef->MarkAttachClassDef, glyphID, &class, &index );
711 *property = class << 8;
716 error = _HB_OPEN_Get_Class( &gdef->GlyphClassDef, glyphID, &class, &index );
720 /* if we have a constructed class table, check whether additional
724 class = Get_New_Class( gdef, glyphID, index );
726 switch ( class )
757 HB_UShort class )
780 crr[index].Class = class;
891 /* now prepare the arrays for class value
987 HB_UShort class, new_class, index = 0; /* shut compiler up */ local
[all...]
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_config.c694 btif_config_set_str(section, key, "class", "smart phone");
704 char class[128] = {0}; local
714 size = sizeof(class);
715 ret = btif_config_get_str(section, key, "class", class, &size);
716 debug("btif_config_get_str return:%d, Remote devices:%s, class:%s", ret, key, class);
730 size = sizeof(class);
732 btif_config_set("Remote Devices", "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/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp27 #define class macro
112 class
/external/dbus/bus/
H A Dselinux.c77 static void log_audit_callback (void *data, security_class_t class, char *buf, size_t bufleft);
190 log_audit_callback (void *data, security_class_t class, char *buf, size_t bufleft) argument
420 * acquire_svc in the dbus class.
425 * @param target_class is the target security class.
/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/ppp/pppd/plugins/radius/
H A Dradius.c123 char class[MAXCLASSLEN]; member in struct:radius_state
633 memcpy(rstate.class, vp->strvalue, rstate.class_len);
873 rstate.class, rstate.class_len, VENDOR_NONE);
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_sysevents.c714 /* Register the class for this application -- exported for winmain.c */
717 WNDCLASS class; local
748 /* Register the application class */
749 class.hCursor = NULL;
750 class.hIcon = LoadImage(SDL_Instance, SDL_Appname,
753 class.lpszMenuName = NULL;
754 class.lpszClassName = SDL_Appname;
755 class.hbrBackground = NULL;
756 class.hInstance = SDL_Instance;
757 class
799 WNDCLASS class; local
[all...]

Completed in 4577 milliseconds

12