Searched refs:codes (Results 1 – 19 of 19) sorted by relevance
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>()
38 * Doclava-defined error codes. See {@link com.google.doclava.Errors} for a complete list of39 * supported error codes.137 * List of Doclava error codes to treat as errors.139 * See {@link com.google.doclava.Errors} for a complete list of error codes.145 * List of Doclava error codes to treat as warnings.147 * See {@link com.google.doclava.Errors} for a complete list of error codes.153 * List of Doclava error codes to ignore.155 * See {@link com.google.doclava.Errors} for a complete list of error codes.
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()
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))
153 void hyphenateFromCodes(HyphenationType* result, const uint16_t* codes, size_t len,
50 ; * Standard OMXResult result. See enumeration for possible result codes.
384 void Hyphenator::hyphenateFromCodes(HyphenationType* result, const uint16_t* codes, size_t len, in hyphenateFromCodes() argument401 uint16_t c = codes[j]; in hyphenateFromCodes()
1602 String[] codes = wfcOperatorErrorCodes[i].split("\\|"); in processDisconnectReason() local1603 if (codes.length != 2) { in processDisconnectReason()1610 codes[0])) { in processDisconnectReason()1617 int codeStringLength = codes[0].length(); in processDisconnectReason()1618 char lastChar = codes[0].charAt(codeStringLength - 1); in processDisconnectReason()1631 int idx = Integer.parseInt(codes[1]); in processDisconnectReason()
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 it
1259 int32_t* codes = env->GetIntArrayElements(keyCodes, NULL); in nativeHasKeys() local1265 deviceId, uint32_t(sourceMask), numCodes, codes, flags)) { in nativeHasKeys()1275 env->ReleaseIntArrayElements(keyCodes, codes, 0); in nativeHasKeys()
1114 /// Error and return codes1116 // Return codes for successful operation execution (positive values)1127 // Error codes (negative values)
1756 * to the "pending MMI codes" list before it returns. This seems
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
404 field public static final int codes = 16843330; // 0x101024213595 field public int[] codes;
397 field public static final int codes = 16843330; // 0x101024220355 field public int[] codes;
518 field public static final int codes = 16843330; // 0x101024221863 field public int[] codes;