HomeSort by relevance Sort by last modified time
    Searched refs:member (Results 351 - 375 of 401) sorted by null

<<11121314151617

  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 787 // A basic uniform is a uniform (possibly struct or array member) whose type is a basic type (e.g. float, ivec4, sampler2d).
795 string rootName; //!< If this is a member of a basic-typed array, rootName is the name of that array with "[0]" appended. Otherwise it equals name.
796 int elemNdx; //!< If this is a member of a basic-typed array, elemNdx is the index in that array. Otherwise -1.
797 int rootSize; //!< If this is a member of a basic-typed array, rootSize is the size of that array. Otherwise 1.
889 // to be returned by glGetActiveUniform(), e.g. generates a name like var[0] for arrays, and recursively generates struct member names.
1069 const glu::StructMember& member = structType.getMember(i); local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp 952 // A basic uniform is a uniform (possibly struct or array member) whose type is a basic type (e.g. float, ivec4, sampler2d).
960 string rootName; //!< If this is a member of a basic-typed array, rootName is the name of that array with "[0]" appended. Otherwise it equals name.
961 int elemNdx; //!< If this is a member of a basic-typed array, elemNdx is the index in that array. Otherwise -1.
962 int rootSize; //!< If this is a member of a basic-typed array, rootSize is the size of that array. Otherwise 1.
1240 const glu::StructMember& member = structType.getMember(i); local
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.cpp     [all...]
es31fTessellationTests.cpp     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-parse.c 135 _string_list_contains (string_list_t *list, const char *member, int *index);
514 /* A type that is properly aligned for any stack member. */
    [all...]
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
CodeGenTreeWalker.g 891 if ( s.member(Label.UP) ) {
    [all...]
  /external/chromium_org/chrome/browser/resources/downloads/
downloads.js 438 // Update member vars.
    [all...]
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.c 12 #define offsetof(type, member) ( (size_t) & ((type*)0) -> member )
    [all...]
qavltree.c 12 #define offsetof(type, member) ( (size_t) & ((type*)0) -> member )
    [all...]
qbintree.c 12 #define offsetof(type, member) ( (size_t) & ((type*)0) -> member )
    [all...]
qrbtree.c 12 #define offsetof(type, member) ( (size_t) & ((type*)0) -> member )
    [all...]
  /external/chromium_org/tools/traceline/svgui/
traceline.js 446 // Make member variables out of the things we want to 'export', things that
  /external/clang/lib/AST/
Decl.cpp 69 // non-type member of a class, only non-type visibility restrictions
73 // 6. When computing the visibility of a type, including a type member
158 /// Does the given declaration have member specialization information,
163 if (const MemberSpecializationInfo *member =
165 return member->isExplicitSpecialization();
170 /// For templates, this question is easier: a member template can't be
172 /// or not this is an explicit member specialization.
424 // member thereof with explicit visibility.
432 // an explicit instantiation of a member of such a thing.
440 // This is the 'member thereof' check
    [all...]
ItaniumMangle.cpp 782 /// for the first name in the qualifier, if this is for a member expression
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp 224 // refer to a member of an unknown specialization.
254 // computed, which is either the type of the base of a member access
12013 CXXSpecialMember member = CXXInvalid; local
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Nodes.py 193 """Clone the node. This is defined as a shallow copy, except for member lists
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.c 668 /* A type that is properly aligned for any stack member. */
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
  /external/chromium_org/ui/file_manager/file_manager/common/js/
util.js 899 * FileError except that it does not have the deprecated FileError.code member.
    [all...]
  /external/iproute2/doc/
ip-cref.tex 429 and not destined for a multicast group of which we are member. Usually
    [all...]
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 

Completed in 3974 milliseconds

<<11121314151617