/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_socket.cpp | 76 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 D | wifi_facade.cpp | 141 feature_set set = 0; in WifiGetSupportedFeatureSet() local
|
/aosp12/frameworks/av/media/libmediatranscoding/transcoder/include/media/ |
H A D | MediaSampleReaderNDK.h | 71 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 D | BackwardFileTest.java | 141 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 D | PreferredActivity.java | 99 List<ComponentName> set = new ArrayList<>(); in configure() local
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/common/concurrent/ |
H A D | DialerFutures.java | 106 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 D | fuzzer_data.cpp | 94 std::set<std::string> set; in GetStringSet() local
|
/ohos5.0/base/request/request/services/src/cxx/ |
H A D | c_request_database.cpp | 818 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 D | sparse_table.cpp | 47 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 D | RemoteIntArray.java | 83 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 D | Util.java | 40 HashSet<A> set = new HashSet<A>(end); in setOfFirstN() local
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/ |
H A D | ImeUtil.java | 56 public static void set(final ImeUtil imeUtil) { in set() method in ImeUtil
|
/aosp12/system/chre/platform/linux/ |
H A D | system_timer.cc | 77 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 D | UnionWithFd.h | 95 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 D | EnumUnion.h | 97 void set(_Tp&&... _args) { in set() function
|
H A D | UnionInUnion.h | 97 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 D | Union.h | 95 void set(_Tp&&... _args) { in set() function
|
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/ |
H A D | ContactAggregatorHelper.java | 101 Set<Long> set = new ArraySet<>(); in findConnectedComponents() local
|
/aosp12/frameworks/rs/driver/ |
H A D | rsdVertexArray.cpp | 53 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 D | Time.java | 762 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 D | softbus_adapter_socket.c | 248 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 D | ReferenceWithHistory.java | 110 public V set(@Nullable V newValue) { in set() method in ReferenceWithHistory
|
/aosp12/art/test/545-tracing-and-jit/src/ |
H A D | Main.java | 171 Set set = new HashSet(); in fillJit() local
|
/aosp12/frameworks/base/apex/jobscheduler/framework/java/android/app/ |
H A D | IAlarmManager.aidl | 33 void set(String callingPackage, int type, long triggerAtTime, long windowLength, in set() method
|
/aosp12/frameworks/base/core/java/android/util/ |
H A D | ArraySet.java | 315 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
|