Searched refs:codes (Results 1 – 20 of 20) sorted by relevance
32 codes = []33 if reset: codes.append("0")35 if not fg is None: codes.append("3%d" % (fg))37 if not bright: codes.append("4%d" % (bg))38 else: codes.append("10%d" % (bg))39 if bold: codes.append("1")40 elif dim: codes.append("2")41 else: codes.append("22")42 return "\033[%sm" % (";".join(codes))
75 int codes[] = { KeyEvent.KEYCODE_H, KeyEvent.KEYCODE_E, KeyEvent.KEYCODE_L, in onCreate()86 int code = codes[i % codes.length]; in onCreate()
48 public fun tab(vararg codes : KCode?) : KCode { in <lambda>()49 codes.forEach { tab(it) } in <lambda>()53 public fun tab(codes : Collection<KCode?> ) : KCode { in <lambda>()54 codes.forEach { tab(it) } in <lambda>()
712 if (label.length() > 1 && key.codes.length < 2) { in onBufferDraw()784 && key.codes[0] > 32) { in getKeyIndices()786 final int nCodes = key.codes.length; in getKeyIndices()802 allKeys[j + c] = key.codes[c]; in getKeyIndices()823 int code = key.codes[0]; in detectAndSendKey()825 int[] codes = new int[MAX_NEARBY_KEYS]; in detectAndSendKey() local826 Arrays.fill(codes, NOT_A_KEY); in detectAndSendKey()827 getKeyIndices(x, y, codes); in detectAndSendKey()835 code = key.codes[mTapCount]; in detectAndSendKey()837 mKeyboardActionListener.onKey(code, codes); in detectAndSendKey()[all …]
236 public int[] codes; field in Keyboard.Key358 codes = new int[] { codesValue.data }; in Key()360 codes = parseCSV(codesValue.string.toString()); in Key()389 if (codes == null && !TextUtils.isEmpty(label)) { in Key()390 codes = new int[] { label.charAt(0) }; in Key()613 key.codes = new int[] { c }; in Keyboard()823 if (key.codes[0] == KEYCODE_SHIFT) { in loadKeyboard()833 } else if (key.codes[0] == KEYCODE_ALT) { in loadKeyboard()
157 private Interaction(int[] codes) { in Interaction() argument158 mKeyCodes = codes; in Interaction()
40 codes = []41 if reset: codes.append("0")43 if not fg is None: codes.append("3%d" % (fg))45 if not bright: codes.append("4%d" % (bg))46 else: codes.append("10%d" % (bg))47 if bold: codes.append("1")48 elif dim: codes.append("2")49 else: codes.append("22")50 return "\033[%sm" % (";".join(codes))
350 void Hyphenator::hyphenateFromCodes(const uint16_t* codes, size_t len, HyphenationType hyphenValue, in hyphenateFromCodes() argument367 uint16_t c = codes[j]; in hyphenateFromCodes()
230 void hyphenateFromCodes(const uint16_t* codes, size_t len, HyphenationType hyphenValue,
1719 String[] codes = wfcOperatorErrorCodes[i].split("\\|"); in processWfcDisconnectForNotification() local1720 if (codes.length != 2) { in processWfcDisconnectForNotification()1727 codes[0])) { in processWfcDisconnectForNotification()1734 int codeStringLength = codes[0].length(); in processWfcDisconnectForNotification()1735 char lastChar = codes[0].charAt(codeStringLength - 1); in processWfcDisconnectForNotification()1748 int idx = Integer.parseInt(codes[1]); in processWfcDisconnectForNotification()
72 // Error codes that a scan can result in.93 // Mapping of error codes to the number of times that scans resulted138 // Mapping of Error/Success codes to the number of background scans that resulted in it1401 // Status codes for overall RTT operation1431 // Status codes for individual RTT operation
165 * Disconnected for reason not described by other disconnect codes.
1318 int32_t* codes = env->GetIntArrayElements(keyCodes, NULL); in nativeHasKeys() local1324 deviceId, uint32_t(sourceMask), numCodes, codes, flags)) { in nativeHasKeys()1334 env->ReleaseIntArrayElements(keyCodes, codes, 0); in nativeHasKeys()
1756 * to the "pending MMI codes" list before it returns. This seems
1600 /// Error and return codes1602 // Return codes for successful operation execution (positive values)1613 // Error codes (negative values)
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
3226 ingenious secret codes which mean one thing while they seem to mean
404 field public static final int codes = 16843330; // 0x101024213595 field public int[] codes;
19359 Landroid/inputmethodservice/Keyboard$Key;->codes:[I35801 Landroid/R$attr;->codes:I
408 field public static final int codes = 16843330; // 0x101024221417 field public int[] codes;