HomeSort by relevance Sort by last modified time
    Searched full:creg (Results 1 - 23 of 23) sorted by null

  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
ATResponseParserTest.java 25 ATResponseParser p = new ATResponseParser("+CREG: 0");
38 p = new ATResponseParser("+CREG: 0,1");
43 p = new ATResponseParser("+CREG: 0, 1");
48 p = new ATResponseParser("+CREG: 0, 1,");
60 p = new ATResponseParser("+CREG: 0, 1 ");
74 p = new ATResponseParser("+CREG: 0, 1, 5");
  /external/v8/src/mips/
constants-mips.cc 114 const char* FPURegisters::Name(int creg) {
116 if ((0 <= creg) && (creg < kNumFPURegisters)) {
117 result = names_[creg];
135 while (aliases_[i].creg != kInvalidRegister) {
137 return aliases_[i].creg;
assembler-mips.h 213 bool is(FPURegister creg) const { return code_ == creg.code_; }
274 bool is(FPUControlRegister creg) const { return code_ == creg.code_; }
    [all...]
constants-mips.h 119 int creg; member in struct:v8::internal::FPURegisters::RegisterAlias
  /external/qemu/tcg/hppa/
tcg-target.c 478 static void tcg_out_vshd(TCGContext *s, int ret, int hi, int lo, int creg)
480 tcg_out_mtctl_sar(s, creg);
554 static void tcg_out_shl(TCGContext *s, int ret, int arg, int creg)
556 tcg_out_arithi(s, TCG_REG_R20, creg, 31, INSN_SUBI);
567 static void tcg_out_shr(TCGContext *s, int ret, int arg, int creg)
569 tcg_out_vshd(s, ret, TCG_REG_R0, arg, creg);
578 static void tcg_out_sar(TCGContext *s, int ret, int arg, int creg)
580 tcg_out_arithi(s, TCG_REG_R20, creg, 31, INSN_SUBI);
591 static void tcg_out_rotl(TCGContext *s, int ret, int arg, int creg)
593 tcg_out_arithi(s, TCG_REG_R20, creg, 32, INSN_SUBI)
    [all...]
  /external/icu4c/i18n/
ucurr.cpp 209 struct CReg;
212 static CReg* gCRegHead = 0;
214 struct CReg : public U_NAMESPACE_QUALIFIER UMemory {
215 CReg *next;
219 CReg(const UChar* _iso, const char* _id)
235 CReg* n = new CReg(_iso, _id);
256 CReg** p = &gCRegHead;
259 *p = ((CReg*)key)->next;
260 delete (CReg*)key
    [all...]
  /external/qemu/telephony/
android_modem.h 55 /* 'stat' for +CREG/+CGREG commands */
android_modem.c 167 /* 'mode' for +CREG/+CGREG commands */
667 amodem_unsol( modem, "+CREG: %d,%d\r",
672 amodem_unsol( modem, "+CREG: %d,%d, \"%04x\", \"%04x\"\r",
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
ModelInterpreter.java 639 // r"((\+|%)\w+(\?|=([^;]+(;|$)))?)" # extended command eg +CREG=2
705 {"+CREG=2", null},
721 {"+CREG?", "+CREG: 2,5, \"0113\", \"6614\"\r"},
  /system/core/rootdir/etc/
init.testmenu 93 echo " 2: ATQ0V1E1+CMEE=2;+CREG=0"
96 echo " 5: AT+CREG?"
104 "2" ) echo -e "ATQ0V1E1+CMEE=2;+CREG=0\r" >$atdev;;
107 "5" ) echo -e "AT+CREG?\r" >$atdev;;
  /hardware/ril/reference-ril/
reference-ril.c 781 cmd = "AT+CREG?";
782 prefix = "+CREG:";
801 * The solicited version of the CREG response is
802 * +CREG: n, stat, [lac, cid]
804 * +CREG: stat, [lac, cid]
805 * The <n> parameter is basically "is unsolicited creg on?"
828 case 0: /* +CREG: <stat> */
835 case 1: /* +CREG: <n>, <stat> */
845 case 2: /* +CREG: <stat>, <lac>, <cid> */
853 case 3: /* +CREG: <n>, <stat>, <lac>, <cid> *
    [all...]
  /external/libffi/src/frv/
ffi.c 172 register ffi_closure *creg __asm__ ("gr7");
173 ffi_closure *closure = creg;
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 87 * GSM roaming status solely based on TS 27.007 7.2 CREG. Only used by
88 * handlePollStateResult to store CREG roaming result.
431 // i.e. CREG is ok while CGREG is not
652 * Since the roaming states of gsm service (from +CREG) and
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/v8/src/arm/
assembler-arm.h 313 bool is(CRegister creg) const { return code_ == creg.code_; }
    [all...]
  /hardware/ril/include/telephony/
ril.h     [all...]
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp     [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothHandsfree.java 660 private int mStat; // for CREG
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java     [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/
cc1 
cc1plus 
  /prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/libexec/gcc/i686-android-linux/4.4.3/
cc1 
cc1plus 

Completed in 1186 milliseconds