/external/annotation-tools/annotation-file-utilities/tests/ |
DuplicateAnnotation.goal | 4 // existed in the original source code.
|
DuplicateAnnotation.java | 4 // existed in the original source code.
|
/tools/metalava/src/main/java/com/android/tools/metalava/apilevels/ |
Api.java | 29 // Pretend that API started from version 0 to make sure that classes existed in the first version 49 * @param version an API version in which the class existed 51 * @return the newly created or a previously existed class
|
ApiElement.java | 37 * @param version an API version for which the API element existed 53 * @param version an API version for which the API element existed 84 * @param version an API version for which the API element existed 105 * @param version an API version for which the API element existed
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
FileUtilities.h | 54 bool existed; local 55 sys::fs::remove(Filename.str(), existed); 65 bool existed; local 66 sys::fs::remove(Filename.str(), existed);
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/ |
SmmProfileArch.c | 151 BOOLEAN Existed;
162 // Check if page fault address has existed in page table.
166 Existed = FALSE;
184 Existed = TRUE;
198 Existed = TRUE;
206 // If page entry does not existed in page table at all, create a new entry.
208 if (!Existed) {
|
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/ |
IkeCommon.c | 22 Check whether the new generated Spi has existed.
27 @retval TRUE This SpiValue has existed in the Child SA Session
46 // Check whether the SPI value has existed in ChildSaEstablishSessionList.
56 // Check whether the SPI value has existed in ChildSaSessionList.
242 // Check whether the new generated SPI has existed.
|
/cts/hostsidetests/shortcuts/deviceside/backup/launcher4old/src/android/content/pm/cts/shortcut/backup/launcher4/ |
ShortcutManagerPostBackupTest.java | 48 // The app re-published the shortcut, not updated, so the fields that existed 84 // The app re-published the shortcut, not updated, so the fields that existed 116 // The app re-published the shortcut, not updated, so the fields that existed
|
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/ |
ImageCardViewTest.java | 297 * In this test case, the parameters are set to null and false to interrupt existed animation 331 // Interrupt existed animation 334 // Existed animation will be cancelled immediately. 348 * existed animation 381 // Interrupt existed animation 384 // Existed animation will be cancelled immediately. 397 * In this test case, the parameters are set to null and true to interrupt existed animation 430 // Interrupt existed animation 433 // Existed animation will be cancelled immediately. 447 * existed animatio [all...] |
/external/libunwind/src/ia64/ |
NOTES | 18 The unwind cursor should represent the machine state as it existed at 46 as it existed at "ip".
|
/frameworks/base/core/java/android/util/ |
SparseSetArray.java | 31 * @return FALSE when the value already existed at the given index, TRUE otherwise. 59 * @return TRUE when the value existed at the given index and removed, FALSE otherwise.
|
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/ |
PaneTracker.java | 58 boolean existed = mActivePanes.remove(pane); 59 if (!existed) return;
|
/external/autotest/client/site_tests/login_CryptohomeOwnerQuery/ |
login_CryptohomeOwnerQuery.py | 37 raise error.TestFail('Owner existed before login')
|
/external/autotest/server/site_tests/firmware_FMap/ |
control | 10 CRITERIA = "This test will fail if the required FMap areas not existed"
|
control.dev | 10 CRITERIA = "This test will fail if the required FMap areas not existed"
|
/external/libbrillo/brillo/ |
file_utils.h | 21 // Returns true if the file existed or was able to be created.
|
/frameworks/base/core/java/android/os/ |
BatteryStatsInternal.java | 37 * Inform battery stats how many deferred jobs existed when the app got launched and how
|
/system/core/libnativebridge/tests/ |
CodeCacheStatFail_test.cpp | 27 // existed as a file.
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/ |
req.s | 31 # already existed.
|
/external/swiftshader/third_party/LLVM/lib/Support/Unix/ |
PathV2.inc | 175 error_code create_directory(const Twine &path, bool &existed) { 182 existed = true; 184 existed = false; 215 error_code remove(const Twine &path, bool &existed) { 222 existed = false; 224 existed = true; 241 bool Existed; 242 if (error_code ec = remove(from, Existed)) 398 // If the file existed, try again, otherwise, error.
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/types/ |
pkg.go | 79 // LookupOK looks up name in pkg and reports whether it previously existed. 80 func (pkg *Pkg) LookupOK(name string) (s *Sym, existed bool) {
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/types/ |
pkg.go | 79 // LookupOK looks up name in pkg and reports whether it previously existed. 80 func (pkg *Pkg) LookupOK(name string) (s *Sym, existed bool) {
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigsuspend/ |
assertions.xml | 19 to the set that existed prior to the sigsuspend()
|
/external/robolectric-shadows/annotations/src/main/java/org/robolectric/annotation/ |
AccessibilityChecks.java | 37 * fixed and/or features added to checks that existed in the specified
|
/frameworks/base/core/java/android/annotation/ |
Condemned.java | 36 * mark APIs that only existed temporarily in a preview SDK, and which only
|