HomeSort by relevance Sort by last modified time
    Searched refs:kb (Results 1 - 25 of 48) sorted by null

1 2

  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
genlingware.pl 33 9. id names of kb (strings of max 15 chars plus closing space)
34 10. directory (kb id (1 byte), offset (4 bytes), size (4 bytes))
259 push @kb, {name => $key, file => $value, id => $id};
334 # open kb files to get sizes and calculate fillers
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})
    [all...]
  /external/chromium_org/ui/keyboard/resources/
main.css 17 kb-keyboard {
24 kb-shift-key,
25 kb-layout-selector,
26 kb-key {
41 kb-shift-key::x-key,
42 kb-layout-selector::x-key,
43 kb-key::x-key {
55 kb-key::x-superscript {
63 kb-key::x-key[inverted] {
67 kb-key::x-superscript[inverted]
    [all...]
main.js 15 * Recursively replace all kb-key-import elements with imported documents.
20 var keyImports = dom.querySelectorAll('kb-key-import');
33 * Replace all kb-key-sequence elements with generated kb-key elements.
37 var keySequences = importedContent.querySelectorAll('kb-key-sequence');
48 * 1) Replace all kb-key-import elements with imported document that associated
50 * 2) Replace all kb-key-sequence elements with generated DOM structures.
constants.js 21 // TODO(bshe): The number of rows should equal to the number of kb-row elements
22 // in kb-keyset. Remove this variable once figure out how to calculate the
  /external/qemu/android/skin/
keyboard.c 97 skin_keyboard_add_key_event( SkinKeyboard* kb,
101 android_keycodes_add_key_event(&kb->keycodes, code, down);
106 skin_keyboard_flush( SkinKeyboard* kb )
108 android_keycodes_flush(&kb->keycodes);
319 skin_keyboard_raw_key_to_code(SkinKeyboard* kb, unsigned sym, int down)
394 skin_keyboard_do_key_event( SkinKeyboard* kb,
398 if (kb->press_func) {
399 kb->press_func( kb->press_opaque, code, down );
401 skin_keyboard_add_key_event(kb, code, down)
509 SkinKeyboard* kb; local
    [all...]
keyboard.h 54 extern int skin_keyboard_process_unicode_event( SkinKeyboard* kb, unsigned int unicode, int down );
57 extern void skin_keyboard_flush( SkinKeyboard* kb );
  /external/chromium_org/ui/keyboard/resources/webui/
main.css 17 kb-keyboard {
22 kb-shift-key,
23 kb-key {
38 kb-shift-key::x-key,
39 kb-key::x-key {
51 kb-key::x-superscript {
59 kb-key::x-key[inverted] {
63 kb-key::x-superscript[inverted] {
67 kb-shift-key.dark,
68 kb-key.dark
    [all...]
constants.js 22 // TODO(bshe): The number of rows should equal to the number of kb-row elements
23 // in kb-keyset. Remove this variable once figure out how to calculate the
  /external/svox/pico/lib/
picorsrc.c 342 picoknow_KnowledgeBase * kb)
344 (*kb) = picoknow_newKnowledgeBase(this->common->mm);
345 if (NULL == (*kb)) {
348 (*kb)->base = data;
349 (*kb)->size = size;
350 (*kb)->id = kbid;
355 return picokpr_specializePreprocKnowledgeBase(*kb, this->common);
358 return picoktab_specializeGraphsKnowledgeBase(*kb, this->common);
361 return picoktab_specializePhonesKnowledgeBase(*kb, this->common);
364 return picoktab_specializePosKnowledgeBase(*kb, this->common)
481 picoknow_KnowledgeBase kb; local
677 picoknow_KnowledgeBase kbprev, kb; local
934 picoknow_KnowledgeBase kb; local
    [all...]
picodata.h 620 void picodata_info_item(const picoknow_KnowledgeBase kb,
627 #define PICODATA_INFO_ITEM(kb, pref, item, itemlenmax) \
629 picodata_info_item(kb, pref, item, itemlenmax, (picoos_char *)__FILE__)
635 #define PICODATA_INFO_ITEM(kb, pref, item, itemlenmax)
  /external/smack/src/org/jivesoftware/smackx/workgroup/settings/
SearchSettings.java 91 String kb = null; local
99 else if ((eventType == XmlPullParser.START_TAG) && ("kb".equals(parser.getName()))) {
100 kb = parser.nextText();
108 settings.setKbLocation(kb);
  /external/dropbear/libtomcrypt/src/math/fp/
ltc_ecc_fp_mulmod.c 781 unsigned char kb[128]; local
906 unsigned char kb[2][128]; local
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileSystemUtils.java 182 * @param kb whether to normalize to kilobytes
188 long freeSpaceOS(String path, int os, boolean kb) throws IOException {
194 return (kb ? freeSpaceWindows(path) / 1024 : freeSpaceWindows(path));
196 return freeSpaceUnix(path, kb, false);
198 return freeSpaceUnix(path, kb, true);
300 * @param kb whether to normalize to kilobytes
305 long freeSpaceUnix(String path, boolean kb, boolean posix) throws IOException {
313 if (kb) {
  /external/dropbear/libtomcrypt/src/ciphers/safer/
safer.c 115 unsigned char kb[SAFER_BLOCK_LEN + 1]; local
121 kb[SAFER_BLOCK_LEN] = (unsigned char)0;
126 kb[j] = *key++ = userkey_2[j];
127 kb[SAFER_BLOCK_LEN] ^= kb[j];
132 kb[j] = ROL8(kb[j], 6);
153 *key++ = (kb[k]
157 *key++ = (kb[j] + safer_ebox[(int)safer_ebox[(int)((18 * i + j + 10)&0xFF)]]) & 0xFF;
164 zeromem(kb, sizeof(kb))
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinImeLogger.java 86 public static void onSetKeyboard(Keyboard kb) {
  /external/chromium_org/content/browser/indexed_db/leveldb/
leveldb_transaction.h 67 int CompareKeyKey(const key& ka, const key& kb) {
68 return comparator_->Compare(ka, kb);
  /external/chromium_org/ui/keyboard/resources/layouts/
symbol-altkeys.js 43 var altkeyMetadata = document.createElement('kb-altkey-data');
latin-accents.js 78 var altkeyMetadata = document.createElement('kb-altkey-data');
  /external/wpa_supplicant_8/src/crypto/
tls_schannel.c 286 SecPkgContext_EapKeyBlock kb; local
292 &conn->context, SECPKG_ATTR_EAP_KEY_BLOCK, &kb);
301 kb.rgbKeys, sizeof(kb.rgbKeys));
303 kb.rgbIVs, sizeof(kb.rgbIVs));
305 os_memcpy(conn->eap_tls_prf, kb.rgbKeys, sizeof(kb.rgbKeys));
  /external/skia/tools/
bench_pictures_main.cpp 214 size_t kb = bytes / 1024; local
215 if (kb > 1024) {
216 size_t mb = kb / 1024;
219 ramCount.appendf("%zi KB\n", kb);
  /external/sonivox/jet_tools/JetCreator/
img_Find.py 55 \xdc\x1e\x06\x07\x07P\x1d\n}}}kb>t|\x1d?~\xdc\xbep\xe1\x02\xb1X\x0c!\x04\x86\
  /external/chromium_org/v8/test/webkit/fast/js/kde/
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/ppapi/native_client/src/trusted/plugin/
pnacl_coordinator.cc 157 void HistogramSizeKB(const std::string& name, int32_t kb) {
158 if (kb < 0) return;
164 kb,
181 void HistogramKBPerSec(const std::string& name, double kb, double s) {
182 if (kb < 0.0 || s <= 0.0) return;
188 static_cast<int64_t>(kb / s),
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
DropBoxTest.java 331 int kb = blockSize * 10 / 1024; local
333 Settings.Global.putString(cr, Settings.Global.DROPBOX_QUOTA_KB, Integer.toString(kb));
433 int kb = blockSize * 10 / 1024; local
436 Settings.Global.putString(cr, Settings.Global.DROPBOX_QUOTA_KB, Integer.toString(kb));
  /external/chromium_org/v8/src/extensions/i18n/
collator.js 65 // ICU can't take kb, kc... parameters through localeID, so we need to pass

Completed in 1038 milliseconds

1 2