HomeSort by relevance Sort by last modified time
    Searched refs:second (Results 351 - 375 of 6113) sorted by null

<<11121314151617181920>>

  /external/libcxx/test/std/algorithms/alg.sorting/alg.min.max/
minmax_element.pass.cpp 35 assert(!(*p.second < *j));
41 assert(p.second == last);
75 assert(base(p.second) == a+N-1);
89 static_assert ( *(p.second) == 8, "" );
  /external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
insert_hint_const_lvalue.pass.cpp 39 assert(r->second == 3);
45 assert(r->second == 3);
51 assert(r->second == 4);
57 assert(r->second == 4);
  /external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
insert_hint_const_lvalue.pass.cpp 39 assert(r->second == 3);
45 assert(r->second == 4);
51 assert(r->second == 4);
57 assert(r->second == 4);
  /external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
assign_pair_cxx03.pass.cpp 44 assert(&p.second == &inc_obj);
piecewise.pass.cpp 34 assert(p3.second == P2(nullptr, 4));
  /external/llvm/lib/Analysis/
PtrUseVisitor.cpp 20 if (VisitedUses.insert(&U).second) {
  /external/llvm/lib/Support/
Options.cpp 22 delete IT->second;
  /external/pdfium/core/fxcrt/
cfx_datetime.h 32 uint8_t second,
39 second_(second),
65 uint8_t second,
69 second_ = second;
  /external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
GenericValue.h 31 struct { unsigned int first; unsigned int second; } UIntPairVal; member in struct:llvm::GenericValue::__anon40335::__anon40336
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/PBQP/
Solution.h 49 return sItr->second;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
PtrUseVisitor.cpp 24 if (VisitedUses.insert(&U).second) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Options.cpp 22 delete IT->second;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
AMDGPULaneDominator.cpp 26 // Unfortunately, the second condition is not fully captured by the control
30 // The following replacement of the second condition is a conservative
65 if (Succ != B && Reachable.insert(Succ).second)
  /external/tensorflow/tensorflow/compiler/xla/service/
optimize_input_output_buffer_alias.cc 70 if (it != size_to_input_index.end() && !it->second.empty()) {
72 const ShapeIndex& input_index = it->second.front();
81 << it->second.front().ToString() << ", shape size " << bytes
85 it->second.pop();
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_id_manager.cc 44 if (!result.second && platform_gpu_id.value() != result.first->second) {
49 platform_gpu_id.value(), " now, and ", result.first->second,
65 *platform_gpu_id = result->second;
  /external/tensorflow/tensorflow/stream_executor/
executor_cache.cc 49 return iter.second.get();
62 return entry->configurations.back().second.get();
72 entry = &it->second;
89 return iter.second.get();
  /external/u-boot/arch/arm/include/asm/
davinci_rtc.h 17 unsigned int second; member in struct:davinci_rtc
  /external/u-boot/drivers/rtc/
ftrtc010.c 37 #define FTRTC010_CR_INTERRUPT_SEC (1 << 1) /* per second irq */
57 unsigned long second; local
61 second = readl(&rtc->sec);
66 } while (second != second2);
68 return day * 24 * 60 * 60 + hour * 60 * 60 + minute * 60 + second;
  /external/webrtc/talk/app/webrtc/objc/
RTCStatsReport.mm 60 [[RTCPair alloc] initWithKey:@(it.second->display_name())
61 value:@(it.second->ToString().c_str())];
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPDateTime.java 27 * <li> nanoSecond - The nano seconds within a second. <em>Note:</em> if the XMPDateTime is
67 /** @return Returns the second in the range 0..59. */
70 /** @param second Sets the second in the range 0..59. */
71 void setSecond(int second);
75 * Nanoseconds within a second, often left as zero?
92 * @return Returns a <code>Calendar</code> (only with milli second precision). <br>
  /art/test/003-omnibus-opcodes/src/
Throw.java 90 boolean second = false;
108 second = true;
113 Main.assertTrue(second);
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
NanoTimeGranularityTester.java 39 long second = System.nanoTime(); local
47 total += second - first;
48 total += third - second;
  /external/catch2/include/internal/
catch_tag_alias_registry.cpp 24 return &(it->second);
35 registryKvp.second.tag +
46 CATCH_ENFORCE( m_registry.insert(std::make_pair(alias, TagAlias(tag, lineInfo))).second,
  /external/deqp-deps/SPIRV-Tools/source/opt/
compact_ids_pass.cpp 44 assert(insertion_result.second);
46 if (id != it->second) {
48 id = it->second;
  /external/fonttools/Lib/fontTools/ufoLib/
converters.py 18 for second in list(seconds.keys()):
19 if second in groups:
20 if not second.startswith("public.kern2."):
21 secondReferencedGroups.add(second)
36 for second in secondReferencedGroups:
40 newName = second.replace("@MMK_R_", "")
46 secondRenamedGroups[second] = newName
52 for second, value in list(seconds.items()):
53 second = secondRenamedGroups.get(second, second
    [all...]

Completed in 2644 milliseconds

<<11121314151617181920>>