HomeSort by relevance Sort by last modified time
    Searched full:resourcebundle (Results 151 - 175 of 514) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.1.0-rc1/
compilerCommon-2.1.0-rc1-sources.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.1.2/
compilerCommon-2.1.2-sources.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.2.0-alpha1/
compilerCommon-2.2.0-alpha1-sources.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.2.0-alpha3/
compilerCommon-2.2.0-alpha3-sources.jar 
  /prebuilts/tools/common/offline-m2/com/android/databinding/compilerCommon/1.1/
compilerCommon-1.1-sources.jar 
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
BindingTarget.java 27 import android.databinding.tool.store.ResourceBundle;
46 ResourceBundle.BindingTargetBundle mBundle;
48 public BindingTarget(ResourceBundle.BindingTargetBundle bundle) {
  /libcore/ojluni/src/main/java/java/util/logging/
Formatter.java 98 * the record's ResourceBundle. (If there is no ResourceBundle,
115 java.util.ResourceBundle catalog = record.getResourceBundle();
Logger.java 38 import java.util.ResourceBundle;
91 * Each Logger may have a ResourceBundle name associated with it.
93 * If a Logger does not have its own ResourceBundle name, then
94 * it will inherit the ResourceBundle name from its parent,
100 * ResourceBundle and if the ResourceBundle has a mapping for the msg
107 * When mapping ResourceBundle names to ResourceBundles, the Logger
111 * unable to locate a ResourceBundle from the ContextClassLoader or
113 * and use successive calling ClassLoaders to try to locate a ResourceBundle.
187 private ResourceBundle catalog; // Cached resource bundl
    [all...]