Searched defs:type (Results 76 - 100 of 3757) sorted by relevance

1234567891011>>

/external/elfutils/src/backends/
H A Di386_symbol.c43 /* Return true if the symbol type is that referencing the GOT. */
45 i386_gotpc_reloc_check (Elf *elf __attribute__ ((unused)), int type) argument
47 return type == R_386_GOTPC;
52 i386_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type) argument
54 switch (type)
H A Dppc_regs.c43 int *bits, int *type)
53 *type = (regno < 32 ? DW_ATE_signed
40 ppc_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) argument
H A Ds390_regs.c60 int *bits, int *type)
71 *type = DW_ATE_unsigned;
75 *type = DW_ATE_signed;
80 *type = DW_ATE_float;
136 *type = DW_ATE_address;
57 s390_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) argument
H A Dsh_regs.c45 int *bits, int *type)
55 *type = DW_ATE_signed;
76 *type = DW_ATE_address;
84 *type = DW_ATE_address;
92 *type = DW_ATE_unsigned;
100 *type = DW_ATE_unsigned;
128 *type = DW_ATE_unsigned;
138 *type = DW_ATE_unsigned;
149 *type = DW_ATE_float;
158 *type
42 sh_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) argument
[all...]
H A Dtilegx_regs.c44 int *bits, int *type)
59 *type = DW_ATE_signed;
66 *type = DW_ATE_signed;
74 *type = DW_ATE_address;
78 *type = DW_ATE_address;
82 *type = DW_ATE_address;
86 *type = DW_ATE_unsigned;
90 *type = DW_ATE_unsigned;
94 *type = DW_ATE_unsigned;
98 *type
41 tilegx_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) argument
[all...]
/external/elfutils/src/libdwfl/
H A Ddwfl_module_register_names.c37 int bits, int type);
62 int type = -1; local
64 &prefix, &setname, &bits, &type);
74 result = (*func) (arg, regno, setname, prefix, name, bits, type);
/external/fdlibm/
H A Dk_standard.c78 double __kernel_standard(double x, double y, int type) argument
80 double __kernel_standard(x,y,type)
81 double x,y; int type;
97 switch(type) {
100 exc.type = DOMAIN;
114 exc.type = DOMAIN;
130 exc.type = DOMAIN;
144 exc.type = OVERFLOW;
158 exc.type = OVERFLOW;
172 exc.type
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DClassToInstanceMap.java27 * <a href="http://tinyurl.com/2cmwkz">raw type</a> to an instance of that type.
28 * In addition to implementing {@code Map}, the additional type-safe operations
32 * for primitive types, and a primitive type and its corresponding wrapper type
39 * <p>To map a generic type to an instance of that type, use {@link
56 <T extends B> T getInstance(Class<T> type); argument
65 <T extends B> T putInstance(Class<T> type, @Nullable T value); argument
/external/guava/guava/src/com/google/common/reflect/
H A DTypeToInstanceMap.java26 * A map, each entry of which maps a {@link TypeToken} to an instance of that type.
27 * In addition to implementing {@code Map}, the additional type-safe operations
32 * {@link TypeToken}. Instead, caller should use the type safe {@link #putInstance}.
35 * for type {@code Iterable<Integer>}, the map won't be able to detect and throw type error.
38 * for primitive types, and a primitive type and its corresponding wrapper type
60 <T extends B> T getInstance(Class<T> type); argument
73 <T extends B> T putInstance(Class<T> type, @Nullable T value); argument
76 * Returns the value the specified type i
81 getInstance(TypeToken<T> type) argument
91 putInstance(TypeToken<T> type, @Nullable T value) argument
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DEnumMultiset.java37 public static <E extends Enum<E>> EnumMultiset<E> create(Class<E> type) { argument
38 return new EnumMultiset<E>(type);
65 public static <E extends Enum<E>> EnumMultiset<E> create(Iterable<E> elements, Class<E> type) { argument
66 EnumMultiset<E> result = create(type);
71 private transient Class<E> type; field in class:EnumMultiset
74 private EnumMultiset(Class<E> type) { argument
75 super(WellBehavedMap.wrap(new EnumMap<E, Count>(type)));
76 this.type = type;
/external/icu/icu4c/source/common/
H A Dlocbased.cpp16 Locale LocaleBased::getLocale(ULocDataLocaleType type, UErrorCode& status) const { argument
17 const char* id = getLocaleID(type, status);
21 const char* LocaleBased::getLocaleID(ULocDataLocaleType type, UErrorCode& status) const { argument
26 switch(type) {
H A Ducln_cmn.cpp63 ucln_common_registerCleanup(ECleanupCommonType type, argument
66 U_ASSERT(UCLN_COMMON_START < type && type < UCLN_COMMON_COUNT);
67 if (UCLN_COMMON_START < type && type < UCLN_COMMON_COUNT)
70 gCommonCleanupFunctions[type] = func;
82 ucln_registerCleanup(ECleanupLibraryType type,
85 U_ASSERT(UCLN_START < type && type < UCLN_COMMON);
86 if (UCLN_START < type
[all...]
/external/icu/icu4c/source/i18n/
H A Dshareddateformatsymbols.h22 const Locale &loc, const char *type, UErrorCode &status)
23 : dfs(loc, type, status) { }
21 SharedDateFormatSymbols( const Locale &loc, const char *type, UErrorCode &status) argument
H A Ducln_in.cpp49 void ucln_i18n_registerCleanup(ECleanupI18NType type, argument
51 U_ASSERT(UCLN_I18N_START < type && type < UCLN_I18N_COUNT);
55 if (UCLN_I18N_START < type && type < UCLN_I18N_COUNT) {
56 gCleanupFunctions[type] = func;
/external/icu/icu4c/source/i18n/unicode/
H A Dregion.h59 * Groupings will never be returned by the getContainingRegion() API, since a different type of region
106 * Returns an enumeration over the IDs of all known regions that match the given type.
109 static StringEnumeration* U_EXPORT2 getAvailable(URegionType type, UErrorCode &status);
121 * Return a pointer to the region that geographically contains this region and matches the given type,
123 * that matches the given type. Note: The URegionTypes = "URGN_GROUPING", "URGN_DEPRECATED", or "URGN_UNKNOWN"
125 * with region "IT" (Italy) for type "URGN_CONTINENT" returns the region "150" ( Europe ).
128 const Region* getContainingRegion(URegionType type) const;
144 * hierarchy and match the given type. This API may return an empty enumeration if this region doesn't have any
145 * sub-regions that match the given type. For example, calling this method with region "150" (Europe) and type
199 URegionType type; member in class:Region
[all...]
/external/icu/icu4c/source/io/
H A Ducln_io.cpp54 void ucln_io_registerCleanup(ECleanupIOType type, argument
56 U_ASSERT(UCLN_IO_START < type && type < UCLN_IO_COUNT);
60 if (UCLN_IO_START < type && type < UCLN_IO_COUNT) {
61 gCleanupFunctions[type] = func;
/external/iproute2/lib/
H A Dll_types.c30 const char * ll_type_n2a(int type, char *buf, int len) argument
34 int type; member in struct:__anon6199
114 if (arphrd_names[i].type == type)
117 snprintf(buf, len, "[%d]", type);
/external/ipsec-tools/src/racoon/
H A Ddnssec.c65 int type; local
82 switch (id_b->type) {
96 "inpropper ID type passed %s "
98 s_ipsecdoi_ident(id_b->type));
109 /* XXX is it enough condition to set this type ? */
110 type = ISAKMP_CERT_X509SIGN;
114 "not supported CERT RR type %d.\n", res->ci_type);
132 cert->pl->v[0] = type;
/external/iptables/include/linux/netfilter/
H A Dxt_AUDIT.h27 __u8 type; /* XT_AUDIT_TYPE_* */ member in struct:xt_audit_info
/external/jdiff/src/jdiff/
H A DParamAPI.java7 * Class to represent any (name, type) pair such as a parameter.
17 /** Name of the (name, type) pair. */
20 /** Type of the (name, type) pair. */
23 public ParamAPI(String name, String type) { argument
25 type_ = type;
28 /** Compare two ParamAPI objects using both name and type. */
/external/kernel-headers/original/uapi/linux/
H A Datm_he.h17 char type; member in struct:he_ioctl_reg
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_AUDIT.h27 __u8 type; /* XT_AUDIT_TYPE_* */ member in struct:xt_audit_info
/external/libunwind/include/tdep-aarch64/
H A Ddwarf-config.h47 unw_word_t type; /* see DWARF_LOC_TYPE_* macros. */ member in struct:dwarf_loc
/external/libunwind/include/tdep-arm/
H A Ddwarf-config.h46 unw_word_t type; /* see DWARF_LOC_TYPE_* macros. */ member in struct:dwarf_loc
/external/libunwind/include/tdep-hppa/
H A Ddwarf-config.h49 unw_word_t type; /* see X86_LOC_TYPE_* macros. */ member in struct:dwarf_loc

Completed in 580 milliseconds

1234567891011>>