OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Config
(Results
126 - 150
of
515
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/lib/StaticAnalyzer/Checkers/
DebugCheckers.cpp
176
const Table &
Config
= mgr.options.
Config
;
179
for (Table::const_iterator I =
Config
.begin(), E =
Config
.end(); I != E;
184
llvm::errs() << "[
config
]\n";
/external/clang/tools/clang-format/
ClangFormat.cpp
79
"filename to look for a style
config
file (with\n"
91
DumpConfig("dump-
config
",
339
std::string
Config
=
343
outs() <<
Config
<< "\n";
/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
CipherEncryptBenchmark.java
38
interface
Config
{
46
CipherEncryptBenchmark(
Config
config
) throws Exception {
47
switch (
config
.bufferType()) {
49
encryptStrategy = new ArrayStrategy(
config
);
52
encryptStrategy = new ByteBufferStrategy(
config
);
66
EncryptStrategy(
Config
config
) throws Exception {
67
Transformation tx =
config
.transformation();
69
cipher =
config
.cipherFactory().newCipher(tx.toFormattedString())
[
all
...]
ClientSocketBenchmark.java
37
interface
Config
{
55
ClientSocketBenchmark(
Config
config
) throws Exception {
58
message = newTextMessage(
config
.messageSize());
61
server =
config
.serverFactory().newServer(
62
ChannelType.CHANNEL,
config
.messageSize(), getProtocols(), ciphers(
config
));
75
client =
config
.clientFactory().newClient(
76
config
.channelType(), server.port(), getProtocols(), ciphers(
config
));
[
all
...]
ServerSocketBenchmark.java
41
interface
Config
{
57
ServerSocketBenchmark(final
Config
config
) throws Exception {
60
byte[] message = newTextMessage(
config
.messageSize());
62
final ChannelType channelType =
config
.channelType();
64
server =
config
.serverFactory().newServer(
65
channelType,
config
.messageSize(), getProtocols(), ciphers(
config
));
88
client =
config
.clientFactory().newClient(
89
ChannelType.CHANNEL, server.port(), getProtocols(), ciphers(
config
));
[
all
...]
/external/deqp/external/openglcts/modules/common/
glcConfigList.hpp
39
CONFIGTYPE_DEFAULT = 0, //!< Only default
config
(no parameters).
40
CONFIGTYPE_EGL, //!< EGL
config
.
41
CONFIGTYPE_WGL, //!< WGL
config
.
64
struct
Config
66
Config
(ConfigType type_, int id_, deUint32 surfaceTypes_) : type(type_), id(id_), surfaceTypes(surfaceTypes_)
70
Config
(void) : type(CONFIGTYPE_LAST), id(0), surfaceTypes(0)
142
std::vector<
Config
> configs;
/external/libmojo/mojo/public/cpp/bindings/lib/
multiplex_router.h
60
enum
Config
{
77
Config
config
,
246
// Not set in
Config
::SINGLE_INTERFACE* mode.
/external/mesa3d/src/egl/main/
eglsurface.h
55
_EGLConfig *
Config
;
89
_EGLConfig *
config
, const EGLint *attrib_list);
/external/v8/tools/dev/
gm.py
148
class
Config
(object):
215
self.configs[path] =
Config
(a, m, targets, tests)
/external/webrtc/webrtc/
audio_receive_stream.h
19
#include "webrtc/
config
.h"
63
struct
Config
{
101
// AudioDecoder instances once the
Config
is submitted to
106
// TODO(pbos): Remove
config
option once combined A/V BWE is always on.
audio_send_stream.h
18
#include "webrtc/
config
.h"
53
struct
Config
{
54
Config
() = delete;
55
explicit
Config
(Transport* send_transport)
84
// Ownership of the encoder object is transferred to Call when the
config
is
92
// TODO(solenberg): Make payload_type a
config
property instead.
call.h
72
struct
Config
{
75
// Bitrate
config
used until valid bitrate estimates are calculated. Also
99
static Call* Create(const Call::
Config
&
config
);
102
const AudioSendStream::
Config
&
config
) = 0;
106
const AudioReceiveStream::
Config
&
config
) = 0;
111
const VideoSendStream::
Config
&
config
,
[
all
...]
/frameworks/support/samples/SupportEmojiDemos/src/main/java/com/example/android/support/text/emoji/
Config.java
33
class
Config
{
41
private static
Config
sInstance;
52
private
Config
() {
65
static synchronized
Config
get() {
67
sInstance = new
Config
();
97
final EmojiCompat.
Config
config
;
local
106
config
= new FontRequestEmojiCompatConfig(mContext, fontRequest);
108
config
= new BundledEmojiCompatConfig(mContext);
111
config
= new EmojiCompat.Config(new EmojiCompat.MetadataRepoLoader()
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/
Config.h
1
//===-
Config
.h - LLVM Link Time Optimizer Configuration -------------------===//
10
// This file defines the lto::
Config
data structure, which allows clients to
36
struct
Config
{
149
/// This is a convenience function that configures this
Config
object to write
169
///
Config
object. The purpose of this class is to tie ownership of the
170
/// diagnostic handler to the context, as opposed to the
Config
object (which
178
LTOLLVMContext(const
Config
&C) : DiagHandler(C.DiagHandler) {
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/LTO/
Config.h
1
//===-
Config
.h - LLVM Link Time Optimizer Configuration -------------------===//
10
// This file defines the lto::
Config
data structure, which allows clients to
36
struct
Config
{
152
/// This is a convenience function that configures this
Config
object to write
172
///
Config
object. The purpose of this class is to tie ownership of the
173
/// diagnostic handler to the context, as opposed to the
Config
object (which
181
LTOLLVMContext(const
Config
&C) : DiagHandler(C.DiagHandler) {
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/LTO/
Config.h
1
//===-
Config
.h - LLVM Link Time Optimizer Configuration -------------------===//
10
// This file defines the lto::
Config
data structure, which allows clients to
36
struct
Config
{
152
/// This is a convenience function that configures this
Config
object to write
172
///
Config
object. The purpose of this class is to tie ownership of the
173
/// diagnostic handler to the context, as opposed to the
Config
object (which
181
LTOLLVMContext(const
Config
&C) : DiagHandler(C.DiagHandler) {
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/LTO/
Config.h
1
//===-
Config
.h - LLVM Link Time Optimizer Configuration -------------------===//
10
// This file defines the lto::
Config
data structure, which allows clients to
36
struct
Config
{
155
/// This is a convenience function that configures this
Config
object to write
184
///
Config
object. The purpose of this class is to tie ownership of the
185
/// diagnostic handler to the context, as opposed to the
Config
object (which
190
LTOLLVMContext(const
Config
&C) : DiagHandler(C.DiagHandler) {
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/LTO/
Config.h
1
//===-
Config
.h - LLVM Link Time Optimizer Configuration -------------------===//
10
// This file defines the lto::
Config
data structure, which allows clients to
36
struct
Config
{
155
/// This is a convenience function that configures this
Config
object to write
184
///
Config
object. The purpose of this class is to tie ownership of the
185
/// diagnostic handler to the context, as opposed to the
Config
object (which
190
LTOLLVMContext(const
Config
&C) : DiagHandler(C.DiagHandler) {
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/LTO/
Config.h
1
//===-
Config
.h - LLVM Link Time Optimizer Configuration -------------------===//
10
// This file defines the lto::
Config
data structure, which allows clients to
36
struct
Config
{
155
/// This is a convenience function that configures this
Config
object to write
184
///
Config
object. The purpose of this class is to tie ownership of the
185
/// diagnostic handler to the context, as opposed to the
Config
object (which
190
LTOLLVMContext(const
Config
&C) : DiagHandler(C.DiagHandler) {
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/LTO/
Config.h
1
//===-
Config
.h - LLVM Link Time Optimizer Configuration -------------------===//
10
// This file defines the lto::
Config
data structure, which allows clients to
36
struct
Config
{
155
/// This is a convenience function that configures this
Config
object to write
184
///
Config
object. The purpose of this class is to tie ownership of the
185
/// diagnostic handler to the context, as opposed to the
Config
object (which
190
LTOLLVMContext(const
Config
&C) : DiagHandler(C.DiagHandler) {
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/
Config.h
1
//===-
Config
.h - LLVM Link Time Optimizer Configuration -------------------===//
10
// This file defines the lto::
Config
data structure, which allows clients to
36
struct
Config
{
149
/// This is a convenience function that configures this
Config
object to write
169
///
Config
object. The purpose of this class is to tie ownership of the
170
/// diagnostic handler to the context, as opposed to the
Config
object (which
178
LTOLLVMContext(const
Config
&C) : DiagHandler(C.DiagHandler) {
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/LTO/
Config.h
1
//===-
Config
.h - LLVM Link Time Optimizer Configuration -------------------===//
10
// This file defines the lto::
Config
data structure, which allows clients to
36
struct
Config
{
152
/// This is a convenience function that configures this
Config
object to write
172
///
Config
object. The purpose of this class is to tie ownership of the
173
/// diagnostic handler to the context, as opposed to the
Config
object (which
181
LTOLLVMContext(const
Config
&C) : DiagHandler(C.DiagHandler) {
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/LTO/
Config.h
1
//===-
Config
.h - LLVM Link Time Optimizer Configuration -------------------===//
10
// This file defines the lto::
Config
data structure, which allows clients to
36
struct
Config
{
152
/// This is a convenience function that configures this
Config
object to write
172
///
Config
object. The purpose of this class is to tie ownership of the
173
/// diagnostic handler to the context, as opposed to the
Config
object (which
181
LTOLLVMContext(const
Config
&C) : DiagHandler(C.DiagHandler) {
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/LTO/
Config.h
1
//===-
Config
.h - LLVM Link Time Optimizer Configuration -------------------===//
10
// This file defines the lto::
Config
data structure, which allows clients to
36
struct
Config
{
155
/// This is a convenience function that configures this
Config
object to write
184
///
Config
object. The purpose of this class is to tie ownership of the
185
/// diagnostic handler to the context, as opposed to the
Config
object (which
190
LTOLLVMContext(const
Config
&C) : DiagHandler(C.DiagHandler) {
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/LTO/
Config.h
1
//===-
Config
.h - LLVM Link Time Optimizer Configuration -------------------===//
10
// This file defines the lto::
Config
data structure, which allows clients to
36
struct
Config
{
155
/// This is a convenience function that configures this
Config
object to write
184
///
Config
object. The purpose of this class is to tie ownership of the
185
/// diagnostic handler to the context, as opposed to the
Config
object (which
190
LTOLLVMContext(const
Config
&C) : DiagHandler(C.DiagHandler) {
Completed in 1083 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>