Home
last modified time | relevance | path

Searched defs:set (Results 226 – 250 of 847) sorted by relevance

12345678910>>...34

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_socket.cpp76 fd_set set; in GetFdSet() local
82 static bool IsFdSet(int32_t socket, const fd_set& set) in IsFdSet()
/aosp12/packages/apps/Test/connectivity/sl4n/facades/wifi/
H A Dwifi_facade.cpp141 feature_set set = 0; in WifiGetSupportedFeatureSet() local
/aosp12/frameworks/av/media/libmediatranscoding/transcoder/include/media/
H A DMediaSampleReaderNDK.h71 void set(uint64_t sampleIndex, int64_t sampleTimeUs) { in set() function
/aosp12/system/timezone/input_tools/android/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/
H A DBackwardFileTest.java141 private static <T> Set<T> set(T... values) { in set() method in BackwardFileTest
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/model/
H A DPreferredActivity.java99 List<ComponentName> set = new ArrayList<>(); in configure() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/common/concurrent/
H A DDialerFutures.java106 protected boolean set(T t) { in set() method in DialerFutures.AggregateFuture
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/common/
H A Dfuzzer_data.cpp94 std::set<std::string> set; in GetStringSet() local
/ohos5.0/base/request/request/services/src/cxx/
H A Dc_request_database.cpp818 void FillCommonTaskInfo(std::shared_ptr<OHOS::NativeRdb::ResultSet> set, TaskInfo &info) in FillCommonTaskInfo()
834 void FillOtherTaskInfo(std::shared_ptr<OHOS::NativeRdb::ResultSet> set, TaskInfo &info) in FillOtherTaskInfo()
917 void BuildRequestTaskConfigWithLong(std::shared_ptr<OHOS::NativeRdb::ResultSet> set, TaskConfig &co… in BuildRequestTaskConfigWithLong()
928 void BuildRequestTaskConfigWithInt(std::shared_ptr<OHOS::NativeRdb::ResultSet> set, TaskConfig &con… in BuildRequestTaskConfigWithInt()
945 void BuildRequestTaskConfigWithString(std::shared_ptr<OHOS::NativeRdb::ResultSet> set, TaskConfig &… in BuildRequestTaskConfigWithString()
961 void BuildRequestTaskConfigWithBlob(std::shared_ptr<OHOS::NativeRdb::ResultSet> set, TaskConfig &co… in BuildRequestTaskConfigWithBlob()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
H A Dsparse_table.cpp47 bool SparseTable::set(const int id, const uint32_t value) { in set() function in latinime::SparseTable
/aosp12/frameworks/base/core/tests/utiltests/src/android/util/
H A DRemoteIntArray.java83 public void set(int index, int value) throws IOException { in set() method in RemoteIntArray
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
H A DUtil.java40 HashSet<A> set = new HashSet<A>(end); in setOfFirstN() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DImeUtil.java56 public static void set(final ImeUtil imeUtil) { in set() method in ImeUtil
/aosp12/system/chre/platform/linux/
H A Dsystem_timer.cc77 bool SystemTimer::set(SystemTimerCallback *callback, void *data, in set() function in chre::SystemTimer
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
H A DUnionWithFd.h95 void set(_Tp&&... _args) { in set() function
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/unions/
H A DEnumUnion.h97 void set(_Tp&&... _args) { in set() function
H A DUnionInUnion.h97 void set(_Tp&&... _args) { in set() function
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
H A DUnion.h95 void set(_Tp&&... _args) { in set() function
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
H A DContactAggregatorHelper.java101 Set<Long> set = new ArraySet<>(); in findConnectedComponents() local
/aosp12/frameworks/rs/driver/
H A DrsdVertexArray.cpp53 void RsdVertexArray::Attrib::set(uint32_t type, uint32_t size, uint32_t stride, in set() function in RsdVertexArray::Attrib
/aosp12/frameworks/base/core/java/android/text/format/
H A DTime.java762 public void set(long millis) { in set() method in Time
783 public void set(Time that) { in set() method in Time
802 public void set(int second, int minute, int hour, int monthDay, int month, int year) { in set() method in Time
825 public void set(int monthDay, int month, int year) { in set() method in Time
/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_socket.c248 void SoftBusSocketFdZero(SoftBusFdSet *set) in SoftBusSocketFdZero()
258 void SoftBusSocketFdSet(int32_t socketFd, SoftBusFdSet *set) in SoftBusSocketFdSet()
272 void SoftBusSocketFdClr(int32_t socketFd, SoftBusFdSet *set) in SoftBusSocketFdClr()
282 int32_t SoftBusSocketFdIsset(int32_t socketFd, SoftBusFdSet *set) in SoftBusSocketFdIsset()
/aosp12/packages/modules/GeoTZ/locationtzprovider/src/main/java/com/android/timezone/location/provider/core/
H A DReferenceWithHistory.java110 public V set(@Nullable V newValue) { in set() method in ReferenceWithHistory
/aosp12/art/test/545-tracing-and-jit/src/
H A DMain.java171 Set set = new HashSet(); in fillJit() local
/aosp12/frameworks/base/apex/jobscheduler/framework/java/android/app/
H A DIAlarmManager.aidl33 void set(String callingPackage, int type, long triggerAtTime, long windowLength, in set() method
/aosp12/frameworks/base/core/java/android/util/
H A DArraySet.java315 public ArraySet(ArraySet<E> set) { in ArraySet() method in ArraySet
325 public ArraySet(Collection<? extends E> set) { in ArraySet()
786 Set<?> set = (Set<?>) object; in equals() local

12345678910>>...34