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

1 2 3 4 5 6 7 8 91011>>

  /art/runtime/base/
type_static_if.h 20 // A static if which determines whether to return type A or B based on the condition boolean.
23 typedef A type; typedef in struct:TypeStaticIf
29 typedef B type; typedef in struct:TypeStaticIf
  /art/runtime/entrypoints/quick/
quick_field_entrypoints.cc 286 Primitive::Type type = field->GetTypeAsPrimitiveType(); local
288 if (type == Primitive::kPrimBoolean) {
291 DCHECK_EQ(Primitive::kPrimByte, type);
298 Primitive::Type type = field->GetTypeAsPrimitiveType(); local
300 if (type == Primitive::kPrimBoolean) {
303 DCHECK_EQ(Primitive::kPrimByte, type);
317 Primitive::Type type = field->GetTypeAsPrimitiveType() local
329 Primitive::Type type = field->GetTypeAsPrimitiveType(); local
409 Primitive::Type type = field->GetTypeAsPrimitiveType(); local
429 Primitive::Type type = field->GetTypeAsPrimitiveType(); local
448 Primitive::Type type = field->GetTypeAsPrimitiveType(); local
468 Primitive::Type type = field->GetTypeAsPrimitiveType(); local
    [all...]
  /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-ndk/
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>
  /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>
  /build/tools/droiddoc/templates-sdk-dev/
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/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:__anon6015
10 dest->type=0;
  /external/clang/test/Modules/Inputs/merge-anon-in-template/
a.h 3 typedef int type; typedef in struct:is_floating
c.h 3 typedef int type; typedef in struct:is_floating
  /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/std/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);
  /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]);
  /frameworks/base/tools/aapt/tests/
AaptGroupEntry_test.cpp 41 String8 type; local
42 EXPECT_TRUE(TestParse(entry, "menu", &type));
43 EXPECT_EQ(String8("menu"), type);
48 String8 type; local
49 EXPECT_TRUE(TestParse(entry, "anim", &type));
50 EXPECT_EQ(String8("anim"), type);
52 EXPECT_TRUE(TestParse(entry, "animator", &type));
53 EXPECT_EQ(String8("animator"), type);
  /frameworks/base/tools/aapt2/
Resource_test.cpp 24 const ResourceType* type = parseResourceType(u"anim"); local
25 ASSERT_NE(type, nullptr);
26 EXPECT_EQ(*type, ResourceType::kAnim);
28 type = parseResourceType(u"animator");
29 ASSERT_NE(type, nullptr);
30 EXPECT_EQ(*type, ResourceType::kAnimator);
32 type = parseResourceType(u"array");
33 ASSERT_NE(type, nullptr);
34 EXPECT_EQ(*type, ResourceType::kArray);
36 type = parseResourceType(u"attr")
    [all...]

Completed in 1123 milliseconds

1 2 3 4 5 6 7 8 91011>>