HomeSort by relevance Sort by last modified time
    Searched refs:CType (Results 1 - 25 of 74) sorted by null

1 2 3

  /frameworks/native/opengl/tools/glgen/src/
JType.java 26 static HashMap<CType,JType> typeMapping = new HashMap<CType,JType>();
27 static HashMap<CType,JType> arrayTypeMapping = new HashMap<CType,JType>();
31 typeMapping.put(new CType("GLbitfield"), new JType("int"));
32 typeMapping.put(new CType("GLboolean"), new JType("boolean"));
33 typeMapping.put(new CType("GLclampf"), new JType("float"));
34 typeMapping.put(new CType("GLclampx"), new JType("int"));
35 typeMapping.put(new CType("GLenum"), new JType("int"));
36 typeMapping.put(new CType("GLfloat"), new JType("float"))
    [all...]
CType.java 17 public class CType {
23 public CType() {
26 public CType(String baseType) {
30 public CType(String baseType, boolean isConst, boolean isPointer) {
110 if (o != null && o instanceof CType) {
111 CType c = (CType)o;
CFunc.java 23 CType ftype;
27 List<CType> argTypes = new ArrayList<CType>();
49 public void setType(CType ftype) {
53 public CType getType() {
57 public void addArgument(String argName, CType argType) {
90 public CType getArgType(int index) {
123 CType ftype = new CType();
153 CType argType = new CType()
    [all...]
  /external/skia/src/c/
sk_c_from_to.h 8 static bool find_sk(CType from, SKType* to) {
20 static bool find_c(SKType from, CType* to) {
32 #undef CType
  /external/libcxxabi/test/
catch_multi_level_pointer.pass.cpp 74 typedef Tp const* CType;
84 typedef const Member (Class::*CType);
95 typedef typename ThrowTypes::CType CType;
100 run_catch_tests<CType>();
108 typedef typename CatchTypes::CType CType;
113 catch_pointer_test<ThrowTp, CType>();
118 generate_tests_imp<ThrowTp, CType, level-1>()();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/test/
catch_multi_level_pointer.pass.cpp 72 typedef Tp const* CType;
82 typedef const Member (Class::*CType);
93 typedef typename ThrowTypes::CType CType;
98 run_catch_tests<CType>();
106 typedef typename CatchTypes::CType CType;
111 catch_pointer_test<ThrowTp, CType>();
116 generate_tests_imp<ThrowTp, CType, level-1>()();
  /external/protobuf/src/google/protobuf/
wire_format_lite_inl.h 230 template <typename CType, enum WireFormatLite::FieldType DeclaredType>
235 RepeatedField<CType>* values) {
236 CType value;
237 if (!ReadPrimitive<CType, DeclaredType>(input, &value)) return false;
241 if (!ReadPrimitive<CType, DeclaredType>(input, &value)) return false;
248 template <typename CType, enum WireFormatLite::FieldType DeclaredType>
253 RepeatedField<CType>* values) {
255 CType value;
256 if (!ReadPrimitive<CType, DeclaredType>(input, &value))
283 buffer = ReadPrimitiveFromArray<CType, DeclaredType>(buffer, &value)
    [all...]
wire_format_lite.h 253 template <typename CType, enum FieldType DeclaredType> INL
254 static bool ReadPrimitive(input, CType* value);
259 template <typename CType, enum FieldType DeclaredType> INL
263 RepeatedField<CType>* value);
267 template <typename CType, enum FieldType DeclaredType>
271 RepeatedField<CType>* value);
278 template <typename CType, enum FieldType DeclaredType> INL
279 static const uint8* ReadPrimitiveFromArray(const uint8* buffer, CType* value);
284 template <typename CType, enum FieldType DeclaredType> INL
285 static bool ReadPackedPrimitive(input, RepeatedField<CType>* value)
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite_inl.h 230 template <typename CType, enum WireFormatLite::FieldType DeclaredType>
235 RepeatedField<CType>* values) {
236 CType value;
237 if (!ReadPrimitive<CType, DeclaredType>(input, &value)) return false;
241 if (!ReadPrimitive<CType, DeclaredType>(input, &value)) return false;
248 template <typename CType, enum WireFormatLite::FieldType DeclaredType>
253 RepeatedField<CType>* values) {
255 CType value;
256 if (!ReadPrimitive<CType, DeclaredType>(input, &value))
283 buffer = ReadPrimitiveFromArray<CType, DeclaredType>(buffer, &value)
    [all...]
wire_format_lite.h 253 template <typename CType, enum FieldType DeclaredType> INL
254 static bool ReadPrimitive(input, CType* value);
259 template <typename CType, enum FieldType DeclaredType> INL
263 RepeatedField<CType>* value);
267 template <typename CType, enum FieldType DeclaredType>
271 RepeatedField<CType>* value);
278 template <typename CType, enum FieldType DeclaredType> INL
279 static const uint8* ReadPrimitiveFromArray(const uint8* buffer, CType* value);
284 template <typename CType, enum FieldType DeclaredType> INL
285 static bool ReadPackedPrimitive(input, RepeatedField<CType>* value)
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 242 template <typename CType, enum FieldType DeclaredType>
243 static inline bool ReadPrimitive(input, CType* value) INL;
248 template <typename CType, enum FieldType DeclaredType>
252 RepeatedField<CType>* value) INL;
256 template <typename CType, enum FieldType DeclaredType>
260 RepeatedField<CType>* value);
267 template <typename CType, enum FieldType DeclaredType>
269 CType* value) INL;
274 template <typename CType, enum FieldType DeclaredType>
276 RepeatedField<CType>* value) INL
    [all...]
wire_format_lite_inl.h 223 template <typename CType, enum WireFormatLite::FieldType DeclaredType>
227 RepeatedField<CType>* values) {
228 CType value;
229 if (!ReadPrimitive<CType, DeclaredType>(input, &value)) return false;
233 if (!ReadPrimitive<CType, DeclaredType>(input, &value)) return false;
240 template <typename CType, enum WireFormatLite::FieldType DeclaredType>
245 RepeatedField<CType>* values) {
247 CType value;
248 if (!ReadPrimitive<CType, DeclaredType>(input, &value))
275 buffer = ReadPrimitiveFromArray<CType, DeclaredType>(buffer, &value)
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 242 template <typename CType, enum FieldType DeclaredType>
243 static inline bool ReadPrimitive(input, CType* value) INL;
248 template <typename CType, enum FieldType DeclaredType>
252 RepeatedField<CType>* value) INL;
256 template <typename CType, enum FieldType DeclaredType>
260 RepeatedField<CType>* value);
267 template <typename CType, enum FieldType DeclaredType>
269 CType* value) INL;
274 template <typename CType, enum FieldType DeclaredType>
276 RepeatedField<CType>* value) INL
    [all...]
