HomeSort by relevance Sort by last modified time
    Searched defs:exists (Results 276 - 300 of 1081) sorted by null

<<11121314151617181920>>

  /external/skqp/src/ports/
SkFontMgr_win_dw.cpp 499 BOOL exists; local
500 HRNM(fFontCollection->FindFamilyName(dwFamilyName.get(), &index, &exists),
502 if (!exists) {
540 BOOL exists; variable
541 HRM(font->HasCharacter(fCharacter, &exists), "Could not find character.");
543 if (exists) {
938 BOOL exists; local
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FileSystem.h 395 /// @returns True if the file represented by status exists, false if it does
397 bool exists(file_status status);
411 /// @returns True if it exists, false otherwise.
412 inline bool exists(const Twine &Path) { function in namespace:llvm::sys::fs
506 /// @brief Does this status represent something that exists but is not a
510 /// @returns exists(s) && !is_regular_file(s) && !is_directory(s)
513 /// @brief Is path something that exists but is not a directory,
517 /// @param result Set to true if \a path exists, but is not a directory, regular
628 /// report an error if the file already exists.
631 /// F_Append - When opening a file, if it already exists append to th
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
RecoverySnapshotStorageTest.java 109 assertTrue(file.exists());
113 assertFalse(file.exists());
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiConfigStoreTest.java 640 public boolean exists() { method in class:WifiConfigStoreTest.MockStoreFile
  /libcore/luni/src/test/java/libcore/java/nio/file/
DefaultFileSystemProvider2Test.java 96 assertFalse(Files.exists(filesSetup.getDataFilePath()));
100 // When target file exists.
184 assertFalse(Files.exists(dirPath));
237 // When both the files exists.
411 assertTrue(Files.exists(filesSetup.getTestPath()));
420 assertFalse(Files.exists(filesSetup.getTestPath()));
424 assertTrue(Files.exists(filesSetup.getTestPath()));
431 // When file exists.
441 // When file exists and READ in OpenOptions.
539 // When file doesn't exists and with OpenOption CREATE & WRITE
    [all...]
DefaultFileSystemProviderTest.java 167 // When file exists and it contains data.
186 // When file exists.
207 // When file exists.
228 // When file exists.
251 // When file exists.
300 // When file exists.
337 // When file exists.
403 assertFalse(Files.exists(newDirectory));
408 assertTrue(Files.exists(newDirectory));
411 // Expecting exception when directory already exists
    [all...]
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
ImapFolder.java 67 private boolean exists; field in class:ImapFolder
102 // * 23 EXISTS
120 exists = false;
127 return exists && connection != null;
478 if (response.isDataResponse(1, ImapConstants.EXISTS)) {
724 if (response.isDataResponse(1, ImapConstants.EXISTS)) {
743 exists = true;
  /packages/apps/Email/provider_src/com/android/email/mail/store/
Pop3Store.java 307 public boolean exists() { method in class:Pop3Store.Pop3Folder
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryTests.java 127 assertFalse(dictFile.exists());
136 assertFalse(dictFile.exists());
138 assertTrue(dictFile.exists());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
FileSystem.h 383 /// @returns True if the file represented by status exists, false if it does
385 bool exists(file_status status);
399 /// @returns True if it exists, false otherwise.
400 inline bool exists(const Twine &Path) { function in namespace:llvm::sys::fs
552 /// @brief Does this status represent something that exists but is not a
556 /// @returns exists(s) && !is_regular_file(s) && !is_directory(s)
559 /// @brief Is path something that exists but is not a directory,
563 /// @param result Set to true if \a path exists, but is not a directory, regular
698 /// report an error if the file already exists.
701 /// F_Append - When opening a file, if it already exists append to th
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
FileSystem.h 383 /// @returns True if the file represented by status exists, false if it does
385 bool exists(file_status status);
399 /// @returns True if it exists, false otherwise.
400 inline bool exists(const Twine &Path) { function in namespace:llvm::sys::fs
552 /// @brief Does this status represent something that exists but is not a
556 /// @returns exists(s) && !is_regular_file(s) && !is_directory(s)
559 /// @brief Is path something that exists but is not a directory,
563 /// @param result Set to true if \a path exists, but is not a directory, regular
698 /// report an error if the file already exists.
701 /// F_Append - When opening a file, if it already exists append to th
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
FileSystem.h 411 /// @returns True if the file represented by status exists, false if it does
413 bool exists(const basic_file_status &status);
427 /// @returns True if it exists, false otherwise.
428 inline bool exists(const Twine &Path) { function in namespace:llvm::sys::fs
580 /// @brief Does this status represent something that exists but is not a
584 /// @returns exists(s) && !is_regular_file(s) && !is_directory(s)
587 /// @brief Is path something that exists but is not a directory,
591 /// @param result Set to true if \a path exists, but is not a directory, regular
720 /// report an error if the file already exists.
723 /// F_Append - When opening a file, if it already exists append to th
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
FileSystem.h 411 /// @returns True if the file represented by status exists, false if it does
413 bool exists(const basic_file_status &status);
427 /// @returns True if it exists, false otherwise.
428 inline bool exists(const Twine &Path) { function in namespace:llvm::sys::fs
580 /// @brief Does this status represent something that exists but is not a
584 /// @returns exists(s) && !is_regular_file(s) && !is_directory(s)
587 /// @brief Is path something that exists but is not a directory,
591 /// @param result Set to true if \a path exists, but is not a directory, regular
720 /// report an error if the file already exists.
723 /// F_Append - When opening a file, if it already exists append to th
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
FileSystem.h 411 /// @returns True if the file represented by status exists, false if it does
413 bool exists(const basic_file_status &status);
427 /// @returns True if it exists, false otherwise.
428 inline bool exists(const Twine &Path) { function in namespace:llvm::sys::fs
580 /// @brief Does this status represent something that exists but is not a
584 /// @returns exists(s) && !is_regular_file(s) && !is_directory(s)
587 /// @brief Is path something that exists but is not a directory,
591 /// @param result Set to true if \a path exists, but is not a directory, regular
720 /// report an error if the file already exists.
723 /// F_Append - When opening a file, if it already exists append to th
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
FileSystem.h 411 /// @returns True if the file represented by status exists, false if it does
413 bool exists(const basic_file_status &status);
427 /// @returns True if it exists, false otherwise.
428 inline bool exists(const Twine &Path) { function in namespace:llvm::sys::fs
580 /// @brief Does this status represent something that exists but is not a
584 /// @returns exists(s) && !is_regular_file(s) && !is_directory(s)
587 /// @brief Is path something that exists but is not a directory,
591 /// @param result Set to true if \a path exists, but is not a directory, regular
720 /// report an error if the file already exists.
723 /// F_Append - When opening a file, if it already exists append to th
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
FileSystem.h 383 /// @returns True if the file represented by status exists, false if it does
385 bool exists(file_status status);
399 /// @returns True if it exists, false otherwise.
400 inline bool exists(const Twine &Path) { function in namespace:llvm::sys::fs
552 /// @brief Does this status represent something that exists but is not a
556 /// @returns exists(s) && !is_regular_file(s) && !is_directory(s)
559 /// @brief Is path something that exists but is not a directory,
563 /// @param result Set to true if \a path exists, but is not a directory, regular
698 /// report an error if the file already exists.
701 /// F_Append - When opening a file, if it already exists append to th
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
FileSystem.h 383 /// @returns True if the file represented by status exists, false if it does
385 bool exists(file_status status);
399 /// @returns True if it exists, false otherwise.
400 inline bool exists(const Twine &Path) { function in namespace:llvm::sys::fs
552 /// @brief Does this status represent something that exists but is not a
556 /// @returns exists(s) && !is_regular_file(s) && !is_directory(s)
559 /// @brief Is path something that exists but is not a directory,
563 /// @param result Set to true if \a path exists, but is not a directory, regular
698 /// report an error if the file already exists.
701 /// F_Append - When opening a file, if it already exists append to th
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
FileSystem.h 411 /// @returns True if the file represented by status exists, false if it does
413 bool exists(const basic_file_status &status);
427 /// @returns True if it exists, false otherwise.
428 inline bool exists(const Twine &Path) { function in namespace:llvm::sys::fs
580 /// @brief Does this status represent something that exists but is not a
584 /// @returns exists(s) && !is_regular_file(s) && !is_directory(s)
587 /// @brief Is path something that exists but is not a directory,
591 /// @param result Set to true if \a path exists, but is not a directory, regular
720 /// report an error if the file already exists.
723 /// F_Append - When opening a file, if it already exists append to th
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
FileSystem.h 411 /// @returns True if the file represented by status exists, false if it does
413 bool exists(const basic_file_status &status);
427 /// @returns True if it exists, false otherwise.
428 inline bool exists(const Twine &Path) { function in namespace:llvm::sys::fs
580 /// @brief Does this status represent something that exists but is not a
584 /// @returns exists(s) && !is_regular_file(s) && !is_directory(s)
587 /// @brief Is path something that exists but is not a directory,
591 /// @param result Set to true if \a path exists, but is not a directory, regular
720 /// report an error if the file already exists.
723 /// F_Append - When opening a file, if it already exists append to th
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
FileSystem.h 411 /// @returns True if the file represented by status exists, false if it does
413 bool exists(const basic_file_status &status);
427 /// @returns True if it exists, false otherwise.
428 inline bool exists(const Twine &Path) { function in namespace:llvm::sys::fs
580 /// @brief Does this status represent something that exists but is not a
584 /// @returns exists(s) && !is_regular_file(s) && !is_directory(s)
587 /// @brief Is path something that exists but is not a directory,
591 /// @param result Set to true if \a path exists, but is not a directory, regular
720 /// report an error if the file already exists.
723 /// F_Append - When opening a file, if it already exists append to th
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
FileSystem.h 411 /// @returns True if the file represented by status exists, false if it does
413 bool exists(const basic_file_status &status);
427 /// @returns True if it exists, false otherwise.
428 inline bool exists(const Twine &Path) { function in namespace:llvm::sys::fs
580 /// @brief Does this status represent something that exists but is not a
584 /// @returns exists(s) && !is_regular_file(s) && !is_directory(s)
587 /// @brief Is path something that exists but is not a directory,
591 /// @param result Set to true if \a path exists, but is not a directory, regular
720 /// report an error if the file already exists.
723 /// F_Append - When opening a file, if it already exists append to th
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
AdtProjectTest.java 231 if (!folder.exists()) {
236 if (!subFolder.exists()) {
245 if (overwrite && file.exists()) {
254 if (!file.exists()) {
322 assertTrue(String.format("%s project not created", name), iproject.exists());
  /system/tpm/trunks/
tpm_utility_impl.cc 1524 bool exists = false; local
1567 bool exists = false; local
1611 bool exists = false; local
    [all...]
  /test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
ResultReporterTest.java 454 file.exists() && file.isFile() && file.length() > 0);
492 assertTrue(deviceInfoFolder.exists());
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
slf4j-api-1.4.2.jar 

Completed in 1006 milliseconds

<<11121314151617181920>>