HomeSort by relevance Sort by last modified time
    Searched refs:Config (Results 26 - 50 of 1082) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/compile/mclinker/include/mcld/Config/
Config.h 1 //===- Config.h.in --------------------------------------------------------===//
17 #include <llvm/Config/config.h>
  /system/webservd/webservd/
config.h 30 struct Config final {
72 // (see http://www.w3.org/Daemon/User/Config/Logging.html).
82 // Initializes the config with default preset settings (two handlers, one for
84 void LoadDefaultConfig(Config* config);
90 bool LoadConfigFromFile(const base::FilePath& json_file_path, Config* config);
96 Config* config,
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
BitmapPool.java 57 * {@link #getDirty(int, int, android.graphics.Bitmap.Config)}. If the {@link android.graphics.Bitmap} is being
60 * {@link #getDirty(int, int, android.graphics.Bitmap.Config)} will be faster. When in doubt, use this method
72 * @see #getDirty(int, int, android.graphics.Bitmap.Config)
76 * @param config The {@link android.graphics.Bitmap.Config} of the desired {@link android.graphics.Bitmap}.
78 Bitmap get(int width, int height, Bitmap.Config config);
81 * Identical to {@link #get(int, int, android.graphics.Bitmap.Config)} except that any returned non-null
85 * Although this method is slightly more efficient than {@link #get(int, int, android.graphics.Bitmap.Config)}
90 * @see #get(int, int, android.graphics.Bitmap.Config)
    [all...]
LruPoolStrategy.java 7 Bitmap get(int width, int height, Bitmap.Config config);
10 String logBitmap(int width, int height, Bitmap.Config config);
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/
PreFillType.java 11 static final Bitmap.Config DEFAULT_CONFIG = Bitmap.Config.RGB_565;
14 private final Bitmap.Config config; field in class:PreFillType
24 * @param config The {@link android.graphics.Bitmap.Config} of the {@link android.graphics.Bitmap Bitmaps} to
29 PreFillType(int width, int height, Bitmap.Config config, int weight) {
30 if (config == null) {
31 throw new NullPointerException("Config must not be null")
106 private Bitmap.Config config; field in class:PreFillType.Builder
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
LinearLayoutManagerResizeTest.java 38 final Config mConfig;
40 public LinearLayoutManagerResizeTest(Config config) {
41 mConfig = config;
45 public static List<Config> testResize() throws Throwable {
46 List<Config> configs = new ArrayList<>();
47 for (Config config : addConfigVariation(createBaseVariations(), "mItemCount", 5
48 , Config.DEFAULT_ITEM_COUNT)) {
49 configs.add(config);
57 final Config config = (Config) mConfig.clone(); local
    [all...]
  /system/connectivity/shill/
shill_daemon.h 29 class Config;
37 const shill::DaemonTask::Settings& settings, Config* config);
  /external/v8/src/
types.cc 23 template <class Config>
24 bool TypeImpl<Config>::Limits::IsEmpty() {
29 template<class Config>
30 typename TypeImpl<Config>::Limits TypeImpl<Config>::Limits::Intersect(
40 template <class Config>
41 typename TypeImpl<Config>::Limits TypeImpl<Config>::Limits::Union(
53 template<class Config>
54 bool TypeImpl<Config>::Overlap
    [all...]
types.h 274 // struct Config {
275 // typedef TypeImpl<Config> Type;
319 template<class Config>
320 class TypeImpl : public Config::Base {
336 typedef typename Config::template Handle<TypeImpl>::type TypeHandle;
337 typedef typename Config::template Handle<ClassType>::type ClassHandle;
338 typedef typename Config::template Handle<ConstantType>::type ConstantHandle;
339 typedef typename Config::template Handle<RangeType>::type RangeHandle;
340 typedef typename Config::template Handle<ContextType>::type ContextHandle;
341 typedef typename Config::template Handle<ArrayType>::type ArrayHandle
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapTest.java 30 import android.graphics.Bitmap.Config;
103 mBitmap.copy(Config.RGB_565, false);
109 mBitmap = Bitmap.createBitmap(100, 100, Config.ARGB_8888);
110 Bitmap bitmap = mBitmap.copy(Config.ARGB_8888, false);
183 Bitmap bitmap = Bitmap.createBitmap(colors, 10, 10, Config.RGB_565);
188 assertEquals(Config.RGB_565, ret.getConfig());
200 mBitmap = Bitmap.createBitmap(new int[100 * 100], 100, 100, Config.ARGB_8888);
206 mBitmap = Bitmap.createBitmap(100, 100, Config.ARGB_8888);
213 mBitmap = Bitmap.createBitmap(100, 100, Config.ARGB_8888);
244 mBitmap = Bitmap.createBitmap(new int[100 * 100], 100, 100, Config.ARGB_8888)
    [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/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...]
  /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/iproute2/
configure 7 TMPDIR=$(mktemp -d config.XXXXXX)
13 command -v $1 >/dev/null 2>&1 && (echo "$3:=y" >> Config; echo "yes") || (echo "no"; return 1)
30 : ${PKG_CONFIG:=pkg-config}
33 echo "PKG_CONFIG:=${PKG_CONFIG}" >>Config
34 echo "AR:=${AR}" >>Config
35 echo "CC:=${CC}" >>Config
52 echo "TC_CONFIG_ATM:=y" >>Config
85 echo "TC_CONFIG_XT:=y" >>Config
94 if grep -q TC_CONFIG_XT Config
124 echo "TC_CONFIG_XT_OLD:=y" >>Config
    [all...]
  /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_;
  /packages/apps/Settings/src/com/android/settings/applications/
VrListenerSettings.java 27 private static final Config CONFIG = getVrListenerConfig();
29 private static final Config getVrListenerConfig() {
30 final Config c = new Config();
43 protected Config getConfig() {
44 return CONFIG;
  /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...]
  /external/skia/bench/
nanobench.h 24 struct Config {
42 explicit Target(const Config& c) : config(c) { }
45 const Config config; member in struct:Target
78 /** Writes any config-specific data to the log. */
  /external/webrtc/webrtc/audio/
audio_send_stream.h 30 AudioSendStream(const webrtc::AudioSendStream::Config& config,
46 const webrtc::AudioSendStream::Config& config() const;
52 const webrtc::AudioSendStream::Config config_;
  /external/webrtc/webrtc/
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.
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
audio_encoder_ilbc.h 24 struct Config {
33 explicit AudioEncoderIlbc(const Config& config);
53 const Config config_;
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
audio_encoder_isac_unittest.cc 20 void TestBadConfig(const AudioEncoderIsac::Config& config) {
21 EXPECT_FALSE(config.IsOk());
24 void TestGoodConfig(const AudioEncoderIsac::Config& config) {
25 EXPECT_TRUE(config.IsOk());
26 AudioEncoderIsac aei(config);
37 AudioEncoderIsac::Config config; local
40 EXPECT_GT(config.bit_rate, 1)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
CanvasTexture.java 20 import android.graphics.Bitmap.Config;
28 private final Config mConfig;
31 mConfig = Config.ARGB_8888;
  /cts/tests/tests/drm/src/android/drm/cts/
DRMTest.java 44 private ArrayList<Config> mConfigs = new ArrayList<Config>();
56 Config config = ConfigFactory.getConfig(plugInName); local
57 if (null != config) {
58 mConfigs.add(config);
63 private void register(Config config) throws Exception {
65 config.getInfoOfRegistration(),
66 config.getMimeType())
    [all...]

Completed in 810 milliseconds

12 3 4 5 6 7 8 91011>>