HomeSort by relevance Sort by last modified time
    Searched defs:config (Results 401 - 425 of 3008) sorted by null

<<11121314151617181920>>

  /build/soong/cc/config/
arm64_device.go 15 package config package
117 "cortex-a53": "${config.Arm64CortexA53Cflags}",
122 "cortex-a53": "${config.Arm64ClangCortexA53Cflags}",
138 return "${config.Arm64GccRoot}"
154 return "${config.Arm64Cflags}"
158 return "${config.Arm64Cppflags}"
162 return "${config.Arm64Ldflags}"
166 return "${config.Arm64IncludeFlags}"
174 return "${config.Arm64ClangCflags}"
178 return "${config.Arm64ClangCppflags}
    [all...]
mips64_device.go 15 package config package
136 return "${config.Mips64GccRoot}"
156 return "${config.Mips64Cppflags}"
160 return "${config.Mips64Ldflags}"
164 return "${config.Mips64IncludeFlags}"
180 return "${config.Mips64ClangCppflags}"
184 return "${config.Mips64ClangLdflags}"
193 cflags: "${config.Mips64Cflags}",
194 clangCflags: "${config.Mips64ClangCflags}",
195 toolchainCflags: "${config.Mips64" + arch.ArchVariant + "VariantCflags}"
    [all...]
x86_64_device.go 15 package config package
192 return "${config.X86_64GccRoot}"
204 return "${config.X86_64ToolchainLdflags}"
212 return "${config.X86_64Cflags}"
216 return "${config.X86_64Cppflags}"
220 return "${config.X86_64Ldflags}"
224 return "${config.X86_64IncludeFlags}"
232 return "${config.X86_64ToolchainLdflags}"
240 return "${config.X86_64ClangCflags}"
244 return "${config.X86_64ClangCppflags}
    [all...]
x86_linux_bionic_host.go 15 package config package
100 return "${config.LinuxBionicGccRoot}"
124 return "${config.LinuxBionicIncludeFlags}"
133 return "${config.LinuxBionicCflags}"
141 return "${config.LinuxBionicLdflags}"
  /cts/common/util/tests/src/com/android/compatibility/common/util/
DynamicConfigTest.java 36 " <entry key=\"test-config-1\">\n" +
37 " <value>test config 1</value>\n" +
39 " <entry key=\"test-config-2\">\n" +
42 " <entry key=\"config-list\">\n" +
49 " <entry key=\"config-list-2\">\n" +
61 " <entry key=\"test-config-1\">\n" +
62 " <value>test config 1</value>\n" +
64 " <entry key=\"test-config-2\">\n" +
67 " <entry key=\"config-list\">\n" +
74 " <entry key=\"config-list-2\">\n"
84 DynamicConfig config = new DynamicConfig(); local
99 DynamicConfig config = new DynamicConfig(); local
    [all...]
  /cts/hostsidetests/services/activityandwindowmanager/activitymanager/app/src/android/server/cts/
TestActivity.java 66 final Configuration config = getResources().getConfiguration(); local
67 dumpDisplaySize(config);
68 dumpConfiguration(config);
  /cts/tests/tests/net/src/android/net/wifi/cts/
ConfigParserTest.java 68 PasspointConfiguration config = new PasspointConfiguration(); local
75 config.setHomeSp(homeSp);
97 config.setCredential(credential);
98 return config;
111 "application/x-wifi-config", configStr.getBytes());
  /cts/tests/tests/opengl/src/android/opengl/cts/
