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

1 2 3

  /external/chromium_org/ui/keyboard/resources/
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 {
main.js 94 var rows = keyset.querySelectorAll('kb-row').array();
252 * @param {Array.<kb-key>} allKeys Sorted array of all possible key
258 * @return {?kb-key}
284 * @param {Array.<kb-key>} allKeys Ordered list of keys to stretch.
335 * @param {!kb-row} row The current row to be aligned.
336 * @param {!kb-row} prevRow The row above the current row.
422 * @param {!kb-row} row The row to realign.
508 var keysets = keyboard.querySelectorAll('kb-keyset').array();
531 keyboard.querySelectorAll('kb-keyset[id^=' + layout + ']').array();
545 var rows = keyset.querySelectorAll('kb-row').array()
    [all...]
  /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/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/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/chromium_org/ui/keyboard/resources/elements/
kb-key-sequence.js 11 metadata = document.createElement('kb-key-codes');
15 Polymer('kb-key-sequence', {
17 * Generates the DOM structure to replace (expand) this kb-key-sequence.
36 var key = document.createElement('kb-key');
kb-altkey.js 16 Polymer('kb-altkey', {
38 // TODO(bshe): kb-altkey should extend from kb-key-base.
kb-keyboard.js 269 Polymer('kb-keyboard', {
461 * Handles key-down event that is sent by kb-key-base.
463 * kb-key-base.
464 * @param {Object} detail The detail of pressed kb-key.
525 * Handles key-out event that is sent by kb-shift-key.
527 * kb-shift-key.
528 * @param {Object} detail The detail of pressed kb-shift-key.
537 * kb-shift-key.
538 * @param {Object} detail The detail of pressed kb-shift-key.
555 * kb-shift-key
    [all...]
kb-altkey-data.js 26 Polymer('kb-altkey-data', {
90 var set = document.createElement('kb-altkey-set');
101 var key = document.createElement('kb-altkey');
kb-modifier-key.js 25 Polymer('kb-modifier-key', {
123 console.error("missing key for kb-modifier-key state: " + this);
kb-key-codes.js 23 // codes are used in the absence of explicit keycodes for kb-key and
24 // kb-keysequence elements. Keyboard layout authors may explicitly set the
25 // keyCode attribute for kb-key or kb-keysequence elements to refer to
157 Polymer('kb-key-codes', {
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileSystemUtils.java 183 * @param kb whether to normalize to kilobytes
189 long freeSpaceOS(String path, int os, boolean kb) throws IOException {
195 return (kb ? freeSpaceWindows(path) / 1024 : freeSpaceWindows(path));
197 return freeSpaceUnix(path, kb, false);
199 return freeSpaceUnix(path, kb, true);
301 * @param kb whether to normalize to kilobytes
306 long freeSpaceUnix(String path, boolean kb, boolean posix) throws IOException {
314 if (kb) {
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
smisc.c 91 int k, ka, kb; local
94 dval(&db) = b2d(b, &kb);
95 k = ka - kb + ULbits*(a->wds - b->wds);
  /external/chromium_org/components/nacl/renderer/
histogram.h 47 void HistogramKBPerSec(const std::string& name, int64_t kb, int64_t us);
histogram.cc 196 void HistogramKBPerSec(const std::string& name, int64_t kb, int64_t us) {
197 if (kb < 0 || us <= 0) return;
199 int32_t rate = std::min(kb / (us / 1000000.0), kMaxRate);
  /external/chromium_org/ui/keyboard/resources/layouts/
symbol-altkeys.js 44 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/chromium_org/third_party/skia/tools/
bench_pictures_main.cpp 215 size_t kb = bytes / 1024; local
216 if (kb > 1024) {
217 size_t mb = kb / 1024;
220 ramCount.appendf("%zi KB\n", kb);
  /external/skia/tools/
bench_pictures_main.cpp 215 size_t kb = bytes / 1024; local
216 if (kb > 1024) {
217 size_t mb = kb / 1024;
220 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);

Completed in 1146 milliseconds

1 2 3