HomeSort by relevance Sort by last modified time
    Searched refs:stringKey (Results 1 - 6 of 6) sorted by null

  /external/jmdns/src/javax/jmdns/impl/
DNSCache.java 300 String stringKey = (key != null ? key.trim().toLowerCase() : null);
302 if (stringKey != null) {
303 if (stringKey.equals(entry.getKey())) {
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
Dictionary.cpp 708 V8TRYCATCH_FOR_V8STRINGRESOURCE_RETURN(V8StringResource<>, stringKey, key, false);
710 if (!static_cast<const String&>(stringKey).isEmpty())
711 hashMap.set(stringKey, stringValue);
733 V8TRYCATCH_FOR_V8STRINGRESOURCE_RETURN(V8StringResource<>, stringKey, key, false);
734 names.append(stringKey);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 92 milliseconds