Searched refs:codes (Results 1 – 21 of 21) sorted by relevance
43 codes = []44 if reset: codes.append("0")46 if not fg is None: codes.append("3%d" % (fg))48 if not bright: codes.append("4%d" % (bg))49 else: codes.append("10%d" % (bg))50 if bold: codes.append("1")51 elif dim: codes.append("2")52 else: codes.append("22")53 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()
26 * error codes on failure.45 * error codes on failure.
157 private Interaction(int[] codes) { in Interaction() argument158 mKeyCodes = codes; in Interaction()
17 # Do not check format for generated codes.
23 // SMP Pairing command 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,
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))
21 * status codes
1816 String[] codes = wfcOperatorErrorCodes[i].split("\\|"); in processWfcDisconnectForNotification() local1817 if (codes.length != 2) { in processWfcDisconnectForNotification()1824 codes[0])) { in processWfcDisconnectForNotification()1831 int codeStringLength = codes[0].length(); in processWfcDisconnectForNotification()1832 char lastChar = codes[0].charAt(codeStringLength - 1); in processWfcDisconnectForNotification()1845 int idx = Integer.parseInt(codes[1]); in processWfcDisconnectForNotification()
333 // HCI event codes from the Bluetooth 5.0 specification Vol 2, Part 7, Section 7417 // Bluetooth low energy related meta event codes
32 * Error codes for onDeviceError36 * To indicate all invalid error codes.
165 * Disconnected for reason not described by other disconnect codes.
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 it1642 // Status codes for overall RTT operation1672 // Status codes for individual RTT operation1904 // Status codes for link probe status2451 // Counts the occurrences of error codes for failed link probes.
1374 int32_t* codes = env->GetIntArrayElements(keyCodes, nullptr); in nativeHasKeys() local1380 deviceId, uint32_t(sourceMask), numCodes, codes, flags)) { in nativeHasKeys()1390 env->ReleaseIntArrayElements(keyCodes, codes, 0); in nativeHasKeys()
1607 // the bytes codes are of the form:
1756 * to the "pending MMI codes" list before it returns. This seems
1911 /// Error and return codes1913 // Return codes for successful operation execution (positive values)1924 // Error codes (negative values)
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...