/external/webkit/Source/WebCore/platform/ |
AsyncFileSystem.cpp | 58 String typeString = (type == Persistent) ? "Persistent" : "Temporary"; 62 name += typeString; 68 rootPath += typeString;
|
/external/webkit/Source/WebCore/platform/network/cf/ |
ProxyServerCFNet.cpp | 55 CFStringRef typeString = static_cast<CFStringRef>(CFDictionaryGetValue(proxyDictionary, kCFProxyTypeKey)); 56 if (CFEqual(typeString, kCFProxyTypeAutoConfigurationURL)) { 61 if (CFEqual(typeString, kCFProxyTypeNone)) { 66 if (CFEqual(typeString, kCFProxyTypeHTTP)) 68 else if (CFEqual(typeString, kCFProxyTypeHTTPS)) 70 else if (CFEqual(typeString, kCFProxyTypeSOCKS))
|
/external/webkit/Source/WebCore/bindings/js/ |
JSInspectorFrontendHostCustom.cpp | 103 String typeString = ustringToString(type.toString(exec)); 104 if (typeString == "separator") { 110 ContextMenuItem* menuItem = new ContextMenuItem((typeString == "checkbox" ? CheckableActionType : ActionType), typedId, ustringToString(label.toString(exec)));
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8InspectorFrontendHostCustom.cpp | 90 String typeString = toWebCoreStringWithNullCheck(type); 91 if (typeString == "separator") { 97 ContextMenuItem* menuItem = new ContextMenuItem((typeString == "checkbox" ? CheckableActionType : ActionType), typedId, toWebCoreStringWithNullCheck(label));
|
/frameworks/wilhelm/tests/examples/ |
slesTestEffectCapabilities.cpp | 122 char typeString[GUID_DISPLAY_LENGTH]; 142 guidToString(effectType, typeString); 145 fprintf(stdout, " type=%s, impl=%s name=%.*s \n", typeString, implString, effectNameLength,
|
/libcore/luni/src/main/java/java/io/ |
ObjectStreamField.java | 44 private String typeString; 106 this.typeString = signature.replace('.', '/').intern(); 241 if (typeString == null) { 245 typeString = str.intern(); 247 return typeString; 290 if (typeString == null && isPrimitive()) { 292 typeString = String.valueOf(getTypeCode()); 295 if (typeString.length() == 1) { 301 String className = typeString.replace('/', '.'); 328 * Resolves typeString into type. Returns true if the type is primitiv [all...] |
/dalvik/dx/src/com/android/dx/cf/direct/ |
AnnotationParser.java | 248 CstString typeString = (CstString) pool.get(typeIndex); 249 CstType type = new CstType(Type.intern(typeString.getString()));
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
OutputHLSL.cpp | 136 uniforms += "uniform " + typeString(type) + " " + decorate(name) + arrayString(type) + ";\n"; 144 varyings += "static " + typeString(type) + " " + decorate(name) + arrayString(type) + " = " + initializer(type) + ";\n"; 286 uniforms += "uniform " + typeString(type) + " " + decorate(name) + arrayString(type) + ";\n"; 293 attributes += "static " + typeString(type) + " " + decorate(name) + arrayString(type) + " = " + initializer(type) + ";\n"; 301 varyings += "static " + typeString(type) + " " + decorate(name) + arrayString(type) + " = " + initializer(type) + ";\n"; [all...] |
/libcore/luni/src/main/java/java/net/ |
URLConnection.java | 262 final String typeString = parseTypeString(type.replace('/', '.')); 280 String className = packageName + "." + typeString; 294 String className = "org.apache.harmony.awt.www.content." + typeString; 790 * @param typeString 794 private String parseTypeString(String typeString) { 795 StringBuilder result = new StringBuilder(typeString); [all...] |
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/ |
EventLogParser.java | 206 String typeString = m.group(2); 207 int typeValue = Integer.parseInt(typeString); 214 typeString = m.group(3); 215 if (typeString != null && typeString.length() > 0) { 217 typeString = typeString.substring(1); 219 typeValue = Integer.parseInt(typeString);
|
/external/webkit/Source/WebCore/inspector/front-end/ |
ConsoleView.js | [all...] |
/packages/apps/Contacts/src/com/android/contacts/detail/ |
ContactDetailFragment.java | [all...] |
/bionic/libc/netbsd/resolv/ |
res_cache.c | 713 const char* typeString; 720 const char* typeString = NULL; 730 typeString = qTypes[nn].typeString; 735 if (typeString != NULL) 736 p = _bprint_s(p, end, typeString); [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactsProvider2.java | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.update.configurator_3.3.100.v20100512.jar | |
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | |
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | |