Searched refs:typeStr (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Tools/DumpRenderTree/mac/
H A DAppleScriptController.m90 char typeStr[5];
91 typeStr[0] = type >> 24;
92 typeStr[1] = type >> 16;
93 typeStr[2] = type >> 8;
94 typeStr[3] = type;
95 typeStr[4] = 0;
97 value = [NSString stringWithFormat:@"'%s'", typeStr];
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/
H A DFingerprints.js16 var typeStr=document.URL.substring(idx+1, document.URL.length);
17 idx=typeStr.indexOf("=");
19 var ch=typeStr.substring(idx+1, idx+2)
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCDatabaseMetaData.java658 String typeStr = r0[col];
659 int type = mapSqlType(typeStr);
662 row[6] = "" + getD(typeStr, type);
663 row[7] = "" + getM(typeStr, type);
1513 static int getM(String typeStr, int type) { argument
1525 typeStr = typeStr.toLowerCase();
1526 int i1 = typeStr.indexOf('(');
1529 int i2 = typeStr.indexOf(',', i1);
1531 i2 = typeStr
1544 getD(String typeStr, int type) argument
[all...]
/external/skia/src/core/
H A DSkConcaveToTriangles.cpp564 const char *typeStr = NULL; local
567 typeStr = "MONOTONE";
570 typeStr = "CONCAVE";
573 typeStr = "CONVEX";
576 return typeStr;
/external/icu4c/i18n/
H A Dtranslit.cpp1515 const char* typeStr = ures_getKey(res); local
1517 u_charsToUChars(typeStr, &type, 1);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 306 milliseconds