HomeSort by relevance Sort by last modified time
    Searched refs:type (Results 76 - 100 of 32510) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/android-clat/
icmp.h 27 // Determines whether an ICMP type is an error message.
28 int is_icmp_error(uint8_t type);
30 // Determines whether an ICMPv6 type is an error message.
31 int is_icmp6_error(uint8_t type);
34 uint8_t icmp_to_icmp6_type(uint8_t type, uint8_t code);
37 uint8_t icmp_to_icmp6_code(uint8_t type, uint8_t code);
40 uint8_t icmp6_to_icmp_type(uint8_t type, uint8_t code);
43 uint8_t icmp6_to_icmp_code(uint8_t type, uint8_t code);
  /external/autotest/client/site_tests/power_LoadTest/extension/
custom_event_listener.js 2 Window.prototype.addEventListener = function(type, listener, useCapture) {
3 if (type !== "beforeunload") {
4 orginalEventListener(type, listener, useCapture);
  /external/iptables/libiptc/
linux_stddef.h 12 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
19 * @type: the type of the container struct this is embedded in.
23 #define container_of(ptr, type, member) ({ \
24 const typeof( ((type *)0)->member ) *__mptr = (ptr); \
25 (type *)( (char *)__mptr - offsetof(type,member) );})
28 * Check at compile time that something is of a particular type.
31 #define typecheck(type,x)
    [all...]
  /external/libevent/include/event2/
keyvalq_struct.h 38 #define TAILQ_ENTRY(type) \
40 struct type *tqe_next; /* next element */ \
41 struct type **tqe_prev; /* address of previous next element */ \
47 #define TAILQ_HEAD(name, type) \
49 struct type *tqh_first; \
50 struct type **tqh_last; \
  /external/pdfium/xfa/fwl/
cfwl_event.cpp 9 CFWL_Event::CFWL_Event(CFWL_Event::Type type)
10 : CFWL_Event(type, nullptr, nullptr) {}
12 CFWL_Event::CFWL_Event(Type type, CFWL_Widget* pSrcTarget)
13 : CFWL_Event(type, pSrcTarget, nullptr) {}
15 CFWL_Event::CFWL_Event(Type type,
18 : m_pSrcTarget(pSrcTarget), m_pDstTarget(pDstTarget), m_type(type) {}
cfwl_message.cpp 9 CFWL_Message::CFWL_Message(CFWL_Message::Type type)
10 : CFWL_Message(type, nullptr, nullptr) {}
12 CFWL_Message::CFWL_Message(Type type, CFWL_Widget* pSrcTarget)
13 : CFWL_Message(type, pSrcTarget, nullptr) {}
15 CFWL_Message::CFWL_Message(Type type,
18 : m_pSrcTarget(pSrcTarget), m_pDstTarget(pDstTarget), m_type(type) {}
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/
ifunc-4.s 2 .type foo, %gnu_indirect_function
4 .type foo, @function
8 .type start,"function"
11 .type _start,"function"
14 .type __start,"function"
17 .type __start,"function"
ifunc-5-local.s 2 .type foo, %gnu_indirect_function
3 .type foo, @function
7 .type start,"function"
10 .type _start,"function"
13 .type __start,"function"
16 .type __start,"function"
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-ifunc/
ifunc-4-local-x86.s 2 .type foo, %gnu_indirect_function
3 .type foo, @function
7 .type start,"function"
10 .type _start,"function"
13 .type __start,"function"
16 .type __start,"function"
ifunc-4-x86.s 2 .type foo, %gnu_indirect_function
4 .type foo, @function
8 .type start,"function"
11 .type _start,"function"
14 .type __start,"function"
17 .type __start,"function"
ifunc-5-local-x86-64.s 2 .type foo, %gnu_indirect_function
3 .type foo, @function
7 .type start,"function"
10 .type _start,"function"
13 .type __start,"function"
16 .type __start,"function"
ifunc-5-x86-64.s 2 .type foo, %gnu_indirect_function
4 .type foo, @function
8 .type start,"function"
11 .type _start,"function"
14 .type __start,"function"
17 .type __start,"function"
ifunc-6-x86-64.s 2 .type foo, %gnu_indirect_function
4 .type foo, @function
9 .type start,"function"
12 .type _start,"function"
15 .type __start,"function"
18 .type __start,"function"
ifunc-7-x86-64.s 2 .type foo, %gnu_indirect_function
4 .type foo, @function
9 .type start,"function"
12 .type _start,"function"
15 .type __start,"function"
18 .type __start,"function"
ifunc-9-x86.s 2 .type foo, %gnu_indirect_function
4 .type foo, @function
8 .type start,"function"
11 .type _start,"function"
14 .type __start,"function"
17 .type __start,"function"
  /external/mesa3d/src/compiler/glsl/
ir_validate.cpp 113 if (!ir->array->type->is_array() && !ir->array->type->is_matrix() &&
114 !ir->array->type->is_vector()) {
123 if (!ir->array_index->type->is_scalar()) {
125 (void *) ir, ir->array_index->type->name);
129 if (!ir->array_index->type->is_integer()) {
131 (void *) ir, ir->array_index->type->name);
141 if (ir->condition && ir->condition->type != glsl_type::bool_type) {
142 printf("ir_discard condition %s type instead of bool.\n",
143 ir->condition->type->name)
    [all...]
  /bionic/libc/bionic/
socket.cpp 21 int socket(int domain, int type, int protocol) {
22 return __netdClientDispatch.socket(domain, type, protocol);
  /external/clang/test/CodeGen/
2002-07-31-BadAssert.c 5 unsigned char type; /* Indicates, NORMAL, SUBNORMAL, etc. */ member in struct:__anon15743
10 dest->type=0;
  /external/clang/test/Modules/Inputs/submodules/
type_traits.h 3 typedef T type; typedef in struct:remove_reference
8 typedef T type; typedef in struct:remove_reference
  /external/clang/test/SemaTemplate/
typename-specifier-2.cpp 5 typedef typename MetaFun::template apply<T> type; typedef in struct:bind_metafun
11 typedef T* type; typedef in struct:add_pointer::apply
20 bind_metafun<add_pointer, int>::type::type ip = &i;
21 bind_metafun<add_pointer, float>::type::type fp = &i; // expected-error{{cannot initialize a variable of type 'bind_metafun<add_pointer, float>::type::type' (aka 'float *') with an rvalue of type 'int *'}
    [all...]
  /external/curl/docs/cmdline-opts/
proxy-cert-type.d 1 Long: proxy-cert-type
2 Arg: <type>
4 Help: Client certificate type for HTTS proxy
6 Same as --cert-type but used in HTTPS proxy context.
proxy-key-type.d 1 Long: proxy-key-type
2 Arg: <type>
3 Help: Private key file type for proxy
6 Same as --key-type but used in HTTPS proxy context.
  /external/fio/arch/
arch-sparc64.h 8 #define membar_safe(type) \
10 " membar " type "\n" \
  /external/libmojo/mojo/public/c/system/
macros.h 22 #define MOJO_ALIGNOF(type) alignof(type)
24 #define MOJO_ALIGNOF(type) __alignof__(type)
28 #define MOJO_ALIGNOF(type) (sizeof(type) - sizeof(type) + __alignof(type))
37 // type, nor can it be an expression like |MOJO_ALIGNOF(type)| (due to th
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_types.h 36 int st_glsl_attrib_type_size(const struct glsl_type *type, bool is_vs_input);
37 int st_glsl_type_size(const struct glsl_type *type);

Completed in 433 milliseconds

1 2 34 5 6 7 8 91011>>