Home
last modified time | relevance | path

Searched defs:select (Results 76 – 100 of 110) sorted by relevance

12345

/aosp12/art/compiler/optimizing/
H A Dinstruction_simplifier.cc1007 void InstructionSimplifierVisitor::VisitSelect(HSelect* select) { in VisitSelect()
2440 HInstruction* select = new (GetGraph()->GetAllocator()) HSelect(condition, nan, invoke, dex_pc); in SimplifyFP2Int() local
H A Dcode_generator_x86_64.cc2009 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 DNuPlayer.cpp715 int32_t select; in onMessageReceived() local
2238 status_t NuPlayer::selectTrack(size_t trackIndex, bool select, int64_t timeUs) { in selectTrack()
H A DGenericSource.cpp1027 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 DWifiNetworkFactory.java311 public void select(WifiConfiguration wifiConfiguration) { in select() method in WifiNetworkFactory.NetworkFactoryUserSelectionCallback
H A DSupplicantStaNetworkHal.java3186 public boolean select() { in select() method in SupplicantStaNetworkHal
/aosp12/build/make/tools/droiddoc/templates-pdk/assets/
H A Dandroid-developer-core.css49 input, select, selector
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenuitem_pattern_test_ng.cpp1363 auto changeEvent = [&isSelected](bool select) { isSelected = select; }; in __anondb83cd6b0b02()
H A Dmenuitem_test_ng.cpp1355 auto changeEvent = [&isSelected](bool select) { isSelected = select; }; in __anon412623ce0702()
H A Dmenu_origin_test_ng.cpp276 auto changeEvent = [&isSelected](bool select) { isSelected = select; }; in __anonf8e8e2060502()
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java1251 public void select() { in select() method in WindowDecorActionBar.TabImpl
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/checkboxgroup/
H A Dcheckboxgroup_test_ng.cpp255 bool select = true; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_api_impl_bridge.cpp2977 auto select = panda::ObjectRef::New(vm); in RegisterSelectAttributes() local
H A Darkts_native_select_bridge.cpp783 auto select = ConstructSelect(vm, frameNode, config); in SetContentModifierBuilder() local
/aosp12/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp1516 status_t LiveSession::selectTrack(size_t index, bool select) { in selectTrack()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnavigation_pattern_test_ng.cpp797 auto onChange = [&isSelected](bool select) { isSelected = select; }; in __anon723fd5920302()
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dlite_graph_to_hdi_model_v2_1.cpp1599 Select select{}; in ConvertSelect() local
/aosp12/frameworks/base/core/java/com/android/internal/widget/helper/
H A DItemTouchHelper.java546 void select(ViewHolder selected, int actionState) { in select() method in ItemTouchHelper
/aosp12/frameworks/base/media/java/android/media/
H A DMediaPlayer.java3262 private void selectOrDeselectTrack(int index, boolean select) in selectOrDeselectTrack()
3312 private void selectOrDeselectInbandTrack(int index, boolean select) in selectOrDeselectInbandTrack()
H A DMediaRouter.java2256 public void select() { in select() method in MediaRouter.RouteInfo
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dhdreg.h46 unsigned select : 1; member
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DWifiManager.java1910 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 Dokio-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 Dnfc_api.h742 tNFC_SELECT_DEVT select; member
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java3950 final SQLiteStatement select = getWritableDatabase().compileStatement( in getAccountIdOrNull() local

12345