Searched defs:Util (Results 1 - 25 of 70) sorted by relevance

123

/external/libvncserver/webclients/novnc/include/
H A Dutil.js13 var Util = {};
178 * Namespaced in Util
186 Util._log_level = 'warn';
187 Util.init_logging = function (level) {
190 level = Util._log_level;
192 Util._log_level = level;
210 Util.Debug = Util.Info = Util.Warn = Util
[all...]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
H A DUtil.java22 public class Util { class
/external/mesa3d/scons/
H A Ddxsdk.py34 import SCons.Util namespace
H A Dllvm.py37 import SCons.Util namespace
H A Dcrossmingw.py42 import SCons.Util namespace
45 prefixes32 = SCons.Util.Split("""
59 prefixes64 = SCons.Util.Split("""
73 if env.WhereIs(prefix + 'gcc') or SCons.Util.WhereIs(prefix + 'gcc'):
79 cmd = SCons.Util.CLVar(['$SHLINK', '$SHLINKFLAGS'])
151 env2['CCFLAGS'] = SCons.Util.CLVar(flags)
171 dir = os.path.dirname(env.WhereIs(mingw_prefix + 'gcc') or SCons.Util.WhereIs(mingw_prefix + 'gcc'))
177 if SCons.Util.is_String(path):
189 env['SHCCFLAGS'] = SCons.Util.CLVar('$CCFLAGS')
191 env['SHCXXFLAGS'] = SCons.Util
[all...]
/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
H A DUtil.java27 final class Util { class
31 private Util() { method in class:Util
/external/javassist/src/main/javassist/bytecode/analysis/
H A DUtil.java25 public class Util implements Opcode { class in inherits:Opcode
/external/lzma/Java/Tukaani/src/org/tukaani/xz/common/
H A DUtil.java2 * Util
12 public class Util { class
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DElementPolicy.java60 public static final class Util { class in interface:ElementPolicy
61 private Util() { /* uninstantiable */ } method in class:ElementPolicy.Util
H A DAttributePolicy.java62 public static final class Util { class in interface:AttributePolicy
/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
H A DUtil.java33 public final class Util { class
35 private Util() { method in class:Util
58 String thisClassName = Util.class.getName();
60 // Advance until Util is found
67 // trace[i] = Util; trace[i+1] = caller; trace[i+2] = caller's caller
69 throw new IllegalStateException("Failed to find org.slf4j.helpers.Util or its caller in the stack; " + "this should not happen");
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dutil.rb5 module Util module in class:ANTLR3
/external/jsoncpp/scons-tools/
H A Dtargz.py17 import SCons.Util namespace
/external/nanopb-c/tests/site_scons/site_tools/
H A Dnanopb.py33 import SCons.Util namespace
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/
H A DUtil.java36 class Util { class
/external/swiftshader/third_party/LLVM/utils/lit/lit/
H A DLitConfig.py18 import Util as util
70 import os, Util namespace
75 self.bashPath = Util.which('bash', os.pathsep.join(self.path))
90 import os, Util namespace
92 if not Util.checkToolsPath(dir, tools):
95 dir = Util.whichTools(tools, paths)
98 self.bashPath = Util.which('bash', dir)
H A DTestFormats.py6 import Util namespace
30 lines = Util.capture([path, '--gtest_list_tests'],
H A DTestRunner.py6 import Util namespace
150 args[0] = Util.which(args[0], cfg.environment['PATH'])
529 Util.mkdir_p(os.path.dirname(tmpBase))
574 Util.mkdir_p(os.path.dirname(tmpBase))
H A DShUtil.py3 import Util namespace
77 Util.warning("escape at end of quoted argument in: %r" %
95 Util.warning("escape at end of quoted argument in: %r" %
107 Util.warning("missing quote character in %r" % self.data)
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
H A DUtil.java47 final class Util { class
184 private Util() {} method in class:Util
/external/glide/library/src/main/java/com/bumptech/glide/util/
H A DUtil.java14 public final class Util { class
21 private Util() { method in class:Util
/external/okhttp/okio/okio/src/main/java/okio/
H A DUtil.java20 final class Util { class
24 private Util() { method in class:Util
65 Util.<Error>sneakyThrow2(t);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
H A DPBE.java67 static class Util class in interface:PBE
/external/caliper/caliper/src/main/java/com/google/caliper/util/
H A DUtil.java37 public final class Util { class
38 private Util() {} method in class:Util
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/utils/
H A DUtil.java40 public final class Util implements IPerformancesConstants { class in inherits:IPerformancesConstants
250 Util.DATE_FORMAT.parse(substring);
498 } else if (time < Util.ONE_MINUTE) { // less than 1mn
505 } else if (time < Util.ONE_HOUR) { // less than 1h
506 buffer.append(time/Util.ONE_MINUTE).append("mn "); //$NON-NLS-1$
507 long seconds = time%Util.ONE_MINUTE;
511 long h = time / Util.ONE_HOUR;
513 long m = (time % Util.ONE_HOUR) / Util.ONE_MINUTE;
515 long seconds = m%Util
522 private Util() { method in class:Util
[all...]

Completed in 784 milliseconds

123