/external/dnsmasq/contrib/slackware-dnsmasq/ |
doinst.sh.gz | |
/external/chromium_org/tools/gyp/pylib/gyp/ |
msvs_emulation.py | 161 for configname, config in configs.iteritems(): 162 getattr(self, field)[configname] = config.get(field, default()) 166 def GetVSMacroEnv(self, base_to_build=None, config=None): 169 target_platform = 'Win32' if self.GetArch(config) == 'x86' else 'x64' 198 def ConvertVSMacros(self, s, base_to_build=None, config=None): 200 env = self.GetVSMacroEnv(base_to_build, config=config) 228 def GetArch(self, config): 231 configuration_platform = self.msvs_configuration_platform.get(config, '') 232 platform = self.msvs_target_platform.get(config, '') [all...] |
/external/chromium_org/chrome/browser/extensions/api/serial/ |
serial_connection_win.cc | 135 DCB config = { 0 }; local 136 config.DCBlength = sizeof(config); 137 if (!GetCommState(file_, &config)) { 141 config.BaudRate = BitrateToSpeedConstant(*options.bitrate); 143 config.ByteSize = DataBitsEnumToConstant(options.data_bits); 145 config.Parity = ParityBitEnumToConstant(options.parity_bit); 147 config.StopBits = StopBitsEnumToConstant(options.stop_bits); 150 config.fOutxCtsFlow = TRUE; 151 config.fRtsControl = RTS_CONTROL_HANDSHAKE 171 DCB config = { 0 }; local 223 DCB config = { 0 }; local [all...] |
/cts/suite/audio_quality/lib/src/audio/ |
AudioPlaybackLocal.cpp | 58 struct pcm_config config; local 60 memset(&config, 0, sizeof(config)); 61 config.channels = 2; 62 config.rate = samplingRate; 63 config.period_size = 1024; 64 config.period_count = 64; 65 config.format = PCM_FORMAT_S16_LE; 66 config.start_threshold = 0; 67 config.stop_threshold = 0 [all...] |
/external/chromium_org/third_party/angle/src/libEGL/ |
Config.cpp | 7 // Config.cpp: Implements the egl::Config class, describing the format, type 11 #include "libEGL/Config.h" 25 Config::Config(rx::ConfigDesc desc, EGLint minInterval, EGLint maxInterval, EGLint texWidth, EGLint texHeight) 127 EGLConfig Config::getHandle() const 159 EGLint SortConfig::wantedComponentsSize(const Config &config) const 163 if (mWantRed) total += config.mRedSize; 164 if (mWantGreen) total += config.mGreenSize [all...] |
/frameworks/base/core/java/android/bluetooth/ |
IBluetoothHealth.aidl | 31 boolean registerAppConfiguration(in BluetoothHealthAppConfiguration config, 33 boolean unregisterAppConfiguration(in BluetoothHealthAppConfiguration config); 34 boolean connectChannelToSource(in BluetoothDevice device, in BluetoothHealthAppConfiguration config); 35 boolean connectChannelToSink(in BluetoothDevice device, in BluetoothHealthAppConfiguration config, 37 boolean disconnectChannel(in BluetoothDevice device, in BluetoothHealthAppConfiguration config, int id); 38 ParcelFileDescriptor getMainChannelFd(in BluetoothDevice device, in BluetoothHealthAppConfiguration config);
|
/frameworks/compile/libbcc/ |
libbcc-gen-config-from-mk.mk | 24 $(PRIVATE_PATH)/tools/build/gen-config-from-mk.py < $< > $@ 25 $(GEN_CONFIG_FROM_MK): $(LIBBCC_ROOT_PATH)/libbcc-config.mk \ 26 $(LIBBCC_ROOT_PATH)/tools/build/gen-config-from-mk.py
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/ |
ttp.hpp | 17 #include <boost/mpl/aux_/config/msvc.hpp> 18 #include <boost/mpl/aux_/config/gcc.hpp> 19 #include <boost/mpl/aux_/config/workaround.hpp>
|
/external/bison/lib/ |
dirname.c | 19 #include <config.h>
|
dup-safer.c | 20 #include <config.h>
|
frexpl.c | 17 #include <config.h>
|
main.c | 20 #include <config.h>
|
mbchar.c | 17 #include <config.h>
|
spawn_faction_destroy.c | 17 #include <config.h>
|
spawnattr_init.c | 17 #include <config.h>
|
xalloc-die.c | 19 #include <config.h>
|
yyerror.c | 20 #include <config.h>
|
/external/bison/src/ |
assoc.c | 21 #include <config.h>
|
/external/chromium/sdch/open-vcdiff/src/ |
compile_assert.h | 19 #include <config.h>
|
/external/chromium_org/remoting/protocol/ |
content_description_unittest.cc | 19 scoped_ptr<CandidateSessionConfig> config = local 22 config.Pass(), Authenticator::CreateEmptyAuthenticatorMessage()); 28 EXPECT_TRUE(description.config()->control_configs() == 29 parsed->config()->control_configs()); 30 EXPECT_TRUE(description.config()->video_configs() == 31 parsed->config()->video_configs()); 32 EXPECT_TRUE(description.config()->event_configs() == 33 parsed->config()->event_configs()); 34 EXPECT_TRUE(description.config()->audio_configs() == 35 parsed->config()->audio_configs()) [all...] |
/external/elfutils/ |
config.h | 0 /* config.h. Generated from config.h.in by configure. */ 2 /* config.h.in. Generated from configure.ac by autoheader. */ 50 #include <eu-config.h>
|
/external/elfutils/libdw/ |
dwarf_decl_column.c | 52 # include <config.h>
|
dwarf_lineaddr.c | 52 # include <config.h>
|
dwarf_linebeginstatement.c | 52 # include <config.h>
|
dwarf_lineblock.c | 52 # include <config.h>
|