HomeSort by relevance Sort by last modified time
    Searched defs:dcs (Results 1 - 16 of 16) sorted by null

  /external/mesa3d/src/gallium/targets/haiku-softpipe/
SoftwareRenderer.cpp 217 color_space dcs = bitmap->ColorSpace(); local
219 if (scs != dcs && (scs != B_RGBA32 || dcs != B_RGB32)) {
221 __PRETTY_FUNCTION__, color_space_name(scs), color_space_name(dcs));
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcController.java 286 for (DataCallResponse dcs : dcsList) {
287 dataCallResponseListByCid.put(dcs.getCallId(), dcs); local
DcTracker.java 4225 HashMap<Integer, DataConnection> dcs = mDataConnections; local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
UsimDataDownloadHandler.java 114 int dcs = smsMessage.getDataCodingScheme(); local
170 EVENT_SEND_ENVELOPE_RESPONSE, new int[]{ dcs, pid }));
199 private void sendSmsAckForEnvelopeResponse(IccIoResult response, int dcs, int pid) {
235 smsAckPdu[index++] = 0x07; // TP-PI: TP-PID, TP-DCS, TP-UDL present
241 smsAckPdu[index++] = 0x07; // TP-PI: TP-PID, TP-DCS, TP-UDL present
245 smsAckPdu[index++] = (byte) dcs;
247 if (is7bitDcs(dcs)) {
265 * Returns whether the DCS is 7 bit. If so, set TP-UDL to the septet count of TP-UD;
267 * @param dcs the TP-Data-Coding-Scheme field from the original download SMS
268 * @return true if the DCS specifies 7 bit encoding; false otherwis
    [all...]
  /external/libvterm/include/
vterm.h 173 int (*dcs)(const char *command, size_t cmdlen, void *user); member in struct:__anon26318
  /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
vt320.java 694 private final static char DCS = 144;
829 private String osc, dcs; /* to memorize OSC & DCS control sequence */ field in class:vt320
    [all...]
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 

Completed in 407 milliseconds