HomeSort by relevance Sort by last modified time
    Searched refs:second (Results 1176 - 1200 of 5944) sorted by null

<<41424344454647484950>>

  /external/icu/icu4c/source/common/
normalizer2.cpp 73 const UnicodeString &second,
76 if(&first!=&second) {
77 first.append(second);
86 const UnicodeString &second,
89 if(&first!=&second) {
90 first.append(second);
157 const UnicodeString &second,
159 return normalizeSecondAndAppend(first, second, TRUE, errorCode);
163 const UnicodeString &second,
165 return normalizeSecondAndAppend(first, second, FALSE, errorCode)
    [all...]
  /external/libcxx/test/containers/unord/unord.multimap/
iterators.pass.cpp 50 i->second = "ONE";
51 assert(i->second == "ONE");
93 i->second = "ONE";
94 assert(i->second == "ONE");
  /external/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_standard_layout.pass.cpp 38 T2 second; member in struct:pair
  /external/lldb/test/functionalities/data-formatter/data-formatter-named-summaries/
main.cpp 26 struct Second
30 Second(int X, float Y) :
49 Second second(65,43.25);
  /external/llvm/include/llvm/Analysis/
LoopIterator.h 89 return I != PostNumbers.end() && I->second;
96 assert(I->second && "block not finished by DFS");
97 return I->second;
157 return DFS.PostNumbers.insert(std::make_pair(BB, 0)).second;
  /external/llvm/include/llvm/CodeGen/PBQP/
Solution.h 85 return sItr->second;
  /external/llvm/lib/DebugInfo/
DWARFDebugLoc.cpp 52 E.Begin += AI->second.second;
58 E.End += AI->second.second;
  /external/llvm/lib/IR/
PassRegistry.cpp 45 return I != PassInfoMap.end() ? I->second : nullptr;
51 return I != PassInfoStringMap.end() ? I->second : nullptr;
61 PassInfoMap.insert(std::make_pair(PI.getTypeInfo(),&PI)).second;
87 L->passEnumerate(I->second);
  /external/llvm/lib/Transforms/IPO/
ConstantMerge.cpp 126 // second level constants have initializers which point to the globals that
169 // Second: identify all globals that can be merged together, filling in
217 Replacements[i].second->getAlignment()) {
218 Replacements[i].second->setAlignment(
220 getAlignment(Replacements[i].second)));
224 Replacements[i].first->replaceAllUsesWith(Replacements[i].second);
  /external/llvm/test/MC/MachO/ARM/
llvm-objdump-macho.s 19 # We are checking that second function is fully disassembled.
  /external/oprofile/pp/
common_option.h 33 std::list<std::string> second; member in struct:options::spec
  /external/protobuf/src/google/protobuf/stubs/
stl_util-inl.h 113 delete i->second;
  /external/skia/experimental/Intersection/
QuadraticParameterization_Test.cpp 30 &test, &midThird, &split.first(), &split.second()
  /frameworks/base/core/java/android/text/format/
Time.java 31 * a moment in time, specified with second precision. It is modelled after
46 * that was skipped due to a DST transition, will result in a date in 1969 (i.e. -1, or 1 second
72 * True if this is an allDay event. The hour, minute, second fields are
80 public int second; field in class:Time
141 public static final int SECOND = 1;
251 * @param field one of the constants for HOUR, MINUTE, SECOND, etc.
256 case SECOND:
300 this.second = 0;
318 * @param b second {@code Time} instance to compare
321 * hour}, {@code minute}, and {@code second} are not 0
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/
NetlinkServer.cpp 187 if (i->second->detached == false) {
188 delete i->second;
202 return i->second;
240 connection = i->second;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/
iterators.pass.cpp 50 i->second = "ONE";
51 assert(i->second == "ONE");
93 i->second = "ONE";
94 assert(i->second == "ONE");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_standard_layout.pass.cpp 38 T2 second; member in struct:pair
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
find_if.hpp 41 typedef typename second<result_>::type type;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/cc_hash_table_map_/
insert_store_hash_fn_imps.hpp 55 key, pos_hash_pair.second))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
insert_store_hash_fn_imps.hpp 55 key, pos_hash_pair.second))
  /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_/
insert_store_hash_fn_imps.hpp 55 key, pos_hash_pair.second))
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
insert_store_hash_fn_imps.hpp 55 key, pos_hash_pair.second))
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
insert_store_hash_fn_imps.hpp 55 key, pos_hash_pair.second))
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
insert_store_hash_fn_imps.hpp 55 key, pos_hash_pair.second))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/cc_hash_table_map_/
insert_store_hash_fn_imps.hpp 55 key, pos_hash_pair.second))

Completed in 2578 milliseconds

<<41424344454647484950>>