Searched refs:type (Results 151 - 175 of 7554) sorted by relevance

1234567891011>>

/external/v8/src/
H A Dinspector.cc50 #define FOR_EACH_TYPE(type) \
51 if (obj->Is##type()) { \
52 OS::FPrint(out, " %s", #type); \
/external/webkit/Source/WebKit/mac/WebView/
H A DWebDashboardRegion.h43 WebDashboardRegionType type; variable
45 - initWithRect:(NSRect)rect clip:(NSRect)clip type:(WebDashboardRegionType)type;
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DCommonToken.java33 protected int type; field in class:CommonToken
54 public CommonToken(int type) { argument
55 this.type = type;
58 public CommonToken(CharStream input, int type, int channel, int start, int stop) { argument
60 this.type = type;
66 public CommonToken(int type, String text) { argument
67 this.type = type;
139 setType(int type) argument
[all...]
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_sock.c47 static bt_status_t btsock_listen(btsock_type_t type, const char* service_name,
49 static bt_status_t btsock_connect(const bt_bdaddr_t *bd_addr, btsock_type_t type,
52 static void btsock_signaled(int fd, int type, int flags, uint32_t user_id);
101 static bt_status_t btsock_listen(btsock_type_t type, const char* service_name, argument
111 switch(type)
117 error("bt l2cap socket type not supported, type:%d", type);
121 error("bt sco socket not supported, type:%d", type);
131 btsock_connect(const bt_bdaddr_t *bd_addr, btsock_type_t type, const uint8_t* uuid, int channel, int* sock_fd, int flags) argument
162 btsock_signaled(int fd, int type, int flags, uint32_t user_id) argument
[all...]
/external/chromium/chrome/browser/ui/webui/options/
H A Dcontent_settings_handler.h31 virtual void Observe(NotificationType type,
36 static std::string ContentSettingsTypeToGroupName(ContentSettingsType type);
42 void UpdateSettingDefaultFromModel(ContentSettingsType type);
44 // Clobbers and rebuilds the specific content setting type exceptions table.
45 void UpdateExceptionsViewFromModel(ContentSettingsType type);
46 // Clobbers and rebuilds the specific content setting type exceptions
48 void UpdateOTRExceptionsViewFromModel(ContentSettingsType type);
60 void UpdateExceptionsViewFromHostContentSettingsMap(ContentSettingsType type);
61 // As above, but acts on the OTR table for the content setting type.
63 ContentSettingsType type);
[all...]
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dsfinae-1.cpp22 typedef typename T::trap type; typedef in struct:instantiation_order1::it_is_a_trap
27 typedef T type; typedef in struct:instantiation_order1::enable_if
34 typename enable_if<sizeof(T) == 17>::type
35 f(const T&, typename it_is_a_trap<T>::type* = 0);
/external/clang/test/SemaTemplate/
H A Dinstantiate-elab-type-specifier.cpp10 typedef struct Base<T>::foo type; typedef in struct:Derived
/external/doclava/res/assets/templates/
H A Dtrailer.cs3 <script type="text/javascript">
/external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
H A Dder_decode_sequence_multi.c23 Decode a SEQUENCE type using a VA list
26 @remark <...> is of the form <type, size, data> (int, unsigned long, void*)
31 int err, type; local
43 type = va_arg(args, int);
47 if (type == LTC_ASN1_EOL) {
51 switch (type) {
91 type = va_arg(args, int);
95 if (type == LTC_ASN1_EOL) {
99 switch (type) {
115 list[x].type
[all...]
H A Dder_encode_sequence_multi.c23 Encode a SEQUENCE type using a VA list
26 @remark <...> is of the form <type, size, data> (int, unsigned long, void*)
31 int err, type; local
44 type = va_arg(args, int);
48 if (type == LTC_ASN1_EOL) {
52 switch (type) {
91 type = va_arg(args, int);
95 if (type == LTC_ASN1_EOL) {
99 switch (type) {
114 list[x].type
[all...]
/external/dropbear/
H A Dpacket.h39 unsigned char type; /* SSH_MSG_FOO */ member in struct:PacketType
H A Dtermcodes.h40 unsigned char type; member in struct:TermCode
/external/elfutils/backends/
H A Dalpha_regs.c40 int *bits, int *type)
51 *type = DW_ATE_signed;
56 *type = DW_ATE_float;
99 *type = DW_ATE_address;
109 *type = DW_ATE_address;
113 *type = DW_ATE_address;
143 *type = DW_ATE_unsigned;
147 *type = DW_ATE_address;
151 *type = DW_ATE_address;
37 alpha_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 Di386_symbol.c40 /* Return true if the symbol type is that referencing the GOT. */
42 i386_gotpc_reloc_check (Elf *elf __attribute__ ((unused)), int type) argument
44 return type == R_386_GOTPC;
49 i386_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type) argument
51 switch (type)
/external/icu4c/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) {
/external/icu4c/io/
H A Ducln_io.h34 U_CFUNC void U_EXPORT2 ucln_io_registerCleanup(ECleanupIOType type,
/external/iptables/include/linux/netfilter/
H A Dxt_AUDIT.h27 __u8 type; /* XT_AUDIT_TYPE_* */ member in struct:xt_audit_info
/external/jmdns/src/javax/jmdns/impl/
H A DNameRegister.java34 public void register(InetAddress networkInterface, String name, NameType type) { argument
44 public boolean checkName(InetAddress networkInterface, String name, NameType type) { argument
54 public String incrementHostName(InetAddress networkInterface, String name, NameType type) { argument
68 public void register(InetAddress networkInterface, String name, NameType type) { argument
78 public boolean checkName(InetAddress networkInterface, String name, NameType type) { argument
88 public String incrementHostName(InetAddress networkInterface, String name, NameType type) { argument
137 * @param type
138 * name type to register
140 public abstract void register(InetAddress networkInterface, String name, NameType type); argument
149 * @param type
153 checkName(InetAddress networkInterface, String name, NameType type) argument
166 incrementHostName(InetAddress networkInterface, String name, NameType type) argument
[all...]
/external/junit/src/org/junit/runners/model/
H A DNoGenericTypeParametersValidator.java23 private void validateNoTypeParameterOnType(Type type, List<Throwable> errors) { argument
24 if (type instanceof TypeVariable<?>) {
26 + "() contains unresolved type variable " + type));
27 } else if (type instanceof ParameterizedType)
28 validateNoTypeParameterOnParameterizedType((ParameterizedType) type, errors);
29 else if (type instanceof WildcardType)
30 validateNoTypeParameterOnWildcardType((WildcardType) type, errors);
31 else if (type instanceof GenericArrayType)
32 validateNoTypeParameterOnGenericArrayType((GenericArrayType) type, error
[all...]
/external/linux-tools-perf/util/include/asm/
H A Duaccess.h12 #define access_ok(type, addr, size) 1
/external/llvm/test/MC/ELF/
H A Dgen-dwarf.s10 .type foo, @function
H A Dundef.s11 .type .Lsym5,@object
12 .type sym6,@object
/external/mesa3d/src/mesa/main/
H A Dshaderobj.c15 struct gl_shader * _mesa_new_shader(const void * ctx, GLuint name, GLenum type) argument
17 assert(type == GL_FRAGMENT_SHADER || type == GL_VERTEX_SHADER);
20 shader->Type = type;
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DMediaRange.java47 * | ( type "/" STAR )
48 * | ( type "/" subtype )
61 /** type field
63 protected String type; field in class:MediaRange
74 /** get type field
78 return type;
89 * Set the type member
93 type = t;
113 return buffer.append(type)
/external/openssl/crypto/
H A Dcryptlib.h98 #define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1)
99 #define HEX_SIZE(type) (sizeof(type)*2)

Completed in 534 milliseconds

1234567891011>>