HomeSort by relevance Sort by last modified time
    Searched refs:is_local (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /external/libchrome/base/time/
time_posix.cc 48 SysTime SysTimeFromTimeStruct(struct tm* timestruct, bool is_local) {
50 if (is_local)
56 void SysTimeToTimeStruct(SysTime t, struct tm* timestruct, bool is_local) {
58 if (is_local)
67 SysTime SysTimeFromTimeStruct(struct tm* timestruct, bool is_local) {
69 if (is_local)
75 void SysTimeToTimeStruct(SysTime t, struct tm* timestruct, bool is_local) {
77 if (is_local)
191 void Time::Explode(bool is_local, Exploded* exploded) const {
218 SysTimeToTimeStruct(seconds, &timestruct, is_local);
    [all...]
time.cc 243 bool is_local,
252 is_local ? PR_FALSE : PR_TRUE,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_bridge.h 93 __u8 is_local; member in struct:__fdb_entry
  /external/python/cpython3/Lib/test/
test_symtable.py 97 self.assertTrue(self.spam.lookup("x").is_local())
98 self.assertFalse(self.internal.lookup("x").is_local())
139 self.assertTrue(st2.lookup('x').is_local())
144 self.assertTrue(st4.lookup('x').is_local())
  /development/vndk/tools/definition-tool/tests/
test_elf.py 23 self.assertTrue(self.sym_local.is_local)
24 self.assertFalse(self.sym_global.is_local)
25 self.assertFalse(self.sym_weak.is_local)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 497 std::error_code is_local(const Twine &path, bool &result);
499 /// @brief Version of is_local accepting an open file descriptor.
500 std::error_code is_local(int FD, bool &result);
502 /// @brief Simpler version of is_local for clients that don't need to
504 inline bool is_local(const Twine &Path) { function in namespace:llvm::sys::fs
506 return !is_local(Path, Result) && Result;
509 /// @brief Simpler version of is_local accepting an open file descriptor for
511 inline bool is_local(int FD) { function in namespace:llvm::sys::fs
513 return !is_local(FD, Result) && Result;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
FileSystem.h 455 std::error_code is_local(const Twine &path, bool &result);
457 /// @brief Version of is_local accepting an open file descriptor.
458 std::error_code is_local(int FD, bool &result);
460 /// @brief Simpler version of is_local for clients that don't need to
462 inline bool is_local(const Twine &Path) { function in namespace:llvm::sys::fs
464 return !is_local(Path, Result) && Result;
467 /// @brief Simpler version of is_local accepting an open file descriptor for
469 inline bool is_local(int FD) { function in namespace:llvm::sys::fs
471 return !is_local(FD, Result) && Result;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
FileSystem.h 455 std::error_code is_local(const Twine &path, bool &result);
457 /// @brief Version of is_local accepting an open file descriptor.
458 std::error_code is_local(int FD, bool &result);
460 /// @brief Simpler version of is_local for clients that don't need to
462 inline bool is_local(const Twine &Path) { function in namespace:llvm::sys::fs
464 return !is_local(Path, Result) && Result;
467 /// @brief Simpler version of is_local accepting an open file descriptor for
469 inline bool is_local(int FD) { function in namespace:llvm::sys::fs
471 return !is_local(FD, Result) && Result;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
FileSystem.h 483 std::error_code is_local(const Twine &path, bool &result);
485 /// @brief Version of is_local accepting an open file descriptor.
486 std::error_code is_local(int FD, bool &result);
488 /// @brief Simpler version of is_local for clients that don't need to
490 inline bool is_local(const Twine &Path) { function in namespace:llvm::sys::fs
492 return !is_local(Path, Result) && Result;
495 /// @brief Simpler version of is_local accepting an open file descriptor for
497 inline bool is_local(int FD) { function in namespace:llvm::sys::fs
499 return !is_local(FD, Result) && Result;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
FileSystem.h 483 std::error_code is_local(const Twine &path, bool &result);
485 /// @brief Version of is_local accepting an open file descriptor.
486 std::error_code is_local(int FD, bool &result);
488 /// @brief Simpler version of is_local for clients that don't need to
490 inline bool is_local(const Twine &Path) { function in namespace:llvm::sys::fs
492 return !is_local(Path, Result) && Result;
495 /// @brief Simpler version of is_local accepting an open file descriptor for
497 inline bool is_local(int FD) { function in namespace:llvm::sys::fs
499 return !is_local(FD, Result) && Result;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
FileSystem.h 483 std::error_code is_local(const Twine &path, bool &result);
485 /// @brief Version of is_local accepting an open file descriptor.
486 std::error_code is_local(int FD, bool &result);
488 /// @brief Simpler version of is_local for clients that don't need to
490 inline bool is_local(const Twine &Path) { function in namespace:llvm::sys::fs
492 return !is_local(Path, Result) && Result;
495 /// @brief Simpler version of is_local accepting an open file descriptor for
497 inline bool is_local(int FD) { function in namespace:llvm::sys::fs
499 return !is_local(FD, Result) && Result;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
FileSystem.h 483 std::error_code is_local(const Twine &path, bool &result);
485 /// @brief Version of is_local accepting an open file descriptor.
486 std::error_code is_local(int FD, bool &result);
488 /// @brief Simpler version of is_local for clients that don't need to
490 inline bool is_local(const Twine &Path) { function in namespace:llvm::sys::fs
492 return !is_local(Path, Result) && Result;
495 /// @brief Simpler version of is_local accepting an open file descriptor for
497 inline bool is_local(int FD) { function in namespace:llvm::sys::fs
499 return !is_local(FD, Result) && Result;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 497 std::error_code is_local(const Twine &path, bool &result);
499 /// @brief Version of is_local accepting an open file descriptor.
500 std::error_code is_local(int FD, bool &result);
502 /// @brief Simpler version of is_local for clients that don't need to
504 inline bool is_local(const Twine &Path) { function in namespace:llvm::sys::fs
506 return !is_local(Path, Result) && Result;
509 /// @brief Simpler version of is_local accepting an open file descriptor for
511 inline bool is_local(int FD) { function in namespace:llvm::sys::fs
513 return !is_local(FD, Result) && Result;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
FileSystem.h 455 std::error_code is_local(const Twine &path, bool &result);
457 /// @brief Version of is_local accepting an open file descriptor.
458 std::error_code is_local(int FD, bool &result);
460 /// @brief Simpler version of is_local for clients that don't need to
462 inline bool is_local(const Twine &Path) { function in namespace:llvm::sys::fs
464 return !is_local(Path, Result) && Result;
467 /// @brief Simpler version of is_local accepting an open file descriptor for
469 inline bool is_local(int FD) { function in namespace:llvm::sys::fs
471 return !is_local(FD, Result) && Result;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
FileSystem.h 455 std::error_code is_local(const Twine &path, bool &result);
457 /// @brief Version of is_local accepting an open file descriptor.
458 std::error_code is_local(int FD, bool &result);
460 /// @brief Simpler version of is_local for clients that don't need to
462 inline bool is_local(const Twine &Path) { function in namespace:llvm::sys::fs
464 return !is_local(Path, Result) && Result;
467 /// @brief Simpler version of is_local accepting an open file descriptor for
469 inline bool is_local(int FD) { function in namespace:llvm::sys::fs
471 return !is_local(FD, Result) && Result;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
FileSystem.h 483 std::error_code is_local(const Twine &path, bool &result);
485 /// @brief Version of is_local accepting an open file descriptor.
486 std::error_code is_local(int FD, bool &result);
488 /// @brief Simpler version of is_local for clients that don't need to
490 inline bool is_local(const Twine &Path) { function in namespace:llvm::sys::fs
492 return !is_local(Path, Result) && Result;
495 /// @brief Simpler version of is_local accepting an open file descriptor for
497 inline bool is_local(int FD) { function in namespace:llvm::sys::fs
499 return !is_local(FD, Result) && Result;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
FileSystem.h 483 std::error_code is_local(const Twine &path, bool &result);
485 /// @brief Version of is_local accepting an open file descriptor.
486 std::error_code is_local(int FD, bool &result);
488 /// @brief Simpler version of is_local for clients that don't need to
490 inline bool is_local(const Twine &Path) { function in namespace:llvm::sys::fs
492 return !is_local(Path, Result) && Result;
495 /// @brief Simpler version of is_local accepting an open file descriptor for
497 inline bool is_local(int FD) { function in namespace:llvm::sys::fs
499 return !is_local(FD, Result) && Result;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
FileSystem.h 483 std::error_code is_local(const Twine &path, bool &result);
485 /// @brief Version of is_local accepting an open file descriptor.
486 std::error_code is_local(int FD, bool &result);
488 /// @brief Simpler version of is_local for clients that don't need to
490 inline bool is_local(const Twine &Path) { function in namespace:llvm::sys::fs
492 return !is_local(Path, Result) && Result;
495 /// @brief Simpler version of is_local accepting an open file descriptor for
497 inline bool is_local(int FD) { function in namespace:llvm::sys::fs
499 return !is_local(FD, Result) && Result;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
FileSystem.h 483 std::error_code is_local(const Twine &path, bool &result);
485 /// @brief Version of is_local accepting an open file descriptor.
486 std::error_code is_local(int FD, bool &result);
488 /// @brief Simpler version of is_local for clients that don't need to
490 inline bool is_local(const Twine &Path) { function in namespace:llvm::sys::fs
492 return !is_local(Path, Result) && Result;
495 /// @brief Simpler version of is_local accepting an open file descriptor for
497 inline bool is_local(int FD) { function in namespace:llvm::sys::fs
499 return !is_local(FD, Result) && Result;
    [all...]
  /external/libnl/include/linux-private/linux/
if_bridge.h 93 __u8 is_local; member in struct:__fdb_entry
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_symtable.py 106 self.assertTrue(self.spam.lookup("x").is_local())
107 self.assertFalse(self.internal.lookup("x").is_local())
  /external/python/cpython2/Lib/test/
test_symtable.py 106 self.assertTrue(self.spam.lookup("x").is_local())
107 self.assertFalse(self.internal.lookup("x").is_local())
  /external/skia/src/utils/
SkWhitelistTypefaces.cpp 107 static bool is_local(const SkTypeface* tf) { function
156 if (!is_local(tf)) {
  /external/skqp/src/utils/
SkWhitelistTypefaces.cpp 107 static bool is_local(const SkTypeface* tf) { function
156 if (!is_local(tf)) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
name-lookup.h 60 #define LOCAL_BINDING_P(NODE) ((NODE)->is_local)
76 unsigned is_local : 1;

Completed in 818 milliseconds

1 2 3 4