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

<<11121314151617181920>>

  /external/libusb/libusb/os/
haiku_usb_raw.cpp 97 const usb_configuration_descriptor *config = dev->ConfigurationDescriptor(config_index); local
98 if (config == NULL) {
102 if (len > config->total_length)
103 len = config->total_length;
104 memcpy(buffer, config, len);
110 haiku_set_configuration(struct libusb_device_handle *dev_handle, int config)
113 return handle->SetConfiguration(config);
  /external/llvm/utils/abtest/
abtest.py 203 config = parser.parse_args() variable
205 gooddir=config.dir_a
206 baddir=config.dir_b
213 if not config.insane:
227 if config.file is not None:
229 goodfile = gooddir+"/"+config.file
230 badfile = baddir+"/"+config.file
231 check_functions_in_file(config.file, goodfile, badfile)
  /external/ltp/utils/ffsb-6.0-rc2/
ffsb_stats.h 78 /* If we are collecting stats, then the config field is non-NULL */
80 ffsb_statsc_t *config; member in struct:ffsb_stats_data
97 /* Make a copy of a stats config */
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_screen.c 69 __DRIconfig **config; local
71 config = driCreateConfigs(fb_formats[i].format,
80 assert(config);
82 configs = driConcatConfigs(configs, config);
nv10_state_fb.c 65 union nouveau_bo_config config = { local
72 &config, &nfb->hierz.bo); local
  /external/skia/bench/
ResultsWriter.h 38 // then config and metric can be called multiple times to record runs.
42 virtual void config(const char name[]) {} function in class:ResultsWriter
105 void config(const char name[]) override {
nanobench.h 24 struct Config {
43 explicit Target(const Config& c) : config(c) { }
46 const Config config; member in struct:Target
79 /** Writes any config-specific data to the log. */
  /external/skia/include/gpu/
GrSurface.h 45 * Retrieves the pixel config specified when the surface was created.
48 * config that isn't equivalent with one of our configs.
50 GrPixelConfig config() const { return fDesc.fConfig; } function in class:GrSurface
76 * @param config the pixel config of the destination buffer
84 * pixel config.
88 GrPixelConfig config,
100 * @param config the pixel config of the destination buffer
107 * pixel config
    [all...]
  /external/skia/src/gpu/
GrRenderTargetContext.h 353 GrPixelConfig config() const { return fRenderTargetProxy->config(); } function in class:GrRenderTargetContext
  /external/skia/src/gpu/vk/
GrVkCaps.cpp 61 desc->fConfig = src->config();
160 // We could actually query and get a max size for each config, however maxImageDimension2D will
189 // fConfigOutputSwizzle will default to RGBA so we only need to set it for alpha only config.
191 GrPixelConfig config = static_cast<GrPixelConfig>(i); local
192 if (GrPixelConfigIsAlphaOnly(config)) {
196 if (kGray_8_GrPixelConfig == config) {
198 } else if (kRGBA_4444_GrPixelConfig == config) {
  /external/skia/tools/flags/
SkCommonFlagsConfig.h 17 DECLARE_string(config); variable
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/resolver/
ImplicitResolverTest.java 42 protected Map<String, String> config = null; field in class:ImplicitResolverTest.ConfigurationConstructor
44 public ConfigurationConstructor(Map<String, String> config) {
45 this.config = config;
53 return config.get(val);
82 Map<String, String> config = new HashMap<String, String>(); local
83 config.put("user.home", "HOME");
84 Constructor constructor = new ConfigurationConstructor(config);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/serializer/
SerializerTest.java 35 DumperOptions config = new DumperOptions(); local
37 serializer = new Serializer(new Emitter(writer, config), new Resolver(), config, null);
  /external/swiftshader/src/OpenGL/libEGL/
Surface.h 30 class Config;
67 Surface(const Display *display, const Config *config);
80 const Config *const config; // EGL config surface was created with member in class:egl::Surface
102 WindowSurface(Display *display, const egl::Config *config, EGLNativeWindowType window);
124 PBufferSurface(Display *display, const egl::Config *config, EGLint width, EGLint height, EGLenum textureFormat, EGLenum textureTarget, EGLBoolean largestPBuf (…)
    [all...]
  /external/syslinux/com32/hdt/
hdt-dump.c 34 #include <syslinux/config.h>
146 void flush(ZZJSON_CONFIG * config, ZZJSON ** item)
148 zzjson_print(config, *item);
149 zzjson_free(config, *item);
166 ZZJSON_CONFIG config = { ZZJSON_VERY_STRICT, NULL, local
205 dump_cpu(hardware, &config, &json);
206 dump_pxe(hardware, &config, &json);
207 dump_syslinux(hardware, &config, &json);
208 dump_vpd(hardware, &config, &json);
209 dump_vesa(hardware, &config, &json)
    [all...]
  /external/v8/tools/gcmole/
gcmole.lua 300 local function config (t) return setmetatable(t, mtConfig) end
306 return config(e)
310 ia32 = config { triple = "i586-unknown-linux",
313 arm = config { triple = "i586-unknown-linux",
316 x64 = config { triple = "x86_64-unknown-linux",
319 arm64 = config { triple = "x86_64-unknown-linux",
  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/
audio_encoder_g722.cc 24 AudioEncoderG722::Config CreateConfig(const CodecInst& codec_inst) {
25 AudioEncoderG722::Config config; local
26 config.num_channels = codec_inst.channels;
27 config.frame_size_ms = codec_inst.pacsize / 16;
28 config.payload_type = codec_inst.pltype;
29 return config;
34 bool AudioEncoderG722::Config::IsOk() const {
39 AudioEncoderG722::AudioEncoderG722(const Config& config)
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
audio_encoder_ilbc.cc 25 AudioEncoderIlbc::Config CreateConfig(const CodecInst& codec_inst) {
26 AudioEncoderIlbc::Config config; local
27 config.frame_size_ms = codec_inst.pacsize / 8;
28 config.payload_type = codec_inst.pltype;
29 return config;
37 bool AudioEncoderIlbc::Config::IsOk() const {
44 AudioEncoderIlbc::AudioEncoderIlbc(const Config& config)
45 : config_(config),
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/
audio_encoder_isac_t_impl.h 21 typename AudioEncoderIsacT<T>::Config CreateIsacConfig(
24 typename AudioEncoderIsacT<T>::Config config; local
25 config.bwinfo = bwinfo;
26 config.payload_type = codec_inst.pltype;
27 config.sample_rate_hz = codec_inst.plfreq;
28 config.frame_size_ms =
29 rtc::CheckedDivExact(1000 * codec_inst.pacsize, config.sample_rate_hz);
30 config.adaptive_mode = (codec_inst.rate == -1);
32 config.bit_rate = codec_inst.rate
    [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/av/media/libmedia/
IResourceManagerService.cpp 32 CONFIG = IBinder::FIRST_CALL_TRANSACTION,
66 virtual void config(const Vector<MediaResourcePolicy> &policies) { function in class:android::BpResourceManagerService
70 remote()->transact(CONFIG, data, &reply);
121 case CONFIG: {
125 config(policies);
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
aacenc.c 143 AACENC_CONFIG config; local
144 config.adtsUsed = 1;
145 config.bitRate = 128000;
146 config.nChannelsIn = 2;
147 config.nChannelsOut = 2;
148 config.sampleRate = 44100;
149 config.bandWidth = 20000;
151 AacEncOpen(hAacEnc, config);
191 length = min(hAacEnc->config.nChannelsIn*AACENC_BLOCKSIZE - hAacEnc->intlen, hAacEnc->inlen);
223 inbuflen = AACENC_BLOCKSIZE*hAacEnc->config.nChannelsIn
319 AACENC_CONFIG config; local
    [all...]
  /frameworks/av/radio/
IRadioService.cpp 81 const struct radio_band_config *config,
89 ALOGV("attach() config %p withAudio %d region %d type %d",
90 config == NULL ? 0 : config, withAudio,
91 config == NULL ? 0 : config->region,
92 config == NULL ? 0 : config->band.type);
93 if (config == NULL) {
97 data.write(config, sizeof(struct radio_band_config))
157 struct radio_band_config config; local
    [all...]
  /frameworks/base/core/java/android/security/net/config/
KeyStoreCertificateSource.java 17 package android.security.net.config;
ManifestConfigSource.java 17 package android.security.net.config;
69 Log.d(LOG_TAG, "Using Network Security Config from resource "
77 Log.d(LOG_TAG, "No Network Security Config specified, using platform default");
80 // should use the network security config.

Completed in 687 milliseconds

<<11121314151617181920>>