HomeSort by relevance Sort by last modified time
    Searched refs:type (Results 276 - 300 of 18379) sorted by null

<<11121314151617181920>>

  /external/chromium_org/ipc/
param_traits_macros.h 23 #define IPC_STRUCT_TRAITS_PARENT(type)
26 // Convenience macro for defining enumerated type traits for types which are
30 #define IPC_ENUM_TRAITS(type) \
31 IPC_ENUM_TRAITS_VALIDATE(type, true)
33 // Convenience macro for defining enumerated type traits for types which are
36 #define IPC_ENUM_TRAITS_MAX_VALUE(type, maxvalue) \
37 IPC_ENUM_TRAITS_MIN_MAX_VALUE(type, 0, maxvalue)
39 // Convenience macro for defining enumerated type traits for types which are
42 #define IPC_ENUM_TRAITS_MIN_MAX_VALUE(type, minvalue, maxvalue) \
43 IPC_ENUM_TRAITS_VALIDATE(type, (value >= (minvalue) && value <= (maxvalue))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_alpha.c 51 struct lp_type type,
61 lp_build_context_init(&bld, gallivm, type);
73 if (type.floating &&
80 alpha = lp_build_clamped_float_to_unsigned_norm(gallivm, type, dst_width, alpha);
81 ref = lp_build_clamped_float_to_unsigned_norm(gallivm, type, dst_width, ref);
83 type.floating = 0;
84 lp_build_context_init(&bld, gallivm, type);
  /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/libcxx/test/utilities/function.objects/refwrap/
type.pass.cpp 14 // check for member typedef type
23 static_assert((std::is_same<std::reference_wrapper<C>::type,
25 static_assert((std::is_same<std::reference_wrapper<void ()>::type,
27 static_assert((std::is_same<std::reference_wrapper<int* (double*)>::type,
29 static_assert((std::is_same<std::reference_wrapper<void(*)()>::type,
31 static_assert((std::is_same<std::reference_wrapper<int*(*)(double*)>::type,
33 static_assert((std::is_same<std::reference_wrapper<int*(C::*)(double*)>::type,
35 static_assert((std::is_same<std::reference_wrapper<int (C::*)(double*) const volatile>::type,
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_alpha.c 51 struct lp_type type,
61 lp_build_context_init(&bld, gallivm, type);
73 if (type.floating &&
80 alpha = lp_build_clamped_float_to_unsigned_norm(gallivm, type, dst_width, alpha);
81 ref = lp_build_clamped_float_to_unsigned_norm(gallivm, type, dst_width, ref);
83 type.floating = 0;
84 lp_build_context_init(&bld, gallivm, type);
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/
FastClass.java 23 import org.mockito.asm.Type;
28 private Class type; field in class:FastClass
34 protected FastClass(Class type) {
35 this.type = type;
38 public static FastClass create(Class type) {
40 return create(type.getClassLoader(),type);
43 public static FastClass create(ClassLoader loader, Class type) {
45 gen.setType(type);
53 private Class type; field in class:FastClass.Generator
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
CheckedArithmeticTest.cpp 33 #define CheckedArithmeticTest(type, coerceLiteral, MixedSignednessTest) \
34 TEST(WTF, Checked_##type) \
36 Checked<type, RecordOverflow> value; \
38 EXPECT_EQ(std::numeric_limits<type>::max(), (value + std::numeric_limits<type>::max()).unsafeGet()); \
39 EXPECT_EQ(std::numeric_limits<type>::max(), (std::numeric_limits<type>::max() + value).unsafeGet()); \
40 EXPECT_EQ(std::numeric_limits<type>::min(), (value + std::numeric_limits<type>::min()).unsafeGet()); \
41 EXPECT_EQ(std::numeric_limits<type>::min(), (std::numeric_limits<type>::min() + value).unsafeGet());
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_type.h 74 * The LLVM type system can't conveniently express all the things we care about
120 * Vector length. If length==1, this is a scalar (float/int) type.
143 struct lp_type type; member in struct:lp_build_context
145 /** Same as lp_build_elem_type(type) */
148 /** Same as lp_build_vec_type(type) */
151 /** Same as lp_build_int_elem_type(type) */
154 /** Same as lp_build_int_vec_type(type) */
157 /** Same as lp_build_undef(type) */
160 /** Same as lp_build_zero(type) */
163 /** Same as lp_build_one(type) */
339 struct lp_type type; local
355 struct lp_type type; local
371 struct lp_type type; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_type.h 74 * The LLVM type system can't conveniently express all the things we care about
120 * Vector length. If length==1, this is a scalar (float/int) type.
143 struct lp_type type; member in struct:lp_build_context
145 /** Same as lp_build_elem_type(type) */
148 /** Same as lp_build_vec_type(type) */
151 /** Same as lp_build_int_elem_type(type) */
154 /** Same as lp_build_int_vec_type(type) */
157 /** Same as lp_build_undef(type) */
160 /** Same as lp_build_zero(type) */
163 /** Same as lp_build_one(type) */
339 struct lp_type type; local
355 struct lp_type type; local
371 struct lp_type type; local
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableTestUtils.java 36 int type; local
37 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
38 && (type != XmlPullParser.END_TAG
55 int type; local
56 while ((type = parser.next()) != XmlPullParser.END_DOCUMENT
57 && type != XmlPullParser.START_TAG) {
64 while ((type = parser.next()) != XmlPullParser.END_DOCUMENT
65 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) {
66 if (type == XmlPullParser.END_TAG || type == XmlPullParser.TEXT)
    [all...]
  /development/ndk/platforms/android-9/arch-x86/include/asm/
io_32.h 30 #define __BUILDIO(bwl,bw,type) static inline void out##bwl(unsigned type value, int port) { out##bwl##_local(value, port); } static inline unsigned type in##bwl(int port) { return in##bwl##_local(port); }
31 #define BUILDIO(bwl,bw,type) static inline void out##bwl##_local(unsigned type value, int port) { __asm__ __volatile__("out" #bwl " %" #bw "0, %w1" : : "a"(value), "Nd"(port)); } static inline unsigned type in##bwl##_local(int port) { unsigned type value; __asm__ __volatile__("in" #bwl " %w1, %" #bw "0" : "=a"(value) : "Nd"(port)); return value; } static inline void out##bwl##_local_p(unsigned type value, int port) { out##bwl##_local(value, port); slow_down_io(); } static inline unsigned type in##bwl##_local_p(int port) { unsigned type value = in##bwl##_local(port); slow_down_io(); return value; } __BUILDIO(bwl,bw,type) stati (…)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ClassicToken.cs 46 int type; field in class:Antlr.Runtime.ClassicToken
54 public ClassicToken(int type) {
55 this.type = type;
60 type = oldToken.Type;
66 public ClassicToken(int type, string text) {
67 this.type = type;
71 public ClassicToken(int type, string text, int channel)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ClassicToken.cs 48 int type; field in class:Antlr.Runtime.ClassicToken
56 public ClassicToken( int type )
58 this.type = type;
64 type = oldToken.Type;
70 public ClassicToken( int type, string text )
72 this.type = type;
76 public ClassicToken( int type, string text, int channel
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
TypeIdsSection.java 21 import com.android.dexgen.rop.type.Type;
29 * Type identifiers list section of a {@code .dex} file.
35 private final TreeMap<Type, TypeIdItem> typeIds;
45 typeIds = new TreeMap<Type, TypeIdItem>();
63 Type type = ((CstType) cst).getClassType(); local
64 IndexedItem result = typeIds.get(type);
85 throw new UnsupportedOperationException("too many type ids");
100 * @param type {@code non-null;} the type to inter
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
TypeIdsSection.java 25 import com.android.dx.rop.type.Type;
33 * Type identifiers list section of a {@code .dex} file.
39 private final TreeMap<Type, TypeIdItem> typeIds;
49 typeIds = new TreeMap<Type, TypeIdItem>();
67 Type type = ((CstType) cst).getClassType(); local
68 IndexedItem result = typeIds.get(type);
89 throw new DexIndexOverflowException("Too many type references: " + sz +
106 * @param type {@code non-null;} the type to inter
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
filename_test.cc 18 FileType type; local
25 FileType type; member in struct:leveldb::__anon17070
41 ASSERT_TRUE(ParseFileName(f, &number, &type)) << f;
42 ASSERT_EQ(cases[i].type, type) << f;
73 ASSERT_TRUE(!ParseFileName(f, &number, &type)) << f;
79 FileType type; local
84 ASSERT_TRUE(ParseFileName(fname.c_str() + 4, &number, &type));
86 ASSERT_EQ(kCurrentFile, type);
90 ASSERT_TRUE(ParseFileName(fname.c_str() + 4, &number, &type));
    [all...]
  /external/clang/test/SemaCXX/
nested-name-spec-locations.cpp 18 typedef T& type; typedef in struct:add_reference
26 typename add_reference<T>::type
27 * // expected-error{{declared as a pointer to a reference of type}}
36 typename add_reference<T>::type
37 * // expected-error{{declared as a pointer to a reference of type}}
47 t->T::template Inner<typename add_reference<U>::type
48 * // expected-error{{as a pointer to a reference of type}}
68 outer_alias::inner::X0<typename add_reference<T>::type
69 * // expected-error{{as a pointer to a reference of type}}
82 typename add_reference<T>::type
84 >::type type; typedef in struct:TypenameTypeTester
93 >::type type; typedef in struct:DependentTemplateSpecializationTypeTester
99 typedef T type; typedef in struct:HasApply::apply
109 > type; typedef in struct:DependentTemplateSpecializationTypeTester2
127 > type; typedef in struct:DependentTemplateSpecializationTypeTester4
145 type; typedef in struct:DependentTemplateTemplateArgumentTester
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
TypeIdsSection.java 21 import com.android.dx.rop.type.Type;
29 * Type identifiers list section of a {@code .dex} file.
35 private final TreeMap<Type, TypeIdItem> typeIds;
45 typeIds = new TreeMap<Type, TypeIdItem>();
63 Type type = ((CstType) cst).getClassType(); local
64 IndexedItem result = typeIds.get(type);
85 throw new UnsupportedOperationException("too many type ids");
100 * @param type {@code non-null;} the type to inter
    [all...]
  /external/clang/test/SemaTemplate/
typename-specifier.cpp 5 typedef int type; typedef in struct:N::A
12 struct type { }; struct in struct:N::C
13 int type; // expected-note 2{{referenced member 'type' is declared here}} member in struct:N::C
19 typename N::A::type *ip1 = &i; // expected-warning{{'typename' occurs outside of a template}}
20 typename N::B::type *ip2 = &i; // expected-error{{no type named 'type' in 'N::B'}} \
22 typename N::C::type *ip3 = &i; // expected-error{{typename specifier refers to non-type member 'type'}}
40 typedef typename T::type type; \/\/ expected-error {{no type named 'type' in 'N::B'}} \\ typedef in struct:N::X
56 typedef typename N::X<T>::type *type; \/\/ expected-note{{in instantiation of template class 'N::X<B>' requested here}} \\ typedef in struct:Y
61 typedef int type; typedef in struct:A
68 struct type { }; struct in struct:C
69 int type; \/\/ expected-note{{referenced member 'type' is declared here}} member in struct:C
210 template <typename> struct S { typedef int type; }; typedef in struct:func_type_vs_construct_tmp::S
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpec.java 21 import com.android.dx.rop.type.Type;
22 import com.android.dx.rop.type.TypeBearer;
27 * Combination of a register number and a type, used as the sources and
45 /** {@code non-null;} type loaded or stored */
46 private final TypeBearer type; field in class:RegisterSpec
58 * @param type {@code non-null;} the type (or possibly actual value) which
63 private static RegisterSpec intern(int reg, TypeBearer type,
66 theInterningItem.set(reg, type, local)
611 private TypeBearer type; field in class:RegisterSpec.ForComparison
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
RegisterSpec.java 21 import com.android.dx.rop.type.Type;
22 import com.android.dx.rop.type.TypeBearer;
28 * Combination of a register number and a type, used as the sources and
46 /** {@code non-null;} type loaded or stored */
47 private final TypeBearer type; field in class:RegisterSpec
59 * @param type {@code non-null;} the type (or possibly actual value) which
64 private static RegisterSpec intern(int reg, TypeBearer type,
67 theInterningItem.set(reg, type, local)
606 private TypeBearer type; field in class:RegisterSpec.ForComparison
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/
io.h 76 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, irq) static inline void pfx##write##bwlq(type val, volatile void __iomem *mem) { volatile type *__mem; type __val; __mem = (void *)__swizzle_addr_##bwlq((unsigned long)(mem)); __val = pfx##ioswab##bwlq(__mem, val); if (sizeof(type) != sizeof(u64) || sizeof(u64) == sizeof(long)) *__mem = __val; else if (cpu_has_64bits) { unsigned long __flags; type __tmp; if (irq) local_irq_save(__flags); __asm__ __volatile__( ".set mips3" "\t\t# __writeq""\n\t" "dsll32 %L0, %L0, 0" "\n\t" "dsrl32 %L0, %L0, 0" "\n\t" "dsll32 %M0, %M0, 0" "\n\t" "or %L0, %L0, %M0" "\n\t" "sd %L0, %2" "\n\t" ".set mips0" "\n" : "=r" (__tmp) : "0" (__val), "m" (*__mem)); if (irq) local_irq_restore(__flags); } else BUG(); } static inline type pfx##read##bwlq(const volatile void __iomem *mem) { volatile type *__mem; type __val; __mem = (void *)__swizzle_addr_##bwlq((unsigned long)(mem)); if (sizeof(type) != sizeof(u64) || sizeof(u64) == sizeof(long)) __val = *__mem; else if (cpu_has_64bits) { u (…)
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
type.pxd 6 # 7.1.1 Type Objects
9 ctypedef class __builtin__.type [object PyTypeObject]:
13 # This is the type object for type objects; it is the same object
14 # as type and types.TypeType in the Python layer.
17 # Return true if the object o is a type object, including
18 # instances of types derived from the standard type object. Return
22 # Return true if the object o is a type object, but not a subtype
23 # of the standard type object. Return false in all other
27 # Return true if the type object o sets the feature feature. Typ
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
externs.js 10 * @type {Object}
19 /** @type {ChromeEvent} */
22 /** @type ChromeEvent */
25 /** @type ChromeEvent */
28 /** @type ChromeEvent */
33 * @type {Object}
63 /** @type ChromeEvent */
66 /** @type ChromeEvent */
69 /** @type ChromeEvent */
72 /** @type ChromeEvent *
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
ConstantUnion.h 18 type = EbtVoid;
26 switch (constant.type)
36 switch (constant.type)
46 switch (constant.type)
56 switch (constant.type)
66 switch (constant.type)
82 void setIConst(int i) {iConst = i; type = EbtInt; }
83 void setUConst(unsigned int u) { uConst = u; type = EbtUInt; }
84 void setFConst(float f) {fConst = f; type = EbtFloat; }
85 void setBConst(bool b) {bConst = b; type = EbtBool;
340 TBasicType type; member in class:ConstantUnion
    [all...]

Completed in 635 milliseconds

<<11121314151617181920>>