/external/chromium_org/third_party/angle/src/compiler/ |
SearchSymbol.h | 20 SearchSymbol(const TString &symbol); 28 const TString &mSymbol;
|
RenameFunction.h | 18 RenameFunction(const TString& oldFunctionName, const TString& newFunctionName) 32 const TString mOldFunctionName; 33 const TString mNewFunctionName;
|
OutputHLSL.h | 36 TString typeString(const TType &type); 37 TString textureString(const TType &type); 38 static TString qualifierString(TQualifier qualifier); 39 static TString arrayString(const TType &type); 40 static TString initializer(const TType &type); 41 static TString decorate(const TString &string); // Prepends an underscore to avoid naming clashes 42 static TString decorateUniform(const TString &string, const TType &type); 43 static TString decorateField(const TString &string, const TType &structure) [all...] |
OutputGLSLBase.h | 32 TString getTypeName(const TType& type); 48 TString hashName(const TString& name); 50 TString hashVariableName(const TString& name); 52 TString hashFunctionName(const TString& mangled_name); 64 typedef std::set<TString> DeclaredStructs;
|
DetectCallDepth.h | 42 FunctionNode(const TString& fname); 44 const TString& getName() const; 57 TString name; 66 FunctionNode* findFunctionByName(const TString& name);
|
MapLongVariableNames.h | 53 TString mapGlobalLongName(const TString& name);
|
SymbolTable.h | 45 TSymbol(const TString* n) : uniqueId(0), name(n) { } 48 const TString& getName() const { return *name; } 49 virtual const TString& getMangledName() const { return getName(); } 55 void relateToExtension(const TString& ext) { extension = ext; } 56 const TString& getExtension() const { return extension; } 62 const TString *name; 63 TString extension; 78 TVariable(const TString *name, const TType& t, bool uT = false ) : TSymbol(name), type(t), userType(uT), unionArray(0) { } 122 TString *name; 136 TFunction(const TString *name, TType& retType, TOperator tOp = EOpNull) : [all...] |
ParseContext.h | 58 TString HashErrMsg; 73 bool parseVectorFields(const TString&, int vecSize, TVectorFields&, const TSourceLoc& line); 74 bool parseMatrixFields(const TString&, int matSize, TMatrixFields&, const TSourceLoc& line); 76 bool reservedErrorCheck(const TSourceLoc& line, const TString& identifier); 77 void assignError(const TSourceLoc& line, const char* op, TString left, TString right); 78 void unaryOpError(const TSourceLoc& line, const char* op, TString operand); 79 void binaryOpError(const TSourceLoc& line, const char* op, TString left, TString right); 89 bool arrayErrorCheck(const TSourceLoc& line, TString& identifier, TPublicType type, TVariable*& variable) [all...] |
VariableInfo.cpp | 11 TString arrayBrackets(int index) 76 const TString& name, 77 const TString& mappedName, 80 const TString& name, 81 const TString& mappedName, 87 const TString& name, 88 const TString& mappedName, 95 TString lname = name + arrayBrackets(i); 96 TString lmappedName = mappedName + arrayBrackets(i); 108 const TString& name [all...] |
SearchSymbol.cpp | 16 SearchSymbol::SearchSymbol(const TString &symbol) : mSymbol(symbol)
|
Types.h | 23 TField(TType* type, TString* name) : mType(type), mName(name) {} 30 const TString& name() const { return *mName; } 35 TString* mName; 49 TStructure(TString* name, TFieldList* fields) 56 const TString& name() const { return *mName; } 59 const TString& mangledName() const { 78 TString buildMangledName() const; 82 TString* mName; 85 mutable TString mMangledName; 173 const TString& getMangledName() const [all...] |
BuiltInFunctionEmulator.h | 41 static TString GetEmulatedFunctionName(const TString& name);
|
Common.h | 41 typedef std::basic_string <char, std::char_traits<char>, TStringAllocator> TString; 43 inline TString* NewPoolTString(const char* s) 45 void* memory = GetGlobalPoolAllocator()->allocate(sizeof(TString)); 46 return new(memory) TString(s);
|
MapLongVariableNames.cpp | 11 TString mapLongName(size_t id, const TString& name, bool isGlobal) 105 TString MapLongVariableNames::mapGlobalLongName(const TString& name) 112 TString rt = mapLongName(id, name, true);
|
intermediate.h | 272 TString getCompleteString() const { return type.getCompleteString(); } 356 TIntermSymbol(int i, const TString& sym, const TType& t) : 362 const TString& getSymbol() const { return symbol; } 365 void setSymbol(const TString& sym) { symbol = sym; } 367 const TString& getOriginalSymbol() const { return originalSymbol; } 375 TString symbol; 376 TString originalSymbol; 503 void setName(const TString& n) { name = n; } 504 const TString& getName() const { return name; } 521 TString name [all...] |
OutputGLSLBase.cpp | 14 TString arrayBrackets(const TType& type) 19 return TString(out.c_str()); 106 const TString& name = arg->getSymbol(); 258 TString fieldName = field->name(); 324 TString preString; 325 TString postString = ")"; 455 TString preString; 737 TString TOutputGLSLBase::getTypeName(const TType& type) 763 return TString(out.c_str()); 766 TString TOutputGLSLBase::hashName(const TString& name [all...] |
OutputHLSL.cpp | 23 // Integer to TString conversion 24 TString str(int i) 158 TString uniforms; 159 TString varyings; 160 TString attributes; 165 const TString &name = uniform->second->getSymbol(); 187 const TString &name = varying->second->getSymbol(); 196 const TString &name = attribute->second->getSymbol(); [all...] |
SymbolTable.cpp | 32 TString TType::buildMangledName() const 34 TString mangledName; 93 TString TStructure::buildMangledName() const 95 TString mangledName("struct-"); 201 void TSymbolTableLevel::relateToExtension(const char* name, const TString& ext)
|
DetectCallDepth.cpp | 10 DetectCallDepth::FunctionNode::FunctionNode(const TString& fname) 16 const TString& DetectCallDepth::FunctionNode::getName() const 177 const TString& name)
|
DetectDiscontinuity.cpp | 114 TString name = TFunction::unmangleName(node->getName());
|
ParseContext.cpp | 25 bool TParseContext::parseVectorFields(const TString& compString, int vecSize, TVectorFields& fields, const TSourceLoc& line) 118 bool TParseContext::parseMatrixFields(const TString& compString, int matSize, TMatrixFields& fields, const TSourceLoc& line) 208 void TParseContext::assignError(const TSourceLoc& line, const char* op, TString left, TString right) 219 void TParseContext::unaryOpError(const TSourceLoc& line, const char* op, TString operand) 231 void TParseContext::binaryOpError(const TSourceLoc& line, const char* op, TString left, TString right) 432 bool TParseContext::reservedErrorCheck(const TSourceLoc& line, const TString& identifier) 454 if (identifier.find("__") != TString::npos) { 572 bool TParseContext::voidErrorCheck(const TSourceLoc& line, const TString& identifier, const TPublicType& pubType [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
TString.java | 8 public final class TString extends Token 10 public TString(String text) 15 public TString(String text, int line, int pos) 25 return new TString(getText(), getLine(), getPos());
|
AStringExpression.java | 10 private TString _value_; 18 @SuppressWarnings("hiding") TString _value_) 37 public TString getValue() 42 public void setValue(TString node) 88 setValue((TString) newChild);
|
AContentTypeCommand.java | 11 private TString _string_; 20 @SuppressWarnings("hiding") TString _string_) 67 public TString getString() 72 public void setString(TString node) 131 setString((TString) newChild);
|
/external/chromium_org/third_party/angle/src/compiler/timing/ |
RestrictFragmentShaderTiming.h | 36 typedef std::set<TString> StringSet;
|