Searched defs:Utils (Results 1 - 20 of 20) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DUtils.java19 * $Id: Utils.java 468654 2006-10-28 07:09:23Z minchau $
31 public final class Utils class
/external/webkit/Tools/wx/build/
H A Dwaf_extensions.py30 import Utils namespace
85 Utils.exec_command = exec_command
92 m = Utils.md5()
98 Utils.h_file = h_file
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DUtils.java33 public class Utils { class
/external/replicaisland/src/com/replica/replicaisland/
H A DUtils.java20 public class Utils { class
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/draw2d/
H A DIColorConstants.java27 Color buttonLightest = Utils.getSystemColor(SWT.COLOR_WIDGET_HIGHLIGHT_SHADOW);
31 Color button = Utils.getSystemColor(SWT.COLOR_WIDGET_BACKGROUND);
35 Color buttonDarker = Utils.getSystemColor(SWT.COLOR_WIDGET_NORMAL_SHADOW);
39 // Color buttonDarkest = Utils.getSystemColor(SWT.COLOR_WIDGET_DARK_SHADOW);
43 Color listBackground = Utils.getSystemColor(SWT.COLOR_LIST_BACKGROUND);
47 Color listForeground = Utils.getSystemColor(SWT.COLOR_LIST_FOREGROUND);
51 Color listSelection = Utils.getSystemColor(SWT.COLOR_LIST_SELECTION);
55 Color listSelectionText = Utils.getSystemColor(SWT.COLOR_LIST_SELECTION_TEXT);
59 Color tooltipForeground = Utils.getSystemColor(SWT.COLOR_INFO_FOREGROUND);
63 Color tooltipBackground = Utils
82 public static class Utils { class in interface:IColorConstants
[all...]
/external/nist-sip/java/gov/nist/javax/sip/
H A DUtils.java45 public class Utils implements UtilsExt { class in inherits:UtilsExt
57 private static Utils instance = new Utils();
77 public static Utils getInstance() {
141 String cidString = Utils.toHexString(cid);
173 long num = rand.nextLong() + Utils.counter++ + System.currentTimeMillis();
177 return SIPConstants.BRANCH_MAGIC_COOKIE + Utils.toHexString(bid) + this.signature;
195 String bid = Utils.getInstance().generateBranchId();
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DUtils.java21 public class Utils implements XMPConst class in inherits:XMPConst
41 private Utils() method in class:Utils
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DUnitTests.cs28 internal class Utils class in namespace:DotZLibTests
74 Assert.IsTrue( Utils.byteArrEqual(arr,arr2) );
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DUtils.java39 public class Utils { class
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js2509 var selector = expression[i], elements = Selectors.Utils.search(this, selector, local);
2522 var tagid = Selectors.Utils.parseTagAndID(selector);
2525 var parsed = Selectors.Utils.parseSelector(selector);
2526 return (parsed) ? Selectors.Utils.filter(this, parsed, {}) : true;
2541 Selectors.Utils = {
2660 var tagid = Selectors.Utils.parseTagAndID(selector);
2664 items = Selectors.Utils.getByTagAndID(self, tag, id);
2671 var parsed = Selectors.Utils.parseSelector(selector);
2677 if (Selectors.Utils.filter(item, parsed, local)) filtered.push(item);
2693 var items = Selectors.Utils
[all...]
/external/v8/src/
H A Dapi.h161 class Utils { class in namespace:v8
255 return Utils::OpenHandle(*scope->Close(Utils::ToLocal(handle)));
262 Local<v8::To> Utils::Name(v8::internal::Handle<v8::internal::From> obj) { \
292 v8::internal::Handle<v8::internal::To> Utils::OpenHandle(\
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
H A D__init__.py30 import email.Utils namespace
312 date = calendar.timegm(email.Utils.parsedate_tz(response_headers['date']))
321 expires = email.Utils.parsedate_tz(response_headers['expires'])
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.frameworkadmin_2.0.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.update.configurator_3.3.100.v20100512.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 484 milliseconds