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

  /sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/
LayoutAnalyzer.java 80 loadRule(shell, entry.getName(), zip.getInputStream(entry));
96 private void loadRule(GroovyShell shell, String name, InputStream stream) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RulesEngine.java 140 loadRule(SdkConstants.CLASS_VIEW, SdkConstants.CLASS_VIEW);
152 IViewRule rule = loadRule(element);
180 IViewRule rule = loadRule(selectedNode.getNode());
204 IViewRule rule = loadRule(parentNode.getNode());
228 IViewRule rule = loadRule(targetNode.getNode());
254 IViewRule rule = loadRule(targetNode.getNode());
277 IViewRule rule = loadRule(targetNode.getNode());
299 IViewRule rule = loadRule(targetNode.getNode());
371 private IViewRule loadRule(UiViewElementNode element) {
412 rule = loadRule(fqcn, targetFqcn)
    [all...]
  /external/chromium/third_party/icu/source/i18n/
timezone.cpp 269 UResourceBundle* TimeZone::loadRule(const UResourceBundle* top, const UnicodeString& ruleid, UResourceBundle* oldbundle, UErrorCode& status) {
272 U_DEBUG_TZ_MSG(("loadRule(%s)\n", key));
274 U_DEBUG_TZ_MSG(("loadRule(%s) -> kRULES [%s]\n", key, u_errorName(status)));
276 U_DEBUG_TZ_MSG(("loadRule(%s) -> item [%s]\n", key, u_errorName(status)));
    [all...]
  /external/icu4c/i18n/
timezone.cpp 269 UResourceBundle* TimeZone::loadRule(const UResourceBundle* top, const UnicodeString& ruleid, UResourceBundle* oldbundle, UErrorCode& status) {
272 U_DEBUG_TZ_MSG(("loadRule(%s)\n", key));
274 U_DEBUG_TZ_MSG(("loadRule(%s) -> kRULES [%s]\n", key, u_errorName(status)));
276 U_DEBUG_TZ_MSG(("loadRule(%s) -> item [%s]\n", key, u_errorName(status)));
    [all...]

Completed in 515 milliseconds