/aosp12/art/compiler/optimizing/ |
H A D | instruction_simplifier.cc | 1007 void InstructionSimplifierVisitor::VisitSelect(HSelect* select) { in VisitSelect() 2440 HInstruction* select = new (GetGraph()->GetAllocator()) HSelect(condition, nan, invoke, dex_pc); in SimplifyFP2Int() local
|
H A D | code_generator_x86_64.cc | 2009 static bool SelectCanUseCMOV(HSelect* select) { in SelectCanUseCMOV() 2026 void LocationsBuilderX86_64::VisitSelect(HSelect* select) { in VisitSelect() 2049 void InstructionCodeGeneratorX86_64::VisitSelect(HSelect* select) { in VisitSelect()
|
/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/ |
H A D | NuPlayer.cpp | 715 int32_t select; in onMessageReceived() local 2238 status_t NuPlayer::selectTrack(size_t trackIndex, bool select, int64_t timeUs) { in selectTrack()
|
H A D | GenericSource.cpp | 1027 status_t NuPlayer::GenericSource::selectTrack(size_t trackIndex, bool select, int64_t timeUs) { in selectTrack()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | WifiNetworkFactory.java | 311 public void select(WifiConfiguration wifiConfiguration) { in select() method in WifiNetworkFactory.NetworkFactoryUserSelectionCallback
|
H A D | SupplicantStaNetworkHal.java | 3186 public boolean select() { in select() method in SupplicantStaNetworkHal
|
/aosp12/build/make/tools/droiddoc/templates-pdk/assets/ |
H A D | android-developer-core.css | 49 input, select, selector
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
H A D | menuitem_pattern_test_ng.cpp | 1363 auto changeEvent = [&isSelected](bool select) { isSelected = select; }; in __anondb83cd6b0b02()
|
H A D | menuitem_test_ng.cpp | 1355 auto changeEvent = [&isSelected](bool select) { isSelected = select; }; in __anon412623ce0702()
|
H A D | menu_origin_test_ng.cpp | 276 auto changeEvent = [&isSelected](bool select) { isSelected = select; }; in __anonf8e8e2060502()
|
/aosp12/frameworks/base/core/java/com/android/internal/app/ |
H A D | WindowDecorActionBar.java | 1251 public void select() { in select() method in WindowDecorActionBar.TabImpl
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/checkboxgroup/ |
H A D | checkboxgroup_test_ng.cpp | 255 bool select = true; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_api_impl_bridge.cpp | 2977 auto select = panda::ObjectRef::New(vm); in RegisterSelectAttributes() local
|
H A D | arkts_native_select_bridge.cpp | 783 auto select = ConstructSelect(vm, frameNode, config); in SetContentModifierBuilder() local
|
/aosp12/frameworks/av/media/libstagefright/httplive/ |
H A D | LiveSession.cpp | 1516 status_t LiveSession::selectTrack(size_t index, bool select) { in selectTrack()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
H A D | navigation_pattern_test_ng.cpp | 797 auto onChange = [&isSelected](bool select) { isSelected = select; }; in __anon723fd5920302()
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | lite_graph_to_hdi_model_v2_1.cpp | 1599 Select select{}; in ConvertSelect() local
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/helper/ |
H A D | ItemTouchHelper.java | 546 void select(ViewHolder selected, int actionState) { in select() method in ItemTouchHelper
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | MediaPlayer.java | 3262 private void selectOrDeselectTrack(int index, boolean select) in selectOrDeselectTrack() 3312 private void selectOrDeselectInbandTrack(int index, boolean select) in selectOrDeselectInbandTrack()
|
H A D | MediaRouter.java | 2256 public void select() { in select() method in MediaRouter.RouteInfo
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | hdreg.h | 46 unsigned select : 1; member
|
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/ |
H A D | WifiManager.java | 1910 default void select(@NonNull WifiConfiguration wifiConfiguration) {} in select() method 1994 public void select(@NonNull WifiConfiguration wifiConfiguration) { in select() method in WifiManager.NetworkRequestUserSelectionCallbackProxy
|
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/ |
H A D | okio-1.15.0.jar | ... throws java.io.EOFException
long byteCount
public int select (okio.Options)
java.io.EOFException ... |
/aosp12/system/nfc/src/nfc/include/ |
H A D | nfc_api.h | 742 tNFC_SELECT_DEVT select; member
|
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
H A D | ContactsDatabaseHelper.java | 3950 final SQLiteStatement select = getWritableDatabase().compileStatement( in getAccountIdOrNull() local
|