Searched defs:type (Results 26 - 50 of 7457) sorted by relevance

1234567891011>>

/external/chromium_org/ui/views/widget/
H A Dwidget_aura_utils.cc12 Widget::InitParams::Type type) {
13 switch (type) {
30 NOTREACHED() << "Unhandled widget type " << type;
11 GetAuraWindowTypeForWidgetType( Widget::InitParams::Type type) argument
/external/clang/test/CodeCompletion/
H A Dconstexpr.cpp6 typedef int type; typedef in struct:S
13 // CHECK: COMPLETION: type : type
/external/clang/test/Modules/Inputs/submodules/
H A Dtype_traits.h3 typedef T type; typedef in struct:remove_reference
8 typedef T type; typedef in struct:remove_reference
/external/clang/test/SemaCXX/
H A Dlibstdcxx_common_type_hack.cpp17 // reference type.
18 typedef decltype(true ? declval<A>() : declval<B>()) type; member in struct:std::common_type
28 using T = std::common_type<int, int>::type;
/external/clang/test/SemaTemplate/
H A Dinstantiate-elab-type-specifier.cpp11 typedef struct Base<T>::foo type; typedef in struct:Derived
H A Dinstantiation-depth-defarg.cpp4 typedef typename S<N-1>::type type; typedef in struct:S
13 typedef int type; typedef in struct:S
H A Dinstantiate-typedef.cpp5 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}}
/external/elfutils/0.153/backends/
H A Ds390_symbol.c38 s390_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type) argument
40 switch (type)
H A Dx86_64_symbol.c40 x86_64_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type) argument
42 switch (type)
/external/libcxx/test/utilities/function.objects/func.require/
H A Dinvoke.pass.cpp22 typedef T type[N]; typedef in struct:Array
27 Array<char, 1>::type& f1();
28 Array<char, 2>::type& f2() const;
30 Array<char, 1>::type& g1() &;
31 Array<char, 2>::type& g2() const &;
33 Array<char, 3>::type& g3() &&;
34 Array<char, 4>::type& g4() const &&;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_eu_debug.c46 static const char *type[] = { local
67 hwreg.type == BRW_REGISTER_TYPE_F) {
75 hwreg.type == BRW_REGISTER_TYPE_F) {
86 hwreg.subnr / type_sz(hwreg.type),
90 type[hwreg.type]);
/external/chromium_org/chrome/common/media_galleries/
H A Dmetadata_types.h13 std::string type; member in struct:metadata::AttachedImage
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_node_data_ios.cc17 void BookmarkNodeData::WriteToClipboard(ui::ClipboardType type) { argument
21 bool BookmarkNodeData::ReadFromClipboard(ui::ClipboardType type) { argument
/external/chromium_org/components/content_settings/core/browser/
H A Dcontent_settings_details.cc10 ContentSettingsType type,
14 type_(type),
7 ContentSettingsDetails( const ContentSettingsPattern& primary_pattern, const ContentSettingsPattern& secondary_pattern, ContentSettingsType type, const std::string& resource_identifier) argument
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/socket/
H A Dsocketpair.c10 int socketpair(int domain, int type, int protocol, int* sv) { argument
11 return ki_socketpair(domain, type, protocol, sv);
/external/chromium_org/ppapi/shared_impl/
H A Dfile_system_util.cc11 bool FileSystemTypeIsValid(PP_FileSystemType type) { argument
12 return (type == PP_FILESYSTEMTYPE_LOCALPERSISTENT ||
13 type == PP_FILESYSTEMTYPE_LOCALTEMPORARY ||
14 type == PP_FILESYSTEMTYPE_EXTERNAL ||
15 type == PP_FILESYSTEMTYPE_ISOLATED);
18 bool FileSystemTypeHasQuota(PP_FileSystemType type) { argument
19 return (type == PP_FILESYSTEMTYPE_LOCALTEMPORARY ||
20 type == PP_FILESYSTEMTYPE_LOCALPERSISTENT);
24 PP_IsolatedFileSystemType_Private type) {
25 switch (type) {
23 IsolatedFileSystemTypeToRootName( PP_IsolatedFileSystemType_Private type) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebNetworkStateNotifier.cpp43 void WebNetworkStateNotifier::setWebConnectionType(WebConnectionType type) argument
45 networkStateNotifier().setWebConnectionType(type);
/external/chromium_org/third_party/skia/src/animator/
H A DSkOpArray.cpp13 SkOpArray::SkOpArray(SkOperand2::OpType type) : fType(type) { argument
/external/chromium_org/tools/gyp/test/mac/
H A Dgyptest-postbuild.py30 type=test.STATIC_LIB, variable
33 type=test.STATIC_LIB, variable
36 type=test.STATIC_LIB, variable
48 type=test.SHARED_LIB, variable
/external/chromium_org/ui/events/ozone/device/
H A Ddevice_event.cc9 DeviceEvent::DeviceEvent(DeviceType type, argument
12 : device_type_(type),
/external/clang/test/Analysis/
H A Delementtype.c4 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/
H A Dp3-0x.cpp5 { typedef T type; }; typedef in struct:PR6285::identity
9 operator typename identity<T>::type(); // expected-note{{candidate}}
/external/clang/test/CXX/temp/temp.names/
H A Dp4.cpp7 typedef U* type; typedef in struct:meta::apply
12 void f(typename T::template apply<U>::type);
/external/clang/test/CodeGen/
H A D2007-04-24-str-const.c6 unsigned type; member in struct:__anon18541
H A DPR4611-bitfield-layout.c3 // CHECK: struct.object_entry = type { i32 }
6 unsigned int type:3, pack_id:16, depth:13; member in struct:object_entry

Completed in 4063 milliseconds

1234567891011>>