HomeSort by relevance Sort by last modified time
    Searched defs:type (Results 101 - 125 of 10128) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/test/CodeGen/
2002-03-12-StructInitialize.c 6 char type[10]; member in struct:Connection_Type
2002-03-12-StructInitializer.c 10 char type[10]; member in struct:Connection_Type
2007-02-04-AddrLValue.c 12 long type; member in struct:__anon15761
  /external/clang/test/CodeGenCXX/
2005-02-19-BitfieldStructCrash.cpp 7 unsigned int type : 4; member in struct:Command
  /external/clang/test/Misc/
serialized-diags-really-long-text.cpp 18 alias, alias, alias, alias, alias, alias, alias, alias, alias, alias, alias, alias, alias, alias, alias, alias, alias, alias, alias, T...> type; typedef in struct:MyTS
19 static type callme() {
20 return type::callme();
  /external/clang/test/Modules/
merge-using-decls.cpp 15 typedef int type; // expected-note 0-1{{target of using}} typedef in struct:Y
20 typedef typename T::type I;
43 // expected-error@b.h:* {{'F::type' from module 'B' is not present in definition of 'F<T>' in module 'A'}}
53 // expected-error@a.h:* {{'D::type' from module 'A' is not present in definition of 'D<T>' in module 'B'}}
55 // expected-error@b.h:* 2{{'typename' keyword used on a non-type}}
56 // expected-error@b.h:* 2{{dependent using declaration resolved to type without 'typename'}}
58 // expected-error@a.h:* {{'E::type' from module 'A' is not present in definition of 'E<T>' in module 'B'}}
64 // expected-error@a.h:* {{'F::type' from module 'A' is not present in definition of 'F<T>' in module 'B'}}
  /external/clang/test/Sema/
c11-typedef-redef.c 3 typedef int type; typedef
4 typedef type type; typedef
5 typedef int type; typedef
9 typedef type type2;
13 typedef int vla[N]; // expected-error{{redefinition of typedef for variably-modified type 'int [N]'}}
17 typedef vla2 vla3; // expected-error{{redefinition of typedef for variably-modified type 'vla2' (aka 'int [N]')}}
  /external/clang/test/SemaCXX/
PR9902.cpp 13 typedef _Alloc<_Up, _Args...> type; typedef in struct:__allocator_traits_rebind
19 template <class T> using rebind_alloc = typename __allocator_traits_rebind<Alloc, T>::type;
  /external/deqp/framework/opengl/
gluTextureUtil.cpp 51 deUint32 type = GL_NONE; local
54 switch (texFormat.type)
97 switch (texFormat.type)
99 case TextureFormat::SNORM_INT8: type = GL_BYTE; break;
100 case TextureFormat::SNORM_INT16: type = GL_SHORT; break;
101 case TextureFormat::UNORM_INT8: type = GL_UNSIGNED_BYTE; break;
102 case TextureFormat::UNORM_INT16: type = GL_UNSIGNED_SHORT; break;
103 case TextureFormat::UNORM_SHORT_565: type = GL_UNSIGNED_SHORT_5_6_5; break;
104 case TextureFormat::UNORM_SHORT_4444: type = GL_UNSIGNED_SHORT_4_4_4_4; break;
105 case TextureFormat::UNORM_SHORT_5551: type = GL_UNSIGNED_SHORT_5_5_5_1; break
    [all...]
  /external/dhcpcd-6.8.2/dbus/
dbus-dict.h 35 int type; member in struct:o_dbus
  /external/fio/tools/hist/
half-bins.py 33 type=int, variable
  /external/google-benchmark/src/
timers.h 21 typedef std::chrono::high_resolution_clock type; typedef in struct:benchmark::ChooseSteadyClock
26 typedef std::chrono::steady_clock type; typedef in struct:benchmark::ChooseSteadyClock
32 typedef ChooseSteadyClock<>::type type; typedef in struct:benchmark::ChooseClockType
34 typedef std::chrono::high_resolution_clock type;
39 typedef ChooseClockType::type ClockType;
  /external/guice/core/src/com/google/inject/internal/
Nullability.java 25 * Any annotation type whose simplename is "Nullable" is sufficient to indicate
41 Class<? extends Annotation> type = a.annotationType(); local
42 if ("Nullable".equals(type.getSimpleName())) {
  /external/iproute2/lib/
ll_types.c 29 const char * ll_type_n2a(int type, char *buf, int len)
33 int type; member in struct:__anon22211
117 if (arphrd_names[i].type == type)
120 snprintf(buf, len, "[%d]", type);
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/type/
ReferenceType.java 22 package com.github.javaparser.ast.type;
29 public abstract class ReferenceType<T extends ReferenceType> extends Type<T> {
  /external/libcxx/test/libcxx/experimental/filesystem/class.path/path.req/
is_pathable.pass.cpp 38 struct Identity { typedef Tp type; }; typedef in struct:Identity
44 using GetSourceType = typename decltype(CheckSourceType(std::declval<Tp>()))::type;
47 class ExpQual = typename std::remove_const<Exp>::type>
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.status_known/
status_known.pass.cpp 38 file_type type; member in struct:TestCase
54 file_status s(TC.type);
  /external/libcxx/test/std/language.support/support.types/
nullptr_t.pass.cpp 39 template <class T> struct Voider { typedef void type; }; typedef in struct:Voider
43 typename Voider<decltype(std::declval<T>() < nullptr)>::type> : std::true_type {};
  /external/libcxx/utils/google-benchmark/src/
timers.h 21 typedef std::chrono::high_resolution_clock type; typedef in struct:benchmark::ChooseSteadyClock
26 typedef std::chrono::steady_clock type; typedef in struct:benchmark::ChooseSteadyClock
32 typedef ChooseSteadyClock<>::type type; typedef in struct:benchmark::ChooseClockType
34 typedef std::chrono::high_resolution_clock type;
39 typedef ChooseClockType::type ClockType;
  /external/libmojo/ipc/
ipc_mojo_message_helper.cc 33 MessageAttachment::Type type = local
35 if (type != MessageAttachment::Type::MOJO_HANDLE) {
36 LOG(ERROR) << "Unxpected attachment type:" << type;
  /external/libnetfilter_conntrack/examples/
nfct-mnl-event.c 12 uint32_t type = NFCT_T_UNKNOWN; local
18 type = NFCT_T_NEW;
20 type = NFCT_T_UPDATE;
23 type = NFCT_T_DESTROY;
34 type, NFCT_O_DEFAULT, 0);
nfexp-mnl-event.c 12 uint32_t type = NFCT_T_UNKNOWN; local
18 type = NFCT_T_NEW;
20 type = NFCT_T_UPDATE;
23 type = NFCT_T_DESTROY;
34 type, NFCT_O_DEFAULT, 0);
  /external/libnetfilter_conntrack/src/expect/
parse.c 14 uint16_t type = NFNL_MSG_TYPE(nlh->nlmsg_type); local
18 if (type == IPCTNL_MSG_EXP_NEW) {
23 } else if (type == IPCTNL_MSG_EXP_DELETE)
  /external/ltp/testcases/kernel/fs/fs_bind/bin/
smount.c 37 int type; local
48 type = (MS_SHARED | MS_REC);
50 type = (MS_SLAVE | MS_REC);
52 type = (MS_PRIVATE | MS_REC);
54 type = (MS_UNCLONE | MS_REC);
56 type = MS_SHARED;
58 type = MS_SLAVE;
60 type = MS_PRIVATE;
62 type = MS_UNCLONE;
68 if (mount("", argv[1], "ext2", type, "") == -1)
    [all...]
  /external/ltp/testcases/kernel/syscalls/add_key/
add_key02.c 25 * before (depending on the key type). This is a regression test for commit
30 * can, in the hope of catching one. We also test with the "user" key type for
43 const char *type; member in struct:tcase
47 * The payload length we test for each key type needs to pass initial
48 * validation but is otherwise arbitrary. Note: the "rxrpc_s" key type
63 TEST(add_key(tcases[i].type,
68 "add_key() with key type '%s' unexpectedly succeeded",
69 tcases[i].type);
74 tst_res(TPASS, "received expected EFAULT with key type '%s'",
75 tcases[i].type);
    [all...]

Completed in 1383 milliseconds

1 2 3 45 6 7 8 91011>>