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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/views/touch_uma/
touch_uma_ash.cc 11 ash::TouchUMA::GestureActionType type = ash::TouchUMA::GESTURE_UNKNOWN; local
14 type = ash::TouchUMA::GESTURE_TABSWITCH_TAP;
17 type = ash::TouchUMA::GESTURE_TABNOSWITCH_TAP;
20 type = ash::TouchUMA::GESTURE_TABCLOSE_TAP;
23 type = ash::TouchUMA::GESTURE_NEWTAB_TAP;
26 type = ash::TouchUMA::GESTURE_ROOTVIEWTOP_TAP;
29 ash::TouchUMA::GetInstance()->RecordGestureAction(type);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
RTCSessionDescription.h 38 // The session type.
39 @property(nonatomic, copy, readonly) NSString *type; variable
41 - (id)initWithType:(NSString *)type sdp:(NSString *)sdp;
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_llrint.c 4 #define type double macro
s_llrintf.c 4 #define type float macro
s_llrintl.c 4 #define type long double macro
s_lrintf.c 4 #define type float macro
s_lrintl.c 4 #define type long double macro
  /external/chromium_org/ash/system/chromeos/network/
network_observer.cc 17 const std::string& type = network->type(); local
18 if (type == flimflam::kTypeCellular) {
26 if (type == flimflam::kTypeEthernet)
28 if (type == flimflam::kTypeWifi)
30 if (type == flimflam::kTypeBluetooth)
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_non_client_frame_view_factory_x11.cc 17 Browser::Type type = browser_view->browser()->type(); local
18 switch (type) {
  /external/chromium_org/chrome/installer/mini_installer/
decompress_test.cc 34 DWORD type = static_cast<DWORD>(-1); local
35 EXPECT_TRUE(GetBinaryType(dest_path.value().c_str(), &type));
36 EXPECT_EQ(SCS_32BIT_BINARY, type);
  /external/chromium_org/third_party/WebKit/Source/core/page/
BarProp.cpp 38 BarProp::BarProp(Frame* frame, Type type)
40 , m_type(type)
45 BarProp::Type BarProp::type() const function in class:WebCore::BarProp
PerformanceNavigation.cpp 46 unsigned short PerformanceNavigation::type() const function in class:WebCore::PerformanceNavigation
55 WebCore::NavigationType navigationType = documentLoader->triggeringAction().type();
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_blend_logicop.c 49 LLVMTypeRef type; local
52 type = LLVMTypeOf(src);
56 res = LLVMConstNull(type);
101 res = LLVMConstAllOnes(type);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_eu_debug.c 46 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/clang/test/CXX/temp/temp.names/
p4.cpp 7 typedef U* type; typedef in struct:meta::apply
12 void f(typename T::template apply<U>::type);
  /external/clang/test/CodeCompletion/
constexpr.cpp 6 typedef int type; typedef in struct:S
13 // CHECK: COMPLETION: type : type
  /external/clang/test/CodeGen/
2002-07-31-BadAssert.c 5 unsigned char type; /* Indicates, NORMAL, SUBNORMAL, etc. */ member in struct:__anon18174
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/SemaCXX/
libstdcxx_common_type_hack.cpp 17 // 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/
instantiate-elab-type-specifier.cpp 11 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
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_blend_logicop.c 49 LLVMTypeRef type; local
52 type = LLVMTypeOf(src);
56 res = LLVMConstNull(type);
101 res = LLVMConstAllOnes(type);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu_debug.c 46 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]);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
na_fwd.hpp 24 typedef na type; typedef in struct:na

Completed in 856 milliseconds

1 2 3 4 5 6 7 8 91011>>