Home
last modified time | relevance | path

Searched defs:Config (Results 1 – 25 of 36) sorted by relevance

12

/external/skia/bench/
Dnanobench.h24 struct Config { struct
40 explicit Target(const Config& c) : config(c) { } in Target() argument
/external/deqp/modules/egl/
DteglRenderCase.hpp44 struct Config struct in deqp::egl::RenderCase
46 eglw::EGLConfig config;
47 eglw::EGLint surfaceTypeBit;
48 eglw::EGLint apiBits;
50 Config (eglw::EGLConfig config_, eglw::EGLint surfaceTypeBit_, eglw::EGLint apiBits_) in Config() function
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
Dxvmc_bench.c51 struct Config struct
62 void ParseArgs(int argc, char **argv, struct Config *config); argument
/external/boringssl/src/ssl/test/runner/
Dcommon.go249 type Config struct { struct
254 Rand io.Reader
258 Time func() time.Time
263 Certificates []Certificate
271 NameToCertificate map[string]*Certificate
276 RootCAs *x509.CertPool
279 NextProtos []string
284 ServerName string
288 ClientAuth ClientAuthType
293 ClientCAs *x509.CertPool
[all …]
Dtls.go25 func Server(conn net.Conn, config *Config) *Conn {
35 func Client(conn net.Conn, config *Config) *Conn {
62 func NewListener(inner net.Listener, config *Config) net.Listener {
73 func Listen(network, laddr string, config *Config) (net.Listener, error) {
97 func DialWithDialer(dialer *net.Dialer, network, addr string, config *Config) (*Conn, error) {
168 func Dial(network, addr string, config *Config) (*Conn, error) {
Ddtls.go420 func DTLSServer(conn net.Conn, config *Config) *Conn {
430 func DTLSClient(conn net.Conn, config *Config) *Conn {
Dcipher_suites.go29 …generateServerKeyExchange(*Config, *Certificate, *clientHelloMsg, *serverHelloMsg) (*serverKeyExch…
30 processClientKeyExchange(*Config, *Certificate, *clientKeyExchangeMsg, uint16) ([]byte, error)
36 …processServerKeyExchange(*Config, *clientHelloMsg, *serverHelloMsg, *x509.Certificate, *serverKeyE…
37 …generateClientKeyExchange(*Config, *clientHelloMsg, *x509.Certificate) ([]byte, *clientKeyExchange…
Dhandshake_client.go929 func clientSessionCacheKey(serverAddr net.Addr, config *Config) string {
Dkey_agreement.go254 …signParameters(config *Config, cert *Certificate, clientHello *clientHelloMsg, hello *serverHelloM…
255 …verifyParameters(config *Config, clientHello *clientHelloMsg, serverHello *serverHelloMsg, cert *x…
/external/boringssl/src/util/
Ddoc.go24 type Config struct { struct
27 BaseDirectory string
28 Sections []ConfigSection
246 func (config *Config) parseHeader(path string) (*HeaderFile, error) {
473 func generate(outPath string, config *Config) (map[string]string, error) {
561 func generateIndex(outPath string, config *Config, headerDescriptions map[string]string) error {
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/guide/
Dapp.rst92 Config chapter
/external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/tasks/support/
Dgl-matrix.rb25 class Jasmine::Config class
/external/iproute2/
DMakefile51 Config: target
/external/deqp/scripts/
Drun_internal_tests.py45 class Config: class
/external/mesa3d/src/egl/main/
Deglcontext.h52 _EGLConfig *Config; member
Deglsurface.h50 _EGLConfig *Config; member
/external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/
Dconfig.py31 class Config(dict): class
/external/jetty/src/java/org/eclipse/jetty/servlet/
DFilterHolder.java251 class Config extends HolderConfig implements FilterConfig class in FilterHolder
/external/aac/libSYS/src/mips/
DgenericStds_mips.cpp186 unsigned int Config; in getSram() local
/external/clang/tools/clang-format/
DClangFormat.cpp289 std::string Config = in main() local
/external/skia/tools/
Dbench_pictures_cfg_helper.py9 def Config(**kwargs): function
/external/deqp/modules/glshared/
DglsFboUtil.hpp197 struct Config struct
199 virtual ~Config (void) {}; in ~Config()
/external/clang/lib/StaticAnalyzer/Checkers/
DDebugCheckers.cpp173 const Table &Config = mgr.options.Config; in checkEndOfTranslationUnit() local
/external/libvpx/libvpx/test/
Dencode_test_driver.h148 void Config(const vpx_codec_enc_cfg_t *cfg) { in Config() function
/external/clang/include/clang/StaticAnalyzer/Core/
DAnalyzerOptions.h132 ConfigTable Config; variable

12