/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;
|
RTCStatsReport.h | 35 @property(nonatomic, readonly) NSString* type; variable
|
/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
|
/build/tools/droiddoc/templates-sdk/ |
macros_override.cs | 11 @<?cs var:anno.type.label ?> 26 <tr class="<?cs if:count % #2 ?>alt-color<?cs /if ?> api apilevel-<?cs var:cl.type.since ?>" > 27 <td class="jd-linkcol"><?cs call:type_link(cl.type) ?></td>
|
/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/bindings/modules/v8/ |
DictionaryHelperForModules.cpp | 47 typedef V8MIDIPort type; typedef in struct:blink::DictionaryHelperTraits 52 typedef V8SpeechRecognitionResultList type; typedef in struct:blink::DictionaryHelperTraits 57 typedef V8Gamepad type; typedef in struct:blink::DictionaryHelperTraits 62 typedef V8MediaStream type; typedef in struct:blink::DictionaryHelperTraits 67 typedef V8Headers type; typedef in struct:blink::DictionaryHelperTraits
|
/external/chromium_org/third_party/cython/src/Cython/Utility/ |
ExtensionTypes.c | 9 PyTypeObject* type = Py_TYPE(obj); local 10 /* try to find the first parent type that has a different tp_dealloc() function */ 11 while (type && type->tp_dealloc != current_tp_dealloc) 12 type = type->tp_base; 13 while (type && type->tp_dealloc == current_tp_dealloc) 14 type = type->tp_base 26 PyTypeObject* type = Py_TYPE(obj); local 45 PyTypeObject* type = Py_TYPE(obj); local [all...] |
/external/chromium_org/third_party/fips181/ |
randpass.h | 43 USHORT type; member in struct:sym
|
/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:__anon23138 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/libcxx/test/utilities/function.objects/func.require/ |
invoke.pass.cpp | 22 typedef T type[N]; typedef in struct:Array 25 struct Type 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 &&; 40 static_assert(sizeof(std::__invoke(&Type::f1, std::declval<Type >())) == 1, "") [all...] |
/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);
|