/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/ |
Settings.java | 368 public static boolean readHasHardwareKeyboard(final Configuration conf) { 373 return conf.keyboard != Configuration.KEYBOARD_NOKEYS 374 && conf.hardKeyboardHidden != Configuration.HARDKEYBOARDHIDDEN_YES;
|
/build/target/product/ |
core_tiny.mk | 29 clatd.conf \
|
/external/aac/libAACdec/include/ |
aacdecoder_lib.h | [all...] |
/external/aac/libMpegTPDec/include/ |
tpdec_lib.h | 305 * The previously requested configuration callback will be called as well. The buffer conf 309 * \param conf UCHAR buffer of the binary coded config (ASC or SMC). 310 * \param length The length in bytes of the conf buffer. 315 UCHAR *conf,
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
firmware_log.py | 50 import test_conf as conf namespace 210 self.max_report_interval_str = '%.2f' % conf.max_report_interval 294 conf.fingers_physical_click, 300 conf.fingers_physical_click,
|
/external/boringssl/src/crypto/x509v3/ |
v3_akey.c | 62 #include <openssl/conf.h>
|
v3_info.c | 65 #include <openssl/conf.h>
|
v3_prn.c | 62 #include <openssl/conf.h>
|
/external/chromium-trace/catapult/third_party/Paste/paste/ |
gzipper.py | 91 def filter_factory(application, **conf):
|
/external/chromium-trace/catapult/third_party/coverage/ |
Makefile | 64 cp -v dist/* `awk -F "=" '/find-links/ {print $$2}' ~/.pip/pip.conf`
|
/external/chromium-trace/catapult/tracing/third_party/devscripts/ |
licensecheck.pl.vanilla | 30 B<licensecheck> [B<--no-conf>] [B<--verbose>] [B<--copyright>] 89 =item B<--no-conf>, B<--noconf> 98 The two configuration files F</etc/devscripts.conf> and 182 if (@ARGV and $ARGV[0] =~ /^--no-?conf$/) { 186 my @config_files = ('/etc/devscripts.conf', '~/.devscripts'); 233 "no-conf" => \$opt_noconf, 242 fatal "--no-conf is only acceptable as the first command-line option!"; 367 --no-conf, --noconf Don't read devscripts config files; must be
|
/external/libvncserver/webclients/novnc/include/ |
util.js | 334 Util.set_defaults = function (obj, conf, defaults) { 336 var conf_keys = Object.keys(conf); 350 if (keys[i] in conf) { 351 setter.call(obj, conf[keys[i]]);
|
/external/selinux/policycoreutils/sepolicy/ |
Makefile | 43 install -m 644 org.selinux.conf $(DESTDIR)/etc/dbus-1/system.d/
|
/external/wpa_supplicant_8/src/ap/ |
dhcp_snoop.c | 149 if (hapd->conf->disable_dgaf && is_broadcast_ether_addr(buf)) {
|
wmm.c | 58 if (!hapd->conf->wmm_enabled) 69 if (hapd->conf->wmm_uapsd &&
|
/external/wpa_supplicant_8/wpa_supplicant/ |
ap.h | 81 struct hostapd_config *conf);
|
/ndk/sources/host-tools/make-3.81/ |
getloadavg.c | 693 struct cpu_config conf; 699 desc.sd_addr = (char *) &conf; 700 desc.sd_size = sizeof conf; 706 for (i = 0; i < conf.config_maxclass; ++i) 691 struct cpu_config conf; local
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/ |
control_external.h | 55 snd_config_t *root, snd_config_t *conf, int mode)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/ |
control_external.h | 55 snd_config_t *root, snd_config_t *conf, int mode)
|
/toolchain/binutils/binutils-2.25/bfd/ |
lynx-core.c | 28 #include <sys/conf.h>
|
/external/mesa3d/src/egl/main/ |
eglcontext.c | 356 _eglInitContext(_EGLContext *ctx, _EGLDisplay *dpy, _EGLConfig *conf, 369 ctx->Config = conf;
|
/external/opencv3/modules/stitching/src/ |
motion_estimators.cpp | 648 double conf = 0; local 652 conf += rg0.dot(rmats[i].col(0)); 653 if (conf < 0) 662 conf -= rg1.dot(rmats[i].col(0)); 663 if (conf < 0) 825 float conf = static_cast<float>(pairwise_matches[i * num_images + j].num_inliers); local 826 graph.addEdge(i, j, conf); 827 edges.push_back(GraphEdge(i, j, conf));
|
/external/tlsdate/ |
Android.mk | 18 src/conf.c \
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_pwd.c | 310 u8 conf[SHA256_MAC_LEN], *cruft = NULL, *ptr; local 412 eap_pwd_h_final(hash, conf); 413 os_memcpy(data->my_confirm, conf, SHA256_MAC_LEN); 419 wpabuf_put_data(data->outbuf, conf, SHA256_MAC_LEN); 791 u8 conf[SHA256_MAC_LEN], *cruft = NULL, *ptr; local 885 eap_pwd_h_final(hash, conf); 888 if (os_memcmp_const(conf, ptr, SHA256_MAC_LEN)) { 896 data->peer_scalar, data->my_scalar, conf,
|
/tools/test/connectivity/acts/framework/acts/ |
utils.py | 202 conf = json.load(f) 203 return conf
|