/external/autotest/client/site_tests/power_LoadTest/ |
power_LoadTest.py | 59 should_scroll: should the extension scroll pages 191 # fix up file perms for the power test extension so that chrome 196 # test extension 264 ext_path = os.path.join(os.path.dirname(__file__), 'extension') 289 extension = self._browser.get_extension(ext_path) 292 extension.ExecuteJavaScript('var %s = %s;' % 297 extension.ExecuteJavaScript('chrome.windows.create(null, null);') 301 extension.ExecuteJavaScript('startTest();') 302 # the power test extension will report its status here 530 # record chrome power extension stat [all...] |
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_coverage_libcdep.cc | 587 const char *name, const char *extension = "sancov") { 592 extension); 596 extension); 598 path->append("%s/%s.%s.packed", coverage_dir, name, extension); [all...] |
/external/deqp/external/openglcts/modules/gl/ |
gl4cSparseTexture2Tests.hpp | 68 /** Test verifies if extension is available for GLSL 74 ShaderExtensionTestCase(deqp::Context& context, const std::string extension); 105 /** Test verifies glTexStorage* functionality added by ARB_sparse_texture2 extension 120 /** Test verifies glTexPageCommitmentARB functionality added by ARB_sparse_texture2 extension
|
/external/deqp/framework/opengl/ |
gluRenderContext.hpp | 222 //! Get extension function address. 241 // \note initFunctions() and initExtensionFunctions() without explicit extension list 246 bool hasExtension (const glw::Functions& gl, ApiType apiType, const std::string& extension);
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/ssl/ |
CsrUtil.java | 14 import org.bouncycastle.x509.extension.AuthorityKeyIdentifierStructure;
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
CollationRuleParser.java | 75 * Adds a relation with strength and prefix | str / extension. 78 CharSequence str, CharSequence extension); 297 // prefix | str / extension 298 // where prefix and extension are optional. 300 CharSequence extension = ""; local 309 if(next == 0x2f) { // '/' separates the string from the extension. 312 extension = extBuilder; 323 sink.addRelation(strength, prefix, rawBuilder, extension); [all...] |
/external/icu/icu4c/source/i18n/ |
collationbuilder.h | 72 const UnicodeString &str, const UnicodeString &extension,
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
CollationRuleParser.java | 71 * Adds a relation with strength and prefix | str / extension. 74 CharSequence str, CharSequence extension); 293 // prefix | str / extension 294 // where prefix and extension are optional. 296 CharSequence extension = ""; local 305 if(next == 0x2f) { // '/' separates the string from the extension. 308 extension = extBuilder; 319 sink.addRelation(strength, prefix, rawBuilder, extension); [all...] |
/external/llvm/lib/Support/ |
Path.cpp | 507 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension) { 510 StringRef ext = extension.toStringRef(ext_storage); 512 // Erase existing extension. 521 // Append extension. 591 StringRef extension(StringRef path) { 673 return !extension(p).empty(); [all...] |
/external/llvm/tools/dsymutil/ |
dsymutil.cpp | 117 if (llvm::sys::path::extension(BundleRoot) == ".dSYM")
|
/external/protobuf/python/google/protobuf/pyext/ |
message.h | 113 // required extension dict logic. 165 // Retrieves the C++ descriptor of a Python Extension descriptor. 167 const FieldDescriptor* GetExtensionDescriptor(PyObject* extension); 205 // Clears the message, removing all contained data. Extension dictionary and 212 // (which don't have names). Extension release is handled by ExtensionDict
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
javanano_file.cc | 188 ExtensionGenerator(file_->extension(i), params_).Generate(printer);
|
/external/protobuf/src/google/protobuf/ |
descriptor.h | 292 // The number of extension ranges in this message type. 294 // Gets an extension range by index, where 0 <= index < 299 // Returns true if the number is in one of the extension ranges. 302 // Returns NULL if no extension range contains the given number. 308 // Get an extension by index, where 0 <= index < extension_count(). 310 const FieldDescriptor* extension(int index) const; 312 // Looks up a named extension (which extends some *other* message type) 430 // an extension, do one of the following: 516 bool is_extension() const; // Is this an extension field? 555 // extension scope's extensions array [all...] |
/external/swiftshader/third_party/LLVM/autoconf/m4/ |
ltdl.m4 | 197 AC_CACHE_CHECK([which extension is used for loadable modules],
205 [Define to the extension used for shared libraries, say, ".so".])
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
PathV1.h | 293 LLVM_PATH_DEPRECATED_MSG(path::extension)); [all...] |
/external/swiftshader/third_party/LLVM/lib/Support/ |
PathV2.cpp | 414 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension) { 417 StringRef ext = extension.toStringRef(ext_storage); 419 // Erase existing extension. 428 // Append extension. 470 const StringRef extension(StringRef path) { 576 return !extension(p).empty();
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
Path.cpp | 507 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension) { 510 StringRef ext = extension.toStringRef(ext_storage); 512 // Erase existing extension. 521 // Append extension. 591 StringRef extension(StringRef path) { 673 return !extension(p).empty(); [all...] |
/external/webrtc/webrtc/call/ |
congestion_controller.cc | 101 if (header.extension.hasAbsoluteSendTime) {
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
remote_bitrate_estimator_single_stream.cc | 76 header.extension.transmissionTimeOffset;
|
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
WsbmWrapper.c | 130 strncpy(arg.extension, drmExt, sizeof(drmExt));
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
WsbmWrapper.c | 131 strncpy(arg.extension, drmExt, sizeof(drmExt));
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
Utility.java | 489 // Get the extension of the file, if any. 492 final String extension; 495 extension = filename.substring(index); 498 extension = ""; 503 new File(directory, name + "-" + Integer.toString(i) + extension);
|
/packages/apps/Messaging/src/com/android/messaging/sms/ |
DatabaseMessages.java | 623 * Get content type from file extension 628 String extension = MimeTypeMap.getFileExtensionFromUrl(path); local 629 if (TextUtils.isEmpty(extension)) { 631 // urlEncoded strings. Let's try one last time at finding the extension. 634 extension = path.substring(dotPos + 1); 637 return mimeTypeMap.getMimeTypeFromExtension(extension); 705 // sign, but see if we can figure it out from the file extension. [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/ |
build_ext.py | 3 Implements the Distutils 'build_ext' command, for building extension 18 from distutils.extension import Extension 27 # An extension name is just a dot-separated list of Python NAMEs (ie. 63 "directory for compiled extension modules"), 284 # Extension instances. See the documentation for Extension (in 285 # distutils.extension) for details. 291 # Extension instances do except the name, with a few things being 292 # differently named. We convert these 2-tuples to Extension [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/ |
build_ext.py | 3 Implements the Distutils 'build_ext' command, for building extension 18 from distutils.extension import Extension 27 # An extension name is just a dot-separated list of Python NAMEs (ie. 63 "directory for compiled extension modules"), 284 # Extension instances. See the documentation for Extension (in 285 # distutils.extension) for details. 291 # Extension instances do except the name, with a few things being 292 # differently named. We convert these 2-tuples to Extension [all...] |