HomeSort by relevance Sort by last modified time
    Searched full:static_cast (Results 1126 - 1150 of 12288) sorted by null

<<41424344454647484950>>

  /external/skia/src/gpu/gl/mesa/
SkMesaGLContext.cpp 33 : fContext(static_cast<Context>(NULL))
50 fContext = static_cast<Context>(NULL);
  /external/skia/src/ports/
SkPurgeableMemoryBlock_mac.cpp 47 static_cast<vm_size_t>(fSize));
60 kern_return_t ret = vm_allocate(mach_task_self(), &addr, static_cast<vm_size_t>(fSize),
  /external/v8/test/cctest/
test-platform-linux.cc 48 LoopIncrement(static_cast<Mutex*>(arg), 0);
77 int* addr = static_cast<int*>(block_addr);
test-platform-nullos.cc 48 LoopIncrement(static_cast<Mutex*>(arg), 0);
76 int* addr = static_cast<int*>(block_addr);
  /external/webrtc/src/system_wrappers/source/
cpu_info.cc 39 _numberOfCores = static_cast<WebRtc_UWord32>(si.dwNumberOfProcessors);
54 _numberOfCores = static_cast<WebRtc_UWord32>(ncpu);
  /frameworks/base/libs/hwui/thread/
TaskProcessor.h 51 sp<Task<T> > realTask = static_cast<Task<T>* >(task.get());
53 // sp<Task<T> > realTask = static_cast<sp<Task<T> > >(task);
  /libcore/luni/src/main/native/
libcore_icu_NativeNormalizer.cpp 31 UNormalizationMode mode = static_cast<UNormalizationMode>(intMode);
44 UNormalizationMode mode = static_cast<UNormalizationMode>(intMode);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/
atomic_is_lock_free.pass.cpp 28 bool b1 = std::atomic_is_lock_free(static_cast<const A*>(&t));
30 bool b2 = std::atomic_is_lock_free(static_cast<const volatile A*>(&vt));
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
argument.hpp 88 return static_cast<typed_argument<T> const&>( arg_ ).p_value.value;
99 return static_cast<typed_argument<T>&>( arg_ ).p_value.value;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
dic_node_state_output.h 52 const int additionalCodePointCount = min(static_cast<int>(mergedNodeCodePointCount),
56 mOutputtedCodePointCount = static_cast<uint16_t>(
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_scoring.h 57 + static_cast<float>(inputSize) * ScoringParams::TYPING_MAX_OUTPUT_SCORE_PER_INPUT;
61 return static_cast<int>(score * SUGGEST_INTERFACE_OUTPUT_SCALE);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 122 static_cast<const_leaf_pointer>(m_p_nd)->value())));
126 return (static_cast<const_internal_node_pointer>(m_p_nd)->pref_b_it());
135 static_cast<const_leaf_pointer>(m_p_nd)->value())));
139 return (static_cast<const_internal_node_pointer>(m_p_nd)->pref_e_it());
214 return std::distance(static_cast<internal_node_pointer>(m_p_nd)->begin(), static_cast<internal_node_pointer>(m_p_nd)->end());
224 static_cast<internal_node_pointer>(m_p_nd)->begin();
321 static_cast<internal_node_pointer>(base_type::m_p_nd)->begin();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 122 static_cast<const_leaf_pointer>(m_p_nd)->value())));
126 return (static_cast<const_internal_node_pointer>(m_p_nd)->pref_b_it());
135 static_cast<const_leaf_pointer>(m_p_nd)->value())));
139 return (static_cast<const_internal_node_pointer>(m_p_nd)->pref_e_it());
214 return std::distance(static_cast<internal_node_pointer>(m_p_nd)->begin(), static_cast<internal_node_pointer>(m_p_nd)->end());
224 static_cast<internal_node_pointer>(m_p_nd)->begin();
321 static_cast<internal_node_pointer>(base_type::m_p_nd)->begin();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 122 static_cast<const_leaf_pointer>(m_p_nd)->value())));
126 return (static_cast<const_internal_node_pointer>(m_p_nd)->pref_b_it());
135 static_cast<const_leaf_pointer>(m_p_nd)->value())));
139 return (static_cast<const_internal_node_pointer>(m_p_nd)->pref_e_it());
214 return std::distance(static_cast<internal_node_pointer>(m_p_nd)->begin(), static_cast<internal_node_pointer>(m_p_nd)->end());
224 static_cast<internal_node_pointer>(m_p_nd)->begin();
321 static_cast<internal_node_pointer>(base_type::m_p_nd)->begin();
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 122 static_cast<const_leaf_pointer>(m_p_nd)->value())));
126 return (static_cast<const_internal_node_pointer>(m_p_nd)->pref_b_it());
135 static_cast<const_leaf_pointer>(m_p_nd)->value())));
139 return (static_cast<const_internal_node_pointer>(m_p_nd)->pref_e_it());
214 return std::distance(static_cast<internal_node_pointer>(m_p_nd)->begin(), static_cast<internal_node_pointer>(m_p_nd)->end());
224 static_cast<internal_node_pointer>(m_p_nd)->begin();
321 static_cast<internal_node_pointer>(base_type::m_p_nd)->begin();
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 122 static_cast<const_leaf_pointer>(m_p_nd)->value())));
126 return (static_cast<const_internal_node_pointer>(m_p_nd)->pref_b_it());
135 static_cast<const_leaf_pointer>(m_p_nd)->value())));
139 return (static_cast<const_internal_node_pointer>(m_p_nd)->pref_e_it());
214 return std::distance(static_cast<internal_node_pointer>(m_p_nd)->begin(), static_cast<internal_node_pointer>(m_p_nd)->end());
224 static_cast<internal_node_pointer>(m_p_nd)->begin();
321 static_cast<internal_node_pointer>(base_type::m_p_nd)->begin();
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 122 static_cast<const_leaf_pointer>(m_p_nd)->value())));
126 return (static_cast<const_internal_node_pointer>(m_p_nd)->pref_b_it());
135 static_cast<const_leaf_pointer>(m_p_nd)->value())));
139 return (static_cast<const_internal_node_pointer>(m_p_nd)->pref_e_it());
214 return std::distance(static_cast<internal_node_pointer>(m_p_nd)->begin(), static_cast<internal_node_pointer>(m_p_nd)->end());
224 static_cast<internal_node_pointer>(m_p_nd)->begin();
321 static_cast<internal_node_pointer>(base_type::m_p_nd)->begin();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 122 static_cast<const_leaf_pointer>(m_p_nd)->value())));
126 return (static_cast<const_internal_node_pointer>(m_p_nd)->pref_b_it());
135 static_cast<const_leaf_pointer>(m_p_nd)->value())));
139 return (static_cast<const_internal_node_pointer>(m_p_nd)->pref_e_it());
214 return std::distance(static_cast<internal_node_pointer>(m_p_nd)->begin(), static_cast<internal_node_pointer>(m_p_nd)->end());
224 static_cast<internal_node_pointer>(m_p_nd)->begin();
321 static_cast<internal_node_pointer>(base_type::m_p_nd)->begin();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 122 static_cast<const_leaf_pointer>(m_p_nd)->value())));
126 return (static_cast<const_internal_node_pointer>(m_p_nd)->pref_b_it());
135 static_cast<const_leaf_pointer>(m_p_nd)->value())));
139 return (static_cast<const_internal_node_pointer>(m_p_nd)->pref_e_it());
214 return std::distance(static_cast<internal_node_pointer>(m_p_nd)->begin(), static_cast<internal_node_pointer>(m_p_nd)->end());
224 static_cast<internal_node_pointer>(m_p_nd)->begin();
321 static_cast<internal_node_pointer>(base_type::m_p_nd)->begin();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 122 static_cast<const_leaf_pointer>(m_p_nd)->value())));
126 return (static_cast<const_internal_node_pointer>(m_p_nd)->pref_b_it());
135 static_cast<const_leaf_pointer>(m_p_nd)->value())));
139 return (static_cast<const_internal_node_pointer>(m_p_nd)->pref_e_it());
214 return std::distance(static_cast<internal_node_pointer>(m_p_nd)->begin(), static_cast<internal_node_pointer>(m_p_nd)->end());
224 static_cast<internal_node_pointer>(m_p_nd)->begin();
321 static_cast<internal_node_pointer>(base_type::m_p_nd)->begin();
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
coded_stream.h     [all...]
  /cts/apps/CtsVerifier/lib/colorchecker/
