HomeSort by relevance Sort by last modified time
    Searched defs:config (Results 276 - 300 of 606) sorted by null

<<11121314151617181920>>

  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
UploadedTexture.java 20 import android.graphics.Bitmap.Config;
87 public Config config; field in class:UploadedTexture.BorderKey
92 int x = config.hashCode() ^ length;
101 && config == o.config && length == o.length;
119 boolean vertical, Config config, int length) {
122 key.config = config;
233 Config config = bitmap.getConfig(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationDescription.java 60 private static final String ATTR_CONFIG = "config"; //$NON-NLS-1$
184 String config = element.getAttribute(ATTR_CONFIG); local
185 Iterable<String> segments = Splitter.on('-').split(config);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
LaunchConfigDelegate.java 213 // make a config class
214 AndroidLaunchConfiguration config = new AndroidLaunchConfiguration(); local
216 // fill it with the config coming from the ILaunchConfiguration object
217 config.set(configuration);
238 doLaunch(configuration, mode, monitor, project, androidLaunch, config, controller,
244 AndroidLaunchConfiguration config, AndroidLaunchController controller,
249 if (config.mLaunchAction == ACTION_ACTIVITY) {
250 // Get the activity name defined in the config
263 config.mLaunchAction = ACTION_DO_NOTHING;
275 revertToNoActionLaunch(project, config);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkDebuggerTab.java 257 public void setDefaults(ILaunchConfigurationWorkingCopy config) {
258 NdkHelper.setLaunchConfigDefaults(config);
262 public void initializeFrom(ILaunchConfiguration config) {
263 mGdbPathText.setText(getAttribute(config, NdkLaunchConstants.ATTR_NDK_GDB,
265 mGdbInitPathText.setText(getAttribute(config,
268 mGdbRemotePortText.setText(getAttribute(config, IGDBLaunchConfigurationConstants.ATTR_PORT,
271 List<String> solibs = getAttribute(config, NdkLaunchConstants.ATTR_NDK_SOLIB,
279 private String getAttribute(ILaunchConfiguration config, String key, String defaultValue) {
281 return config.getAttribute(key, defaultValue);
287 private List<String> getAttribute(ILaunchConfiguration config, String key
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 127 Bitmap.Config config = mFullColor ? local
128 Bitmap.Config.ARGB_4444 : Bitmap.Config.ALPHA_8;
129 mBitmap = Bitmap.createBitmap(mStrikeWidth, mStrikeHeight, config);
  /external/chromium/net/proxy/
proxy_config_service_linux_unittest.cc 272 // Let the config service post a destroy message to the IO thread
281 // Does gconf setup and initial fetch of the proxy config,
292 // Synchronously gets the proxy config.
294 net::ProxyConfig* config) {
298 *config = proxy_config_;
332 // The config obtained by |io_thread_| and read back by the main
356 path = path.Append(FILE_PATH_LITERAL("config"));
362 kde4_config_ = path.Append(FILE_PATH_LITERAL("config"));
630 ProxyConfig config; local
634 sync_config_getter.SyncGetLatestProxyConfig(&config);
938 ProxyConfig config; local
959 ProxyConfig config; local
1379 ProxyConfig config; local
1417 ProxyConfig config; local
1437 ProxyConfig config; local
1451 ProxyConfig config; local
1466 ProxyConfig config; local
1484 ProxyConfig config; local
    [all...]
proxy_service.cc 50 // When the IP address changes we don't immediately re-run proxy auto-config.
52 // attempting to re-valuate proxy auto-config.
56 // auto-config step will be run, and the queued requests resumed.
61 // we were to run proxy auto-config right away, it could fail due to spurious
89 // Config getter that always returns direct settings.
95 virtual ConfigAvailability GetLatestProxyConfig(ProxyConfig* config) {
96 *config = ProxyConfig::CreateDirect();
374 ProxyConfig::ID config_id_; // The config id when the resolve was started.
637 ProxyConfig config; local
639 config_service_->GetLatestProxyConfig(&config);
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 126 PortConfiguration* config,
133 PortConfiguration* config, uint32* flags);
299 PortConfiguration* config = new PortConfiguration(allocator_->stun_address(), local
313 config->AddRelay(ports, RELAY_PRIMARY_PREF_MODIFIER);
315 ConfigReady(config);
318 void BasicPortAllocatorSession::ConfigReady(PortConfiguration* config) {
319 network_thread_->Post(this, MSG_CONFIG_READY, config);
323 void BasicPortAllocatorSession::OnConfigReady(PortConfiguration* config) {
324 if (config)
325 configs_.push_back(config);
346 PortConfiguration* config = NULL; local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
channelmanager.cc 31 #include <config.h>
102 : config(c), result(false) {}
103 VideoEncoderConfig config; member in struct:cricket::DefaultVideoEncoderConfig
528 DefaultVideoEncoderConfig config(c);
529 ret = Send(MSG_SETDEFAULTVIDEOENCODERCONFIG, &config) && config.result;
700 p->result = SetDefaultVideoEncoderConfig_w(p->config);
  /external/libnfc-nxp/src/
phHciNfc_DevMgmt.c 487 static uint8_t config = 0x10; local
548 config = 0x00;
550 NFC_ADDRESS_GPIO_PDIR , config );
560 config = NXP_NFC_GPIO_MASK(NXP_DOWNLOAD_GPIO)| 0x03 ;
562 NFC_ADDRESS_GPIO_PEN , config );
577 config = 0x00;
579 NFC_FELICA_RC_ADDR , config );
602 config = (uint8_t)
605 NFC_ADDRESS_IFC_TO_TX_H , config );
615 config = (uint8_t
    [all...]
  /external/libusb_aah/libusb/
core.c 21 #include <config.h>
713 struct libusb_config_descriptor *config, unsigned char endpoint)
716 for (iface_idx = 0; iface_idx < config->bNumInterfaces; iface_idx++) {
717 const struct libusb_interface *iface = &config->interface[iface_idx];
756 struct libusb_config_descriptor *config; local
760 r = libusb_get_active_config_descriptor(dev, &config);
763 "could not retrieve active config descriptor");
767 ep = find_endpoint(config, endpoint);
772 libusb_free_config_descriptor(config);
805 struct libusb_config_descriptor *config; local
    [all...]
  /external/openssh/
ssh.c 161 char *config = NULL; variable
601 config = optarg;
696 * Read per-user configuration file. Ignore the system wide config
697 * file if the user specifies a config file on the command line.
699 if (config != NULL) {
700 if (!read_config_file(config, host, &options, 0))
701 fatal("Can't open user config file %.100s: "
702 "%.100s", config, strerror(errno));
709 /* Read systemwide configuration file after user config. */
    [all...]
  /external/oprofile/gui/
oprof_start.cpp 37 #include "config.h"
157 kernel_filename_edit->setText(config.kernel_filename.c_str());
159 no_vmlinux->setChecked(config.no_kernel);
161 buffer_size_edit->setText(QString().setNum(config.buffer_size));
162 buffer_watershed_edit->setText(QString().setNum(config.buffer_watershed));
163 cpu_buffer_size_edit->setText(QString().setNum(config.cpu_buffer_size));
164 note_table_size_edit->setText(QString().setNum(config.note_table_size));
165 callgraph_depth_edit->setText(QString().setNum(config.callgraph_depth));
166 verbose->setChecked(config.verbose);
167 separate_lib_cb->setChecked(config.separate_lib)
380 in >> config; local
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
deflate.c 129 } config; typedef in typeref:struct:config_s
132 local const config configuration_table[2] = {
137 local const config configuration_table[10] = {
    [all...]
  /external/qemu/hw/
bt-l2cap.c 60 int config; member in struct:l2cap_instance_s::l2cap_chan_s
78 * CONFIG -> cid[N] && config < 3
79 * WAIT_CONFIG -> never occurs, cid[N] && config == 0 && !config_r
80 * WAIT_SEND_CONFIG -> never occurs, cid[N] && config == 1 && !config_r
81 * WAIT_CONFIG_REQ_RSP -> cid[N] && config == 0 && config_req_id
82 * WAIT_CONFIG_RSP -> cid[N] && config == 1 && config_req_id
83 * WAIT_CONFIG_REQ -> cid[N] && config == 2
84 * OPEN -> cid[N] && config == 3
487 ch->config &= ~L2CAP_CFG_INIT
    [all...]
pci.h 142 /* PCI config space */
143 uint8_t config[256]; member in struct:PCIDevice
  /external/skia/legacy/include/core/
SkBitmap.h 32 and height, and a format (config), and a pointer to the actual pixels.
43 enum Config {
67 Its config is set to kNo_Config.
96 /** Return the config for the bitmap.
98 Config config() const { return (Config)fConfig; } function in class:SkBitmap
99 /** DEPRECATED, use config()
101 Config getConfig() const { return this->config(); }
    [all...]
  /external/skia/legacy/src/core/
SkScalerContext.cpp 371 SkASSERT(SkBitmap::kA8_Config == src.config());
408 SkASSERT(SkBitmap::kA8_Config == src.config());
428 SkASSERT(SkBitmap::kA8_Config == src.config());
449 SkBitmap::Config config; local
463 config = SkBitmap::kA1_Config;
466 config = SkBitmap::kA8_Config;
487 bm.setConfig(config, dstW, dstH, dstRB);
  /external/skia/legacy/src/images/
SkImageDecoder_libjpeg.cpp 254 SkBitmap::Config config = this->getPrefConfig(k32Bit_SrcDepth, false); local
256 if (config != SkBitmap::kARGB_8888_Config &&
257 config != SkBitmap::kARGB_4444_Config &&
258 config != SkBitmap::kRGB_565_Config) {
259 config = SkBitmap::kARGB_8888_Config;
264 if (config == SkBitmap::kARGB_8888_Config) {
266 } else if (config == SkBitmap::kRGB_565_Config) {
275 bm->setConfig(config, cinfo.image_width, cinfo.image_height);
298 bm->setConfig(config, smpl.scaledWidth(), smpl.scaledHeight())
567 SkBitmap::Config config = this->getPrefConfig(k32Bit_SrcDepth, false); local
    [all...]
  /external/skia/src/core/
SkScalerContext.cpp 383 SkASSERT(SkBitmap::kA8_Config == src.config());
406 SkASSERT(SkBitmap::kA8_Config == src.config());
428 SkBitmap::Config config; local
442 config = SkBitmap::kA1_Config;
445 config = SkBitmap::kA8_Config;
466 bm.setConfig(config, dstW, dstH, dstRB);
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 284 SkBitmap::Config config = this->getPrefConfig(k32Bit_SrcDepth, false); local
286 if (config != SkBitmap::kARGB_8888_Config &&
287 config != SkBitmap::kARGB_4444_Config &&
288 config != SkBitmap::kRGB_565_Config) {
289 config = SkBitmap::kARGB_8888_Config;
294 if (SkBitmap::kARGB_8888_Config == config && JCS_CMYK != cinfo.out_color_space) {
296 } else if (SkBitmap::kRGB_565_Config == config && JCS_CMYK != cinfo.out_color_space) {
305 bm->setConfig(config, cinfo.image_width, cinfo.image_height);
328 bm->setConfig(config, smpl.scaledWidth(), smpl.scaledHeight())
605 SkBitmap::Config config = this->getPrefConfig(k32Bit_SrcDepth, false); local
    [all...]
SkImageDecoder_libpng.cpp 71 SkBitmap::Config *config, bool *hasAlpha, bool *doDither,
134 SkASSERT(bm->config() == SkBitmap::kARGB_8888_Config);
151 static bool canUpscalePaletteToConfig(SkBitmap::Config dstConfig,
274 SkBitmap::Config config; local
279 if (getBitmapConfig(png_ptr, info_ptr, &config, &hasAlpha,
298 decodedBitmap->setConfig(config, sampler.scaledWidth(),
322 SkBitmap::kIndex8_Config == config ?
348 if (SkBitmap::kIndex8_Config == config && 1 == sampleSize)
646 SkBitmap::Config config; local
943 SkBitmap::Config config = bitmap.getConfig(); local
    [all...]
  /external/smack/src/org/jivesoftware/smack/
Connection.java 210 protected final ConnectionConfiguration config; field in class:Connection
225 config = configuration;
234 return config;
245 return config.getServiceName();
255 return config.getHost();
265 return config.getPort();
322 return config.isReconnectionAllowed();
723 return config.isSendPresence();
763 if (config.isDebuggerEnabled()) {
    [all...]
  /external/tinyalsa/
pcm.c 166 struct pcm_config config; member in struct:pcm
229 return bytes / (pcm->config.channels *
230 (pcm_format_to_bits(pcm->config.format) >> 3));
235 return frames * pcm->config.channels *
236 (pcm_format_to_bits(pcm->config.format) >> 3);
271 pcm->mmap_control->avail_min = pcm->config.avail_min;
285 pcm->mmap_control->avail_min = pcm->config.avail_min;
393 x.frames = count / (pcm->config.channels *
394 pcm_format_to_bits(pcm->config.format) / 8);
430 x.frames = count / (pcm->config.channels
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLUtils.cpp 29 #include "config.h"
235 static GLenum getInternalFormat(SkBitmap::Config config)
237 switch (config) {
251 static GLenum getType(SkBitmap::Config config)
253 switch (config) {
271 EGLConfig config; local
280 eglChooseConfig(display, configAttribs, &config, 1, &numConfigs);
285 return config;
527 SkBitmap::Config config = bitmap.getConfig(); local
554 SkBitmap::Config config = bitmap.getConfig(); local
    [all...]

Completed in 1088 milliseconds

<<11121314151617181920>>