HomeSort by relevance Sort by last modified time
    Searched defs:Config (Results 226 - 250 of 515) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/
resource_default.cpp 243 error = Config(display_resource_ctx, hw_layers);
245 DLOGV_IF(kTagResources, "Resource config failed");
259 struct HWLayerConfig &layer_config = hw_layers->config[0];
538 DisplayError ResourceDefault::Config(DisplayResourceContext *display_resource_ctx,
549 struct HWLayerConfig *layer_config = &hw_layers->config[0];
586 DLOGV_IF(kTagResources, "==== FB layer Config ====");
  /hardware/qcom/display/msm8996/sdm/libs/core/
resource_default.cpp 212 error = Config(display_resource_ctx, hw_layers);
214 DLOGV_IF(kTagResources, "Resource config failed");
228 struct HWLayerConfig &layer_config = hw_layers->config[0];
501 DisplayError ResourceDefault::Config(DisplayResourceContext *display_resource_ctx,
512 struct HWLayerConfig *layer_config = &hw_layers->config[0];
549 DLOGV_IF(kTagResources, "==== FB layer Config ====");
  /hardware/qcom/display/msm8998/sdm/libs/core/
resource_default.cpp 243 error = Config(display_resource_ctx, hw_layers);
245 DLOGV_IF(kTagResources, "Resource config failed");
259 struct HWLayerConfig &layer_config = hw_layers->config[0];
538 DisplayError ResourceDefault::Config(DisplayResourceContext *display_resource_ctx,
549 struct HWLayerConfig *layer_config = &hw_layers->config[0];
586 DLOGV_IF(kTagResources, "==== FB layer Config ====");
  /packages/apps/Settings/src/com/android/settings/utils/
ManagedServiceSettings.java 51 private final Config mConfig;
59 abstract protected Config getConfig();
228 public static class Config {
238 private Config(String tag, String setting, String intentAction, String permission,
300 public Config build() {
301 return new Config(mTag, mSetting, mIntentAction, mPermission, mNoun,
  /build/soong/android/
module.go 72 AConfig() Config
81 // BaseModuleContext is the same as blueprint.BaseModuleContext except that Config() returns
82 // a Config instead of an interface{}.
86 Config() Config
567 Default: !ctx.Config().EmbeddedInMake(),
586 if ctx.Config().EmbeddedInMake() {
643 config: ctx.Config().(Config),
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECCurve.java 34 public class Config
40 Config(int coord, ECEndomorphism endomorphism, ECMultiplier multiplier)
47 public Config setCoordinateSystem(int coord)
53 public Config setEndomorphism(ECEndomorphism endomorphism)
59 public Config setMultiplier(ECMultiplier multiplier)
109 public synchronized Config configure()
111 return new Config(this.coord, this.endomorphism, this.multiplier);
    [all...]
  /external/sonivox/jet_tools/JetCreator/
eas.py 587 self.Config()
601 AudioBufferType = c_ubyte * (2 * self.config.mixBufferSize * self.config.numChannels)
603 self.buf_size = self.config.mixBufferSize
605 def Config (self):
607 if not hasattr(self, 'config'):
610 self.config = eas_dll.EAS_Config()[0]
612 (self.config.libVersion, self.config.maxVoices, self.config.numChannels, self.config.sampleRate, self.config.mixBufferSize))
    [all...]
  /frameworks/base/core/java/android/content/pm/
ActivityInfo.java 660 public @interface Config {}
791 * Unfortunately the constants for config changes in native code are
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.cpp 252 Display::Config::Config(Display& display, hwc2_config_t id)
261 Display::Config::Builder::Builder(Display& display, hwc2_config_t id)
262 : mConfig(new Config(display, id)) {}
264 float Display::Config::Builder::getDefaultDensity() {
316 std::shared_ptr<const Display::Config>* outConfig) const
324 ALOGE("Unable to get active config for mId:[%" PRIu64 "]", mId);
332 ALOGE("[%" PRIu64 "] getActiveConfig returned unknown config %u", mId,
349 ALOGE("Unable to get active config for mId:[%" PRIu64 "]", mId);
358 ALOGE("[%" PRIu64 "] getActiveConfig returned unknown config %u", mId, configId)
715 auto config = Config::Builder(*this, configId) local
    [all...]
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
BaseLinearLayoutManagerTest.java 54 protected static List<Config> createBaseVariations() {
55 List<Config> variations = new ArrayList<>();
61 new Config(orientation, reverseLayout, stackFromBottom).wrap(wrap));
73 protected static List<Config> addConfigVariation(List<Config> base, String fieldName,
76 List<Config> newConfigs = new ArrayList<Config>();
77 Field field = Config.class.getDeclaredField(fieldName);
78 for (Config config : base)
    [all...]
BaseStaggeredGridLayoutManagerTest.java 68 protected static List<Config> createBaseVariations() {
69 List<Config> variations = new ArrayList<>();
76 variations.add(new Config(orientation, reverseLayout, spanCount,
87 protected static List<Config> addConfigVariation(List<Config> base, String fieldName,
90 List<Config> newConfigs = new ArrayList<Config>();
91 Field field = Config.class.getDeclaredField(fieldName);
92 for (Config config : base)
    [all...]
  /hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
HWC2On1Adapter.h 282 class Config {
284 Config(Display& display)
308 bool merge(const Config& other);
321 // Maps from color transform to HWC1 config ID
368 std::shared_ptr<const Config>
428 std::vector<std::shared_ptr<Config>> mConfigs;
429 std::shared_ptr<const Config> mActiveConfig;
485 hwc2_display_t display, hwc2_config_t config,
489 config, attribute, outValue);
  /hardware/qcom/display/msm8994/libhwcomposer/
HWC2On1Adapter.h 246 class Config {
248 Config(Display& display)
272 bool merge(const Config& other);
285 // Maps from color transform to HWC1 config ID
337 std::shared_ptr<const Config>
381 std::vector<std::shared_ptr<Config>> mConfigs;
382 std::shared_ptr<const Config> mActiveConfig;
419 hwc2_display_t display, hwc2_config_t config,
423 config, attribute, outValue);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemViewCoordinates.java 57 * instance per item, and {@link #forConfig(Context, Config, CoordinatesCache)} uses it to
60 public static final class Config {
70 public Config withGadget(int gadget) {
75 public Config showFolders() {
80 public Config showReplyState() {
85 public Config showColorBlock() {
90 public Config showPersonalIndicator() {
95 public Config updateWidth(int width) {
130 public Config setLayoutDirection(int layoutDirection) {
139 public Config setUseFullMargins(boolean useFullMargins)
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/tls/
common.go 157 NegotiatedProtocol string // negotiated next protocol (not guaranteed to be from Config.NextProtos)
269 // Servers can select a protocol by setting Config.NextProtos in a
327 // A Config structure is used to configure a TLS client or server.
329 // modified. A Config may be reused; the tls package will also not
331 type Config struct {
352 // See Config.BuildNameToCertificate
382 // received from a client. It may return a non-nil Config in order to
383 // change the Config that will be used to handle this connection. If
384 // the returned Config is nil, the original Config will be used. Th
    [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
common.go 157 NegotiatedProtocol string // negotiated next protocol (not guaranteed to be from Config.NextProtos)
269 // Servers can select a protocol by setting Config.NextProtos in a
327 // A Config structure is used to configure a TLS client or server.
329 // modified. A Config may be reused; the tls package will also not
331 type Config struct {
352 // See Config.BuildNameToCertificate
382 // received from a client. It may return a non-nil Config in order to
383 // change the Config that will be used to handle this connection. If
384 // the returned Config is nil, the original Config will be used. Th
    [all...]
  /external/boringssl/src/ssl/test/runner/
common.go 252 NegotiatedProtocol string // negotiated next protocol (from Config.NextProtos)
328 // A Config structure is used to configure a TLS client or server.
330 // modified. A Config may be reused; the tls package will also not
332 type Config struct {
351 // See Config.BuildNameToCertificate
502 serverInitOnce sync.Once // guards calling (*Config).serverInit
    [all...]
  /external/clang/bindings/python/clang/
cindex.py     [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 146 struct Config : ValueMapConfig<GlobalValue*> {
149 // Each GlobalValue is mapped to an identifier. The Config ensures when RAUW
152 typedef ValueMap<GlobalValue *, uint64_t, Config> ValueNumberMap;
    [all...]
  /external/webrtc/webrtc/p2p/base/
p2ptransportchannel_unittest.cc 106 cricket::IceConfig config; local
107 config.receiving_timeout_ms = receiving_timeout_ms;
108 config.gather_continually = gather_continually;
109 config.backup_connection_ping_interval = backup_ping_interval;
110 return config;
164 enum Config {
1479 cricket::IceConfig config = CreateIceConfig(1000, true); local
1573 cricket::IceConfig config = CreateIceConfig(1000, false); local
1625 cricket::IceConfig config = CreateIceConfig(1000, false); local
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 74 * pushing down this preference for every config change.
216 * Config}, without affecting the underlying allocation backing the bitmap.
237 * new config, just that the allocation is reused. Additionally, the view
261 * @see #setConfig(Config)
263 public void reconfigure(int width, int height, Config config) {
272 nativeReconfigure(mNativePtr, width, height, config.nativeInt, mRequestPremultiplied);
279 * <p>Convenience method for calling {@link #reconfigure(int, int, Config)}
280 * with the current height and config.</p>
283 * the view system, see {@link #reconfigure(int, int, Config)} for mor
323 reconfigure(getWidth(), getHeight(), config); local
832 final Config config = source.getConfig(); local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkControllerImpl.java 95 private Config mConfig;
155 SubscriptionManager.from(context), Config.readConfig(context), bgLooper,
167 SubscriptionManager subManager, Config config, Looper bgLooper,
174 mConfig = config;
479 mConfig = Config.readConfig(mContext);
501 mConfig = Config.readConfig(mContext);
1035 Config config = new Config(); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
ManagedServices.java 114 private final Config mConfig;
159 abstract protected Config getConfig();
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphRunner.java 568 * Config class to setup a GraphRunner with a custom configuration.
573 public static class Config {
622 init(new Config());
630 * @param config A Config instance with the configuration of this runner.
632 public GraphRunner(MffContext context, Config config) {
634 init(config);
    [all...]
  /prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/
jetifier-core-0.0.1.jar 

Completed in 1842 milliseconds

1 2 3 4 5 6 7 8 91011>>