testingimage.cpp 121 return getPixelValue(static_cast<int>(pixelPosition.x()),
122 static_cast<int>(pixelPosition.y()));
144 for (int ii = static_cast<int>(center.x() - radius);
145 ii < static_cast<int>(center.x() + radius); ++ii) {
146 for (int jj = static_cast<int>(center.y() - radius);
147 jj < static_cast<int>(center.y() + radius); ++jj) {
  /external/chromium/base/
sys_string_conversions_linux.cc 56 case static_cast<size_t>(-1):
84 case static_cast<size_t>(-1):
112 case static_cast<size_t>(-2):
113 case static_cast<size_t>(-1):
141 case static_cast<size_t>(-2):
142 case static_cast<size_t>(-1):
  /external/chromium/chrome/browser/safe_browsing/
bloom_filter.cc 17 uint32 a = static_cast<uint32>(hash_key) & 0xFFFFFFFF;
18 uint32 b = static_cast<uint32>(hash_key >> 32) & 0xFFFFFFFF;
72 uint32 hash_uint32 = static_cast<uint32>(hash);
80 uint32 hash_uint32 = static_cast<uint32>(hash);
140 int byte_size = static_cast<int>(remaining64);
171 int num_keys = static_cast<int>(hash_keys_.size());
  /external/chromium/net/base/
net_log_unittest.h 32 static_cast<size_t>(static_cast<int>(entries.size()) + i) :
33 static_cast<size_t>(i);
101 static_cast<size_t>(static_cast<int>(entries.size()) + i) :
102 static_cast<size_t>(i);

Completed in 1097 milliseconds

<<41424344454647484950>>