/external/v8/src/ic/ |
ic-compiler.cc | 18 ExtraICState extra_state, 21 Code::ComputeMonomorphicFlags(kind, extra_state, cache_holder); 72 ExtraICState extra_state = local 80 PropertyICCompiler compiler(isolate, Code::KEYED_STORE_IC, extra_state); 110 ExtraICState extra_state) { 111 Code::Flags flags = Code::ComputeFlags(Code::STORE_IC, ic_state, extra_state); 168 ExtraICState extra_state = local 170 PropertyICCompiler compiler(isolate, Code::KEYED_STORE_IC, extra_state); 202 ExtraICState extra_state = Code::ExtractExtraICStateFromFlags(flags); local 203 LanguageMode language_mode = StoreICState::GetLanguageMode(extra_state); [all...] |
ic.h | 329 ExtraICState extra_state); 331 Isolate* isolate, ExtraICState extra_state, State initialization_state); 386 static IcCheckType GetKeyType(ExtraICState extra_state) { 387 return IcCheckTypeField::decode(extra_state); 416 ExtraICState extra_state); 418 Isolate* isolate, State initialization_state, ExtraICState extra_state); 420 ExtraICState extra_state); 563 ExtraICState extra_state);
|
ic-compiler.h | 22 ExtraICState extra_state);
|
ic.cc | 557 ExtraICState extra_state) { 559 return KeyedLoadGenericStub(isolate, LoadICState(extra_state)).GetCode(); 561 return is_strong(LoadICState::GetLanguageMode(extra_state)) 880 ExtraICState extra_state) { 881 return LoadICTrampolineStub(isolate, LoadICState(extra_state)).GetCode(); 886 Isolate* isolate, ExtraICState extra_state, State initialization_state) { 887 return LoadICStub(isolate, LoadICState(extra_state)).GetCode(); 892 ExtraICState extra_state) { 893 return KeyedLoadICTrampolineStub(isolate, LoadICState(extra_state)).GetCode(); 898 Isolate* isolate, State initialization_state, ExtraICState extra_state) { [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
ProfileObserver.java | 63 && intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, -1)
|
ProfileService.java | 138 int state= intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.ERROR);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapReceiver.java | 60 int state = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.ERROR); 61 in.putExtra(BluetoothAdapter.EXTRA_STATE, state);
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
DockEventReceiver.java | 52 BluetoothAdapter.EXTRA_STATE, EXTRA_INVALID)); 86 int newState = intent.getIntExtra(BluetoothProfile.EXTRA_STATE, 111 int btState = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.ERROR);
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothA2dp.java | 62 * <li> {@link #EXTRA_STATE} - The current state of the profile. </li> 67 * <p>{@link #EXTRA_STATE} or {@link #EXTRA_PREVIOUS_STATE} can be any of 84 * <li> {@link #EXTRA_STATE} - The current state of the profile. </li> 89 * <p>{@link #EXTRA_STATE} or {@link #EXTRA_PREVIOUS_STATE} can be any of 106 * {@link #EXTRA_STATE} or {@link #EXTRA_PREVIOUS_STATE} of 113 * {@link #EXTRA_STATE} or {@link #EXTRA_PREVIOUS_STATE} of
|
BluetoothA2dpSink.java | 51 * <li> {@link #EXTRA_STATE} - The current state of the profile. </li> 56 * <p>{@link #EXTRA_STATE} or {@link #EXTRA_PREVIOUS_STATE} can be any of 72 * <li> {@link #EXTRA_STATE} - The current state of the profile. </li> 77 * <p>{@link #EXTRA_STATE} or {@link #EXTRA_PREVIOUS_STATE} can be any of 88 * {@link #EXTRA_STATE} or {@link #EXTRA_PREVIOUS_STATE} of 95 * {@link #EXTRA_STATE} or {@link #EXTRA_PREVIOUS_STATE} of
|
BluetoothHeadset.java | 58 * <li> {@link #EXTRA_STATE} - The current state of the profile. </li> 62 * <p>{@link #EXTRA_STATE} or {@link #EXTRA_PREVIOUS_STATE} can be any of 79 * <li> {@link #EXTRA_STATE} - The current state of the profile. </li> 83 * <p>{@link #EXTRA_STATE} or {@link #EXTRA_PREVIOUS_STATE} can be any of 204 * {@link #EXTRA_STATE} or {@link #EXTRA_PREVIOUS_STATE} of 212 * {@link #EXTRA_STATE} or {@link #EXTRA_PREVIOUS_STATE} of 220 * {@link #EXTRA_STATE} or {@link #EXTRA_PREVIOUS_STATE} of 558 * {@link #EXTRA_STATE} set to {@link #STATE_AUDIO_CONNECTING}. 560 * <p> {@link #EXTRA_STATE} will transition from [all...] |
BluetoothAvrcpController.java | 53 * <li> {@link #EXTRA_STATE} - The current state of the profile. </li> 58 * <p>{@link #EXTRA_STATE} or {@link #EXTRA_PREVIOUS_STATE} can be any of
|
BluetoothPan.java | 54 * <li> {@link #EXTRA_STATE} - The current state of the profile. </li> 61 * <p>{@link #EXTRA_STATE} or {@link #EXTRA_PREVIOUS_STATE} can be any of
|
BluetoothSap.java | 53 * <li> {@link #EXTRA_STATE} - The current state of the profile. </li> 58 * <p>{@link #EXTRA_STATE} or {@link #EXTRA_PREVIOUS_STATE} can be any of
|
BluetoothProfile.java | 40 public static final String EXTRA_STATE = "android.bluetooth.profile.extra.STATE";
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
BluetoothConnectionsManager.java | 41 final int newBtState = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE,
|
BluetoothA2dpConnector.java | 55 int state = intent.getIntExtra(BluetoothA2dp.EXTRA_STATE,
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
BluetoothToggleActivity.java | 126 int newState = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, -1);
|
/packages/apps/Nfc/src/com/android/nfc/beam/ |
BeamReceiveService.java | 47 int state = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE,
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
TelephonyTester.java | 76 private static final String EXTRA_STATE = "state"; 240 intent.getIntExtra(EXTRA_STATE,
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
BluetoothConnectionFacade.java | 252 int state = intent.getIntExtra(BluetoothA2dp.EXTRA_STATE, -1); 260 int state = intent.getIntExtra(BluetoothInputDevice.EXTRA_STATE, -1); 266 int state = intent.getIntExtra(BluetoothHeadset.EXTRA_STATE, -1);
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
BluetoothPeripheralHandover.java | 428 int state = intent.getIntExtra(BluetoothProfile.EXTRA_STATE, BluetoothAdapter.ERROR); 438 int state = intent.getIntExtra(BluetoothProfile.EXTRA_STATE, BluetoothAdapter.ERROR); 448 int state = intent.getIntExtra(BluetoothProfile.EXTRA_STATE, BluetoothAdapter.ERROR);
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
BluetoothManager.java | 93 int bluetoothHeadsetState = intent.getIntExtra(BluetoothHeadset.EXTRA_STATE, 101 intent.getIntExtra(BluetoothHeadset.EXTRA_STATE,
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
Shared.java | 71 public static final String EXTRA_STATE = "state";
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppBtEnablingActivity.java | 140 switch (intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.ERROR)) {
|