Home
last modified time | relevance | path

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

123

/external/v8/src/
Dd8-posix.cc179 String::NewFromUtf8(isolate, message, NewStringType::kNormal) in Init()
198 String::NewFromUtf8(isolate, message, NewStringType::kNormal) in Init()
241 NewStringType::kNormal).ToLocalChecked()); in GetTimeouts()
254 NewStringType::kNormal).ToLocalChecked()); in GetTimeouts()
300 String::NewFromUtf8(isolate, strerror(err), NewStringType::kNormal) in ChildLaunchedOK()
321 String::NewFromUtf8(isolate, strerror(errno), NewStringType::kNormal) in GetStdout()
338 NewStringType::kNormal).ToLocalChecked()); in GetStdout()
352 String::NewFromUtf8(isolate, buffer, NewStringType::kNormal, length) in GetStdout()
403 NewStringType::kNormal).ToLocalChecked()); in WaitForChild()
415 String::NewFromUtf8(isolate, message, NewStringType::kNormal) in WaitForChild()
[all …]
Dd8.cc173 String::NewFromUtf8(isolate, message, NewStringType::kNormal) in Throw()
308 v8::NewStringType::kNormal, in CompileForCachedData()
313 v8::NewStringType::kNormal, in CompileForCachedData()
424 v8::NewStringType::kNormal) in ExecuteString()
700 String::NewFromUtf8(isolate, "", NewStringType::kNormal).ToLocalChecked(); in ReadFromStdin()
715 String::NewFromUtf8(isolate, buffer, NewStringType::kNormal, length) in ReadFromStdin()
721 String::NewFromUtf8(isolate, buffer, NewStringType::kNormal, in ReadFromStdin()
726 String::NewFromUtf8(isolate, buffer, NewStringType::kNormal, in ReadFromStdin()
749 NewStringType::kNormal).ToLocalChecked(), in Load()
904 NewStringType::kNormal).ToLocalChecked()); in Version()
[all …]
/external/skia/tools/
Dtest_font_data.cpp8517 CourierNewkNormalMetrics, "Courier New", SkTypeface::kNormal, nullptr
8533 LiberationSanskNormalMetrics, "Liberation Sans", SkTypeface::kNormal, nullptr
8549 … HiraginoMaruGothicProkNormalMetrics, "Hiragino Maru Gothic Pro", SkTypeface::kNormal, nullptr
8553 PapyruskNormalMetrics, "Papyrus", SkTypeface::kNormal, nullptr
8557 TimesNewRomankNormalMetrics, "Times New Roman", SkTypeface::kNormal, nullptr
8583 { "Courier New", SkTypeface::kNormal, gTestFonts[0], "Courier New.ttf"},
8587 { "Helvetica", SkTypeface::kNormal, gTestFonts[4], "LiberationSans-Regular.ttf"},
8591 { "Hiragino Maru Gothic Pro", SkTypeface::kNormal, gTestFonts[8], "Pro W4.otf"},
8592 { "Liberation Sans", SkTypeface::kNormal, gTestFonts[4], "LiberationSans-Regular.ttf"},
8596 { "monospace", SkTypeface::kNormal, gTestFonts[0], "Courier New.ttf"},
[all …]
Dtest_font_index.cpp13 LiberationMonoNormalMetrics, "Toy Liberation Mono", SkTypeface::kNormal, nullptr
29 LiberationSansNormalMetrics, "Toy Liberation Sans", SkTypeface::kNormal, nullptr
45 LiberationSerifNormalMetrics, "Toy Liberation Serif", SkTypeface::kNormal, nullptr
71 { "monospace", SkTypeface::kNormal, gTestFonts[0], "LiberationMono-Regular.ttf" },
75 { "sans-serif", SkTypeface::kNormal, gTestFonts[4], "LiberationSans-Regular.ttf" },
79 { "serif", SkTypeface::kNormal, gTestFonts[8], "LiberationSerif-Regular.ttf" },
83 { "Toy Liberation Mono", SkTypeface::kNormal, gTestFonts[0], "LiberationMono-Regular.ttf" },
87 { "Toy Liberation Sans", SkTypeface::kNormal, gTestFonts[4], "LiberationSans-Regular.ttf" },
91 { "Toy Liberation Serif", SkTypeface::kNormal, gTestFonts[8], "LiberationSerif-Regular.ttf" },
/external/v8/samples/
Dshell.cc123 v8::String::NewFromUtf8(isolate, "print", v8::NewStringType::kNormal) in CreateShellContext()
128 isolate, "read", v8::NewStringType::kNormal).ToLocalChecked(), in CreateShellContext()
132 isolate, "load", v8::NewStringType::kNormal).ToLocalChecked(), in CreateShellContext()
136 isolate, "quit", v8::NewStringType::kNormal).ToLocalChecked(), in CreateShellContext()
140 v8::String::NewFromUtf8(isolate, "version", v8::NewStringType::kNormal) in CreateShellContext()
176 v8::NewStringType::kNormal).ToLocalChecked()); in Read()
183 v8::NewStringType::kNormal).ToLocalChecked()); in Read()
190 v8::NewStringType::kNormal).ToLocalChecked()); in Read()
207 v8::NewStringType::kNormal).ToLocalChecked()); in Load()
214 v8::NewStringType::kNormal).ToLocalChecked()); in Load()
[all …]
Dprocess.cc174 global->Set(String::NewFromUtf8(GetIsolate(), "log", NewStringType::kNormal) in Initialize()
201 String::NewFromUtf8(GetIsolate(), "Process", NewStringType::kNormal) in Initialize()
267 String::NewFromUtf8(GetIsolate(), "options", NewStringType::kNormal) in InstallMaps()
275 String::NewFromUtf8(GetIsolate(), "output", NewStringType::kNormal) in InstallMaps()
406 NewStringType::kNormal, in MapGet()
505 NewStringType::kNormal, in GetPath()
517 NewStringType::kNormal, in GetReferrer()
528 NewStringType::kNormal, in GetHost()
540 NewStringType::kNormal, in GetUserAgent()
652 isolate, chars, NewStringType::kNormal, static_cast<int>(size)); in ReadFile()
/external/skia/tests/
DTypefaceTest.cpp13 SkAutoTUnref<SkTypeface> t1(SkTypeface::CreateFromName(nullptr, SkTypeface::kNormal)); in DEF_TEST()
14 SkAutoTUnref<SkTypeface> t2(SkTypeface::RefDefault(SkTypeface::kNormal)); in DEF_TEST()
23 … SkAutoTUnref<SkTypeface> t3(SkTypeface::CreateFromName("non-existent-font", SkTypeface::kNormal)); in DEF_TEST()
/external/v8/src/extensions/
Dexternalize-string-extension.cc65 NewStringType::kNormal).ToLocalChecked()); in Externalize()
80 NewStringType::kNormal).ToLocalChecked()); in Externalize()
90 NewStringType::kNormal).ToLocalChecked()); in Externalize()
120 NewStringType::kNormal).ToLocalChecked()); in Externalize()
133 NewStringType::kNormal).ToLocalChecked()); in IsOneByte()
Dstatistics-extension.cc31 v8::String::NewFromUtf8(isolate, name, NewStringType::kNormal) in AddCounter()
43 v8::String::NewFromUtf8(isolate, name, NewStringType::kNormal) in AddNumber()
54 v8::String::NewFromUtf8(isolate, name, NewStringType::kNormal) in AddNumber64()
/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/skia/samplecode/
DSampleFontScalerTest.cpp28 { nullptr, SkTypeface::kNormal },
30 { "serif", SkTypeface::kNormal },
34 { "monospace", SkTypeface::kNormal }
96 … SkSafeUnref(paint.setTypeface(SkTypeface::CreateFromName("Times Roman", SkTypeface::kNormal))); in onDrawContent()
/external/skia/include/core/
DSkTypeface.h47 kNormal = 0, enumerator
65 (fStyle.weight() >= SkFontStyle::kSemiBold_Weight ? kBold : kNormal) | in style()
66 (fStyle.slant() != SkFontStyle::kUpright_Slant ? kItalic : kNormal)); in style()
100 static SkTypeface* RefDefault(Style style = SkTypeface::kNormal);
337 static SkTypeface* GetDefaultTypeface(Style style = SkTypeface::kNormal);
/external/v8/test/cctest/
Dtrace-extension.cc48 v8::NewStringType::kNormal) in GetNativeFunctionTemplate()
54 v8::NewStringType::kNormal) in GetNativeFunctionTemplate()
60 v8::NewStringType::kNormal) in GetNativeFunctionTemplate()
66 v8::NewStringType::kNormal) in GetNativeFunctionTemplate()
Dtest-microtask-delivery.cc117 v8::NewStringType::kNormal) in TEST()
137 v8::NewStringType::kNormal) in TEST()
153 v8::NewStringType::kNormal) in TEST()
Dprofiler-extension.cc46 v8::NewStringType::kNormal) in GetNativeFunctionTemplate()
53 v8::NewStringType::kNormal) in GetNativeFunctionTemplate()
/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddecision_logic_fax.cc71 return kNormal; in GetDecisionSpecialized()
75 return kNormal; in GetDecisionSpecialized()
Ddecision_logic_normal.cc67 return kNormal; in GetDecisionSpecialized()
146 return kNormal; in ExpectedPacketAvailable()
193 return kNormal; in FuturePacketAvailable()
Ddefines.h17 kNormal = 0, enumerator
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dscreenshare_layers.h76 : state(State::kNormal), in TemporalLayer()
83 kNormal, enumerator
/external/skia/gm/
Dtypeface.cpp76 { "sans-serif", SkTypeface::kNormal },
80 { "serif", SkTypeface::kNormal },
84 { "monospace", SkTypeface::kNormal },
Dverttext2.cpp36 SkTypeface::kNormal); in onOnceBeforeDraw()
38 SkTypeface::kNormal); in onOnceBeforeDraw()
Dvariedtext.cpp62 … fTypefacesToUnref[0] = sk_tool_utils::create_portable_typeface("sans-serif", SkTypeface::kNormal); in onOnceBeforeDraw()
64 … fTypefacesToUnref[2] = sk_tool_utils::create_portable_typeface("serif", SkTypeface::kNormal); in onOnceBeforeDraw()
/external/dbus-binding-generator/chromeos-dbus-bindings/
Dinterface.h23 kNormal, enumerator
42 Kind kind{Kind::kNormal};
/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8.cpp203 v8::NewStringType::kNormal).ToLocalChecked(), in FXJS_DefineObjMethod()
221 v8::NewStringType::kNormal).ToLocalChecked(), in FXJS_DefineObjProperty()
259 v8::NewStringType::kNormal).ToLocalChecked(), in FXJS_DefineGlobalMethod()
271 v8::NewStringType::kNormal).ToLocalChecked(), in FXJS_DefineGlobalConst()
315 v8::NewStringType::kNormal, in FXJS_InitializeRuntime()
401 pIsolate, bsScript.c_str(), v8::NewStringType::kNormal, in FXJS_Execute()
478 v8::NewStringType::kNormal).ToLocalChecked()); in FXJS_Error()
553 v8::NewStringType::kNormal).ToLocalChecked(); in FXJS_WSToJSString()

123