HomeSort by relevance Sort by last modified time
    Searched full:extra_state (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /external/chromium_org/v8/src/ic/
ic-compiler.cc 18 ExtraICState extra_state,
21 Code::ComputeMonomorphicFlags(kind, extra_state, cache_holder);
124 ExtraICState extra_state = local
127 Code::ComputeMonomorphicFlags(Code::KEYED_STORE_IC, extra_state);
138 PropertyICCompiler compiler(isolate, Code::KEYED_STORE_IC, extra_state);
172 ExtraICState extra_state) {
173 Code::Flags flags = Code::ComputeFlags(Code::LOAD_IC, ic_state, extra_state);
195 ExtraICState extra_state) {
196 Code::Flags flags = Code::ComputeFlags(Code::STORE_IC, ic_state, extra_state);
293 ExtraICState extra_state local
343 ExtraICState extra_state = Code::ExtractExtraICStateFromFlags(flags); local
    [all...]
ic-compiler.h 25 ExtraICState extra_state);
27 ExtraICState extra_state);
ic.h 357 ExtraICState extra_state);
387 ExtraICState extra_state);
544 ExtraICState extra_state) {
545 return ExtraICStateKeyedAccessStoreMode::decode(extra_state);
  /frameworks/base/core/java/android/bluetooth/
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
BluetoothA2dp.java 56 * <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
78 * <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
100 * {@link #EXTRA_STATE} or {@link #EXTRA_PREVIOUS_STATE} of
107 * {@link #EXTRA_STATE} or {@link #EXTRA_PREVIOUS_STATE} of
BluetoothAvrcpController.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
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
518 * {@link #EXTRA_STATE} set to {@link #STATE_AUDIO_CONNECTING}.
520 * <p> {@link #EXTRA_STATE} will transition from
    [all...]
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
BluetoothProfile.java 37 public static final String EXTRA_STATE = "android.bluetooth.profile.extra.STATE";
  /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);
BluetoothEnabler.java 70 int state = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.ERROR);
BluetoothNameDialogFragment.java 75 (intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.ERROR) ==
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothConnectionsManager.java 37 final int newBtState = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE,
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
android.telephony.TelephonyManager.html 116 <A NAME="android.telephony.TelephonyManager.EXTRA_STATE"></A>
117 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/telephony/TelephonyManager.html#EXTRA_STATE" target="_top"><code>EXTRA_STATE</code></A></nobr>
  /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,
BeamSendService.java 161 int state = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE,
  /packages/apps/Browser/src/com/android/browser/
BrowserActivity.java 45 private static final String EXTRA_STATE = "state";
111 .putExtra(EXTRA_STATE, outState));
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothManager.java 62 int bluetoothHeadsetState = intent.getIntExtra(BluetoothHeadset.EXTRA_STATE,
69 intent.getIntExtra(BluetoothHeadset.EXTRA_STATE,
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothPeripheralHandover.java 420 int state = intent.getIntExtra(BluetoothProfile.EXTRA_STATE, BluetoothAdapter.ERROR);
430 int state = intent.getIntExtra(BluetoothProfile.EXTRA_STATE, BluetoothAdapter.ERROR);
440 int state = intent.getIntExtra(BluetoothProfile.EXTRA_STATE, BluetoothAdapter.ERROR);
PeripheralHandoverService.java 181 int state = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE,
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
ProfileService.java 139 int state= intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.ERROR);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBtEnablingActivity.java 140 switch (intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.ERROR)) {
  /packages/apps/Settings/tests/src/com/android/settings/tests/
BluetoothRequestPermissionTest.java 152 switch (intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothDevice.ERROR)) {

Completed in 572 milliseconds

1 2 3 4