Home
last modified time | relevance | path

Searched refs:tuple (Results 1 – 25 of 90) sorted by relevance

1234

/packages/modules/Gki/libkver/include/kver/
Dkmi_version.h47 std::tuple<uint64_t, uint64_t, uint64_t, uint64_t> tuple() const;
59 return left.tuple() == right.tuple();
63 return left.tuple() != right.tuple();
Dkernel_release.h55 std::tuple<uint64_t, uint64_t, uint64_t> kernel_version_tuple() const;
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
DHSConnectionCapabilityElementTest.java50 private void appendProtocolPortTuple(ByteBuffer buffer, ProtocolPortTuple tuple) { in appendProtocolPortTuple() argument
51 buffer.put((byte) tuple.getProtocol()); in appendProtocolPortTuple()
52 buffer.putShort((short) tuple.getPort()); in appendProtocolPortTuple()
53 buffer.put((byte) tuple.getStatus()); in appendProtocolPortTuple()
65 for (ProtocolPortTuple tuple : tuples) { in getTestBuffer()
66 appendProtocolPortTuple(buffer, tuple); in getTestBuffer()
/packages/modules/Connectivity/Tethering/tests/privileged/src/com/android/networkstack/tethering/
DConntrackSocketTest.java115 ConntrackMessage.Tuple tuple = ctmsg.tupleOrig; in findConnectionOrThrow() local
118 && tuple != null in findConnectionOrThrow()
119 && tuple.protoNum == IPPROTO_TCP in findConnectionOrThrow()
120 && tuple.srcIp.equals(local.getAddress()) in findConnectionOrThrow()
121 && tuple.dstIp.equals(remote.getAddress()) in findConnectionOrThrow()
122 && tuple.srcPort == (short) local.getPort() in findConnectionOrThrow()
123 && tuple.dstPort == (short) remote.getPort()) { in findConnectionOrThrow()
/packages/modules/NeuralNetworks/runtime/
DExecutionBuilder.h170 virtual std::tuple<int, std::vector<OutputShape>, Timing> computeInternal(
173 virtual std::tuple<int, int, ExecuteFencedInfoCallback> computeFencedInternal(
290 std::tuple<int, std::vector<OutputShape>, Timing> computeInternal(
293 std::tuple<int, int, ExecuteFencedInfoCallback> computeFencedInternal(
306 std::tuple<int, std::vector<OutputShape>, Timing> computeInternal(
309 std::tuple<int, int, ExecuteFencedInfoCallback> computeFencedInternal(
403 std::tuple<int, std::vector<OutputShape>, Timing> compute(
408 std::tuple<int, std::vector<OutputShape>, Timing> computeOnCpuFallback();
414 std::tuple<int, int, ExecuteFencedInfoCallback> computeFenced(
DManager.cpp193 std::tuple<int, std::vector<OutputShape>, Timing> execute(
201 std::tuple<int, int, ExecuteFencedInfoCallback, Timing> executeFenced(
252 std::tuple<int, std::vector<OutputShape>, Timing> compute(
255 std::tuple<int, int, ExecuteFencedInfoCallback, Timing> computeFenced(
579 std::tuple<int, std::vector<OutputShape>, Timing> DriverPreparedModel::execute( in execute()
635 std::tuple<int, int, ExecuteFencedInfoCallback, Timing> DriverPreparedModel::executeFenced( in executeFenced()
733 std::tuple<int, std::vector<OutputShape>, Timing> DriverExecution::compute( in compute()
789 std::tuple<int, int, ExecuteFencedInfoCallback, Timing> DriverExecution::computeFenced( in computeFenced()
931 std::tuple<int, std::vector<OutputShape>, Timing> execute(
941 std::tuple<int, int, ExecuteFencedInfoCallback, Timing> executeFenced(
[all …]
DManager.h57 virtual std::tuple<int, std::vector<OutputShape>, Timing> compute(
62 virtual std::tuple<int, int, ExecuteFencedInfoCallback, Timing> computeFenced(
79 virtual std::tuple<int, std::vector<OutputShape>, Timing> execute(
90 virtual std::tuple<int, int, ExecuteFencedInfoCallback, Timing> executeFenced(
DExecutionBuilder.cpp642 static std::tuple<int, std::vector<OutputShape>, Timing> cpuFallbackFull( in cpuFallbackFull()
663 static std::tuple<int, std::vector<OutputShape>, Timing, std::shared_ptr<StepExecutor>>
682 std::tuple<int, std::vector<OutputShape>, Timing> SimpleExecutionBuilder::computeInternal( in computeInternal()
718 std::tuple<int, std::vector<OutputShape>, Timing> CompoundExecutionBuilder::computeInternal( in computeInternal()
885 std::tuple<int, int, ExecuteFencedInfoCallback> SimpleExecutionBuilder::computeFencedInternal( in computeFencedInternal()
928 std::tuple<int, int, ExecuteFencedInfoCallback> CompoundExecutionBuilder::computeFencedInternal( in computeFencedInternal()
1508 std::tuple<int, std::vector<OutputShape>, Timing> StepExecutor::compute( in compute()
1537 std::tuple<int, int, ExecuteFencedInfoCallback> StepExecutor::computeFenced( in computeFenced()
1578 std::tuple<int, std::vector<OutputShape>, Timing> StepExecutor::computeOnCpuFallback() { in computeOnCpuFallback()
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DContactRecipientAutoCompleteView.java199 for (final ChipReplacementTuple tuple : values) { in onProgressUpdate()
200 if (tuple.removedChip != null) { in onProgressUpdate()
202 final int chipStart = text.getSpanStart(tuple.removedChip); in onProgressUpdate()
203 final int chipEnd = text.getSpanEnd(tuple.removedChip); in onProgressUpdate()
208 if (tuple.replacedChipEntry != null) { in onProgressUpdate()
209 appendRecipientEntry(tuple.replacedChipEntry); in onProgressUpdate()
/packages/modules/Bluetooth/system/gd/hci/
Dremote_name_request_test.cc106 std::promise<std::tuple<T...>> promise) { in capturingPromiseCallback()
108 [](std::promise<std::tuple<T...>> promise, T... args) { in capturingPromiseCallback()
221 auto promise = std::promise<std::tuple<ErrorCode, std::array<uint8_t, 248>>>{}; in TEST_F()
262 auto promise = std::promise<std::tuple<ErrorCode, std::array<uint8_t, 248>>>{}; in TEST_F()
298 auto promise = std::promise<std::tuple<ErrorCode, std::array<uint8_t, 248>>>{}; in TEST_F()
331 auto promise = std::promise<std::tuple<ErrorCode, std::array<uint8_t, 248>>>{}; in TEST_F()
388 auto promise = std::promise<std::tuple<ErrorCode, std::array<uint8_t, 248>>>{}; in TEST_F()
417 auto promise2 = std::promise<std::tuple<ErrorCode, std::array<uint8_t, 248>>>{}; in TEST_F()
463 auto promise = std::promise<std::tuple<ErrorCode, std::array<uint8_t, 248>>>{}; in TEST_F()
500 auto promise2 = std::promise<std::tuple<ErrorCode, std::array<uint8_t, 248>>>{}; in TEST_F()
[all …]
/packages/modules/Bluetooth/system/bta/test/
Dbta_ag_sco_test.cc39 std::tuple<tBTA_AG_FEAT, tBTA_AG_PEER_FEAT, bool>> {
107 std::vector<std::tuple<tBTA_AG_FEAT, tBTA_AG_PEER_FEAT, bool>>
112 std::vector<std::tuple<tBTA_AG_FEAT, tBTA_AG_PEER_FEAT, bool>> params; in BtaAgScoParameterSelectionTestParameters()
/packages/apps/Dialer/java/com/android/dialer/assisteddialing/ui/
DAssistedDialingSettingFragment.java131 for (DisplayNameAndCountryCodeTuple tuple : defaultCountryChoices) { in updateCountryChoices()
132 if (countryCodeProvider.isSupportedCountryCode(tuple.countryCode().toString())) { in updateCountryChoices()
133 newKeys.add(tuple.countryDisplayname()); in updateCountryChoices()
134 newValues.add(tuple.countryCode()); in updateCountryChoices()
/packages/services/Car/car_product/properties/
Dbluetooth.prop9 # Class of device is represented by a 3-tuple. However, each value in the tuple does
11 # and each value in the tuple corresponds to an octet.
/packages/modules/Gki/libkver/
Dkmi_version.cpp46 std::tuple<uint64_t, uint64_t, uint64_t, uint64_t> KmiVersion::tuple() const { in tuple() function in android::kver::KmiVersion
Dutils.cpp46 if (old_kernel_release->kmi_version().tuple() > new_kernel_release->kmi_version().tuple()) { in IsKernelUpdateValid()
/packages/modules/StatsD/statsd/src/socket/
DStatsSocketListener.h65 static std::tuple<int32_t, int64_t> processSocketMessage(const char* buffer, uint32_t len,
82 static std::tuple<int32_t, int64_t> processStatsEventBuffer(const uint8_t* msg, uint32_t len,
DStatsSocketListener.cpp123 tuple<int32_t, int64_t> StatsSocketListener::processSocketMessage(const char* buffer, in processSocketMessage()
177 tuple<int32_t, int64_t> StatsSocketListener::processStatsEventBuffer(const uint8_t* msg, in processStatsEventBuffer()
/packages/modules/NeuralNetworks/common/include/
DExecutionBurstServer.h69 std::optional<std::tuple<hardware::neuralnetworks::V1_0::Request, std::vector<int32_t>,
114 std::optional<std::tuple<hardware::neuralnetworks::V1_0::Request, std::vector<int32_t>,
246 virtual std::tuple<hardware::neuralnetworks::V1_0::ErrorStatus,
DExecutionBurstController.h71 std::optional<std::tuple<hardware::neuralnetworks::V1_0::ErrorStatus,
126 std::optional<std::tuple<hardware::neuralnetworks::V1_0::ErrorStatus,
321 std::tuple<int, std::vector<hardware::neuralnetworks::V1_2::OutputShape>,
/packages/services/Car/cpp/watchdog/server/src/
DThreadPriorityController.h47 virtual android::base::Result<std::tuple<uid_t, pid_t>> readPidStatusFileForPid(
70 android::base::Result<std::tuple<uid_t, pid_t>> readPidStatusFileForPid(pid_t pid) override;
DUidIoStatsCollector.h68 std::tuple(metrics[READ_BYTES][FOREGROUND], metrics[READ_BYTES][BACKGROUND]); in sumReadBytes()
75 std::tuple(metrics[WRITE_BYTES][FOREGROUND], metrics[WRITE_BYTES][BACKGROUND]); in sumWriteBytes()
DUidProcStatsCollector.h176 static android::base::Result<std::tuple<uid_t, pid_t>> readPidStatusFileForPid(pid_t pid);
187 android::base::Result<std::tuple<uid_t, ProcessStats>> readProcessStatsLocked(pid_t pid) const;
/packages/modules/NeuralNetworks/tools/test_generator/
Dtest_generator.py171 assert isinstance(dimensions, (list, tuple)), \
272 self.value = value if type(value) is list or type(value) is tuple or value is None \
395 if type(value) is not list and type(value) is not tuple:
405 if type(value) is not list and type(value) is not tuple:
475 inputs = tuple(self.GetInputs())
484 outputs = tuple(self.GetOutputs())
501 if type(args[0]) is tuple or type(args[0]) is list:
641 value = value if type(value) is tuple or type(value) is list else [value]
1064 if type(feedDict) is tuple or type(feedDict) is list:
1096 key = (example.model, example.name, tuple(tuple(e) for e in example.variations))
[all …]
/packages/modules/adb/libs/adbconnection/include/adbconnection/
Dcommon.h45 std::tuple<sockaddr_un, socklen_t> get_control_socket_addr();
/packages/modules/NeuralNetworks/common/
DExecutionBurstController.cpp152 std::optional<std::tuple<V1_0::ErrorStatus, std::vector<V1_2::OutputShape>, V1_2::Timing>>
261 std::optional<std::tuple<V1_0::ErrorStatus, std::vector<V1_2::OutputShape>, V1_2::Timing>>
586 static std::tuple<int, std::vector<V1_2::OutputShape>, V1_2::Timing, bool> getExecutionResult( in getExecutionResult()
594 std::tuple<int, std::vector<V1_2::OutputShape>, V1_2::Timing, bool>

1234