HomeSort by relevance Sort by last modified time
    Searched defs:typeString (Results 1 - 19 of 19) sorted by null

  /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;
110 this.typeString = signature.replace('.', '/').intern();
245 if (typeString == null) {
249 typeString = str.intern();
251 return typeString;
294 if (typeString == null && isPrimitive()) {
296 typeString = String.valueOf(getTypeCode());
299 if (typeString.length() == 1) {
305 String className = typeString.replace('/', '.');
332 * 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()));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateMetadata.java 204 String typeString = getAttributeOrNull(icon, ATTR_TYPE);
205 if (typeString != null) {
206 typeString = typeString.toUpperCase(Locale.US);
209 if (typeString.equals(type.name())) {
216 AdtPlugin.log(null, "Unknown asset type %1$s", typeString);
  /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 258 final String typeString = parseTypeString(type.replace('/', '.'));
276 String className = packageName + "." + typeString;
290 String className = "org.apache.harmony.awt.www.content." + typeString;
782 * @param typeString
786 private String parseTypeString(String typeString) {
787 StringBuilder result = new StringBuilder(typeString);
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
EventLogParser.java 215 String typeString = m.group(2);
216 int typeValue = Integer.parseInt(typeString);
223 typeString = m.group(3);
224 if (typeString != null && typeString.length() > 0) {
226 typeString = typeString.substring(1);
228 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 
  /tools/motodev/src/plugins/videos/libs/gdata/java/lib/
gdata-youtube-2.0.jar 

Completed in 913 milliseconds