OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compString
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/
ParseContext.cpp
25
bool TParseContext::parseVectorFields(const TString&
compString
, int vecSize, TVectorFields& fields, const TSourceLoc& line)
27
fields.num = (int)
compString
.size();
29
error(line, "illegal vector field selection",
compString
.c_str());
40
switch (
compString
[i]) {
91
error(line, "illegal vector field selection",
compString
.c_str());
98
error(line, "vector field selection out of range",
compString
.c_str());
104
error(line, "illegal - vector component fields not from the same set",
compString
.c_str());
118
bool TParseContext::parseMatrixFields(const TString&
compString
, int matSize, TMatrixFields& fields, const TSourceLoc& line)
125
if (
compString
.size() != 2) {
126
error(line, "illegal length of matrix field selection",
compString
.c_str())
[
all
...]
/frameworks/base/media/java/android/media/
MediaFocusControl.java
305
final String
compString
= comp.flattenToString();
307
if (
compString
.equals(enabledArray[i])) {
308
if (DEBUG_RC) { Log.d(TAG, " > " +
compString
+ " is enabled"); }
312
if (DEBUG_RC) { Log.d(TAG, " > " +
compString
+ " is NOT enabled"); }
[
all
...]
Completed in 30 milliseconds