HomeSort by relevance Sort by last modified time
    Searched refs:other (Results 51 - 75 of 11059) sorted by null

1 23 4 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/java/util/function/
LongPredicate.java 55 * predicate, if this predicate is {@code false}, then the {@code other}
60 * {@code other} predicate will not be evaluated.
62 * @param other a predicate that will be logically-ANDed with this
65 * AND of this predicate and the {@code other} predicate
66 * @throws NullPointerException if other is null
68 default LongPredicate and(LongPredicate other) {
69 Objects.requireNonNull(other);
70 return (value) -> test(value) && other.test(value);
87 * predicate, if this predicate is {@code true}, then the {@code other}
92 * {@code other} predicate will not be evaluated
    [all...]
  /packages/services/Car/car-lib/src/android/car/storagemonitoring/
UidIoRecord.java 69 public UidIoRecord delta(IoStatsEntry other) {
70 if (uid != other.uid) {
75 foreground_rchar - other.foreground.bytesRead,
76 foreground_wchar - other.foreground.bytesWritten,
77 foreground_read_bytes - other.foreground.bytesReadFromStorage,
78 foreground_write_bytes - other.foreground.bytesWrittenToStorage,
79 foreground_fsync - other.foreground.fsyncCalls,
80 background_rchar - other.background.bytesRead,
81 background_wchar - other.background.bytesWritten,
82 background_read_bytes - other.background.bytesReadFromStorage
    [all...]
  /external/annotation-tools/annotation-file-utilities/tests/ad-hoc/bridge/
C.java 7 public int compareTo(C other) {
8 return value.compareTo(other.value);
  /external/llvm/include/llvm/Support/
Watchdog.h 32 Watchdog(const Watchdog &other) = delete; member in class:llvm::sys::Watchdog
33 Watchdog &operator=(const Watchdog &other) = delete; member in class:llvm::sys::Watchdog
  /external/markdown/tests/misc/
headers.txt 15 Some other text
  /external/webrtc/webrtc/libjingle/xmllite/
qname.h 31 bool operator==(const QName& other) const;
32 bool operator!=(const QName& other) const;
49 int Compare(const StaticQName& other) const;
50 int Compare(const QName& other) const;
52 bool operator==(const StaticQName& other) const {
53 return Compare(other) == 0;
55 bool operator==(const QName& other) const {
56 return Compare(other) == 0;
58 bool operator!=(const StaticQName& other) const {
59 return Compare(other) != 0
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Watchdog.h 32 Watchdog(const Watchdog &other) = delete; member in class:llvm::sys::Watchdog
33 Watchdog &operator=(const Watchdog &other) = delete; member in class:llvm::sys::Watchdog
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Watchdog.h 32 Watchdog(const Watchdog &other) = delete; member in class:llvm::sys::Watchdog
33 Watchdog &operator=(const Watchdog &other) = delete; member in class:llvm::sys::Watchdog
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Watchdog.h 32 Watchdog(const Watchdog &other) = delete; member in class:llvm::sys::Watchdog
33 Watchdog &operator=(const Watchdog &other) = delete; member in class:llvm::sys::Watchdog
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Watchdog.h 32 Watchdog(const Watchdog &other) = delete; member in class:llvm::sys::Watchdog
33 Watchdog &operator=(const Watchdog &other) = delete; member in class:llvm::sys::Watchdog
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Watchdog.h 32 Watchdog(const Watchdog &other) = delete; member in class:llvm::sys::Watchdog
33 Watchdog &operator=(const Watchdog &other) = delete; member in class:llvm::sys::Watchdog
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Watchdog.h 32 Watchdog(const Watchdog &other) = delete; member in class:llvm::sys::Watchdog
33 Watchdog &operator=(const Watchdog &other) = delete; member in class:llvm::sys::Watchdog
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Watchdog.h 32 Watchdog(const Watchdog &other) = delete; member in class:llvm::sys::Watchdog
33 Watchdog &operator=(const Watchdog &other) = delete; member in class:llvm::sys::Watchdog
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Watchdog.h 32 Watchdog(const Watchdog &other) = delete; member in class:llvm::sys::Watchdog
33 Watchdog &operator=(const Watchdog &other) = delete; member in class:llvm::sys::Watchdog
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Watchdog.h 32 Watchdog(const Watchdog &other) = delete; member in class:llvm::sys::Watchdog
33 Watchdog &operator=(const Watchdog &other) = delete; member in class:llvm::sys::Watchdog
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Watchdog.h 32 Watchdog(const Watchdog &other) = delete; member in class:llvm::sys::Watchdog
33 Watchdog &operator=(const Watchdog &other) = delete; member in class:llvm::sys::Watchdog
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Watchdog.h 32 Watchdog(const Watchdog &other) = delete; member in class:llvm::sys::Watchdog
33 Watchdog &operator=(const Watchdog &other) = delete; member in class:llvm::sys::Watchdog
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Watchdog.h 32 Watchdog(const Watchdog &other) = delete; member in class:llvm::sys::Watchdog
33 Watchdog &operator=(const Watchdog &other) = delete; member in class:llvm::sys::Watchdog
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Watchdog.h 32 Watchdog(const Watchdog &other) = delete; member in class:llvm::sys::Watchdog
33 Watchdog &operator=(const Watchdog &other) = delete; member in class:llvm::sys::Watchdog
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Watchdog.h 32 Watchdog(const Watchdog &other) = delete; member in class:llvm::sys::Watchdog
33 Watchdog &operator=(const Watchdog &other) = delete; member in class:llvm::sys::Watchdog
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
cmp_fn_imps.hpp 46 operator==(const Other_HT_Map_Type& other) const
47 { return cmp_with_other(other); }
53 cmp_with_other(const Other_Map_Type& other) const
55 if (size() != other.size())
58 for (typename Other_Map_Type::const_iterator it = other.begin();
59 it != other.end(); ++it)
82 operator!=(const Other_HT_Map_Type& other) const
83 { return !operator==(other); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/splay_tree_/
split_join_fn_imps.hpp 44 join(PB_DS_CLASS_C_DEC& other)
47 PB_DS_ASSERT_VALID(other)
48 if (base_type::join_prep(other) == false)
51 PB_DS_ASSERT_VALID(other)
55 node_pointer p_target_r = other.leftmost(other.m_p_head);
57 other.splay(p_target_r);
59 _GLIBCXX_DEBUG_ASSERT(p_target_r == other.m_p_head->m_p_parent);
71 base_type::join_finish(other);
74 PB_DS_ASSERT_VALID(other)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/
cmp_fn_imps.hpp 46 operator==(const Other_HT_Map_Type& other) const
47 { return cmp_with_other(other); }
53 cmp_with_other(const Other_Map_Type& other) const
55 if (size() != other.size())
58 for (typename Other_Map_Type::const_iterator it = other.begin();
59 it != other.end(); ++it)
82 operator!=(const Other_HT_Map_Type& other) const
83 { return !operator==(other); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/splay_tree_/
split_join_fn_imps.hpp 44 join(PB_DS_CLASS_C_DEC& other)
47 PB_DS_ASSERT_VALID(other)
48 if (base_type::join_prep(other) == false)
51 PB_DS_ASSERT_VALID(other)
55 node_pointer p_target_r = other.leftmost(other.m_p_head);
57 other.splay(p_target_r);
59 _GLIBCXX_DEBUG_ASSERT(p_target_r == other.m_p_head->m_p_parent);
71 base_type::join_finish(other);
74 PB_DS_ASSERT_VALID(other)
    [all...]
  /system/core/libutils/include/utils/
String8.h 83 void setTo(const String8& other);
84 status_t setTo(const char* other);
85 status_t setTo(const char* other, size_t numChars);
86 status_t setTo(const char16_t* other, size_t numChars);
87 status_t setTo(const char32_t* other,
90 status_t append(const String8& other);
91 status_t append(const char* other);
92 status_t append(const char* other, size_t numChars);
105 inline String8& operator=(const String8& other);
106 inline String8& operator=(const char* other);
    [all...]

Completed in 1450 milliseconds

1 23 4 5 6 7 8 91011>>