/external/chromium_org/native_client_sdk/src/web/ |
manifest.html | 196 // Extract the Chrome version from an archive URL.
|
/external/chromium_org/net/android/java/src/org/chromium/net/ |
ProxyChangeListener.java | 92 // Extract a ProxyConfig object from the supplied Intent's extra data
|
/external/chromium_org/net/android/ |
keystore_openssl.cc | 317 // ENGINE we extract in GetRsaLegacyKey. 397 // Extract the JNI reference to the PrivateKey object. 491 LOG(ERROR) << "Can't extract Q parameter from DSA private key"; 659 LOG(ERROR) << "Can't extract order parameter from EC private key";
|
/external/chromium_org/net/cert/ |
x509_util_openssl_unittest.cc | 30 // but there is no OpenSSL API to extract it from an X509 object (!?)
|
/external/chromium_org/net/http/ |
http_auth_handler_digest.h | 140 // Extract the method and path of the request, as needed by
|
http_request_headers.h | 153 // Takes in a Value created by the above function, and attempts to extract the
|
/external/chromium_org/net/test/spawned_test_server/ |
remote_test_server.cc | 170 // Parse file to extract the ports information.
|
/external/chromium_org/net/third_party/nss/ssl/ |
derive.c | 578 * specified cert make sure the extract operation is attempted from the slot 670 /* For each protocol try to derive and extract an MS. 671 * Failure of function any function except MS extract means 673 * exhausted or when the first MS extract--not derive--fails.
|
/external/chromium_org/ppapi/c/documentation/ |
doxy_cleanup.py | 93 [tag.extract() for tag in header_tags]
|
/external/chromium_org/ppapi/cpp/documentation/ |
doxy_cleanup.py | 92 [tag.extract() for tag in header_tags]
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_support_extension/ |
pnacl_support_extension.gyp | 30 'extract',
|
/external/chromium_org/ppapi/tests/extensions/media_galleries/ |
test_galleries.cc | 93 // Extract the filesystem and fullPath from the message.
|
/external/chromium_org/sandbox/win/tools/launcher/ |
launcher.cc | 71 // Extract the filename from the path.
|
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/ |
generate_global_constructors.py | 116 # Extract function name, namely everything before opening '('
|
/external/chromium_org/third_party/WebKit/Source/build/scripts/ |
scripts.gni | 113 # Extract the directory to write files to.
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/ |
WebGLImageConversion.h | 94 // Extract the image and keeps track of its status, such as width, height, Source Alignment, format and AlphaOp etc.
|
/external/chromium_org/third_party/WebKit/Source/platform/transforms/ |
RotateTransformOperation.cpp | 130 // Extract the result as a quaternion
|
/external/chromium_org/third_party/android_platform/development/scripts/ |
stack | 96 raise SymbolDownloadException("failed to extract symbol files (%s)."
|
/external/chromium_org/third_party/closure_linter/closure_linter/common/ |
htmlutil.py | 103 """Extract script tag contents from the given HTML file.
|
/external/chromium_org/third_party/freetype/include/freetype/ |
ftadvanc.h | 49 * This section contains functions to quickly extract advance values
|
/external/chromium_org/third_party/freetype/src/base/ |
ftsystem.c | 151 /* We use the macro STREAM_FILE for convenience to extract the */
|
/external/chromium_org/third_party/freetype/src/sfnt/ |
ttkern.c | 71 " could not extract kerning table\n" ));
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
urep.h | 125 void (*extract)(UReplaceable* rep, member in struct:UReplaceableCallbacks
|
/external/chromium_org/third_party/icu/source/i18n/ |
name2uni.cpp | 189 name.extract(0, len, cbuf, maxLen, US_INV);
|
tmutfmt.cpp | 221 count.extract(0, count.length(), result, "UTF-8"); 248 source.extract(0, source.length(), res, "UTF-8"); 263 count->extract(0, count->length(), res, "UTF-8"); 296 select.extract(0, select.length(), res, "UTF-8"); [all...] |