/frameworks/base/core/java/android/net/metrics/ |
D | RaEvent.java | 142 public @NonNull Builder updateRouterLifetime(long lifetime) { in updateRouterLifetime() 147 public @NonNull Builder updatePrefixValidLifetime(long lifetime) { in updatePrefixValidLifetime() 152 public @NonNull Builder updatePrefixPreferredLifetime(long lifetime) { in updatePrefixPreferredLifetime() 157 public @NonNull Builder updateRouteInfoLifetime(long lifetime) { in updateRouteInfoLifetime() 162 public @NonNull Builder updateRdnssLifetime(long lifetime) { in updateRdnssLifetime() 167 public @NonNull Builder updateDnsslLifetime(long lifetime) { in updateDnsslLifetime()
|
D | ApfProgramEvent.java | 61 public final long lifetime; // Maximum computed lifetime of the program in seconds field in ApfProgramEvent 78 private ApfProgramEvent(long lifetime, long actualLifetime, int filteredRas, int currentRas, in ApfProgramEvent() 112 public Builder setLifetime(long lifetime) { in setLifetime() 121 public Builder setActualLifetime(long lifetime) { in setActualLifetime()
|
/frameworks/base/core/java/com/android/server/net/ |
D | NetlinkTracker.java | 176 public void interfaceDnsServerInfo(String iface, long lifetime, String[] addresses) { in interfaceDnsServerInfo() 309 public synchronized boolean addServers(long lifetime, String[] addresses) { in addServers()
|
D | BaseNetworkObserver.java | 77 public void interfaceDnsServerInfo(String iface, long lifetime, String[] servers) { in interfaceDnsServerInfo()
|
/frameworks/ml/nn/runtime/test/android_fuzzing/ |
D | Converter.cpp | 44 TestOperandLifeTime convert(OperandLifeTime lifetime) { in convert() 78 const TestOperandLifeTime lifetime = convert(operand.lifetime()); in convert() local
|
D | GenerateCorpus.cpp | 44 OperandLifeTime convert(TestOperandLifeTime lifetime) { in convert()
|
D | Model.proto | 168 required OperandLifeTime lifetime = 6; field
|
/frameworks/base/core/java/android/net/ |
D | INetworkManagementEventObserver.aidl | 101 void interfaceDnsServerInfo(String iface, long lifetime, in String[] servers); in interfaceDnsServerInfo()
|
/frameworks/ml/nn/common/ |
D | MetaModel.cpp | 117 hal::V1_0::OperandLifeTime convertTo<hal::V1_0::OperandLifeTime>(OperandLifeTime lifetime) { in convertTo() 121 hal::V1_3::OperandLifeTime convertTo<hal::V1_3::OperandLifeTime>(OperandLifeTime lifetime) { in convertTo()
|
D | Utils.cpp | 2820 bool compliantWithV1_0(hal::V1_0::OperandLifeTime lifetime) { in compliantWithV1_0() 2824 bool compliantWithV1_0(hal::V1_3::OperandLifeTime lifetime) { in compliantWithV1_0() 2828 bool compliantWithV1_3(hal::V1_0::OperandLifeTime lifetime) { in compliantWithV1_3() 2832 bool compliantWithV1_3(hal::V1_3::OperandLifeTime lifetime) { in compliantWithV1_3() 2836 V1_0::OperandLifeTime convertToV1_0(V1_0::OperandLifeTime lifetime) { in convertToV1_0() 2840 V1_0::OperandLifeTime convertToV1_0(V1_3::OperandLifeTime lifetime) { in convertToV1_0() 2848 V1_3::OperandLifeTime convertToV1_3(V1_0::OperandLifeTime lifetime) { in convertToV1_3() 2852 V1_3::OperandLifeTime convertToV1_3(V1_3::OperandLifeTime lifetime) { in convertToV1_3()
|
D | ValidateHal.cpp | 551 const hidl_vec<Operand>& operands, OperandLifeTime lifetime) { in validateModelInputOutputs() 599 const OperandLifeTime lifetime = convertToV1_3(operand.lifetime); in validateGraph() local
|
/frameworks/ml/nn/common/include/ |
D | CpuExecutor.h | 67 hal::OperandLifeTime lifetime; member
|
/frameworks/ml/nn/runtime/ |
D | ModelBuilder.cpp | 440 const uint32_t* indexList, OperandLifeTime lifetime) -> bool { in identifyInputsAndOutputs() 820 auto lifetime = mOperands[operandIndex].lifetime; in sortIntoRunOrder() local
|
D | ExecutionPlan.cpp | 155 auto lifetime = mModel->getOperand(operandIndex).lifetime; in OperandTracker() local 864 OperandLifeTime lifetime = OperandLifeTime::TEMPORARY_VARIABLE) { in makeController()
|
/frameworks/ml/nn/tools/test_generator/test_harness/ |
D | TestHarness.cpp | 340 bool isConstant(TestOperandLifeTime lifetime) { in isConstant() 491 std::string getOperandClassInSpecFile(TestOperandLifeTime lifetime) { in getOperandClassInSpecFile()
|
/frameworks/base/proto/src/ |
D | ipconnectivity.proto | 327 optional int64 lifetime = 1; field
|
/frameworks/base/services/core/java/com/android/server/ |
D | NetworkManagementService.java | 640 private void notifyInterfaceDnsServerInfo(String iface, long lifetime, String[] addresses) { in notifyInterfaceDnsServerInfo() 677 long lifetime, String[] servers) throws RemoteException { in onInterfaceDnsServerInfo()
|
/frameworks/ml/nn/tools/test_generator/test_harness/include/ |
D | TestHarness.h | 273 TestOperandLifeTime lifetime; member
|