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

<<21222324252627282930>>

  /packages/apps/Settings/tests/robotests/src/com/android/settings/development/
HardwareOverlaysPreferenceControllerTest.java 44 import org.robolectric.annotation.Config;
86 @Config(shadows = {ShadowParcel.class})
97 @Config(shadows = {ShadowParcel.class})
ShowSurfaceUpdatesPreferenceControllerTest.java 44 import org.robolectric.annotation.Config;
86 @Config(shadows = ShadowParcel.class)
97 @Config(shadows = {ShadowParcel.class})
  /packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/
MyDeviceInfoFragmentTest.java 50 import org.robolectric.annotation.Config;
59 @Config(shadows = {ShadowConnectivityManager.class, ShadowUserManager.class})
92 @Config(shadows = SettingsShadowResources.SettingsShadowTheme.class)
  /packages/apps/Settings/tests/robotests/src/com/android/settings/fingerprint/
FingerprintEnrollFindSensorTest.java 48 import org.robolectric.annotation.Config;
53 @Config(shadows = {SettingsShadowResources.SettingsShadowTheme.class, ShadowUtils.class})
117 @Config(qualifiers = "mcc999")
  /packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/
GesturesSettingsPreferenceControllerTest.java 43 import org.robolectric.annotation.Config;
94 @Config(shadows = ShadowSecureSettings.class)
121 @Config(shadows = ShadowSecureSettings.class)
  /packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
WifiMasterSwitchPreferenceControllerTest.java 49 import org.robolectric.annotation.Config;
52 @Config(shadows = ShadowRestrictedLockUtils.class)
89 @Config(qualifiers = "mcc999")
  /system/extras/perfprofd/
