HomeSort by relevance Sort by last modified time
    Searched refs:Config (Results 51 - 75 of 2492) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/LTO/
LTOBackend.h 39 Error backend(Config &C, AddStreamFn AddStream,
44 Error thinBackend(Config &C, unsigned Task, AddStreamFn AddStream, Module &M,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/LTO/
LTOBackend.h 39 Error backend(Config &C, AddStreamFn AddStream,
44 Error thinBackend(Config &C, unsigned Task, AddStreamFn AddStream, Module &M,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/LTO/
LTOBackend.h 39 Error backend(Config &C, AddStreamFn AddStream,
44 Error thinBackend(Config &C, unsigned Task, AddStreamFn AddStream, Module &M,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/LTO/
LTOBackend.h 39 Error backend(Config &C, AddStreamFn AddStream,
44 Error thinBackend(Config &C, unsigned Task, AddStreamFn AddStream, Module &M,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/
LTOBackend.h 39 Error backend(Config &C, AddStreamFn AddStream,
44 Error thinBackend(Config &C, unsigned Task, AddStreamFn AddStream, Module &M,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/LTO/
LTOBackend.h 39 Error backend(Config &C, AddStreamFn AddStream,
44 Error thinBackend(Config &C, unsigned Task, AddStreamFn AddStream, Module &M,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/LTO/
LTOBackend.h 39 Error backend(Config &C, AddStreamFn AddStream,
44 Error thinBackend(Config &C, unsigned Task, AddStreamFn AddStream, Module &M,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/LTO/
LTOBackend.h 39 Error backend(Config &C, AddStreamFn AddStream,
44 Error thinBackend(Config &C, unsigned Task, AddStreamFn AddStream, Module &M,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/LTO/
LTOBackend.h 39 Error backend(Config &C, AddStreamFn AddStream,
44 Error thinBackend(Config &C, unsigned Task, AddStreamFn AddStream, Module &M,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/LTO/
LTOBackend.h 39 Error backend(Config &C, AddStreamFn AddStream,
44 Error thinBackend(Config &C, unsigned Task, AddStreamFn AddStream, Module &M,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/LTO/
LTOBackend.h 39 Error backend(Config &C, AddStreamFn AddStream,
44 Error thinBackend(Config &C, unsigned Task, AddStreamFn AddStream, Module &M,
  /bionic/libc/malloc_debug/
Config.cpp 43 #include "Config.h"
46 // Config constants
71 const std::unordered_map<std::string, Config::OptionInfo> Config::kOptions = {
73 "guard", {FRONT_GUARD | REAR_GUARD | TRACK_ALLOCS, &Config::SetGuard},
76 "front_guard", {FRONT_GUARD | TRACK_ALLOCS, &Config::SetFrontGuard},
79 "rear_guard", {REAR_GUARD | TRACK_ALLOCS, &Config::SetRearGuard},
83 "backtrace", {BACKTRACE | TRACK_ALLOCS, &Config::SetBacktrace},
87 {BACKTRACE | TRACK_ALLOCS, &Config::SetBacktraceEnableOnSignal},
91 "backtrace_dump_on_exit", {0, &Config::SetBacktraceDumpOnExit}
    [all...]
  /external/webrtc/webrtc/test/
call_test.h 63 void CreateCalls(const Call::Config& sender_config,
64 const Call::Config& receiver_config);
65 void CreateSenderCall(const Call::Config& config);
66 void CreateReceiverCall(const Call::Config& config);
87 VideoSendStream::Config video_send_config_;
90 AudioSendStream::Config audio_send_config_;
95 std::vector<VideoReceiveStream::Config> video_receive_configs_;
97 std::vector<AudioReceiveStream::Config> audio_receive_configs_
    [all...]
  /external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/
DefaultManifestFactory.java 9 import org.robolectric.annotation.Config;
22 public ManifestIdentifier identify(Config config) {
28 String manifestConfig = config.manifest();
29 if (Config.NONE.equals(manifestConfig)) {
30 Logger.info("@Config(manifest = Config.NONE) specified while using Build System API, ignoring");
31 } else if (!Config.DEFAULT_MANIFEST_NAME.equals(manifestConfig)) {
35 if (!Config.DEFAULT_RES_FOLDER.equals(config.resourceDir()))
    [all...]
  /external/v4l2_codec2/vda/
video_decode_accelerator.h 70 // If set, the VDA will use deferred initialization if the config
110 // Config structure contains parameters required for the VDA initialization.
111 struct Config {
123 Config();
124 Config(const Config& config);
126 explicit Config(VideoCodecProfile profile);
128 ~Config();
165 // client (see Config::is_deferred_initialization_allowed), and the initia
    [all...]
  /external/parameter-framework/upstream/test/functional-tests/
Basic.cpp 32 #include "Config.hpp"
73 GIVEN ("Config files that emit warnings") {
111 Config::Plugins ps{};
112 for (auto &&configT : Tests<Config>{
113 {"top config", {&Config::plugins, Config::Plugins{{"", {invalidXml}}}}},
114 {"structure", {&Config::instances, invalidXml}},
115 {"settings", {&Config::domains, invalidXml}}}) {
133 create({&Config::plugins, Config::Plugins{{"", {pluginNameT.payload}}}})
    [all...]
  /development/vndk/tools/sourcedr/sourcedr/tests/
test_project.py 7 from sourcedr.project import Config
15 CONFIG_PATH = os.path.join(PROJECT_DIR, Config.DEFAULT_NAME)
19 config = Config(self.CONFIG_PATH)
20 config.load()
21 self.assertEqual('path/to/android/src', config.source_dir)
26 config_path = Config.get_default_path(tmp_dir)
27 config = Config(config_path)
28 config.source_dir = 'path/to/android/src
    [all...]
  /external/clang/unittests/StaticAnalyzer/
AnalyzerOptionsTest.cpp 19 Opts.Config["Outer.Inner.CheckerOne:Option"] = "true";
20 Opts.Config["Outer.Inner:Option"] = "false";
21 Opts.Config["Outer.Inner:Option2"] = "true";
22 Opts.Config["Outer:Option2"] = "false";
59 Opts.Config["Outer.Inner.CheckerOne:Option"] = "StringValue";
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
ParameterizedRobolectricTestRunnerConfigTest.java 10 import org.robolectric.annotation.Config;
30 @Config(manifest = Config.NONE, shadows = ShadowCursorWrapper1.class)
36 @Config(manifest = Config.NONE, shadows = ShadowCursorWrapperEcho.class)
  /external/webrtc/talk/media/webrtc/
fakewebrtccall.h 58 explicit FakeAudioSendStream(const webrtc::AudioSendStream::Config& config);
60 const webrtc::AudioSendStream::Config& GetConfig() const;
79 webrtc::AudioSendStream::Config config_;
86 const webrtc::AudioReceiveStream::Config& config);
88 const webrtc::AudioReceiveStream::Config& GetConfig() const;
111 webrtc::AudioReceiveStream::Config config_;
120 FakeVideoSendStream(const webrtc::VideoSendStream::Config& config,
    [all...]
  /external/webrtc/webrtc/voice_engine/
channel_manager.h 25 class Config;
74 ChannelManager(uint32_t instance_id, const Config& config);
101 // CreateChannel(const Config& external_config) is called.
103 ChannelOwner CreateChannel(const Config& external_config);
119 // Create a channel given a configuration, |config|.
120 ChannelOwner CreateChannelInternal(const Config& config);
129 const Config& config_;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
softfloat.go 10 if !f.Config.SoftFloat {
21 v.Type = f.Config.Types.UInt32
23 v.Type = f.Config.Types.UInt64
27 v.Type = f.Config.Types.UInt32
31 v.Type = f.Config.Types.UInt64
35 v.Type = f.Config.Types.UInt32
43 v.Type = f.Config.Types.UInt64
50 v.Type = f.Config.Types.UInt32
53 v.Type = f.Config.Types.UInt64
60 if newInt64 && f.Config.RegSize == 4
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
softfloat.go 10 if !f.Config.SoftFloat {
21 v.Type = f.Config.Types.UInt32
23 v.Type = f.Config.Types.UInt64
27 v.Type = f.Config.Types.UInt32
31 v.Type = f.Config.Types.UInt64
35 v.Type = f.Config.Types.UInt32
43 v.Type = f.Config.Types.UInt64
50 v.Type = f.Config.Types.UInt32
53 v.Type = f.Config.Types.UInt64
60 if newInt64 && f.Config.RegSize == 4
    [all...]
  /tools/test/connectivity/acts/framework/acts/
config_parser.py 40 """Validates the raw configuration loaded from the config file.
44 for k in keys.Config.reserved_keys.value:
47 "Required key %s missing in test config." % k)
57 name: The test bed's name specified in config file.
72 def _update_file_paths(config, config_path):
76 that to the config file path.
79 config : the config object to verify.
80 config_path : The path to the config file, which can be used to
87 for file_path_key in keys.Config.file_path_keys.value
    [all...]
  /external/v8/tools/release/
push_to_candidates.py 47 if(self["current_branch"] == self.Config("CANDIDATESBRANCH")
48 or self["current_branch"] == self.Config("BRANCHNAME")):
52 self.DeleteBranch(self.Config("CANDIDATESBRANCH"))
59 self.GitCreateBranch(self.Config("BRANCHNAME"),
143 TextToFile(output, self.Config("CHANGELOG_ENTRY_FILE"))
159 AppendToFile(body, self.Config("CHANGELOG_ENTRY_FILE"))
165 AppendToFile(msg, self.Config("CHANGELOG_ENTRY_FILE"))
169 AppendToFile(comment_body, self.Config("CHANGELOG_ENTRY_FILE"))
180 self.Editor(self.Config("CHANGELOG_ENTRY_FILE"))
183 changelog_entry = FileToText(self.Config("CHANGELOG_ENTRY_FILE")).rstrip(
    [all...]

Completed in 3714 milliseconds

1 23 4 5 6 7 8 91011>>