/external/boringssl/src/ssl/test/ |
bssl_shim.cc | 544 CBS extension, server_name_list, host_name; local 550 fprintf(stderr, "Could not find server_name extension.\n"); 554 CBS_init(&extension, extension_data, extension_len); 555 if (!CBS_get_u16_length_prefixed(&extension, &server_name_list) || 556 CBS_len(&extension) != 0 || 561 fprintf(stderr, "Could not decode server_name extension.\n"); 954 // kCustomExtensionValue is the extension value that the custom extension 961 static const char kCustomExtensionContents[] = "custom extension"; [all...] |
/external/clang/lib/Lex/ |
PPLexerChange.cpp | 495 // Check whether this entry has an extension typically associated with 497 if (!StringSwitch<bool>(llvm::sys::path::extension(Entry->getName()))
|
/external/flatbuffers/go/ |
builder.go | 214 extension := make([]byte, newLen-len(b.Bytes)) 215 b.Bytes = append(b.Bytes, extension...)
|
/external/golang-protobuf/proto/ |
text.go | 275 // XXX_extensions map[int32]proto.Extension 716 // Unknown extension. 725 return fmt.Errorf("failed getting extension: %v", err)
|
pointer_unsafe.go | 128 // ExtMap returns the address of an extension map field in the struct. 133 func structPointer_ExtMap(p structPointer, f field) *map[int32]Extension { 134 return (*map[int32]Extension)(unsafe.Pointer(uintptr(p) + uintptr(f)))
|
text_test.go | 111 // Add an unknown extension. We marshal a pb.Ext, and fake the ID.
|
/external/llvm/lib/DebugInfo/Symbolize/ |
Symbolize.cpp | 150 if (sys::path::extension(Path) != ".dSYM") { 488 UNDNAME_NO_MS_KEYWORDS | // Strip all MS extension keywords
|
/external/protobuf/js/binary/ |
proto_test.js | 506 * Helper: fill all extension values. 619 * Tests extension serialization and deserialization.
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_file.cc | 217 generator_factory_->NewExtensionGenerator(file_->extension(i))); 407 // Now we need to find out all the extension value to the (.*)DescriptorProto 412 // reflections to find all extension fields
|
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
objectivec_message.cc | 186 new ExtensionGenerator(class_name_, descriptor_->extension(i)));
|
/external/python/cpython3/Lib/distutils/tests/ |
test_build_ext.py | 11 from distutils.extension import Extension 50 xx_ext = Extension('xx', [xx_c]) 149 # this extension will fail, but let's ignore this failure 151 modules = [Extension('foo', ['xxx'], optional=False)] 158 modules = [Extension('foo', ['xxx'], optional=True)] 167 modules = [Extension('foo', ['xxx'], optional=False)] 239 #'extensions' option must be a list of Extension instances 244 # Extension instance or 2-tuple 249 # must be the extension name (a string) and matc [all...] |
/external/swiftshader/third_party/LLVM/tools/llvm-ld/ |
llvm-ld.cpp | 541 if (sys::path::extension(OutputFilename).empty())
|
/external/webrtc/webrtc/ |
common_types.h | 821 RTPHeaderExtension extension; member in struct:webrtc::RTPHeader
|
/frameworks/base/tools/aapt2/cmd/ |
Link.cpp | 442 for (const std::string& extension : options_.extensions_to_not_compress) { 443 if (util::EndsWith(str, extension)) { 1559 std::string extension = file::GetExtension(entry.first).to_string(); local [all...] |
/libcore/luni/src/test/java/libcore/java/security/cert/ |
CertificateFactoryTest.java | 23 import com.android.org.bouncycastle.asn1.x509.Extension; 27 import com.android.org.bouncycastle.x509.extension.AuthorityKeyIdentifierStructure; 592 certGen.addExtension(Extension.authorityKeyIdentifier, false, 595 certGen.addExtension(Extension.authorityKeyIdentifier, false, 599 certGen.addExtension(Extension.subjectKeyIdentifier, false, 601 certGen.addExtension(Extension.basicConstraints, true, basicConstraints);
|
/prebuilts/go/darwin-x86/src/crypto/tls/ |
handshake_server.go | 191 return false, errors.New("tls: initial handshake had non-empty renegotiation extension") 206 // Although sending an empty NPN extension is reasonable, Firefox has
|
/prebuilts/go/darwin-x86/src/path/filepath/ |
path.go | 213 // Ext returns the file name extension used by path. 214 // The extension is the suffix beginning at the final dot
|
/prebuilts/go/linux-x86/src/crypto/tls/ |
handshake_server.go | 191 return false, errors.New("tls: initial handshake had non-empty renegotiation extension") 206 // Although sending an empty NPN extension is reasonable, Firefox has
|
/prebuilts/go/linux-x86/src/path/filepath/ |
path.go | 213 // Ext returns the file name extension used by path. 214 // The extension is the suffix beginning at the final dot
|
/prebuilts/tools/common/eclipse/ |
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar | |
/prebuilts/tools/common/m2/repository/org/apache/felix/maven-bundle-plugin/2.3.6/ |
maven-bundle-plugin-2.3.6.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/ |
ManifestEditor.java | 324 int kind, @Nullable String extension, int flags, boolean isAndroidProject) {
|
/build/soong/cc/ |
binary.go | 41 // extension (if any) appended
|
/external/boringssl/src/ssl/test/runner/ |
sign.go | 31 // If the client didn't specify any signature_algorithms extension then
|
/external/libjpeg-turbo/simd/ |
jfdctflt-3dn.asm | 6 ; Based on the x86 SIMD extension for IJG JPEG library
|