perfprofd_cmdline.cc 74 // * "-c PATH" sets the path of the config file to PATH.
113 static bool post_process(const Config& config, int current_seq)
115 const std::string& dest_dir = config.destination_directory;
117 config.config_directory + "/" + PROCESSED_FILENAME;
146 uint32_t maxLive = config.max_unprocessed_profiles;
171 static void init(ConfigReader &config)
173 if (!config.readFile()) {
174 LOG(ERROR) << "unable to open configuration file " << config.getConfigFilePath();
177 CommonInit(static_cast<uint32_t>(config.getUnsignedValue("use_fixed_seed"))
    [all...]
  /hardware/google/av/media/sfplugin/
CCodec.cpp 158 c2_status_t err = mSurface->getConfigurable()->config({&eos}, C2_MAY_BLOCK, &failures);
165 status_t configure(Config &config __unused) {
241 status_t configure(Config &config) {
249 if (config.mMinFps > 0 && config.mMinFps != mConfig.mMinFps) {
250 int64_t us = 1e6 / config.mMinFps + 0.5;
252 status << " minFps=" << config.mMinFps << " => repeatDelayUs=" << us;
257 mConfig.mMinFps = config.mMinFps
    [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...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Impl.c 378 EFI_IP4_CONFIG_DATA *Config;
418 Config = &Ip4ModeData->ConfigData;
421 CopyMem (&Config->StationAddress, &Ip, sizeof (EFI_IPv4_ADDRESS));
424 CopyMem (&Config->SubnetMask, &Ip, sizeof (EFI_IPv4_ADDRESS));
454 Config the MNP parameter used by IP. The IP driver use one MNP
573 @param[in] Config The configure data.
589 IN EFI_IP4_CONFIG_DATA *Config
615 CopyMem (&IpInstance->ConfigData, Config, sizeof (IpInstance->ConfigData));
634 CopyMem (&Ip, &Config->StationAddress, sizeof (IP4_ADDR));
635 CopyMem (&Netmask, &Config->SubnetMask, sizeof (IP4_ADDR));
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowMessageTest.java 15 import org.robolectric.annotation.Config;
182 @Config(minSdk = LOLLIPOP)
194 @Config(maxSdk = KITKAT)
200 @Config(minSdk = LOLLIPOP)
213 @Config(maxSdk = KITKAT)
219 @Config(minSdk = LOLLIPOP)
  /external/skia/tools/shape/
using_skia_and_harfbuzz.cpp 101 // Config //////////////////////////////////////////////////////////////////////
103 struct Config {
119 Config(int argc, char **argv) {
131 Placement(const Config* conf, SkDocument *doc)
132 : config(conf), document(doc), pageCanvas(nullptr) {
137 glyph_paint.setTextSize(SkDoubleToScalar(config->font_size.value));
144 config->page_width.value - 2*config->left_margin.value);
148 (current_y > config->line_spacing_ratio.value * config->font_size.value &
169 const Config* config; member in class:Placement
    [all...]
  /external/skqp/tools/shape/
using_skia_and_harfbuzz.cpp 101 // Config //////////////////////////////////////////////////////////////////////
103 struct Config {
119 Config(int argc, char **argv) {
131 Placement(const Config* conf, SkDocument *doc)
132 : config(conf), document(doc), pageCanvas(nullptr) {
137 glyph_paint.setTextSize(SkDoubleToScalar(config->font_size.value));
144 config->page_width.value - 2*config->left_margin.value);
148 (current_y > config->line_spacing_ratio.value * config->font_size.value &
169 const Config* config; member in class:Placement
    [all...]
  /external/swiftshader/third_party/LLVM/
Makefile 16 # 4. Build libs, which are needed by llvm-config.
17 # 5. Build llvm-config, which determines inter-lib dependencies for tools.
34 tools/llvm-config tools runtime docs unittests
44 include $(LEVEL)/Makefile.config
162 $(TopDistDir)/include/llvm/Config/config.h \
186 include/llvm/Config/config.h \
187 include/llvm/Config/Targets.def \
188 include/llvm/Config/AsmPrinters.def \
    [all...]
  /external/webrtc/webrtc/test/
fake_network_pipe_unittest.cc 74 FakeNetworkPipe::Config config; local
75 config.queue_length_packets = 20;
76 config.link_capacity_kbps = 80;
78 new FakeNetworkPipe(&fake_clock_, config));
88 const int kPacketTimeMs = PacketTimeMs(config.link_capacity_kbps,
113 FakeNetworkPipe::Config config; local
114 config.queue_length_packets = 20;
115 config.queue_delay_ms = 100
148 FakeNetworkPipe::Config config; local
171 FakeNetworkPipe::Config config; local
202 FakeNetworkPipe::Config config; local
261 FakeNetworkPipe::Config config; local
    [all...]
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
GridLayoutManagerTest.java 87 RecyclerView recyclerView = setupBasic(new Config(2, 100).reverseLayout(reverseLayout),
127 final RecyclerView recyclerView = setupBasic(new Config(3, 31).reverseLayout(!scrollDown)
196 Config config = new Config(spanCount, itemCount); local
197 mGlm = new WrappedGridLayoutManager(getActivity(), config.mSpanCount, config.mOrientation,
198 config.mReverseLayout);
322 final RecyclerView recyclerView = setupBasic(new Config(spanCount, itemCount)
412 final RecyclerView recyclerView = setupBasic(new Config(spanCount, itemCount
    [all...]
  /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,
  /device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Io.c 410 ASSERT(Instance->Config);
464 if (Instance->Config->IaInfoEvent != NULL) {
465 gBS->SignalEvent (Instance->Config->IaInfoEvent);
496 ASSERT (Instance->Config != NULL);
501 Callback = Instance->Config->Dhcp6Callback;
502 Context = Instance->Config->CallbackContext;
555 ASSERT (Instance->Config != NULL);
571 &Instance->Config->IaDescriptor
618 if (Instance->Config->IaDescriptor.Type == Dhcp6OptIana) {
730 &Instance->Config->IaDescriptor
    [all...]
  /bionic/libc/malloc_debug/
GuardData.cpp 34 #include "Config.h"
72 FrontGuardData::FrontGuardData(DebugData* debug_data, const Config& config, size_t* offset)
73 : GuardData(debug_data, config.front_guard_value(), config.front_guard_bytes()) {
75 cmp_mem_.resize(config.front_guard_bytes());
76 memset(cmp_mem_.data(), config.front_guard_value(), cmp_mem_.size());
79 *offset += config.front_guard_bytes();
90 RearGuardData::RearGuardData(DebugData* debug_data, const Config& config)
    [all...]
  /build/soong/android/
makevars.go 32 ctx.Strict("MIN_SUPPORTED_SDK_VERSION", strconv.Itoa(ctx.Config().MinSupportedSdkVersion()))
38 Config() Config
94 config Config
110 if !ctx.Config().EmbeddedInMake() {
114 outFile := PathForOutput(ctx, "make_vars"+proptools.String(ctx.Config().productVariables.Make_suffix)+".mk").String()
123 config: ctx.Config(),
231 func (c *makeVarsContext) Config() Config
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
CornerPathEffectTest.java 22 import android.graphics.Bitmap.Config;
63 Bitmap bitmap = Bitmap.createBitmap(BITMAP_WIDTH, BITMAP_HEIGHT, Config.ARGB_8888);
DashPathEffectTest.java 21 import android.graphics.Bitmap.Config;
52 Bitmap bitmap = Bitmap.createBitmap(BITMAP_WIDTH, BITMAP_HEIGHT, Config.ARGB_8888);
DiscretePathEffectTest.java 23 import android.graphics.Bitmap.Config;
63 Bitmap bitmap = Bitmap.createBitmap(BITMAP_WIDTH, BITMAP_HEIGHT, Config.ARGB_8888);
EmbossMaskFilterTest.java 23 import android.graphics.Bitmap.Config;
61 Bitmap bitmap = Bitmap.createBitmap(BITMAP_WIDTH, BITMAP_HEIGHT, Config.ARGB_8888);

Completed in 1892 milliseconds

<<21222324252627282930>>