HomeSort by relevance Sort by last modified time
    Searched refs:typeStr (Results 1 - 25 of 37) sorted by null

1 2

  /external/deqp/modules/gles31/functional/
es31fShaderStateQueryTests.cpp 61 const char* typeStr;
93 const tcu::ScopedLogSection section(m_testCtx.getLog(), std::string(samplerTypes[typeNdx].typeStr), std::string() + "Sampler type " + samplerTypes[typeNdx].typeStr);
97 m_testCtx.getLog() << tcu::TestLog::Message << "GL_OES_texture_storage_multisample_2d_array not supported, skipping type " << samplerTypes[typeNdx].typeStr << tcu::TestLog::EndMessage;
102 shaderArgs["SAMPLERTYPE"] = samplerTypes[typeNdx].typeStr;
111 m_testCtx.getLog() << tcu::TestLog::Message << "Building program with uniform sampler of type " << samplerTypes[typeNdx].typeStr << tcu::TestLog::EndMessage;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/
Fingerprints.js 16 var typeStr=document.URL.substring(idx+1, document.URL.length);
17 idx=typeStr.indexOf("=");
19 var ch=typeStr.substring(idx+1, idx+2)
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
BluetoothNameUtils.java 51 String typeStr = matcher.group(1);
53 if (typeStr != null) {
55 return Integer.parseInt(typeStr);
  /frameworks/base/media/jni/
android_media_MediaCodecList.cpp 165 const char *typeStr = env->GetStringUTFChars(type, NULL);
166 if (typeStr == NULL) {
175 defaultFormat->setString("mime", typeStr);
179 info->getCapabilitiesFor(typeStr);
180 env->ReleaseStringUTFChars(type, typeStr);
181 typeStr = NULL;
  /external/icu/icu4c/source/test/intltest/
dcfmtest.cpp 422 const char *typeStr = "Unknown";
429 typeStr = "Formattable";
436 typeStr = "StringPiece";
449 typeStr, lineNum, u_errorName(status));
456 typeStr, lineNum, UnicodeStringPiece(expected).data(), UnicodeStringPiece(result).data());
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCDatabaseMetaData.java 658 String typeStr = r0[col];
659 int type = mapSqlType(typeStr);
662 row[6] = "" + getD(typeStr, type);
663 row[7] = "" + getM(typeStr, type);
    [all...]
  /frameworks/base/media/jni/audioeffect/
android_media_AudioEffect.cpp 259 const char *typeStr = NULL;
271 typeStr = env->GetStringUTFChars(type, NULL);
272 if (typeStr == NULL) { // Out of memory
286 if (typeStr == NULL && uuidStr == NULL) {
314 lpAudioEffect = new AudioEffect(typeStr,
342 if (typeStr) {
343 env->ReleaseStringUTFChars(type, typeStr);
344 typeStr = NULL;
418 if (typeStr != NULL) {
419 env->ReleaseStringUTFChars(type, typeStr);
    [all...]
  /frameworks/av/media/libmedia/
AudioEffect.cpp 57 AudioEffect::AudioEffect(const char *typeStr,
72 ALOGV("Constructor string\n - type: %s\n - uuid: %s", typeStr, uuidStr);
74 if (typeStr != NULL) {
75 if (stringToGuid(typeStr, &type) == NO_ERROR) {
  /external/chromium_org/base/android/java/src/org/chromium/base/
PerfTraceEvent.java 53 EventType(String typeStr) {
54 mTypeStr = typeStr;
  /packages/apps/InCallUI/src/com/android/incallui/
ContactInfoCache.java 226 final CharSequence typeStr = Phone.getTypeLabel(
228 entry.label = typeStr == null ? null : typeStr.toString();
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_graph.h 60 const char *typeStr() const;
nv50_ir_print.cpp 594 ei.getEdge()->typeStr());
610 ei.getEdge()->typeStr());
nv50_ir_graph.cpp 73 const char *Graph::Edge::typeStr() const
  /external/deqp/modules/glshared/
glsFboCompletenessTests.cpp 581 const string typeStr = getTypeName(format.unsizedType);
582 return fmtStr + "_" + toLower(typeStr.substr(3));
594 const string typeStr = getTypeName(format.unsizedType);
595 return fmtStr + " with type " + typeStr;
glsShaderLibraryCase.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_graph.h 60 const char *typeStr() const;
nv50_ir_print.cpp 594 ei.getEdge()->typeStr());
610 ei.getEdge()->typeStr());
nv50_ir_graph.cpp 73 const char *Graph::Edge::typeStr() const
  /frameworks/av/include/media/
AudioEffect.h 240 AudioEffect(const char *typeStr,
  /frameworks/base/core/java/com/android/internal/util/
XmlUtils.java 598 String typeStr;
615 typeStr = "int";
617 typeStr = "long";
619 typeStr = "float";
621 typeStr = "double";
623 typeStr = "boolean";
666 out.startTag(null, typeStr);
671 out.endTag(null, typeStr);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
translit.cpp     [all...]
  /external/icu/icu4c/source/i18n/
translit.cpp     [all...]
  /packages/apps/Exchange/src/com/android/exchange/utility/
CalendarUtilities.java     [all...]
  /external/deqp/framework/qphelper/
qpTestLog.c 409 const char* typeStr = QP_LOOKUP_STRING(s_qpTestTypeMap, testCaseType);
429 resultAttribs[numResultAttribs++] = qpSetStringAttrib("CaseType", typeStr);
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp 345 String16 typeStr = String16(block.getAttributeStringValue(typeIdx, &len));
346 attr.type = parse_flags(typeStr.string(), typeStr.size(), gFormatFlags);
349 String8(typeStr).string());
    [all...]

Completed in 781 milliseconds

1 2