/external/slf4j/slf4j-simple/src/test/java/org/slf4j/ |
SilentPrintStream.java | 20 * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 22 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 31 PrintStream other; field in class:SilentPrintStream 35 other = ps;
|
/frameworks/av/camera/ndk/impl/ |
ACameraCaptureSession.h | 29 bool operator == (const ACaptureSessionOutput& other) const { 30 return mWindow == other.mWindow; 32 bool operator != (const ACaptureSessionOutput& other) const { 33 return mWindow != other.mWindow; 35 bool operator < (const ACaptureSessionOutput& other) const { 36 return mWindow < other.mWindow; 38 bool operator > (const ACaptureSessionOutput& other) const { 39 return mWindow > other.mWindow;
|
/libcore/ojluni/src/main/java/java/util/ |
OptionalDouble.java | 141 * Return the value if present, otherwise return {@code other}. 143 * @param other the value to be returned if there is no value present 144 * @return the value, if present, otherwise {@code other} 146 public double orElse(double other) { 147 return isPresent ? value : other; 151 * Return the value if present, otherwise invoke {@code other} and return 154 * @param other a {@code DoubleSupplier} whose result is returned if no value 156 * @return the value if present otherwise the result of {@code other.getAsDouble()} 157 * @throws NullPointerException if value is not present and {@code other} is 160 public double orElseGet(DoubleSupplier other) { 211 OptionalDouble other = (OptionalDouble) obj; local [all...] |
OptionalInt.java | 142 * Return the value if present, otherwise return {@code other}. 144 * @param other the value to be returned if there is no value present 145 * @return the value, if present, otherwise {@code other} 147 public int orElse(int other) { 148 return isPresent ? value : other; 152 * Return the value if present, otherwise invoke {@code other} and return 155 * @param other a {@code IntSupplier} whose result is returned if no value 157 * @return the value if present otherwise the result of {@code other.getAsInt()} 158 * @throws NullPointerException if value is not present and {@code other} is 161 public int orElseGet(IntSupplier other) { 212 OptionalInt other = (OptionalInt) obj; local [all...] |
OptionalLong.java | 141 * Return the value if present, otherwise return {@code other}. 143 * @param other the value to be returned if there is no value present 144 * @return the value, if present, otherwise {@code other} 146 public long orElse(long other) { 147 return isPresent ? value : other; 151 * Return the value if present, otherwise invoke {@code other} and return 154 * @param other a {@code LongSupplier} whose result is returned if no value 156 * @return the value if present otherwise the result of {@code other.getAsLong()} 157 * @throws NullPointerException if value is not present and {@code other} is 160 public long orElseGet(LongSupplier other) { 211 OptionalLong other = (OptionalLong) obj; local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binomial_heap_/ |
constructors_destructor_fn_imps.hpp | 54 binomial_heap(const PB_DS_CLASS_C_DEC& other) 55 : base_type(other)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/hash_fn/ |
direct_mask_range_hashing_imp.hpp | 44 swap(PB_DS_CLASS_C_DEC& other) 45 { mask_based_base::swap(other); }
|
direct_mod_range_hashing_imp.hpp | 44 swap(PB_DS_CLASS_C_DEC& other) 45 { mod_based_base::swap(other); }
|
mod_based_range_hashing.hpp | 56 swap(mod_based_range_hashing& other) 57 { std::swap(m_size, other.m_size); }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/list_update_map_/ |
constructor_destructor_fn_imps.hpp | 83 PB_DS_LU_NAME(const PB_DS_CLASS_C_DEC& other) : 88 for (const_iterator it = other.begin(); it != other.end(); ++it) 108 swap(PB_DS_CLASS_C_DEC& other) 111 PB_DS_ASSERT_VALID(other) 112 _GLIBCXX_DEBUG_ONLY(debug_base::swap(other);) 113 std::swap(m_p_l, other.m_p_l); 115 PB_DS_ASSERT_VALID(other)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binomial_heap_/ |
constructors_destructor_fn_imps.hpp | 54 binomial_heap(const PB_DS_CLASS_C_DEC& other) 55 : base_type(other)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/hash_fn/ |
direct_mask_range_hashing_imp.hpp | 44 swap(PB_DS_CLASS_C_DEC& other) 45 { mask_based_base::swap(other); }
|
direct_mod_range_hashing_imp.hpp | 44 swap(PB_DS_CLASS_C_DEC& other) 45 { mod_based_base::swap(other); }
|
mod_based_range_hashing.hpp | 56 swap(mod_based_range_hashing& other) 57 { std::swap(m_size, other.m_size); }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/list_update_map_/ |
constructor_destructor_fn_imps.hpp | 83 PB_DS_LU_NAME(const PB_DS_CLASS_C_DEC& other) : 88 for (const_iterator it = other.begin(); it != other.end(); ++it) 108 swap(PB_DS_CLASS_C_DEC& other) 111 PB_DS_ASSERT_VALID(other) 112 _GLIBCXX_DEBUG_ONLY(debug_base::swap(other);) 113 std::swap(m_p_l, other.m_p_l); 115 PB_DS_ASSERT_VALID(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/binomial_heap_/ |
constructors_destructor_fn_imps.hpp | 54 binomial_heap(const PB_DS_CLASS_C_DEC& other) 55 : base_type(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/hash_fn/ |
direct_mask_range_hashing_imp.hpp | 44 swap(PB_DS_CLASS_C_DEC& other) 45 { mask_based_base::swap(other); }
|
direct_mod_range_hashing_imp.hpp | 44 swap(PB_DS_CLASS_C_DEC& other) 45 { mod_based_base::swap(other); }
|
mod_based_range_hashing.hpp | 56 swap(mod_based_range_hashing& other) 57 { std::swap(m_size, other.m_size); }
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/list_update_map_/ |
constructor_destructor_fn_imps.hpp | 83 PB_DS_LU_NAME(const PB_DS_CLASS_C_DEC& other) : 88 for (const_iterator it = other.begin(); it != other.end(); ++it) 108 swap(PB_DS_CLASS_C_DEC& other) 111 PB_DS_ASSERT_VALID(other) 112 _GLIBCXX_DEBUG_ONLY(debug_base::swap(other);) 113 std::swap(m_p_l, other.m_p_l); 115 PB_DS_ASSERT_VALID(other)
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binomial_heap_/ |
constructors_destructor_fn_imps.hpp | 54 binomial_heap(const PB_DS_CLASS_C_DEC& other) 55 : base_type(other)
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/hash_fn/ |
direct_mask_range_hashing_imp.hpp | 44 swap(PB_DS_CLASS_C_DEC& other) 45 { mask_based_base::swap(other); }
|
direct_mod_range_hashing_imp.hpp | 44 swap(PB_DS_CLASS_C_DEC& other) 45 { mod_based_base::swap(other); }
|
mod_based_range_hashing.hpp | 56 swap(mod_based_range_hashing& other) 57 { std::swap(m_size, other.m_size); }
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/list_update_map_/ |
constructor_destructor_fn_imps.hpp | 83 PB_DS_LU_NAME(const PB_DS_CLASS_C_DEC& other) : 88 for (const_iterator it = other.begin(); it != other.end(); ++it) 108 swap(PB_DS_CLASS_C_DEC& other) 111 PB_DS_ASSERT_VALID(other) 112 _GLIBCXX_DEBUG_ONLY(debug_base::swap(other);) 113 std::swap(m_p_l, other.m_p_l); 115 PB_DS_ASSERT_VALID(other)
|