HomeSort by relevance Sort by last modified time
    Searched full:mappedname (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/translator/
ShaderVars.cpp 36 mappedName(other.mappedName),
48 mappedName = other.mappedName;
144 mappedName(other.mappedName),
156 mappedName = other.mappedName;
VariableInfo.cpp 43 const std::string &mappedName,
49 const std::string &mappedName,
60 std::string lmappedName = mappedName + ::ArrayString(elementIndex);
66 ExpandUserDefinedVariable(variable, name, mappedName, markStaticUse, expanded);
74 expandedVar.mappedName = mappedName;
85 expandedVar.mappedName += "[0]";
94 const std::string &mappedName,
107 mappedName + "." + field.mappedName,
    [all...]
ShaderLang.cpp 407 char* mappedName)
439 if (mappedName)
445 strncpy(mappedName, varInfo->mappedName.c_str(), maxMappedNameLength);
446 mappedName[maxMappedNameLength - 1] = 0;
OutputHLSL.cpp 289 const TString &mappedName = flaggedStructIt->second;
293 flaggedStructs += "static " + Decorate(structure.name()) + " " + mappedName + " =\n";
    [all...]
  /external/chromium_org/third_party/angle/include/GLSLANG/
ShaderVars.h 58 std::string mappedName;
112 std::string mappedName;
ShaderLang.h 427 // mappedName: Returns a null terminated string containing the mapped name of
428 // the variable, It is assumed that mappedName has enough memory
430 // mapped name. If the name is not mapped, then name and mappedName
441 char* mappedName);
  /libcore/luni/src/main/native/
java_lang_System.cpp 128 char* mappedName = NULL;
129 asprintf(&mappedName, OS_SHARED_LIB_FORMAT_STR, name.c_str());
130 jstring result = env->NewStringUTF(mappedName);
131 free(mappedName);
  /external/clang/include/clang/Lex/
DirectoryLookup.h 169 /// \param [out] MappedName if this is a headermap which maps the filename to
178 SmallVectorImpl<char> &MappedName) const;
HeaderSearch.h 202 const char *MappedName;
205 LookupFileCacheInfo(): StartIdx(0), HitIdx(0), MappedName(nullptr) {}
209 this->MappedName = nullptr;
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsr250-api-1.0.jar 
  /external/clang/lib/Lex/
HeaderSearch.cpp 271 SmallVectorImpl<char> &MappedName) const {
312 MappedName.clear();
313 MappedName.append(Dest.begin(), Dest.end());
314 Filename = StringRef(MappedName.begin(), MappedName.size());
706 if (CacheLookup.MappedName)
707 Filename = CacheLookup.MappedName;
715 SmallString<64> MappedName;
724 HasBeenMapped, MappedName);
726 CacheLookup.MappedName
    [all...]
  /prebuilts/tools/common/m2/repository/javax/annotation/javax.annotation-api/1.2/
javax.annotation-api-1.2.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntsecpkg.h 346 typedef NTSTATUS (NTAPI LSA_AUDIT_ACCOUNT_LOGON)(ULONG AuditId,BOOLEAN Success,PUNICODE_STRING Source,PUNICODE_STRING ClientName,PUNICODE_STRING MappedName,NTSTATUS Status);
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 4105 milliseconds