Searched refs:utils (Results 226 - 250 of 1533) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/extensions/api/notifications/
H A Dnotifications_apitest.cc28 namespace utils = extension_function_test_utils;
180 scoped_ptr<base::Value> result(utils::RunFunctionAndReturnSingleResult(
184 utils::NONE));
208 scoped_ptr<base::Value> result(utils::RunFunctionAndReturnSingleResult(
212 utils::NONE));
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_apitest.cc61 namespace utils = extension_function_test_utils;
114 scoped_ptr<base::ListValue> parsed_args(utils::ParseList(args));
416 if (!utils::RunFunction(
417 func.get(), std::string("[]"), browser(), utils::NONE)) {
538 utils::RunFunctionAndReturnSingleResult(func.get(), "[]", browser()));
547 utils::RunFunctionAndReturnSingleResult(func.get(), "[]", browser()));
554 utils::ParseDictionary(
557 return utils::CreateExtension(test_extension_value.get());
754 std::string error = utils::RunFunctionAndReturnError(
765 std::string error = utils
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorOutputElem.java29 import org.apache.xml.utils.QName;
30 import org.apache.xml.utils.SystemIDResolver;
112 public void setMethod(org.apache.xml.utils.QName newValue)
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DFilterExprIteratorSimple.java25 import org.apache.xml.utils.PrefixResolver;
92 throws org.apache.xml.utils.WrappedRuntimeException
130 throw new org.apache.xml.utils.WrappedRuntimeException(se);
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXRTreeFrag.java25 import org.apache.xml.utils.XMLString;
191 public void appendToFsb(org.apache.xml.utils.FastStringBuffer fsb)
297 throw new org.apache.xml.utils.WrappedRuntimeException(te);
H A DXObjectFactory.java117 throw new org.apache.xml.utils.WrappedRuntimeException(ex);
131 throw new org.apache.xml.utils.WrappedRuntimeException(ex);
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Decho_private_apitest.cc17 namespace utils = extension_function_test_utils;
51 scoped_ptr<base::Value> result(utils::RunFunctionAndReturnSingleResult(
123 std::string error = utils::RunFunctionAndReturnError(
/external/chromium_org/v8/test/promises-aplus/
H A Dtestcfg.py36 from testrunner.local import utils namespace
105 utils.URLRetrieve(TEST_URL, archive)
132 utils.URLRetrieve(SINON_URL, path)
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DFuncDocument.java36 import org.apache.xml.utils.XMLString;
291 instanceof org.apache.xml.utils.WrappedRuntimeException)
294 ((org.apache.xml.utils.WrappedRuntimeException) throwable).getException();
300 throw new org.apache.xml.utils.WrappedRuntimeException(
335 if (e instanceof org.apache.xml.utils.WrappedRuntimeException)
336 e = ((org.apache.xml.utils.WrappedRuntimeException) e).getException();
H A DElemAttribute.java29 import org.apache.xml.utils.QName;
30 import org.apache.xml.utils.XML11Char;
H A DFuncKey.java29 import org.apache.xml.utils.QName;
30 import org.apache.xml.utils.XMLString;
/external/qemu/android/
H A Dmain-emulator.c27 #include <android/utils/compiler.h>
28 #include <android/utils/host_bitness.h>
29 #include <android/utils/panic.h>
30 #include <android/utils/path.h>
31 #include <android/utils/bufprint.h>
32 #include <android/utils/win32_cmdline_quote.h>
35 /* Required by android/utils/debug.h */
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOM2Helper.java21 package org.apache.xml.utils;
166 new org.apache.xml.utils.DefaultErrorHandler());
/external/apache-xml/src/main/java/org/apache/xpath/
H A DCachedXPathAPI.java25 import org.apache.xml.utils.PrefixResolver;
26 import org.apache.xml.utils.PrefixResolverDefault;
H A DXPathAPI.java25 import org.apache.xml.utils.PrefixResolver;
26 import org.apache.xml.utils.PrefixResolverDefault;
/external/chromium_org/build/android/pylib/device/
H A Ddecorators.py15 from pylib.utils import reraiser_thread
16 from pylib.utils import timeout_retry
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dchrome_web_view_experimental.js22 var utils = require('utils'); variable
90 var WebViewContextMenus = utils.expose(
/external/chromium_org/chrome/renderer/resources/extensions/enterprise_platform_keys/
H A Dsubtle_crypto.js5 var utils = require('utils'); variable
7 var intersect = require('enterprise.platformKeys.utils').intersect;
183 utils.expose('SubtleCrypto',
/external/chromium_org/third_party/skia/gm/rebaseline_server/
H A Ddownload_actuals.py23 from py.utils import gs_utils
24 from py.utils import url_utils
/external/chromium_org/third_party/tlslite/tlslite/
H A Dhandshakesettings.py10 from .utils import cryptomath
11 from .utils import cipherfactory
/external/chromium_org/tools/findit/
H A Dblame.py7 from common import utils namespace
157 if not utils.IsGitHash(blame.revision) and (
H A Dfindit_for_clusterfuzz.py6 from common import utils namespace
169 if utils.IsGitHash(component_crash_revision):
/external/chromium_org/v8/tools/testrunner/network/
H A Dendpoint.py38 from ..local import utils namespace
90 suite_paths = utils.GetSuitePaths(os.path.join(workspace, "test"))
/external/iproute2/lib/
H A DAndroid.mk4 LOCAL_SRC_FILES := utils.c rt_names.c ll_types.c ll_proto.c ll_addr.c inet_proto.c
/external/libcap-ng/libcap-ng-0.7/
H A Dlibcap-ng.spec41 %package utils
46 %description utils
47 The libcap-ng-utils package contains applications to analyze the
107 %files utils

Completed in 950 milliseconds

1234567891011>>