/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/iterator/ |
main.cpp | 26 strint_map sim; local 27 sim["world"] = 42; 36 simter simI = sim.begin();
|
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/iterator/ |
main.cpp | 22 strint_map sim; local 23 sim["world"] = 42; 32 simter simI = sim.begin();
|
/external/pcre/dist/ |
RunTest | 43 # Other arguments can be one of the words "valgrind", "valgrind-log", or "sim" 47 # RunTest 3 sim "qemu-arm -s 8388608" 178 sim= 247 sim) shift; sim=$1;; 280 $sim ./pcretest -C linksize >/dev/null 294 $sim ./pcretest -C pcre8 >/dev/null 296 $sim ./pcretest -C pcre16 >/dev/null 298 $sim ./pcretest -C pcre32 >/dev/null 349 $sim ./pcretest -C utf >/dev/nul [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
TelephonyDevController.java | 233 * get sim at index 'index'. 238 loge("getSim: no registered sim device?!?"); 243 loge("getSim: out-of-bounds access for sim device " + index + " max: " + getSimCount()); 253 * get modem associated with sim index 'simIndex'. 258 loge("getModemForSim: no registered modem/sim device?!?"); 263 loge("getModemForSim: out-of-bounds access for sim device " + simIndex + " max: " + getSimCount()); 269 HardwareConfig sim = getSim(simIndex); local 271 if (modem.uuid.equals(sim.modemUuid)) { 281 * get all sim's associated with modem at index 'modemIndex'. 286 loge("getAllSimsForModem: no registered sim device?!?") [all...] |
SubscriptionController.java | 426 * @param iccId the IccId of SIM card 536 * Get the SubInfoRecord(s) of the currently inserted SIM(s) 588 * @return active SIM count 617 * @return all SIM count in database, include what was inserted before 662 * @param iccId the IccId of the SIM card 663 * @param slotId the slot which the SIM is inserted 693 // default SIM color differs between slots 756 // Set the default sub if not set or if single sim device 761 // If single sim device, set this subscription as the default for everything 764 logdl("[addSubInfoRecord] one sim set defaults to subId=" + subId) 1113 int sim = entry.getKey(); local 1214 int sim = entry.getKey(); local [all...] |
/external/v8/src/ |
hydrogen-removable-simulates.cc | 114 void Remember(HSimulate* sim) { 115 mergelist_.Add(sim, zone_);
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
HTMLEntities.properties | 240 sim=8764
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
UsbPortManager.java | 218 SimulatedPortInfo sim = mSimulatedPorts.get(portId); local 219 if (sim != null) { 221 sim.mCurrentMode = newMode; 222 sim.mCurrentPowerRole = newPowerRole; 223 sim.mCurrentDataRole = newDataRole;
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_sim_db.c | 2 * hostapd / EAP-SIM database/authenticator gateway 8 * This is an example implementation of the EAP-SIM/AKA database/authentication 12 * EAP-SIM/AKA pseudonyms and re-auth identities. It can be used with different 48 } sim; member in union:eap_sim_db_pending::__anon21563 98 wpa_printf(MSG_DEBUG, "EAP-SIM DB: Adding database table for " 101 wpa_printf(MSG_ERROR, "EAP-SIM DB: SQLite error: %s", err); 124 wpa_printf(MSG_DEBUG, "EAP-SIM DB: Adding database table for " 127 wpa_printf(MSG_ERROR, "EAP-SIM DB: SQLite error: %s", err); 141 wpa_printf(MSG_ERROR, "EAP-SIM DB: Failed to open database " 193 wpa_printf(MSG_ERROR, "EAP-SIM DB: SQLite error: %s", err) [all...] |
/external/libvorbis/doc/ |
Vorbis_I_spec.tex | 77 \renewcommand{\~}{$\sim$} 88 % ~ -> $\sim$ (or \~ which we defined above)
|
/packages/apps/Settings/src/com/android/settings/sim/ |
SimSelectNotification.java | 17 package com.android.settings.sim; 51 // Do not create notifications on single SIM devices or when provisiong i.e. Setup Wizard. 59 // If sim state is not ABSENT or LOADED then ignore 63 Log.d(TAG, "sim state is not Absent or Loaded");
|
SimPreferenceDialog.java | 16 package com.android.settings.sim;
|
SimSettings.java | 17 package com.android.settings.sim; 59 * By UX design we use only one Subscription Information(SubInfo) record per SIM slot. 78 return MetricsLogger.SIM; 110 Preference pref = mSimCards.findPreference("sim" + i); 215 // Disable Sim selection for Data when voice call is going on as changing the default data 216 // sim causes a modem reset currently and call gets disconnected 217 // ToDo : Add subtext on disabled preference to let user know that default data sim cannot 267 setKey("sim" + mSlotId);
|
/external/v8/src/mips/ |
simulator-mips.h | 410 Simulator* sim = Simulator::current(Isolate::Current()); 411 return sim->PushAddress(try_catch_address);
|
simulator-mips.cc | 53 explicit MipsDebugger(Simulator* sim) : sim_(sim) { } 427 char* line = ReadLine("sim> "); 1071 Simulator* sim = isolate_data->simulator(); local [all...] |
/packages/services/Telephony/src/com/android/phone/ |
PhoneGlobals.java | 241 // like the "SIM missing" and "Sim locked" cases (bug 1804111). 245 // Some products don't have the concept of a "SIM network lock" 247 + "not showing 'SIM network unlock' PIN entry screen"); 249 // Normal case: show the "SIM network unlock" PIN entry screen. 251 // they enter a valid SIM network PIN. 252 Log.i(LOG_TAG, "show sim depersonal panel"); 276 // Marks the event where the SIM goes into ready state. 583 * the SIM to move to READY state. 587 * or SIM READYing process is over 787 IccCard sim = phone == null ? null : phone.getIccCard(); local [all...] |
/external/v8/src/arm/ |
simulator-arm.h | 450 Simulator* sim = Simulator::current(Isolate::Current()); 451 return sim->PushAddress(try_catch_address);
|
/external/v8/src/mips64/ |
simulator-mips64.h | 467 Simulator* sim = Simulator::current(Isolate::Current()); 468 return sim->PushAddress(try_catch_address);
|
/external/valgrind/none/tests/ |
cmdline1.stdout.exp | 96 --sim-hints=hint1,hint2,... activate unusual sim behaviours [none]
|
/packages/apps/Settings/src/com/android/settings/search/ |
Ranking.java | 50 import com.android.settings.sim.SimSettings; 104 // SIM Cards
|
/external/google-tv-pairing-protocol/cpp/ |
config.sub | 159 -sim | -cisco | -oki | -wec | -winbond) 1156 os=-sim 1160 os=-sim 1310 -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ [all...] |
/external/libexif/ |
config.sub | 162 -sim | -cisco | -oki | -wec | -winbond) 1165 os=-sim 1169 os=-sim 1322 -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ [all...] |
/external/libpcap/ |
config.sub | 163 -sim | -cisco | -oki | -wec | -winbond) 1166 os=-sim 1170 os=-sim 1323 -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ [all...] |
/external/tcpdump/ |
config.sub | 163 -sim | -cisco | -oki | -wec | -winbond) 1166 os=-sim 1170 os=-sim 1323 -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ [all...] |
/external/cmockery/cmockery_0_1_2/ |
config.sub | 153 -sim | -cisco | -oki | -wec | -winbond) 1061 os=-sim 1208 -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
|