HomeSort by relevance Sort by last modified time
    Searched refs:TYPE (Results 126 - 150 of 2456) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/native/services/sensorservice/
vec.h 36 template <typename TYPE, size_t SIZE>
39 template <typename TYPE, size_t SIZE>
48 typename TYPE, size_t SIZE, size_t S>
49 vec<TYPE, SIZE>& doAssign(
50 vec<TYPE, SIZE>& lhs, const VEC<TYPE, S>& rhs) {
64 typename TYPE,
67 VLHS<TYPE, SIZE> PURE doAdd(
68 const VLHS<TYPE, SIZE>& lhs,
69 const VRHS<TYPE, SIZE>& rhs)
    [all...]
  /external/clang/test/CodeGen/
pointer-signext.c 10 #define CR(Record, TYPE, Field) \
11 ((TYPE *) ((unsigned char *) (Record) - (unsigned char *) &(((TYPE *) 0)->Field)))
  /external/dagger2/core/src/main/java/dagger/
Subcomponent.java 22 import static java.lang.annotation.ElementType.TYPE;
34 @Target(TYPE)
48 * Components can have methods that return a {@link Subcomponent.Builder}-annotated type,
51 @Target(TYPE)
  /external/libxcam/xcore/base/
xcam_common.h 58 #define xcam_malloc_type(TYPE) (TYPE*)(xcam_malloc(sizeof(TYPE)))
59 #define xcam_malloc_type_array(TYPE, num) (TYPE*)(xcam_malloc(sizeof(TYPE) * (num)))
61 #define xcam_malloc0_type(TYPE) (TYPE*)(xcam_malloc0(sizeof(TYPE)))
62 #define xcam_malloc0_type_array(TYPE, num) (TYPE*)(xcam_malloc0(sizeof(TYPE) * (num))
    [all...]
  /external/llvm/include/llvm/Support/
Debug.h 41 /// isCurrentDebugType - Return true if the specified string is the debug type
45 bool isCurrentDebugType(const char *Type);
47 /// setCurrentDebugType - Set the current debug type, as if the -debug-only=X
51 void setCurrentDebugType(const char *Type);
62 #define DEBUG_WITH_TYPE(TYPE, X) \
63 do { if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { X; } \
69 #define DEBUG_WITH_TYPE(TYPE, X) do { } while (0)
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Debug.h 46 /// isCurrentDebugType - Return true if the specified string is the debug type
50 bool isCurrentDebugType(const char *Type);
52 /// SetCurrentDebugType - Set the current debug type, as if the -debug-only=X
56 void SetCurrentDebugType(const char *Type);
67 #define DEBUG_WITH_TYPE(TYPE, X) \
68 do { if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { X; } \
74 #define DEBUG_WITH_TYPE(TYPE, X) do { } while (0)
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Debug.h 42 /// isCurrentDebugType - Return true if the specified string is the debug type
46 bool isCurrentDebugType(const char *Type);
48 /// setCurrentDebugType - Set the current debug type, as if the -debug-only=X
52 void setCurrentDebugType(const char *Type);
63 #define DEBUG_WITH_TYPE(TYPE, X) \
64 do { if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { X; } \
70 #define DEBUG_WITH_TYPE(TYPE, X) do { } while (false)
  /art/test/005-annotations/src/android/test/anno/
AnnoSimpleType2.java 5 @Target(ElementType.TYPE)
AnnoSimpleTypeInvis.java 5 @Target(ElementType.TYPE)
  /art/test/148-multithread-gc-annotations/src/
AnnoClass1.java 20 @Target(ElementType.TYPE)
AnnoClass2.java 20 @Target(ElementType.TYPE)
AnnoClass3.java 20 @Target(ElementType.TYPE)
  /art/test/948-change-annotations/src/
TestClassAnnotation1.java 19 @Target(ElementType.TYPE)
TestClassAnnotation2.java 19 @Target(ElementType.TYPE)
  /external/elfutils/libdw/
dwarf_abbrev_hash.h 34 #define TYPE Dwarf_Abbrev *
dwarf_sig8_hash.h 33 #define TYPE struct Dwarf_CU *
  /external/proguard/examples/annotations/src/proguard/annotation/
KeepApplication.java 15 @Target({ ElementType.TYPE })
KeepClassMemberNames.java 15 @Target({ ElementType.TYPE })
KeepClassMembers.java 15 @Target({ ElementType.TYPE })
KeepGettersSetters.java 15 @Target({ ElementType.TYPE })
KeepImplementations.java 15 @Target({ ElementType.TYPE })
KeepPublicClassMemberNames.java 15 @Target({ ElementType.TYPE })
KeepPublicClassMembers.java 15 @Target({ ElementType.TYPE })
KeepPublicGettersSetters.java 15 @Target({ ElementType.TYPE })
KeepPublicImplementations.java 15 @Target({ ElementType.TYPE })

Completed in 351 milliseconds

1 2 3 4 56 7 8 91011>>