Home
last modified time | relevance | path

Searched refs:kNormal (Results 1 – 25 of 93) sorted by relevance

1234

/external/v8/src/
Dd8-posix.cc170 String::NewFromUtf8(isolate, message, NewStringType::kNormal) in Init()
189 String::NewFromUtf8(isolate, message, NewStringType::kNormal) in Init()
232 NewStringType::kNormal).ToLocalChecked()); in GetTimeouts()
245 NewStringType::kNormal).ToLocalChecked()); in GetTimeouts()
291 String::NewFromUtf8(isolate, strerror(err), NewStringType::kNormal) in ChildLaunchedOK()
312 String::NewFromUtf8(isolate, strerror(errno), NewStringType::kNormal) in GetStdout()
329 NewStringType::kNormal).ToLocalChecked()); in GetStdout()
343 String::NewFromUtf8(isolate, buffer, NewStringType::kNormal, length) in GetStdout()
394 NewStringType::kNormal).ToLocalChecked()); in WaitForChild()
406 String::NewFromUtf8(isolate, message, NewStringType::kNormal) in WaitForChild()
[all …]
Dd8.cc243 String::NewFromUtf8(isolate, message, NewStringType::kNormal) in Throw()
298 String::NewFromUtf8(isolate, json_str, NewStringType::kNormal) in FillTraceConfig()
368 String::NewFromUtf8(isolate, property, NewStringType::kNormal) in GetValue()
752 String::NewFromUtf8(isolate, file_name.c_str(), NewStringType::kNormal) in FetchModuleTree()
837 String::NewFromUtf8(isolate, "url", NewStringType::kNormal) in HostInitializeImportMetaObject()
840 NewStringType::kNormal) in HostInitializeImportMetaObject()
1329 String::NewFromUtf8(isolate, "", NewStringType::kNormal).ToLocalChecked(); in ReadFromStdin()
1344 String::NewFromUtf8(isolate, buffer, NewStringType::kNormal, length) in ReadFromStdin()
1351 NewStringType::kNormal, length - 1) in ReadFromStdin()
1356 String::NewFromUtf8(isolate, buffer, NewStringType::kNormal, in ReadFromStdin()
[all …]
Dasync-hooks-wrapper.cc53 NewStringType::kNormal) in UnwrapHook()
95 NewStringType::kNormal) in CreateHook()
108 String::NewFromUtf8(isolate, #name, NewStringType::kNormal) \ in CreateHook()
195 String::NewFromUtf8(isolate_, "AsyncHook", NewStringType::kNormal) in Initialize()
202 String::NewFromUtf8(isolate_, "enable", v8::NewStringType::kNormal) in Initialize()
206 String::NewFromUtf8(isolate_, "disable", v8::NewStringType::kNormal) in Initialize()
262 NewStringType::kNormal) in PromiseHookDispatch()
/external/v8/samples/
Dshell.cc112 v8::String::NewFromUtf8(isolate, "print", v8::NewStringType::kNormal) in CreateShellContext()
117 isolate, "read", v8::NewStringType::kNormal).ToLocalChecked(), in CreateShellContext()
121 isolate, "load", v8::NewStringType::kNormal).ToLocalChecked(), in CreateShellContext()
125 isolate, "quit", v8::NewStringType::kNormal).ToLocalChecked(), in CreateShellContext()
129 v8::String::NewFromUtf8(isolate, "version", v8::NewStringType::kNormal) in CreateShellContext()
165 v8::NewStringType::kNormal).ToLocalChecked()); in Read()
172 v8::NewStringType::kNormal).ToLocalChecked()); in Read()
179 v8::NewStringType::kNormal).ToLocalChecked()); in Read()
196 v8::NewStringType::kNormal).ToLocalChecked()); in Load()
203 v8::NewStringType::kNormal).ToLocalChecked()); in Load()
[all …]
Dprocess.cc186 global->Set(String::NewFromUtf8(GetIsolate(), "log", NewStringType::kNormal) in Initialize()
213 String::NewFromUtf8(GetIsolate(), "Process", NewStringType::kNormal) in Initialize()
280 String::NewFromUtf8(GetIsolate(), "options", NewStringType::kNormal) in InstallMaps()
288 String::NewFromUtf8(GetIsolate(), "output", NewStringType::kNormal) in InstallMaps()
418 NewStringType::kNormal, in MapGet()
517 NewStringType::kNormal, in GetPath()
529 NewStringType::kNormal, in GetReferrer()
540 NewStringType::kNormal, in GetHost()
552 NewStringType::kNormal, in GetUserAgent()
664 isolate, chars.get(), NewStringType::kNormal, static_cast<int>(size)); in ReadFile()
Dhello-world.cc41 v8::NewStringType::kNormal) in main()
80 v8::String::NewFromUtf8(isolate, csource, v8::NewStringType::kNormal) in main()
/external/v8/src/extensions/
Dexternalize-string-extension.cc67 NewStringType::kNormal).ToLocalChecked()); in Externalize()
82 NewStringType::kNormal).ToLocalChecked()); in Externalize()
92 NewStringType::kNormal) in Externalize()
115 NewStringType::kNormal).ToLocalChecked()); in Externalize()
128 NewStringType::kNormal).ToLocalChecked()); in IsOneByte()
Dstatistics-extension.cc31 v8::String::NewFromUtf8(isolate, name, NewStringType::kNormal) in AddCounter()
42 v8::String::NewFromUtf8(isolate, name, NewStringType::kNormal) in AddNumber()
54 v8::String::NewFromUtf8(isolate, name, NewStringType::kNormal) in AddNumber64()
/external/libchrome/mojo/public/cpp/system/tests/
Dinvitation_unittest.cc35 kNormal, enumerator
102 if (invitation_type == InvitationType::kNormal) {
109 if (invitation_type == InvitationType::kNormal) {
120 if (invitation_type == InvitationType::kNormal) {
207 LaunchChildTestClient("CppSendClient", &pipe, 1, InvitationType::kNormal, in TEST_P()
235 InvitationType::kNormal, GetParam()); in TEST_P()
269 "CppProcessErrorsClient", &pipe, 1, InvitationType::kNormal, GetParam(), in TEST_P()
/external/skqp/src/effects/
DSkTrimPathEffect.cpp59 SkASSERT(fMode == SkTrimPathEffect::Mode::kNormal); in onFilterPath()
75 if (fMode == SkTrimPathEffect::Mode::kNormal) { in onFilterPath()
97 (mode & 1) ? SkTrimPathEffect::Mode::kInverted : SkTrimPathEffect::Mode::kNormal); in CreateProc()
107 if (startT <= 0 && stopT >= 1 && mode == Mode::kNormal) { in Make()
/external/skia/src/effects/
DSkTrimPathEffect.cpp59 SkASSERT(fMode == SkTrimPathEffect::Mode::kNormal); in onFilterPath()
75 if (fMode == SkTrimPathEffect::Mode::kNormal) { in onFilterPath()
97 (mode & 1) ? SkTrimPathEffect::Mode::kInverted : SkTrimPathEffect::Mode::kNormal); in CreateProc()
107 if (startT <= 0 && stopT >= 1 && mode == Mode::kNormal) { in Make()
/external/dng_sdk/source/
Ddng_orientation.cpp26 fAdobeOrientation = kNormal; in SetTIFF()
80 fAdobeOrientation = kNormal; in SetTIFF()
95 case kNormal: in GetTIFF()
Ddng_orientation.h38 kNormal = 0, enumerator
52 : fAdobeOrientation (kNormal) in dng_orientation()
95 return AdobeToDNG (kNormal); in Normal()
/external/skqp/include/effects/
DSkTrimPathEffect.h16 kNormal, // return the subset path [start,stop] enumerator
38 static sk_sp<SkPathEffect> Make(SkScalar startT, SkScalar stopT, Mode = Mode::kNormal);
/external/skia/include/effects/
DSkTrimPathEffect.h16 kNormal, // return the subset path [start,stop] enumerator
38 static sk_sp<SkPathEffect> Make(SkScalar startT, SkScalar stopT, Mode = Mode::kNormal);
/external/skia/include/core/
DSkFontTypes.h30 kNormal, //!< glyph outlines modified to improve constrast enumerator
36 #define kNormal_SkFontHinting SkFontHinting::kNormal
/external/skqp/include/core/
DSkFontTypes.h30 kNormal, //!< glyph outlines modified to improve constrast enumerator
36 #define kNormal_SkFontHinting SkFontHinting::kNormal
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderoptions.cpp10 : m_ColorMode(kNormal), in CPDF_RenderOptions()
25 if (ColorModeIs(kNormal)) in TranslateColor()
/external/skqp/modules/sksg/include/
DSkSGMaskEffect.h22 kNormal, enumerator
27 Mode mode = Mode::kNormal) {
/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddecision_logic_normal.cc67 return kNormal; in GetDecisionSpecialized()
146 return kNormal; in ExpectedPacketAvailable()
193 return kNormal; in FuturePacketAvailable()
Ddecision_logic_fax.cc71 return kNormal; in GetDecisionSpecialized()
75 return kNormal; in GetDecisionSpecialized()
/external/skia/modules/sksg/include/
DSkSGMaskEffect.h22 kNormal, enumerator
27 Mode mode = Mode::kNormal) {
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dscreenshare_layers.h76 : state(State::kNormal), in TemporalLayer()
83 kNormal, enumerator
/external/skia/modules/sksg/src/
DSkSGMaskEffect.cpp33 p.setBlendMode(fMaskMode == Mode::kNormal ? SkBlendMode::kSrcIn : SkBlendMode::kSrcOut); in onRender()
40 const auto mask_hit = (!!fMaskNode->nodeAt(p) == (fMaskMode == Mode::kNormal)); in onNodeAt()
/external/v8/src/inspector/
Dstring-util.cc19 v8::NewStringType::kNormal, static_cast<int>(string.length())) in toV8String()
47 v8::NewStringType::kNormal, static_cast<int>(string.length())) in toV8String()
51 v8::NewStringType::kNormal, static_cast<int>(string.length())) in toV8String()

1234