/packages/services/Car/tests/carservice_unit_test/src/android/car/userlib/ |
D | UserHelperLiteTest.java | 43 String safe = UserHelperLite.safeName("UnsafeIam"); in testSafeName() local 45 assertThat(safe).isNotNull(); in testSafeName() 46 assertThat(safe).doesNotContain("UnsafeIAm"); in testSafeName()
|
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
D | CarDevicePolicyManagerTest.java | 191 private void lockNowTest(boolean safe) throws Exception { in lockNowTest() argument 196 setDpmSafety(safe); in lockNowTest() 265 private void setDpmSafety(boolean safe) { in setDpmSafety() argument 267 String state = safe ? "park" : "drive"; in setDpmSafety()
|
/packages/providers/MediaProvider/jni/ |
D | node.cpp | 44 void node::BuildPathForNodeRecursive(bool safe, const node* node, std::stringstream* path) const { in BuildPathForNodeRecursive() argument 46 BuildPathForNodeRecursive(safe, node->parent_, path); in BuildPathForNodeRecursive() 49 if (safe && node->parent_) { in BuildPathForNodeRecursive()
|
D | node-inl.h | 503 void BuildPathForNodeRecursive(bool safe, const node* node, std::stringstream* path) const;
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | AbstractICarServiceHelperStub.java | 66 public void setSafetyMode(boolean safe) { in setSafetyMode() argument 67 Log.d(TAG, "setSafetyMode(safe=" + safe + ")"); in setSafetyMode()
|
/packages/apps/TV/ |
D | proguard.flags | 19 # platform version. We know about them, and they are safe. 26 # This is due to legacy API katniss is referencing. Seems safe.
|
/packages/services/Car/car-internal-lib/src/com/android/car/internal/ |
D | ICarServiceHelper.aidl | 52 void setSafetyMode(boolean safe); in setSafetyMode() argument
|
/packages/modules/NeuralNetworks/tools/api/ |
D | NeuralNetworksTypes.t | 377 * modifies a model at a given time. It is however safe for more than one 416 * safe for more than one thread to use the compilation once 490 * modifies an execution at a given time. It is however safe for more than one 510 * It is however safe to schedule and evaluate multiple computations on different executions 712 * safe for more than one thread to use the memory descriptor once 717 * It is however safe to continue using a {@link ANeuralNetworksMemory} object created
|
/packages/modules/Permission/PermissionController/ |
D | proguard.flags | 3 # platform version. We know about them, and they are safe.
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | tutorial.md | 349 Copy-string is always safe because it owns a copy of the data. Const-string can be used for storing… 369 …safe life-cycle can use const-string version of `SetString()`, which lacks allocator parameter. F… 377 For character pointer, the RapidJSON requires to mark it as safe before using it without copying. T… 384 s.SetString(StringRef(cstr)); // ok, assume safe lifetime, null-terminated
|
D | faq.md | 187 … may occur. For integer-to-integer conversion, it only convert when it is safe (otherwise it will …
|
/packages/modules/DnsResolver/ |
D | README-DoT.md | 37 For clarity, each of the five classes in this design is thread-safe and holds one lock. 59 or a thread-safe queue, because the socket thread has to be blocked
|
/packages/apps/Launcher3/ |
D | proguard.flags | 11 # platform version. We know about them, and they are safe.
|
/packages/apps/Contacts/ |
D | proguard.flags | 7 # platform version. We know about them, and they are safe.
|
/packages/services/Car/car-lib/src/android/car/navigation/ |
D | navigation_state.proto | 43 // This means that it should be safe to cache an image once requested
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz |
|
D | nl_wordlist.combined.gz | 1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ... |
D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | de_wordlist.combined.gz |
|
D | pt_PT_wordlist.combined.gz | 1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ... |
D | ro_wordlist.combined.gz |
|