wire_format_lite_inl.h 223 template <typename CType, enum WireFormatLite::FieldType DeclaredType>
227 RepeatedField<CType>* values) {
228 CType value;
229 if (!ReadPrimitive<CType, DeclaredType>(input, &value)) return false;
233 if (!ReadPrimitive<CType, DeclaredType>(input, &value)) return false;
240 template <typename CType, enum WireFormatLite::FieldType DeclaredType>
245 RepeatedField<CType>* values) {
247 CType value;
248 if (!ReadPrimitive<CType, DeclaredType>(input, &value))
275 buffer = ReadPrimitiveFromArray<CType, DeclaredType>(buffer, &value)
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format_lite.h 242 template <typename CType, enum FieldType DeclaredType>
243 static inline bool ReadPrimitive(input, CType* value) INL;
248 template <typename CType, enum FieldType DeclaredType>
252 RepeatedField<CType>* value) INL;
256 template <typename CType, enum FieldType DeclaredType>
260 RepeatedField<CType>* value);
267 template <typename CType, enum FieldType DeclaredType>
269 CType* value) INL;
274 template <typename CType, enum FieldType DeclaredType>
276 RepeatedField<CType>* value) INL
    [all...]
wire_format_lite_inl.h 223 template <typename CType, enum WireFormatLite::FieldType DeclaredType>
227 RepeatedField<CType>* values) {
228 CType value;
229 if (!ReadPrimitive<CType, DeclaredType>(input, &value)) return false;
233 if (!ReadPrimitive<CType, DeclaredType>(input, &value)) return false;
240 template <typename CType, enum WireFormatLite::FieldType DeclaredType>
245 RepeatedField<CType>* values) {
247 CType value;
248 if (!ReadPrimitive<CType, DeclaredType>(input, &value))
275 buffer = ReadPrimitiveFromArray<CType, DeclaredType>(buffer, &value)
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 242 template <typename CType, enum FieldType DeclaredType>
243 static inline bool ReadPrimitive(input, CType* value) INL;
248 template <typename CType, enum FieldType DeclaredType>
252 RepeatedField<CType>* value) INL;
256 template <typename CType, enum FieldType DeclaredType>
260 RepeatedField<CType>* value);
267 template <typename CType, enum FieldType DeclaredType>
269 CType* value) INL;
274 template <typename CType, enum FieldType DeclaredType>
276 RepeatedField<CType>* value) INL
    [all...]
