Home
last modified time | relevance | path

Searched refs:recreated (Results 1 – 25 of 35) sorted by relevance

12

/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DRtcCertificatePemTest.java35 RtcCertificatePem recreated = new RtcCertificatePem(original.privateKey, original.certificate); in testConstructor() local
36 assertThat(original.privateKey).isEqualTo(recreated.privateKey); in testConstructor()
37 assertThat(original.certificate).isEqualTo(recreated.certificate); in testConstructor()
/external/autotest/server/site_tests/firmware_CorruptRecoveryCache/
Dcontrol24 it will be recreated and still boot into recovery mode.
Dcontrol.dev24 it will be recreated and still boot into recovery mode.
/external/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/
DViewController.m46 // Dispose of any resources that can be recreated.
/external/guice/core/src/com/google/inject/internal/
DMoreTypes.java124 TypeLiteral<T> recreated = (TypeLiteral<T>) TypeLiteral.get(typeLiteral.getType()); in canonicalizeForKey() local
125 return recreated; in canonicalizeForKey()
/external/exoplayer/tree/extensions/ima/
DREADME.md39 background, and are recreated when the player returns to the foreground. When
/external/webrtc/examples/objcnativeapi/objc/
DNADViewController.mm148 // Dispose of any resources that can be recreated.
/external/bazelbuild-rules_android/rules/
Dprocessing_pipeline.bzl150 # to be recreated.
/external/cros/system_api/dbus/cryptohome/
Drpc.proto147 // |recreated| is set when the cryptohome had to be wiped
151 optional bool recreated = 1 [default=false]; field
/external/tensorflow/tensorflow/python/keras/saving/saved_model/
DREADME.md28 SavedModel to allow the model to be recreated. These attributes are divided into
/external/llvm/test/CodeGen/SystemZ/
Dint-cmp-02.ll165 ; The first branch here got recreated by InsertBranch while splitting the
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dint-cmp-02.ll165 ; The first branch here got recreated by insertBranch while splitting the
/external/llvm-project/llvm/test/CodeGen/RISCV/
Dremat.ll19 ; trivially rematerialisable, meaning they are recreated rather than saved to
/external/webrtc/sdk/objc/components/capturer/
DRTCCameraVideoCapturer.m72 // created here are retained until dealloc and never recreated.
/external/angle/src/libANGLE/renderer/vulkan/doc/
DPresentSemaphores.md157 > presentation engine, we cannot know that. This delays means that the swapchain could be recreated
/external/webrtc/modules/desktop_capture/mac/
Dscreen_capturer_mac.mm174 // the capturer, they will be recreated if necessary.
/external/clang/docs/analyzer/
DIPA.txt385 they are intended for short-lived use, and can be recreated from CFGElements or
/external/llvm-project/clang/docs/analyzer/developer-docs/
DIPA.rst395 they are intended for short-lived use, and can be recreated from CFGElements or
/external/flatbuffers/docs/source/
DSchemas.md596 the buffer, and rely on the default value to be recreated. These will now have
/external/python/cpython3/Doc/whatsnew/
D3.7.rst1978 if the index file is missing and recreated in the ``'r'`` and ``'w'``
2546 to be upgraded or recreated with each Python update. However, note that this
/external/protobuf/objectivec/Tests/
DGPBMessageTests.m737 // Call clear on an intermediate submessage should cause it to get recreated
/external/mesa3d/docs/gallium/
Dscreen.rst978 Mark a resource as changed so derived internal resources will be recreated
/external/angle/src/libANGLE/renderer/metal/
DTextureMtl.mm690 // Release native texture but keep old image definitions so that it can be recreated from old
/external/python/cpython3/Doc/library/
Dsocket.rst1754 communication and the socket can be recreated there using :func:`fromshare`.
/external/python/cpython2/Misc/NEWS.d/
D2.6a1.rst2555 recreated when the locale is changed.

12