/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
D | genlingware.pl | 259 push @kb, {name => $key, file => $value, id => $id}; 336 foreach $kb (@kb) { 337 if ($kb->{file}) { 338 unless (open IN, $kb->{file}) { 339 print "*** error: can't open " . $kb->{file} ."\n"; 340 die("can't open PKB " . $kb->{file}); 346 $kb->{size} = length(join '',@content); 347 $fill = ($kb->{size} % 4); 348 $kb->{fill} = $fill ? 4-$fill : 0; 349 print "fill of ", $kb->{name} , " is ", $kb->{fill}+0, "\n"; [all …]
|
/external/qemu/android/skin/ |
D | keyboard.c | 97 skin_keyboard_add_key_event( SkinKeyboard* kb, in skin_keyboard_add_key_event() argument 101 android_keycodes_add_key_event(&kb->keycodes, code, down); in skin_keyboard_add_key_event() 106 skin_keyboard_flush( SkinKeyboard* kb ) in skin_keyboard_flush() argument 108 android_keycodes_flush(&kb->keycodes); in skin_keyboard_flush() 319 skin_keyboard_raw_key_to_code(SkinKeyboard* kb, unsigned sym, int down) in skin_keyboard_raw_key_to_code() argument 394 skin_keyboard_do_key_event( SkinKeyboard* kb, in skin_keyboard_do_key_event() argument 398 if (kb->press_func) { in skin_keyboard_do_key_event() 399 kb->press_func( kb->press_opaque, code, down ); in skin_keyboard_do_key_event() 401 skin_keyboard_add_key_event(kb, code, down); in skin_keyboard_do_key_event() 406 skin_keyboard_process_unicode_event( SkinKeyboard* kb, unsigned int unicode, int down ) in skin_keyboard_process_unicode_event() argument [all …]
|
D | keyboard.h | 54 extern int skin_keyboard_process_unicode_event( SkinKeyboard* kb, unsigned int unicod… 57 extern void skin_keyboard_flush( SkinKeyboard* kb );
|
/external/svox/pico/lib/ |
D | picorsrc.c | 342 picoknow_KnowledgeBase * kb) in picorsrc_createKnowledgeBase() argument 344 (*kb) = picoknow_newKnowledgeBase(this->common->mm); in picorsrc_createKnowledgeBase() 345 if (NULL == (*kb)) { in picorsrc_createKnowledgeBase() 348 (*kb)->base = data; in picorsrc_createKnowledgeBase() 349 (*kb)->size = size; in picorsrc_createKnowledgeBase() 350 (*kb)->id = kbid; in picorsrc_createKnowledgeBase() 355 return picokpr_specializePreprocKnowledgeBase(*kb, this->common); in picorsrc_createKnowledgeBase() 358 return picoktab_specializeGraphsKnowledgeBase(*kb, this->common); in picorsrc_createKnowledgeBase() 361 return picoktab_specializePhonesKnowledgeBase(*kb, this->common); in picorsrc_createKnowledgeBase() 364 return picoktab_specializePosKnowledgeBase(*kb, this->common); in picorsrc_createKnowledgeBase() [all …]
|
D | picodata.h | 620 void picodata_info_item(const picoknow_KnowledgeBase kb, 627 #define PICODATA_INFO_ITEM(kb, pref, item, itemlenmax) \ argument 629 picodata_info_item(kb, pref, item, itemlenmax, (picoos_char *)__FILE__) 635 #define PICODATA_INFO_ITEM(kb, pref, item, itemlenmax) argument
|
/external/chromium_org/ui/keyboard/resources/ |
D | main.css | 16 kb-keyboard.ctrl-active kb-modifier-key[char=Ctrl], 17 kb-keyboard.alt-active kb-modifier-key[char=Alt], 18 kb-keyboard.caps-locked kb-shift-key.dark { 26 kb-keyboard[keyset="upper"] kb-shift-key.dark /deep/ 37 :not(kb-altkey-set) > :not(.dark).active {
|
/external/smack/src/org/jivesoftware/smackx/workgroup/settings/ |
D | SearchSettings.java | 91 String kb = null; in parseIQ() local 100 kb = parser.nextText(); in parseIQ() 108 settings.setKbLocation(kb); in parseIQ()
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_schannel.c | 286 SecPkgContext_EapKeyBlock kb; in tls_get_eap() local 292 &conn->context, SECPKG_ATTR_EAP_KEY_BLOCK, &kb); in tls_get_eap() 301 kb.rgbKeys, sizeof(kb.rgbKeys)); in tls_get_eap() 303 kb.rgbIVs, sizeof(kb.rgbIVs)); in tls_get_eap() 305 os_memcpy(conn->eap_tls_prf, kb.rgbKeys, sizeof(kb.rgbKeys)); in tls_get_eap()
|
/external/chromium_org/components/nacl/renderer/ |
D | histogram.cc | 196 void HistogramKBPerSec(const std::string& name, int64_t kb, int64_t us) { in HistogramKBPerSec() argument 197 if (kb < 0 || us <= 0) return; in HistogramKBPerSec() 199 int32_t rate = std::min(kb / (us / 1000000.0), kMaxRate); in HistogramKBPerSec()
|
D | histogram.h | 47 void HistogramKBPerSec(const std::string& name, int64_t kb, int64_t us);
|
/external/chromium_org/third_party/skia/tools/ |
D | bench_pictures_main.cpp | 215 size_t kb = bytes / 1024; in run_single_benchmark() local 216 if (kb > 1024) { in run_single_benchmark() 217 size_t mb = kb / 1024; in run_single_benchmark() 220 ramCount.appendf("%zi KB\n", kb); in run_single_benchmark()
|
/external/skia/tools/ |
D | bench_pictures_main.cpp | 215 size_t kb = bytes / 1024; in run_single_benchmark() local 216 if (kb > 1024) { in run_single_benchmark() 217 size_t mb = kb / 1024; in run_single_benchmark() 220 ramCount.appendf("%zi KB\n", kb); in run_single_benchmark()
|
/external/lldb/test/pexpect-2.4/examples/ |
D | README | 19 checks with CVS to see if the sticky options are set to -kb; 20 finally if sticky options are not -kb then uses 'cvs admin' 21 to set the -kb option.
|
/external/fio/examples/ |
D | 1mbs_clients.fio | 1 ; Keep adding 1024kb/s reading clients at 4 seconds
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
D | pnacl_coordinator.cc | 38 const nacl::string& name, int32_t kb) { in HistogramSizeKB() argument 39 if (kb < 0) return; in HistogramSizeKB() 41 kb, in HistogramSizeKB()
|
/external/chromium_org/v8/test/webkit/fast/js/kde/ |
D | md5-1.js | 396 var l,s,k,ka,kb,kc,kd; 404 ka=kb=kc=kd=0; 406 for (i=4;i<8;i++) kb+=shl(digestBits[15-i], ((i-4)*8)); 409 s=hexa(kd)+hexa(kc)+hexa(kb)+hexa(ka);
|
/external/chromium_org/third_party/icu/source/data/misc/ |
D | keyTypeData.txt | 13 colbackwards{"kb"}
|
/external/icu/icu4c/source/data/misc/ |
D | keyTypeData.txt | 13 colbackwards{"kb"}
|
/external/iptables/extensions/ |
D | libxt_hashlimit.man | 72 \-\-hashlimit-mode srcip,dstip,srcport,dstport \-\-hashlimit\-above 512kb/s 76 \-\-hashlimit-mode dstip \-\-hashlimit\-above 512kb/s \-\-hashlimit-burst 1mb
|
/external/iproute2/ |
D | README.iproute2+tc | 98 police rate 32kbit buffer 5kb/8 mpu 64 mtu 1514 index 1 107 police rate 10kbit buffer 5kb/8 mpu 64 mtu 1514 index 2
|
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
D | TODO | 62 http://support.microsoft.com/kb/268343
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
D | TODO | 62 http://support.microsoft.com/kb/268343
|
/external/chromium_org/chrome/installer/linux/sysroot_scripts/ |
D | packagelist.wheezy.arm | 150 main/x/x11proto-kb/x11proto-kb-dev_1.0.6-2_all.deb
|
D | packagelist.wheezy.amd64 | 151 main/x/x11proto-kb/x11proto-kb-dev_1.0.6-2_all.deb
|
D | packagelist.trusty.arm | 153 main/x/x11proto-kb/x11proto-kb-dev_1.0.6-2_all.deb
|