/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/ |
template_arity_spec.hpp | 13 #include <boost/mpl/aux_/config/lambda.hpp> 14 #include <boost/mpl/aux_/config/overload_resolution.hpp>
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/ |
ViewContact.java | 30 Configuration config = getResources().getConfiguration(); local 31 int screenLayoutSize = config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/ |
DebuggerConnector.java | 55 // get the config for the remote launch config. 61 // look for an existing launch config 62 ILaunchConfiguration config = findConfig(manager, configType, projectName, local 65 if (config == null) { 66 // Didn't find a matching config, so we make one. 89 // save the working copy to get the launch config object which we return. 90 config = wc.doSave(); 98 if (config != null) { 99 DebugUITools.launch(config, ILaunchManager.DEBUG_MODE) [all...] |
/external/chromium_org/media/ffmpeg/ |
ffmpeg_common.cc | 275 AudioDecoderConfig* config, 306 config->Initialize(codec, 318 config->bits_per_channel()); 324 AudioDecoderConfig* config, 331 stream->codec, is_encrypted, config, record_stats); 334 void AudioDecoderConfigToAVCodecContext(const AudioDecoderConfig& config, 337 codec_context->codec_id = AudioCodecToCodecID(config.codec(), 338 config.sample_format()); 340 config.sample_format()); 345 ChannelLayoutToChannelCount(config.channel_layout()) [all...] |
/hardware/invensense/60xx/mlsdk/mllite/ |
compass.c | 419 struct ext_slave_config config; local 426 config.key = MPU_SLAVE_WRITE_REGISTERS; 427 config.len = 2; 428 config.apply = TRUE; 429 config.data = data; 433 inv_get_serial_handle(), &config); 453 struct ext_slave_config config; local 459 config.key = MPU_SLAVE_READ_REGISTERS; 460 config.len = 2; 461 config.apply = TRUE 487 struct ext_slave_config config; local 511 struct ext_slave_config config; local 553 struct ext_slave_config config; local [all...] |
/external/chromium_org/chrome/browser/extensions/api/proxy/ |
proxy_api.cc | 98 const base::DictionaryValue* config = local 113 config, &mode_enum, error, bad_message) || 115 config, &pac_mandatory, error, bad_message) || 117 config, &pac_url, error, bad_message) || 119 config, &pac_data, error, bad_message) || 121 config, &proxy_rules_string, error, bad_message) || 123 config, &bypass_list, error, bad_message)) { 137 ProxyConfigDictionary config( 141 if (!config.GetMode(&mode)) { 162 base::DictionaryValue* pac_dict = helpers::CreatePacScriptDict(config); [all...] |
/external/libusb-compat/examples/ |
testlibusb.c | 47 void print_configuration(struct usb_config_descriptor *config) 51 printf(" wTotalLength: %d\n", config->wTotalLength); 52 printf(" bNumInterfaces: %d\n", config->bNumInterfaces); 53 printf(" bConfigurationValue: %d\n", config->bConfigurationValue); 54 printf(" iConfiguration: %d\n", config->iConfiguration); 55 printf(" bmAttributes: %02xh\n", config->bmAttributes); 56 printf(" MaxPower: %d\n", config->MaxPower); 58 for (i = 0; i < config->bNumInterfaces; i++) 59 print_interface(&config->interface[i]); 114 if (!dev->config) { [all...] |
/external/chromium_org/tools/grit/grit/format/policy_templates/writers/ |
adm_writer.py | 13 def GetWriter(config): 18 return AdmWriter(['win'], config) 156 self.config['win_reg_mandatory_key_name'], 161 self.config['win_reg_recommended_key_name'], 206 self._AddGuiString(self.config['win_supported_os'], 208 category_path = self.config['win_mandatory_category_path'] 209 recommended_category_path = self.config['win_recommended_category_path'] 211 (self.config['app_name'], self.messages['doc_recommended']['text']) 212 if self.config['build'] == 'chrome': 214 self._AddGuiString(category_path[1], self.config['app_name'] [all...] |
/frameworks/compile/libbcc/tools/bcc_compat/ |
Main.cpp | 24 #include <llvm/Config/config.h> 33 #include <bcc/Config/BuildInfo.h> 34 #include <bcc/Config/Config.h> 166 CompilerConfig *config = NULL; local 169 config = new (std::nothrow) DefaultCompilerConfig(); 171 config = new (std::nothrow) CompilerConfig(OptTargetTriple); 173 if (config == NULL) { 179 if (config->getTriple().find("arm") != std::string::npos) [all...] |
/external/chromium_org/third_party/mesa/src/src/glx/ |
glxext.c | 366 __glXInitializeVisualConfigFromTags(struct glx_config * config, int count, 374 config->visualID = *bp++; 376 config->visualType = convert_from_x_visual_type(*bp++); 378 config->rgbMode = *bp++; 380 config->redBits = *bp++; 381 config->greenBits = *bp++; 382 config->blueBits = *bp++; 383 config->alphaBits = *bp++; 384 config->accumRedBits = *bp++; 385 config->accumGreenBits = *bp++ [all...] |
/external/mesa3d/src/glx/ |
glxext.c | 366 __glXInitializeVisualConfigFromTags(struct glx_config * config, int count, 374 config->visualID = *bp++; 376 config->visualType = convert_from_x_visual_type(*bp++); 378 config->rgbMode = *bp++; 380 config->redBits = *bp++; 381 config->greenBits = *bp++; 382 config->blueBits = *bp++; 383 config->alphaBits = *bp++; 384 config->accumRedBits = *bp++; 385 config->accumGreenBits = *bp++ [all...] |
/external/chromium/net/proxy/ |
init_proxy_resolver_unittest.cc | 178 ProxyConfig config; local 179 config.set_pac_url(GURL("http://custom/proxy.pac")); 186 EXPECT_EQ(OK, init.Init(config, base::TimeDelta(), NULL, &callback)); 214 ProxyConfig config; local 215 config.set_pac_url(GURL("http://custom/proxy.pac")); 223 init.Init(config, base::TimeDelta(), NULL, &callback)); 247 ProxyConfig config; local 248 config.set_pac_url(GURL("http://custom/proxy.pac")); 255 init.Init(config, base::TimeDelta(), NULL, &callback)); 264 ProxyConfig config; local 280 ProxyConfig config; local 297 ProxyConfig config; local 316 ProxyConfig config; local 377 ProxyConfig config; local 397 ProxyConfig config; local 419 ProxyConfig config; local 440 ProxyConfig config; local 482 ProxyConfig config; local [all...] |
/external/chromium_org/media/filters/ |
vpx_video_decoder.cc | 45 static int GetThreadCount(const VideoDecoderConfig& config) { 52 if (config.codec() == kCodecVP9) { 56 if (config.coded_size().width() >= 2048) 58 else if (config.coded_size().width() >= 1024) 84 void VpxVideoDecoder::Initialize(const VideoDecoderConfig& config, 87 DCHECK(config.IsValidConfig()); 88 DCHECK(!config.is_encrypted()); 94 if (!ConfigureDecoder(config)) { 100 config_ = config; 106 const VideoDecoderConfig& config) { [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothHealth.java | 178 BluetoothHealthAppConfiguration config = local 183 result = mService.registerAppConfiguration(config, wrapper); 200 * @param config The health app configuration 203 public boolean unregisterAppConfiguration(BluetoothHealthAppConfiguration config) { 205 if (mService != null && isEnabled() && config != null) { 207 result = mService.unregisterAppConfiguration(config); 227 * @param config The application configuration which has been registered using 229 * @return If true, the callback associated with the application config will be called. 232 BluetoothHealthAppConfiguration config) { 234 config != null) [all...] |
/bionic/libc/kernel/common/linux/netfilter/ |
xt_string.h | 34 struct ts_config __attribute__((aligned(8))) *config; member in struct:xt_string_info
|
/development/ndk/platforms/android-3/include/linux/netfilter/ |
xt_string.h | 26 struct ts_config __attribute__((aligned(8))) *config; member in struct:xt_string_info
|
/external/bison/lib/ |
asnprintf.c | 17 #include <config.h>
|
close-stream.c | 18 #include <config.h>
|
fd-safer-flag.c | 21 #include <config.h>
|
fd-safer.c | 20 #include <config.h>
|
float.c | 18 #include <config.h>
|
malloc.c | 21 #include <config.h> 22 /* Only the AC_FUNC_MALLOC macro defines 'malloc' already in config.h. */
|
mbsinit.c | 18 #include <config.h>
|
msvc-nothrow.c | 18 #include <config.h>
|
/external/bison/lib/glthread/ |
threadlib.c | 19 #include <config.h>
|