/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/config/ |
_system.h | 29 * adjust flags for your compiler, and add <include config/stl_YOUR_COMPILER_NAME> 40 # include <stl/config/_solaris.h> 42 # include <stl/config/_gcc.h> 44 # include <stl/config/_sunprocc.h> 47 # include <stl/config/_kai.h> 51 # include <stl/config/_apcc.h> 53 # include <stl/config/_fujitsu.h> 56 # include <stl/config/_hpux.h> 58 # include <stl/config/_gcc.h> 60 # include <stl/config/_hpacc.h [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/config/ |
_system.h | 29 * adjust flags for your compiler, and add <include config/stl_YOUR_COMPILER_NAME> 40 # include <stl/config/_solaris.h> 42 # include <stl/config/_gcc.h> 44 # include <stl/config/_sunprocc.h> 47 # include <stl/config/_kai.h> 51 # include <stl/config/_apcc.h> 53 # include <stl/config/_fujitsu.h> 56 # include <stl/config/_hpux.h> 58 # include <stl/config/_gcc.h> 60 # include <stl/config/_hpacc.h [all...] |
/system/bt/osi/test/ |
config_test.cc | 5 #include "osi/include/config.h" 60 config_t* config = config_new_empty(); local 61 EXPECT_TRUE(config != NULL); 62 config_free(config); 66 config_t* config = config_new("/meow"); local 67 EXPECT_TRUE(config == NULL); 68 config_free(config); 72 config_t* config = config_new(CONFIG_FILE); local 73 EXPECT_TRUE(config != NULL); 74 config_free(config); 80 config_t* config = config_new(CONFIG_FILE); local 94 config_t* config = config_new(CONFIG_FILE); local 100 config_t* config = config_new(CONFIG_FILE); local 109 config_t* config = config_new(CONFIG_FILE); local 118 config_t* config = config_new(CONFIG_FILE); local 126 config_t* config = config_new(CONFIG_FILE); local 132 config_t* config = config_new(CONFIG_FILE); local 138 config_t* config = config_new(CONFIG_FILE); local 146 config_t* config = config_new(CONFIG_FILE); local 152 config_t* config = config_new(CONFIG_FILE); local 160 config_t* config = config_new(CONFIG_FILE); local 168 config_t* config = config_new(CONFIG_FILE); local 178 config_t* config = config_new(CONFIG_FILE); local 190 config_t* config = config_new(CONFIG_FILE); local 199 config_t* config = config_new(CONFIG_FILE); local [all...] |
/frameworks/base/tools/aapt2/filter/ |
ConfigFilter.cpp | 25 void AxisConfigFilter::AddConfig(ConfigDescription config) { 26 uint32_t diff_mask = ConfigDescription::DefaultConfig().diff(config); 33 config.density = 0; 37 configs_.insert(std::make_pair(config, diff_mask)); 41 // Returns true if the locale script of the config should be considered matching 54 static bool ScriptsMatch(const ConfigDescription& config, const ConfigDescription& entry) { 55 const char* config_script = config.localeScript; 61 char script_buffer[sizeof(config.localeScript)]; 63 android::localeDataComputeScript(script_buffer, config.language, config.country) [all...] |
/hardware/interfaces/gnss/1.0/default/ |
GnssConfiguration.cpp | 39 std::string config = "SUPL_ES=" + std::to_string(enabled ? 1 : 0) + "\n"; local 40 mGnssConfigIface->configuration_update(config.c_str(), config.size()); 50 std::string config = "SUPL_VER=" + std::to_string(version) + "\n"; local 51 mGnssConfigIface->configuration_update(config.c_str(), config.size()); 62 std::string config = "SUPL_MODE=" + std::to_string(mode) + "\n"; local 63 mGnssConfigIface->configuration_update(config.c_str(), config.size()); 73 std::string config = "LPP_PROFILE=" + std::to_string(lppProfile) + "\n" local 84 std::string config = "A_GLONASS_POS_PROTOCOL_SELECT=" + local 96 std::string config = "GPS_LOCK=" + std::to_string(lock) + "\\n"; local 107 std::string config = "USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL=" + std::to_string(enabled ? 1 : 0) local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/ |
conf.h | 36 * \defgroup Config Configuration Interface 42 /** \brief \c dlsym version for the config evaluate callback. */ 44 /** \brief \c dlsym version for the config hook callback. */ 87 int snd_config_top(snd_config_t **config); 89 int snd_config_load(snd_config_t *config, snd_input_t *in); 90 int snd_config_load_override(snd_config_t *config, snd_input_t *in); 91 int snd_config_save(snd_config_t *config, snd_output_t *out); 97 int snd_config_search(snd_config_t *config, const char *key, 99 int snd_config_searchv(snd_config_t *config, 101 int snd_config_search_definition(snd_config_t *config, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/ |
conf.h | 36 * \defgroup Config Configuration Interface 42 /** \brief \c dlsym version for the config evaluate callback. */ 44 /** \brief \c dlsym version for the config hook callback. */ 87 int snd_config_top(snd_config_t **config); 89 int snd_config_load(snd_config_t *config, snd_input_t *in); 90 int snd_config_load_override(snd_config_t *config, snd_input_t *in); 91 int snd_config_save(snd_config_t *config, snd_output_t *out); 97 int snd_config_search(snd_config_t *config, const char *key, 99 int snd_config_searchv(snd_config_t *config, 101 int snd_config_search_definition(snd_config_t *config, [all...] |
/external/bison/lib/ |
exitfail.c | 18 #include <config.h>
|
fpending.c | 20 #include <config.h>
|
itold.c | 18 #include <config.h>
|
spawnattr_destroy.c | 17 #include <config.h>
|
/external/curl/src/ |
tool_parsecfg.h | 26 int parseconfig(const char *filename, struct GlobalConfig *config);
|
/external/deqp/scripts/build/ |
build.py | 28 from config import * 30 def initBuildDir (config, generator): 34 cfgArgs += config.getArgs() 37 cfgArgs += generator.getGenerateArgs(config.getBuildType()) 39 if not os.path.exists(config.buildDir): 40 os.makedirs(config.buildDir) 42 pushWorkingDir(config.getBuildDir()) 45 execute(["cmake", config.getSrcPath()] + cfgArgs) 49 def build (config, generator, targets = None): 50 if os.path.exists(config.buildDir) [all...] |
/external/elfutils/libelf/ |
libelf_next_prime.c | 29 # include <config.h>
|
/external/elfutils/tests/ |
deleted-lib.c | 18 #include <config.h>
|
/external/freetype/include/ |
ft2build.h | 37 #include <freetype/config/ftheader.h>
|
/external/pdfium/third_party/freetype/include/ |
ft2build.h | 37 #include <freetype/config/ftheader.h>
|
/external/selinux/gui/ |
system-config-selinux | 3 exec /usr/bin/pkexec /usr/share/system-config-selinux/system-config-selinux.py
|
/external/syslinux/gpxe/src/config/ |
config_romprefix.c | 10 #include <config/general.h>
|
console.h | 15 #include <config/defaults.h>
|
ioapi.h | 12 #include <config/defaults.h>
|
nap.h | 12 #include <config/defaults.h>
|
timer.h | 12 #include <config/defaults.h>
|
umalloc.h | 12 #include <config/defaults.h>
|
/packages/apps/TV/src/com/android/tv/config/ |
ConfigKeys.java | 17 package com.android.tv.config; 20 * Static list of config keys.
|