Egl10Utils.java 46 EGLConfig config = chooseConfig(egl, display, configs, configSpec); local
47 if (config == null) {
48 throw new IllegalArgumentException("No config chosen");
50 return config;
83 for (EGLConfig config : configs) {
84 int d = findConfigAttrib(egl, display, config, EGL10.EGL_DEPTH_SIZE);
85 int s = findConfigAttrib(egl, display, config, EGL10.EGL_STENCIL_SIZE);
87 int r = findConfigAttrib(egl, display, config, EGL10.EGL_RED_SIZE);
88 int g = findConfigAttrib(egl, display, config, EGL10.EGL_GREEN_SIZE);
89 int b = findConfigAttrib(egl, display, config, EGL10.EGL_BLUE_SIZE)
    [all...]
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/
DigitalWatchFaceConfigListenerService.java 17 package com.example.android.wearable.watchface.config;
35 * A {@link WearableListenerService} listening for {@link DigitalWatchFaceService} config messages
36 * and updating the config {@link com.google.android.gms.wearable.DataItem} accordingly.
55 // It's allowed that the message carries only some of the keys used in the config DataItem
59 Log.d(TAG, "Received watch face config message: " + configKeysToOverwrite);
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/
DigitalWatchFaceConfigListenerService.java 17 package com.example.android.wearable.watchface.config;
35 * A {@link WearableListenerService} listening for {@link DigitalWatchFaceService} config messages
36 * and updating the config {@link com.google.android.gms.wearable.DataItem} accordingly.
55 // It's allowed that the message carries only some of the keys used in the config DataItem
59 Log.d(TAG, "Received watch face config message: " + configKeysToOverwrite);
  /device/generic/goldfish-opengl/system/egl/
eglContext.h 29 EGLContext_t(EGLDisplay dpy, EGLConfig config, EGLContext_t* shareCtx, int maj, int min);
33 EGLConfig config; member in struct:EGLContext_t
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
config.py 1 """distutils.command.config
3 Implements the Distutils 'config' command, a (mostly) empty command class
5 applications. The idea is that while every "config" command is different,
6 at least they're all named the same, and users always see "config" in the
24 class config(Command): class in inherits:Command
51 # The three standard command methods: since the "config" command
89 # Utility methods for actual "config" commands. The interfaces are
170 # info. My inclination is to make it up to the real config command to
283 # when implementing a real-world config command!)
  /external/aac/libAACenc/src/
aacEnc_ram.h 125 AACENC_CONFIG *config; member in struct:AAC_ENC
  /external/caliper/caliper/src/main/java/com/google/caliper/config/
CaliperConfigLoader.java 17 package com.google.caliper.config;
51 Util.resourceSupplier(CaliperConfig.class, "global-config.properties"));
67 ByteSource supplier = Util.resourceSupplier(CaliperConfig.class, "default-config.properties");
VmConfig.java 17 package com.google.caliper.config;
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
OutputFileDumper.java 22 import com.google.caliper.config.CaliperConfig;
23 import com.google.caliper.config.InvalidConfigurationException;
24 import com.google.caliper.config.ResultProcessorConfig;
67 ResultProcessorConfig config = caliperConfig.getResultProcessorConfig(OutputFileDumper.class); local
68 if (config.options().containsKey("file")) {
69 this.resultFile = new File(config.options().get("file"));
71 } else if (config.options().containsKey("dir")) {
72 File dir = new File(config.options().get("dir"));
  /external/caliper/caliper/src/test/java/com/google/caliper/config/
LoggingConfigLoaderTest.java 15 package com.google.caliper.config;
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
tracing_controller_backend.py 36 def __init__(self, config, timeout):
38 self._config = config
46 def config(self): member in class:_TracingState
66 def StartTracing(self, config, timeout):
70 assert isinstance(config, tracing_config.TracingConfig)
73 self._current_state = _TracingState(config, timeout)
85 self.StartAgentTracing(config, timeout)
91 started = agent.StartAgentTracing(config, timeout)
156 agent.FlushAgentTracing(self._current_state.config,
168 def StartAgentTracing(self, config, timeout)
    [all...]
  /external/curl/tests/libtest/
lib552.c 88 struct data *config = (struct data *)userp; local
118 dump(text, stderr, (unsigned char *)data, size, config->trace_ascii);
169 struct data config; local
173 config.trace_ascii = 1; /* enable ascii tracing */
182 test_setopt(curl, CURLOPT_DEBUGDATA, &config);
  /external/deqp/framework/egl/
egluConfigFilter.hpp 23 * \brief EGL Config selection helper.
46 CandidateConfig (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConfig config);
82 eglw::EGLConfig config; member in struct:eglu::CandidateConfig::__anon16763::__anon16764
99 bool match (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConfig config) const;
  /external/deqp/modules/egl/
teglSimpleConfigCase.cpp 81 // Init config iter
102 EGLConfig config = *m_configIter++; local
106 executeForConfig(m_display, 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...]
  /external/icu/icu4c/source/tools/icuinfo/
icuinfo.cpp 151 printf( " config| (configuration string)\n");
160 const char *config = uplug_getConfiguration(plug); local
174 if(config!=NULL&&*config) {
175 printf(" config| %s\n", config);
  /external/jcommander/src/test/java/com/beust/jcommander/
VariableArityTest.java 49 ModelGenerationConfig config = new ModelGenerationConfig(); local
50 JCommander com = new JCommander(config);
55 // config.print();
56 Assert.assertNotEquals(config.seed, 0);
57 Assert.assertEquals(config.modelMatrixFile, Arrays.asList(new String[] { "foo" }));
58 Assert.assertEquals(config.featureFile, Arrays.asList(new String[] { "foo" }));
59 Assert.assertEquals(config.seed, 1024);
60 Assert.assertEquals(config.outputFile, "foo");
  /external/libusb/examples/
testlibusb.c 148 static void print_configuration(struct libusb_config_descriptor *config)
153 printf(" wTotalLength: %d\n", config->wTotalLength);
154 printf(" bNumInterfaces: %d\n", config->bNumInterfaces);
155 printf(" bConfigurationValue: %d\n", config->bConfigurationValue);
156 printf(" iConfiguration: %d\n", config->iConfiguration);
157 printf(" bmAttributes: %02xh\n", config->bmAttributes);
158 printf(" MaxPower: %d\n", config->MaxPower);
160 for (i = 0; i < config->bNumInterfaces; i++)
161 print_interface(&config->interface[i]);
224 struct libusb_config_descriptor *config; local
    [all...]

Completed in 829 milliseconds

<<11121314151617181920>>