HomeSort by relevance Sort by last modified time
    Searched refs:extension (Results 1001 - 1025 of 2522) sorted by null

<<41424344454647484950>>

  /prebuilts/go/linux-x86/src/crypto/tls/
handshake_messages.go 352 // ClientHello is optionally followed by extension data
369 extension := uint16(data[0])<<8 | uint16(data[1])
376 switch extension {
725 // ServerHello is optionally followed by extension data
742 extension := uint16(data[0])<<8 | uint16(data[1])
749 switch extension {
    [all...]
handshake_client.go 387 // server MUST have included an extension of type "status_request"
570 return false, errors.New("tls: initial handshake had non-empty renegotiation extension")
580 return false, errors.New("tls: incorrect renegotiation extension contents")
591 return false, errors.New("tls: server advertised unrequested NPN extension")
596 return false, errors.New("tls: server advertised unrequested ALPN extension")
  /prebuilts/tools/common/m2/repository/com/jfrog/bintray/gradle/gradle-bintray-plugin/1.0/
gradle-bintray-plugin-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/jfrog/bintray/gradle/gradle-bintray-plugin/1.2/
gradle-bintray-plugin-1.2.jar 
  /external/boringssl/src/ssl/test/runner/
handshake_client.go 830 return errors.New("tls: expected no certificate_authorities extension")
    [all...]
runner.go     [all...]
  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp 53 static bool isExtensionSupported (const glu::RenderContext& renderCtx, const std::string& extension)
64 if (extension == curExt)
71 static void checkExtension (const glu::RenderContext& renderCtx, const std::string& extension)
73 if (!isExtensionSupported(renderCtx, extension))
74 throw tcu::NotSupportedError(extension + " is not supported");
181 src << "#extension GL_EXT_geometry_shader : require\n";
    [all...]
  /external/webrtc/talk/session/media/
mediasession.cc 440 // Helper class used for finding duplicate RTP Header extension ids among
952 // and |used_ids|, and resolving ID conflicts. If an offered extension has the
958 for (auto& extension : *offered_extensions)
    [all...]
  /external/protobuf/src/google/protobuf/
generated_message_reflection.cc 1860 const FieldDescriptor* extension = type->extension(i); local
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.text_3.5.400.v20150505-1044.jar 
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
prettify.js 43 * starts with "lang-" followed by a file extension, specifies the file type.
775 * form 'lang-FOO', where FOO is a language extension describing the
787 * the generic tag rule. The handler registered for the 'js' extension would
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.4.0/
gradle-experimental-0.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.6.0-alpha1/
gradle-experimental-0.6.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.6.0-alpha3/
gradle-experimental-0.6.0-alpha3.jar 
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
parse.go 594 // registerExtension parses a register with extension or arrangment.
595 // There is known to be a register (current token) and an extension operator (peeked token).
603 p.errorf("unexpected %s in register extension", name)
614 // parses left shift amount applied after extension: <<Amount
643 p.errorf("register extension not supported on this architecture")
  /prebuilts/go/darwin-x86/src/crypto/tls/
handshake_client.go 387 // server MUST have included an extension of type "status_request"
570 return false, errors.New("tls: initial handshake had non-empty renegotiation extension")
580 return false, errors.New("tls: incorrect renegotiation extension contents")
591 return false, errors.New("tls: server advertised unrequested NPN extension")
596 return false, errors.New("tls: server advertised unrequested ALPN extension")
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/
parse.go 594 // registerExtension parses a register with extension or arrangment.
595 // There is known to be a register (current token) and an extension operator (peeked token).
603 p.errorf("unexpected %s in register extension", name)
614 // parses left shift amount applied after extension: <<Amount
643 p.errorf("register extension not supported on this architecture")
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/0.18.1/
org.eclipse.tycho.p2.maven.repository-0.18.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.200.v20130515-2028.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.0/
kotlin-gradle-plugin-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.2/
kotlin-gradle-plugin-1.0.2.jar 
  /prebuilts/go/darwin-x86/src/os/exec/
lp_windows_test.go 248 // If the command name includes a file extension, the shell
262 fails: true, // includes extension and not exact file name match
276 // If the command name does not include a file extension, the shell
  /prebuilts/go/linux-x86/src/os/exec/
lp_windows_test.go 248 // If the command name includes a file extension, the shell
262 fails: true, // includes extension and not exact file name match
276 // If the command name does not include a file extension, the shell
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationBuilder.java 442 void addRelation(int strength, CharSequence prefix, CharSequence str, CharSequence extension) {
508 if(extension.length() != 0) {
509 String nfdExtension = nfd.normalize(extension);
513 "extension string adds too many collation elements (more than 31 total)");
    [all...]
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.cpp 796 const char *extension=strrchr(basename, '.'); local
797 if(extension!=NULL) {
798 dataName.truncate((int32_t)(extension-basename));
    [all...]

Completed in 2048 milliseconds

<<41424344454647484950>>