wire_format_lite_inl.h 223 template <typename CType, enum WireFormatLite::FieldType DeclaredType>
227 RepeatedField<CType>* values) {
228 CType value;
229 if (!ReadPrimitive<CType, DeclaredType>(input, &value)) return false;
233 if (!ReadPrimitive<CType, DeclaredType>(input, &value)) return false;
240 template <typename CType, enum WireFormatLite::FieldType DeclaredType>
245 RepeatedField<CType>* values) {
247 CType value;
248 if (!ReadPrimitive<CType, DeclaredType>(input, &value))
275 buffer = ReadPrimitiveFromArray<CType, DeclaredType>(buffer, &value)
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 275 // template <class C> typename C::CType compare(CType* E, C& Cmp) {
396 typename C::CType compare(const Variable* E, C& Cmp) const {
457 typename C::CType compare(const Future* E, C& Cmp) const {
485 typename C::CType compare(const Undefined* E, C& Cmp) const {
507 typename C::CType compare(const Wildcard* E, C& Cmp) const {
541 typename C::CType compare(const Literal* E, C& Cmp) const {
643 typename C::CType compare(const LiteralPtr* E, C& Cmp) const {
686 typename C::CType compare(const Function* E, C& Cmp) const {
687 typename C::CType Ct
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 275 // template <class C> typename C::CType compare(CType* E, C& Cmp) {
396 typename C::CType compare(const Variable* E, C& Cmp) const {
457 typename C::CType compare(const Future* E, C& Cmp) const {
485 typename C::CType compare(const Undefined* E, C& Cmp) const {
507 typename C::CType compare(const Wildcard* E, C& Cmp) const {
541 typename C::CType compare(const Literal* E, C& Cmp) const {
643 typename C::CType compare(const LiteralPtr* E, C& Cmp) const {
686 typename C::CType compare(const Function* E, C& Cmp) const {
687 typename C::CType Ct
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 275 // template <class C> typename C::CType compare(CType* E, C& Cmp) {
396 typename C::CType compare(const Variable* E, C& Cmp) const {
457 typename C::CType compare(const Future* E, C& Cmp) const {
485 typename C::CType compare(const Undefined* E, C& Cmp) const {
507 typename C::CType compare(const Wildcard* E, C& Cmp) const {
541 typename C::CType compare(const Literal* E, C& Cmp) const {
643 typename C::CType compare(const LiteralPtr* E, C& Cmp) const {
686 typename C::CType compare(const Function* E, C& Cmp) const {
687 typename C::CType Ct
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 275 // template <class C> typename C::CType compare(CType* E, C& Cmp) {
396 typename C::CType compare(const Variable* E, C& Cmp) const {
457 typename C::CType compare(const Future* E, C& Cmp) const {
485 typename C::CType compare(const Undefined* E, C& Cmp) const {
507 typename C::CType compare(const Wildcard* E, C& Cmp) const {
541 typename C::CType compare(const Literal* E, C& Cmp) const {
643 typename C::CType compare(const LiteralPtr* E, C& Cmp) const {
686 typename C::CType compare(const Function* E, C& Cmp) const {
687 typename C::CType Ct
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 275 // template <class C> typename C::CType compare(CType* E, C& Cmp) {
396 typename C::CType compare(const Variable* E, C& Cmp) const {
457 typename C::CType compare(const Future* E, C& Cmp) const {
485 typename C::CType compare(const Undefined* E, C& Cmp) const {
507 typename C::CType compare(const Wildcard* E, C& Cmp) const {
541 typename C::CType compare(const Literal* E, C& Cmp) const {
643 typename C::CType compare(const LiteralPtr* E, C& Cmp) const {
686 typename C::CType compare(const Function* E, C& Cmp) const {
687 typename C::CType Ct
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 275 // template <class C> typename C::CType compare(CType* E, C& Cmp) {
396 typename C::CType compare(const Variable* E, C& Cmp) const {
457 typename C::CType compare(const Future* E, C& Cmp) const {
485 typename C::CType compare(const Undefined* E, C& Cmp) const {
507 typename C::CType compare(const Wildcard* E, C& Cmp) const {
541 typename C::CType compare(const Literal* E, C& Cmp) const {
643 typename C::CType compare(const LiteralPtr* E, C& Cmp) const {
686 typename C::CType compare(const Function* E, C& Cmp) const {
687 typename C::CType Ct
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 275 // template <class C> typename C::CType compare(CType* E, C& Cmp) {
396 typename C::CType compare(const Variable* E, C& Cmp) const {
457 typename C::CType compare(const Future* E, C& Cmp) const {
485 typename C::CType compare(const Undefined* E, C& Cmp) const {
507 typename C::CType compare(const Wildcard* E, C& Cmp) const {
541 typename C::CType compare(const Literal* E, C& Cmp) const {
643 typename C::CType compare(const LiteralPtr* E, C& Cmp) const {
686 typename C::CType compare(const Function* E, C& Cmp) const {
687 typename C::CType Ct
    [all...]

Completed in 1451 milliseconds

1 2 3