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

12

/external/chromium_org/media/test/data/eme_player_js/
H A Dutils.js5 // Utils provide logging functions and other JS functions commonly used by the
7 var Utils = new function() {
12 Utils.addOptions = function(elementID, keyValueOptions, disabledOptions) {
26 Utils.convertToArray = function(input) {
32 Utils.convertToUint8Array = function(msg) {
45 Utils.createJWKData = function(keyId, key) {
79 return Utils.convertToUint8Array(createJWKSet(createJWK(keyId, key)));
82 Utils.extractFirstLicenseKey = function(message) {
91 return String.fromCharCode.apply(null, Utils.convertToUint8Array(data));
97 return Utils
[all...]
/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/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/chromium_org/third_party/cython/src/Cython/Compiler/
H A DAnnotate.py11 from Cython import Utils namespace
59 f = Utils.open_source_file(source_filename)
131 c_file = Utils.decode_filename(os.path.basename(target_filename))
H A DTypeInference.py6 from Cython import Utils namespace
308 and Utils.long_literal(rhs.value)):
452 if types and Utils.all(types):
H A DScanning.py13 from Cython import Utils namespace
176 filename = Utils.decode_filename(filename)
193 f = Utils.open_source_file(
215 cwd = Utils.decode_filename(os.getcwd() + os.path.sep)
H A DMain.py20 from Cython import Utils namespace
224 return Utils.search_include_directories(
228 return Utils.find_root_package_dir(file_path)
231 return Utils.check_package_dir(dir, tuple(package_names))
234 c_path = Utils.replace_suffix(source_path, ".c")
237 c_time = Utils.modification_time(c_path)
238 if Utils.file_newer_than(source_path, c_time):
241 pxd_path = Utils.replace_suffix(source_path, ".pxd")
242 if os.path.exists(pxd_path) and Utils.file_newer_than(pxd_path, c_time):
251 if dep_path and Utils
[all...]
H A DCode.py9 Utils=object, SourceDescriptor=object, StringIOTree=object,
27 from Cython import Utils namespace
162 f = Utils.open_source_file(filename, encoding='UTF-8')
1289 elif Utils.long_literal(value):
1589 f = Utils.open_new_file(tmp_path)
2135 self.f = Utils.open_new_file(outfile_name)
H A DParsing.py12 Builtin=object, ModuleNode=object, Utils=object,
26 from Cython import Utils namespace
1648 f = Utils.open_source_file(include_file_path, mode="rU")
H A DExprNodes.py12 Builtin=object, Symtab=object, Utils=object, find_coercion_error=object,
35 from Cython import Utils namespace
1103 plain_integer_string = str(Utils.str_to_number(self.value))
1125 self.constant_result = Utils.str_to_number(self.value)
1128 return Utils.str_to_number(self.value)
2945 if not is_slice and isinstance(self.index, IntNode) and Utils.long_literal(self.index.value):
3308 if not Utils.any([specific_type.same_as(t)
8344 return IntNode(pos = operand.pos, value = str(-Utils.str_to_number(operand.value)),
/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/chromium_org/third_party/cython/src/
H A Dsetup.py183 from Cython import Utils namespace
200 c_last_modified = Utils.modification_time(c_source_file)
201 if Utils.file_newer_than(pyx_source_file, c_last_modified):
205 if os.path.exists(pxd_source_file) and Utils.file_newer_than(pxd_source_file, c_last_modified):
/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/chromium_org/third_party/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/chromium_org/third_party/cython/src/Cython/Build/
H A DDependencies.py49 from Cython import Utils namespace
50 from Cython.Utils import cached_function, cached_method, path_exists, find_root_package_dir
383 fh = Utils.open_source_file(source_filename, "rU", error_handling='ignore')
/external/chromium_org/v8/src/
H A Dapi.h175 class Utils { class in namespace:v8
180 if (!condition) Utils::ReportApiFailure(location, message);
304 return Utils::OpenHandle(*scope->Escape(Utils::ToLocal(handle)), true);
316 return Utils::Convert<v8::internal::Object, T>(obj);
323 Local<v8::To> Utils::Name(v8::internal::Handle<v8::internal::From> obj) { \
329 Local<v8::Type##Array> Utils::ToLocal##Type##Array( \
373 v8::internal::Handle<v8::internal::To> Utils::OpenHandle( \
/external/chromium_org/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 ...
/external/deqp/modules/gles3/performance/
H A Des3pDepthTests.cpp133 namespace Utils namespace in namespace:deqp::gles3::Performance::__anon20237
500 } // Utils
1137 virtual ObjectData genOccluderGeometry (void) const { return Utils::fastQuad(0.2f); }
1138 virtual ObjectData genOccludedGeometry (void) const { return Utils::variableQuad(0.8f); }
1166 virtual ObjectData genOccluderGeometry (void) const { return Utils::fastQuadWithGradient(0.0f, 1.0f - m_gradientDistance); }
1169 return ObjectData(glu::makeVtxFragSources(Utils::getInstanceNoiseVertexShader(), Utils::getDepthAsRedFragmentShader()), Utils::getFullscreenQuadWithGradient(m_gradientDistance, 1.0f));
1201 virtual ObjectData genOccluderGeometry (void) const { return Utils::quadWith(Utils
[all...]

Completed in 2671 milliseconds

12