HomeSort by relevance Sort by last modified time
    Searched defs:type (Results 1 - 25 of 4807) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/page/
Connection.cpp 34 Connection::ConnectionType Connection::type() const function in class:WebCore::Connection
36 return networkStateNotifier().type();
  /bionic/libm/src/
s_llrint.c 4 #define type double macro
s_llrintf.c 4 #define type float macro
s_lrintf.c 4 #define type float macro
  /external/clang/test/CXX/temp/temp.names/
p4.cpp 6 typedef U* type; typedef in struct:meta::apply
11 void f(typename T::template apply<U>::type);
  /external/clang/test/CodeGen/
2002-07-31-BadAssert.c 5 unsigned char type; /* Indicates, NORMAL, SUBNORMAL, etc. */ member in struct:__anon5664
10 dest->type=0;
2007-04-24-str-const.c 6 unsigned type; member in struct:__anon5685
PR4611-bitfield-layout.c 2 // RUN: grep "struct.object_entry = type { i8, \[2 x i8\], i8 }" %t
5 unsigned int type:3, pack_id:16, depth:13; member in struct:object_entry
  /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/
instantiate-elab-type-specifier.cpp 10 typedef struct Base<T>::foo type; typedef in struct:Derived
instantiate-typedef.cpp 5 typedef T* type; // expected-error{{'type' declared as a pointer to a reference}} typedef in struct:add_pointer
8 add_pointer<int>::type test1(int * ptr) { return ptr; }
10 add_pointer<float>::type test2(int * ptr) {
11 return ptr; // expected-error{{cannot initialize return object of type 'add_pointer<float>::type' (aka 'float *') with an lvalue of type 'int *'}}
14 add_pointer<int&>::type // expected-note{{in instantiation of template class 'add_pointer<int &>' requested here}}
instantiation-depth-defarg.cpp 4 typedef typename S<N-1>::type type; typedef in struct:S
13 typedef int type; typedef in struct:S
explicit-specialization-member.cpp 4 typedef T* type; typedef in struct:X0
7 void f1(type);
11 template<> void X0<char>::f1(type);
  /external/webkit/Source/WebCore/css/
CSSUnknownRule.h 31 virtual unsigned short type() const { return UNKNOWN_RULE; } function in class:WebCore::CSSUnknownRule
  /external/webkit/Source/WebCore/platform/wx/
MouseEventWx.cpp 44 wxEventType type = event.GetEventType(); local
47 if (type == wxEVT_LEFT_DOWN || type == wxEVT_MIDDLE_DOWN || type == wxEVT_RIGHT_DOWN)
50 else if (type == wxEVT_LEFT_UP || type == wxEVT_MIDDLE_UP || type == wxEVT_RIGHT_UP ||
51 type == wxEVT_LEFT_DCLICK || type == wxEVT_MIDDLE_DCLICK || type == wxEVT_RIGHT_DCLICK
    [all...]
  /tools/build/builder/src/test/java/com/android/builder/
BuildTypeTest.java 24 BuildType type = new BuildType("debug"); local
26 assertTrue(type.isDebuggable());
27 assertTrue(type.isDebugJniBuild());
28 assertTrue(type.isDebugSigned());
32 BuildType type = new BuildType("release"); local
34 assertFalse(type.isDebuggable());
35 assertFalse(type.isDebugJniBuild());
36 assertFalse(type.isDebugSigned());
  /sdk/layoutlib_api/tests/src/com/android/resources/
FolderTypeRelationShipTest.java 28 // all resource type should be in the FolderTypeRelationShip map.
29 // loop on all the enum, and make sure there's at least one folder type for it.
30 for (ResourceType type : ResourceType.values()) {
31 assertTrue(type.getDisplayName(),
32 FolderTypeRelationship.getRelatedFolders(type).size() > 0);
37 // all resource folder type should generate at least one type of resource.
38 // loop on all the enum, and make sure there's at least one res type for it.
39 for (ResourceFolderType type : ResourceFolderType.values()) {
40 assertTrue(type.getName()
    [all...]
  /external/clang/test/Analysis/
elementtype.c 4 int type; member in struct:added_obj_st
7 // Test if we are using the canonical type for ElementRegion.
11 ao[0]->type=0;
  /external/clang/test/CXX/over/over.match/over.match.best/over.best.ics/over.ics.user/
p3-0x.cpp 5 { typedef T type; }; typedef in struct:PR6285::identity
9 operator typename identity<T>::type(); // expected-note{{candidate}}
  /external/clang/test/CXX/special/class.ctor/
p1.cpp 3 struct type { }; struct in struct:X0
9 X0 (f0)(type);
22 struct type { }; struct in struct:X1
30 X1<T> (f0)(type);
32 X1 (f1)(type);
42 template<typename T> X1<T> (X1<T>::f1)(type) { return 0; }
  /external/dropbear/
process-packet.c 45 unsigned char type; local
50 type = buf_getbyte(ses.payload);
51 TRACE(("process_packet: packet type = %d", type))
53 ses.lastpacket = type;
56 switch(type) {
77 if (ses.requirenext != type) {
79 dropbear_exit("unexpected packet type %d, expected %d", type,
90 TRACE(("Ignoring packet, type = %d", type)
    [all...]
  /external/tcpdump/
print-msdp.c 41 unsigned int type, len; local
45 type = *sp;
47 if (len > 1500 || len < 3 || type == 0 || type > MSDP_TYPE_MAX)
52 type = *sp;
60 switch (type) {
63 if (type == 1)
92 (void)printf(" [type=%d len=%d]", type, len);
  /frameworks/base/media/mca/filterfw/native/core/
value.h 30 int type; member in struct:__anon18316
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/
priority_queue_base_dispatch.hpp 61 typedef pairing_heap_< Value_Type, Cmp_Fn, Allocator> type; typedef in struct:__gnu_pbds::detail::priority_queue_base_dispatch
67 typedef binomial_heap_< Value_Type, Cmp_Fn, Allocator> type; typedef in struct:__gnu_pbds::detail::priority_queue_base_dispatch
73 typedef rc_binomial_heap_< Value_Type, Cmp_Fn, Allocator> type; typedef in struct:__gnu_pbds::detail::priority_queue_base_dispatch
79 typedef binary_heap_< Value_Type, Cmp_Fn, Allocator> type; typedef in struct:__gnu_pbds::detail::priority_queue_base_dispatch
85 typedef thin_heap_< Value_Type, Cmp_Fn, Allocator> type; typedef in struct:__gnu_pbds::detail::priority_queue_base_dispatch
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/
priority_queue_base_dispatch.hpp 61 typedef pairing_heap_< Value_Type, Cmp_Fn, Allocator> type; typedef in struct:__gnu_pbds::detail::priority_queue_base_dispatch
67 typedef binomial_heap_< Value_Type, Cmp_Fn, Allocator> type; typedef in struct:__gnu_pbds::detail::priority_queue_base_dispatch
73 typedef rc_binomial_heap_< Value_Type, Cmp_Fn, Allocator> type; typedef in struct:__gnu_pbds::detail::priority_queue_base_dispatch
79 typedef binary_heap_< Value_Type, Cmp_Fn, Allocator> type; typedef in struct:__gnu_pbds::detail::priority_queue_base_dispatch
85 typedef thin_heap_< Value_Type, Cmp_Fn, Allocator> type; typedef in struct:__gnu_pbds::detail::priority_queue_base_dispatch

Completed in 2520 milliseconds

1 2 3 4 5 6 7 8 91011>>