Home
last modified time | relevance | path

Searched refs:std (Results 12151 - 12175 of 20229) sorted by relevance

1...<<481482483484485486487488489490>>...810

/third_party/gn/src/gn/
H A Dfunction_rebase_path_unittest.cc13 std::string RebaseOne(Scope* scope, in RebaseOne()
17 std::vector<Value> args; in RebaseOne()
155 std::vector<Value> args; in TEST()
179 std::vector<Value> args; in TEST()
/third_party/googletest/googletest/src/hwext/
H A Dgtest-ext.cc121 int TestDefManager::getLevel(const std::string testcasename, const std::string testname) const in getLevel()
167 int* TestDefManager::getTestFlags (const std::string testcasename, const std::string testname) const in getTestFlags()
/third_party/googletest/googlemock/test/
H A Dgmock-pp-string_test.cc43 ::testing::Matcher<const std::string&> SameExceptSpaces(const std::string& s) { in SameExceptSpaces()
44 auto remove_spaces = [](std::string to_split) { in SameExceptSpaces()
45 to_split.erase(std::remove(to_split.begin(), to_split.end(), ' '), in SameExceptSpaces()
/third_party/icu/icu4c/source/common/
H A Duarrsort.cpp40 return (sizeInBytes + sizeof(std::max_align_t) - 1) / sizeof(std::max_align_t); in sizeInMaxAlignTs()
144 icu::MaybeStackArray<std::max_align_t, sizeInMaxAlignTs(STACK_ITEM_SIZE)> v; in insertionSort()
238 icu::MaybeStackArray<std::max_align_t, sizeInMaxAlignTs(STACK_ITEM_SIZE) * 2> xw; in quickSort()
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
H A Dtest_VIDIOC_ENUMOUTPUT.c5 * 19 Apr 2009 0.5 Also check std field
66 CU_ASSERT(valid_v4l2_std_id(output.std)); in test_VIDIOC_ENUMOUTPUT()
84 output2.std = output.std; in test_VIDIOC_ENUMOUTPUT()
90 ".std=%llX, " in test_VIDIOC_ENUMOUTPUT()
97 output.std, in test_VIDIOC_ENUMOUTPUT()
/third_party/node/src/
H A Dbase_object.h27 #include <type_traits> // std::remove_reference
168 virtual std::unique_ptr<worker::TransferData> TransferForMessaging();
169 virtual std::unique_ptr<worker::TransferData> CloneForMessaging() const;
170 virtual v8::Maybe<std::vector<BaseObjectPtrImpl<BaseObject, false>>>
241 *ptr = static_cast<typename std::remove_reference<decltype(*ptr)>::type>( \
251 // The API matches std::shared_ptr closely. However, this class is not thread
/third_party/node/src/quic/
H A Dsessionticket.cc37 : ticket_(std::move(ticket)), in SessionTicket()
38 transport_params_(std::move(transport_params)) {} in SessionTicket()
147 std::optional<const uv_buf_t> SessionTicket::AppData::Get() const { in Get()
153 if (ret != 1) return std::nullopt; in Get()
/third_party/musl/porting/liteos_a/kernel/src/time/
H A D__tz.c172 if (!__daylight) goto std; in __secs_to_zone()
189 goto std; in __secs_to_zone()
191 if (t >= t1 && t < t0) goto std; in __secs_to_zone()
194 std: in __secs_to_zone()
/third_party/musl/porting/uniproton/kernel/src/time/
H A D__tz.c178 if (!__daylight) goto std; in __secs_to_zone()
195 goto std; in __secs_to_zone()
197 if (t >= t1 && t < t0) goto std; in __secs_to_zone()
200 std: in __secs_to_zone()
/third_party/musl/porting/liteos_m/kernel/src/time/
H A D__tz.c178 if (!__daylight) goto std; in __secs_to_zone()
195 goto std; in __secs_to_zone()
197 if (t >= t1 && t < t0) goto std; in __secs_to_zone()
200 std: in __secs_to_zone()
/third_party/nghttp2/src/
H A Dshrpx_http3_upstream.h107 void add_pending_downstream(std::unique_ptr<Downstream> downstream);
130 const std::vector<nghttp3_nv> &nva) const;
172 std::vector<uint8_t> conn_close_;
188 std::unique_ptr<uint8_t[]> data;
/third_party/node/deps/icu-small/source/common/
H A Duarrsort.cpp40 return (sizeInBytes + sizeof(std::max_align_t) - 1) / sizeof(std::max_align_t); in sizeInMaxAlignTs()
144 icu::MaybeStackArray<std::max_align_t, sizeInMaxAlignTs(STACK_ITEM_SIZE)> v; in insertionSort()
238 icu::MaybeStackArray<std::max_align_t, sizeInMaxAlignTs(STACK_ITEM_SIZE) * 2> xw; in quickSort()
/third_party/ninja/src/
H A Ddepfile_parser.cc21 using namespace std;
341 std::vector<StringPiece>::iterator pos = std::find(ins_.begin(), ins_.end(), piece); in Parse()
352 if (std::find(outs_.begin(), outs_.end(), piece) == outs_.end()) in Parse()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_nvc0.h109 void findFirstUses(Instruction *texi, std::list<TexUse> &uses);
111 const Instruction *texi, std::list<TexUse> &uses,
112 std::unordered_set<const BasicBlock *> &visited);
113 void addTexUse(std::list<TexUse>&, Instruction *, const Instruction *);
/third_party/icu/icu4c/source/test/intltest/
H A Dwindttst.cpp136 bool skip = (std::find(std::begin(failingLocaleLCIDs), std::end(failingLocaleLCIDs), lcidRecords[i].lcid) != std::end(failingLocaleLCIDs)); in testLocales()
/third_party/node/deps/v8/src/compiler/
H A Descape-analysis.h44 std::function<void(Node*, Reduction*)> reduce,
77 std::function<void(Node*, Reduction*)> reduce_;
93 friend std::ostream& operator<<(std::ostream& os, Variable var) { in operator <<()
H A Dtype-cache.h40 std::numeric_limits<int64_t>::min(), kMaxDoubleRepresentableInt64);
42 std::numeric_limits<uint64_t>::min(), kMaxDoubleRepresentableUint64);
194 T min = std::numeric_limits<T>::min(); in CreateRange()
195 T max = std::numeric_limits<T>::max(); in CreateRange()
/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H A Dpointer-policies.h204 using IsStrongPersistent = std::true_type;
209 using IsStrongPersistent = std::false_type;
214 using IsStrongPersistent = std::true_type;
220 using IsStrongPersistent = std::false_type;
/third_party/node/deps/v8/src/asmjs/
H A Dasm-types.h107 virtual std::string Name() = 0;
148 std::string Name() override;
170 std::string Name() override;
220 std::string Name();
/third_party/node/deps/v8/src/heap/cppgc/
H A Dconcurrent-marker.cc84 std::unique_ptr<Visitor> concurrent_marking_visitor = in Run()
203 std::make_unique<ConcurrentMarkingTask>(*this)); in Start()
270 std::unique_ptr<Visitor> ConcurrentMarker::CreateConcurrentMarkingVisitor( in CreateConcurrentMarkingVisitor()
272 return std::make_unique<ConcurrentMarkingVisitor>(heap(), marking_state); in CreateConcurrentMarkingVisitor()
/third_party/node/deps/v8/src/heap/
H A Dmemory-chunk.h246 std::atomic<intptr_t> live_byte_count_;
256 std::atomic<ConcurrentSweepingState> concurrent_sweeping_;
275 std::atomic<size_t> external_backing_store_bytes_[kNumTypes];
281 std::atomic<intptr_t> young_generation_live_byte_count_;
/third_party/node/deps/v8/src/sandbox/
H A Dsandbox.cc91 size_t sandbox_size = std::min(kSandboxSize, max_sandbox_size); in Initialize()
222 std::make_unique<base::VirtualAddressSpacePageAllocator>( in Initialize()
287 address_space_ = std::make_unique<base::EmulatedVirtualAddressSubspace>( in InitializeAsPartiallyReservedSandbox()
290 std::make_unique<base::VirtualAddressSpacePageAllocator>( in InitializeAsPartiallyReservedSandbox()
/third_party/node/deps/v8/src/trap-handler/
H A Dhandler-outside.cc153 // Explicitly convert std::numeric_limits<int>::max() to unsigned to avoid
155 // about sign extension because we know std::numeric_limits<int>::max() is
157 const size_t int_max = std::numeric_limits<int>::max();
241 return gRecoveredTrapCount.load(std::memory_order_relaxed);
254 std::atomic<bool> g_can_enable_trap_handler{true};
262 g_can_enable_trap_handler.exchange(false, std::memory_order_relaxed);
/third_party/node/deps/v8/src/utils/
H A Didentity-map.h77 std::pair<int, bool> InsertKey(Address address, uint32_t hash);
79 std::pair<int, bool> LookupOrInsert(Address key);
107 STATIC_ASSERT(std::is_trivially_copyable<V>::value);
108 STATIC_ASSERT(std::is_trivially_destructible<V>::value);
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
H A Dsfn_value_test.cpp69 EXPECT_THROW(Register(1024, 1, pin_fully), std::invalid_argument); in TEST_F()
215 EXPECT_THROW(array.element(12, nullptr, 0), std::invalid_argument); in TEST_F()
216 EXPECT_THROW(array.element(3, nullptr, 2), std::invalid_argument); in TEST_F()
220 EXPECT_THROW(array.element(0, addr3, 0), std::invalid_argument); in TEST_F()

Completed in 20 milliseconds

1...<<481482483484485486487488489490>>...810