Home
last modified time | relevance | path

Searched refs:kBegin (Results 1 – 25 of 68) sorted by relevance

123

/dports/lang/v8/v8-9.6.180.12/test/unittests/base/
H A Dregion-allocator-unittest.cc23 const Address kEnd = kBegin + kSize; in TEST()
25 RegionAllocator ra(kBegin, kSize, kPageSize); in TEST()
38 CHECK_EQ(ra.FreeRegion(kBegin), kPageSize); in TEST()
40 CHECK(ra.AllocateRegionAt(kBegin, kPageSize)); in TEST()
49 CHECK_EQ(ra.AllocateRegion(kSize), kBegin); in TEST()
57 const Address kEnd = kBegin + kSize; in TEST()
66 CHECK_EQ(address, kBegin + kPageSize * i); in TEST()
108 const Address kEnd = kBegin + kSize; in TEST()
118 Address last_address = kBegin; in TEST()
125 CHECK_LE(kBegin, address); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/network/trust_tokens/
H A Dtrust_token_request_redemption_helper.cc35 enum NetLogOp { kBegin, kFinalize }; enumerator
40 begin_or_finalize == kBegin in LogOutcome()
82 LogOutcome(net_log_, kBegin, "Unsuitable issuer URL (request destination)"); in Begin()
90 LogOutcome(net_log_, kBegin, "Refresh from non-issuer context"); in Begin()
96 LogOutcome(net_log_, kBegin, "Couldn't set issuer-toplevel association"); in Begin()
104 LogOutcome(net_log_, kBegin, "Redemption record cache hit"); in Begin()
120 LogOutcome(net_log_, kBegin, "No keys for issuer"); in OnGotKeyCommitment()
131 LogOutcome(net_log_, kBegin, "No tokens to redeem"); in OnGotKeyCommitment()
139 LogOutcome(net_log_, kBegin, in OnGotKeyCommitment()
158 LogOutcome(net_log_, kBegin, "Internal error beginning redemption"); in OnGotKeyCommitment()
[all …]
H A Dtrust_token_request_issuance_helper.cc70 enum NetLogOp { kBegin, kFinalize }; enumerator
75 begin_or_finalize == kBegin in LogOutcome()
121 LogOutcome(net_log_, kBegin, "Unsuitable issuer URL"); in Begin()
127 LogOutcome(net_log_, kBegin, "Couldn't set issuer-toplevel association"); in Begin()
134 LogOutcome(net_log_, kBegin, "Tokens at capacity"); in Begin()
150 LogOutcome(net_log_, kBegin, "No keys for issuer"); in OnGotKeyCommitment()
178 LogOutcome(net_log_, kBegin, in OnGotKeyCommitment()
187 LogOutcome(net_log_, kBegin, "Bad key"); in OnGotKeyCommitment()
222 LogOutcome(net_log_, kBegin, "Internal error generating blinded tokens"); in OnDelegateBeginIssuanceCallComplete()
228 LogOutcome(net_log_, kBegin, in OnDelegateBeginIssuanceCallComplete()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/nancy/action/
H A Dactionrecord.cpp32 _state = kBegin; in finishExecution()
37 _state = kBegin; in finishExecution()
45 _state = kBegin; in finishExecution()
H A Drecordtypes.cpp66 case kBegin: in execute()
92 case kBegin: in execute()
203 case kBegin: in execute()
229 case kBegin: in execute()
294 if (_state == kBegin) { in execute()
354 case kBegin: in execute()
460 case kBegin: in execute()
524 case kBegin: in execute()
585 case kBegin: in execute()
619 case kBegin: in execute()
H A Dactionrecord.h83 enum ExecutionState { kBegin, kRun, kActionTrigger }; enumerator
91 _state(ExecutionState::kBegin), in ActionRecord()
/dports/science/libkml/libkml-1.3.0/tests/kml/convenience/
H A Delement_counter_test.cc97 const int kBegin = static_cast<int>(kmldom::Type_Alias); in TEST_F() local
99 for (int i = kBegin; i != kEnd; ++i) { in TEST_F()
111 const size_t kExpectedSize = static_cast<size_t>(kEnd - kBegin - 2); in TEST_F()
113 for (int i = kBegin; i != kEnd; ++i) { in TEST_F()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/spanner/internal/
H A Dtransaction_impl.h57 state_ = selector_->has_begin() ? State::kBegin : State::kDone; in TransactionImpl()
107 selector_ && selector_->has_begin() ? State::kBegin : State::kDone; in Visit()
120 state_ = State::kBegin; in Visit()
130 kBegin, // waiting for a future visitor to assign a transaction ID enumerator
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/spanner/internal/
H A Dtransaction_impl.h57 state_ = selector_->has_begin() ? State::kBegin : State::kDone; in TransactionImpl()
107 selector_ && selector_->has_begin() ? State::kBegin : State::kDone; in Visit()
120 state_ = State::kBegin; in Visit()
130 kBegin, // waiting for a future visitor to assign a transaction ID enumerator
/dports/science/libkml/libkml-1.3.0/tests/kml/engine/
H A Dkml_stream_test.cc84 static char kBegin[] = "<kml><Folder>"; variable
105 setg(kBegin, kBegin, kBegin + strlen(kBegin)); in underflow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebm/source/webm_parser/src/
H A Dwebm_parser.cc28 state_ = State::kBegin; in DidSeek()
47 case State::kBegin: { in Feed()
190 kBegin, // kReadingChildId done enumerator
240 State state_ = State::kBegin;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebm/source/webm_parser/src/
H A Dwebm_parser.cc28 state_ = State::kBegin; in DidSeek()
47 case State::kBegin: { in Feed()
190 kBegin, // kReadingChildId done enumerator
240 State state_ = State::kBegin;
/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/lib/webm_parser/src/
H A Dwebm_parser.cc28 state_ = State::kBegin; in DidSeek()
47 case State::kBegin: { in Feed()
190 kBegin, // kReadingChildId done enumerator
240 State state_ = State::kBegin;
/dports/games/scummvm/scummvm-2.5.1/engines/nancy/state/
H A Dhelp.cpp54 case kBegin: in process()
88 _state = kBegin; in init()
H A Dhelp.h44 enum State { kInit, kBegin, kRun, kWaitForSound }; enumerator
/dports/lang/nqc/nqc-3.1.r6_1/rcxlib/
H A DRCX_SourceTag.h30 kBegin, // start of fragment source enumerator
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Dalign-and-distribute.cpp267 BBoxSort::BBoxSort(SPItem *pItem, Geom::Rect const &bounds, Geom::Dim2 orientation, double kBegin, … in BBoxSort() argument
271 anchor = kBegin * bbox.min()[orientation] + kEnd * bbox.max()[orientation]; in BBoxSort()
292 double kBegin, double kEnd in ActionDistribute() argument
299 _kBegin(kBegin), in ActionDistribute()
320 double kBegin = _kBegin; in on_button_click() local
323 kBegin = 1. - kBegin; in on_button_click()
333 sorted.emplace_back(item, *bbox, _orientation, kBegin, kEnd); in on_button_click()
1232 Geom::Dim2 orientation, float kBegin, float kEnd) in addDistributeButton() argument
1238 kBegin, kEnd in addDistributeButton()
H A Dalign-and-distribute.h74 Geom::Dim2 orientation, float kBegin, float kEnd);
133 …BBoxSort(SPItem *pItem, Geom::Rect const &bounds, Geom::Dim2 orientation, double kBegin, double kE…
/dports/lang/nqc/nqc-3.1.r6_1/compiler/
H A DInlineStmt.cpp29 fFunction->GetListingEnabled() ? RCX_SourceTag::kBegin : RCX_SourceTag::kBeginNoList, in EmitActual()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/input/
H A Dsnap_fling_controller_unittest.cc55 SnapFlingController::GestureScrollType::kBegin)); in TEST_F()
150 SnapFlingController::GestureScrollType::kBegin)); in TEST_F()
H A Dsnap_fling_controller.h43 enum class GestureScrollType { kBegin, kUpdate, kEnd }; enumerator
H A Dsnap_fling_controller.cc19 case GestureScrollType::kBegin: { in FilterEventForSnap()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/input/
H A Dsnap_fling_controller_unittest.cc55 SnapFlingController::GestureScrollType::kBegin)); in TEST_F()
150 SnapFlingController::GestureScrollType::kBegin)); in TEST_F()
H A Dsnap_fling_controller.h43 enum class GestureScrollType { kBegin, kUpdate, kEnd }; enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/compose/src/
H A DnsMsgAppleDouble.h93 enum { kWaitingForBegin = (int)0, kBegin, kMainBody, kEnd }; enumerator

123