HomeSort by relevance Sort by last modified time
    Searched defs:Int (Results 176 - 200 of 251) sorted by null

1 2 3 4 5 6 78 91011

  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArraySampling.hpp 169 Int,
208 int binding;
  /external/deqp/modules/glshared/
glsVertexArrayTests.hpp 149 static int inputTypeSize (InputType type);
152 virtual void data (Target target, int size, const char* data, Usage usage) = 0;
153 virtual void subdata (Target target, int offset, int size, const char* data) = 0;
154 virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, bool normalized, int stride) = 0;
158 virtual int getComponentCount (void) const = 0;
164 virtual int getStride (void) const = 0
    [all...]
  /external/flatbuffers/include/flatbuffers/
flexbuffers.h 393 // Convert other things to int.
754 template<typename T> int KeyCompare(const void *key, const void *elem) {
765 int (*comp)(const void *, const void *) = nullptr;
856 void Int(int64_t i) { stack_.push_back(Value(i, TYPE_INT, WidthI(i))); }
857 void Int(const char *key, int64_t i) { Key(key); Int(i); }
860 void UInt(const char *key, uint64_t u) { Key(key); Int(u); }
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h 171 // TypeWithSize - maps an integer to a int type.
740 // int foo;
    [all...]
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 239 Int = 6,
362 return std::hash<int>()(static_cast<int>(Arg));
  /external/llvm/lib/CodeGen/MIRParser/
MIParser.cpp 82 StringMap<int> Names2TargetIndices;
113 bool parseStandaloneStackObject(int &FI);
141 bool parseStackFrameIndex(int &FI);
143 bool parseFixedStackFrameIndex(int &FI);
153 bool parseCFIOffset(int &Offset);
236 bool getTargetIndex(StringRef Name, int &Index);
715 bool MIParser::parseStandaloneStackObject(int &FI) {
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 172 // TypeWithSize - maps an integer to a int type.
730 // int foo;
897 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line);
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h 179 // TypeWithSize - maps an integer to an int type.
833 // int foo;
    [all...]
  /external/opencv/cvaux/include/
cvvidsurv.hpp 71 int* pInt;
72 int Int;
85 int m_Wnd;
136 CvDefParam* GetParamPtr(int index)
152 int IsParam(const char* name)
164 void AddParam(const char* name, int* pAddr)
215 char* GetParamName(int index)
275 int i;
316 int i
    [all...]
  /external/protobuf/conformance/third_party/jsoncpp/
json.h 165 // If JSON_NO_INT64 is defined, then Json only support C++ "int" type for
228 typedef int Int;
229 typedef unsigned int UInt;
231 typedef int LargestInt;
232 typedef unsigned int LargestUInt;
240 typedef long long int Int64;
241 typedef unsigned long long int UInt64;
289 typedef unsigned int ArrayIndex;
554 typedef Json::Int Int
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 155 // TypeWithSize - maps an integer to a int type.
740 GTestLog(GTestLogSeverity severity, const char* file, int line);
787 if (const int gtest_error = (posix_call)) \
841 inline void SleepMilliseconds(int n) {
902 // void ThreadFunc(int param) { /* Do things with param */ }
906 // ThreadWithParam<int> thread(&ThreadFunc, 5, &thread_can_start);
    [all...]
  /external/protobuf/src/google/protobuf/
map_test.cc 254 for (int i = 0; i < 10; i++) {
280 Map<int, int>::const_iterator cit;
281 Map<int, int>::iterator it;
311 static int k0 = 812398771;
312 static int k1 = 1312938717;
313 static int k2 = 1321555333;
322 const int kTestSize = 250000;
325 int last_key = 0
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVInternal.h 279 const static char Int[] = "int";
411 void addUnsignedArg(int Ndx) { UnsignedArgs.insert(Ndx);}
412 void addVoidPtrArg(int Ndx) { VoidPtrArgs.insert(Ndx);}
413 void addSamplerArg(int Ndx) { SamplerArgs.insert(Ndx);}
414 void addAtomicArg(int Ndx) { AtomicArgs.insert(Ndx);}
415 void setLocalArgBlock(int Ndx) {
419 void setEnumArg(int Ndx, SPIR::TypePrimitiveEnum Enum) {
421 void setArgAttr(int Ndx, unsigned Attr) {
423 void setVarArg(int Ndx)
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 170 // TypeWithSize - maps an integer to a int type.
722 // int foo;
889 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line);
895 int line);
    [all...]
  /external/valgrind/cachegrind/
cg_merge.c 48 typedef signed int Int;
49 typedef unsigned int UInt;
50 typedef unsigned long long int ULong;
163 int ch, i = 0;
216 Int n_counts;
231 Int n_events;
280 static Counts* new_Counts ( Int n_counts, /*COPIED*/ULong* counts )
282 Int i;
301 static Counts* new_Counts_Zeroed ( Int n_counts
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h 179 // TypeWithSize - maps an integer to a int type.
847 // int foo;
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
document.h 166 Iterator operator++(int){ Iterator old(*this); ++ptr_; return old; }
167 Iterator operator--(int){ Iterator old(*this); --ptr_; return old; }
509 //! Constructor for int value.
510 explicit GenericValue(int i) RAPIDJSON_NOEXCEPT : data_(), flags_(kNumberIntFlag) {
631 /*! \tparam T Either \ref Type, \c int, \c unsigned, \c int64_t, \c uint64_t
755 /*! \tparam T Either \ref Type, \c int, \c unsigned, \c int64_t, \c uint64_t, \c double, \c true, \c false
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 233 Int = 6,
356 return std::hash<int>()(static_cast<int>(Arg));
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/
PDBTypes.h 233 Int = 6,
356 return std::hash<int>()(static_cast<int>(Arg));
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/PDB/
PDBTypes.h 233 Int = 6,
356 return std::hash<int>()(static_cast<int>(Arg));
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 233 Int = 6,
356 return std::hash<int>()(static_cast<int>(Arg));
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/PDB/
PDBTypes.h 233 Int = 6,
356 return std::hash<int>()(static_cast<int>(Arg));
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/PDB/
PDBTypes.h 233 Int = 6,
356 return std::hash<int>()(static_cast<int>(Arg));
  /prebuilts/go/darwin-x86/src/reflect/
type.go 43 Align() int
47 FieldAlign() int
57 Method(int) Method
70 NumMethod() int
78 // If the type was predeclared (string, error) or unnamed (*T, struct{}, []int),
111 // Int*, Uint*, Float*, Complex*: Bits
122 // sized or unsized Int, Uint, Float, or Complex kinds.
123 Bits() int
133 // For concreteness, if t represents func(x int, y ... float64), then
136 // t.In(0) is the reflect.Type for "int"
    [all...]
value.go 336 rcvrtype, t, fn = methodReceiver(op, v, int(v.flag)>>flagMethodShift)
506 in := make([]Value, 0, int(ftyp.inCount))
578 func methodReceiver(op string, v Value, methodIndex int) (rcvrtype, t *rtype, fn unsafe.Pointer) {
704 func (v Value) Cap() int {
780 func (v Value) Field(i int) Value {
812 func (v Value) FieldByIndex(index []int) Value {
870 func (v Value) Index(i int) Value {
914 // Int returns v's underlying value, as an int64.
915 // It panics if v's Kind is not Int, Int8, Int16, Int32, or Int64.
916 func (v Value) Int() int64
    [all...]

Completed in 1147 milliseconds

1 2 3 4 5 6 78 91011