Home
last modified time | relevance | path

Searched refs:kInvalidLength (Results 1 – 10 of 10) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/tests/
H A Dtest_var.cc21 uint32_t kInvalidLength = static_cast<uint32_t>(-1); variable
130 uint32_t length = kInvalidLength; in TestNullInputInUtf8Conversion()
200 uint32_t length = kInvalidLength; in TestVarToUtf8ForWrongType()
210 length = kInvalidLength; in TestVarToUtf8ForWrongType()
220 length = kInvalidLength; in TestVarToUtf8ForWrongType()
230 length = kInvalidLength; in TestVarToUtf8ForWrongType()
240 length = kInvalidLength; in TestVarToUtf8ForWrongType()
H A Dtest_var_deprecated.cc23 uint32_t kInvalidLength = static_cast<uint32_t>(-1); variable
174 uint32_t length = kInvalidLength; in TestNullInputInUtf8Conversion()
244 uint32_t length = kInvalidLength; in TestVarToUtf8ForWrongType()
254 length = kInvalidLength; in TestVarToUtf8ForWrongType()
264 length = kInvalidLength; in TestVarToUtf8ForWrongType()
274 length = kInvalidLength; in TestVarToUtf8ForWrongType()
284 length = kInvalidLength; in TestVarToUtf8ForWrongType()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/speech/
H A Dtts_controller_impl.cc31 const int kInvalidLength = -1; variable
143 kInvalidLength, std::string()); in StopInternal()
370 kInvalidLength, std::string()); in SpeakNow()
459 kInvalidLength, GetTtsPlatform()->GetError()); in OnSpeakFinished()
470 kInvalidLength, std::string()); in ClearUtteranceQueue()
481 kInvalidLength, std::string()); in FinishCurrentUtterance()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/speech/
H A Dtts_controller_impl.cc40 const int kInvalidLength = -1; variable
192 kInvalidLength, std::string()); in StopCurrentUtteranceIfMatches()
523 kInvalidLength, GetTtsPlatform()->GetError()); in OnSpeakFinished()
534 kInvalidLength, std::string()); in ClearUtteranceQueue()
545 kInvalidLength, std::string()); in FinishCurrentUtterance()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/fido/hid/
H A Dfido_hid_device.cc458 kInvalidLength = 0x03, in MessageReceived() enumerator
465 case HidErrorConstant::kInvalidLength: in MessageReceived()
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/fido/hid/
H A Dfido_hid_device.cc458 kInvalidLength = 0x03, in MessageReceived() enumerator
465 case HidErrorConstant::kInvalidLength: in MessageReceived()
/dports/www/node10/node-v10.24.1/deps/v8/src/objects/
H A Dshared-function-info-inl.h403 DCHECK_IMPLIES(length() < 0, length() == kInvalidLength); in HasLength()
404 return length() != kInvalidLength; in HasLength()
H A Dshared-function-info.h96 static const int kInvalidLength = -1; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/network/onc/
H A Donc_validator.cc514 const std::string kInvalidLength = "Invalid length"; in ValidateSSIDAndHexSSID() local
523 msg << kInvalidLength; in ValidateSSIDAndHexSSID()
553 msg << kInvalidLength; in ValidateSSIDAndHexSSID()
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dobjects.cc13932 shared_info->set_length(SharedFunctionInfo::kInvalidLength); in InitFromFunctionLiteral()