/external/v8/src/ |
D | d8-posix.cc | 179 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 …]
|
D | d8.cc | 173 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/ |
D | test_font_data.cpp | 8517 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 …]
|
D | test_font_index.cpp | 13 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/ |
D | shell.cc | 123 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 …]
|
D | process.cc | 174 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/ |
D | TypefaceTest.cpp | 13 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/ |
D | externalize-string-extension.cc | 65 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()
|
D | statistics-extension.cc | 31 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/ |
D | dng_orientation.cpp | 26 fAdobeOrientation = kNormal; in SetTIFF() 80 fAdobeOrientation = kNormal; in SetTIFF() 95 case kNormal: in GetTIFF()
|
D | dng_orientation.h | 38 kNormal = 0, enumerator 52 : fAdobeOrientation (kNormal) in dng_orientation() 95 return AdobeToDNG (kNormal); in Normal()
|
/external/skia/samplecode/ |
D | SampleFontScalerTest.cpp | 28 { 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/ |
D | SkTypeface.h | 47 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/ |
D | trace-extension.cc | 48 v8::NewStringType::kNormal) in GetNativeFunctionTemplate() 54 v8::NewStringType::kNormal) in GetNativeFunctionTemplate() 60 v8::NewStringType::kNormal) in GetNativeFunctionTemplate() 66 v8::NewStringType::kNormal) in GetNativeFunctionTemplate()
|
D | test-microtask-delivery.cc | 117 v8::NewStringType::kNormal) in TEST() 137 v8::NewStringType::kNormal) in TEST() 153 v8::NewStringType::kNormal) in TEST()
|
D | profiler-extension.cc | 46 v8::NewStringType::kNormal) in GetNativeFunctionTemplate() 53 v8::NewStringType::kNormal) in GetNativeFunctionTemplate()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | decision_logic_fax.cc | 71 return kNormal; in GetDecisionSpecialized() 75 return kNormal; in GetDecisionSpecialized()
|
D | decision_logic_normal.cc | 67 return kNormal; in GetDecisionSpecialized() 146 return kNormal; in ExpectedPacketAvailable() 193 return kNormal; in FuturePacketAvailable()
|
D | defines.h | 17 kNormal = 0, enumerator
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | screenshare_layers.h | 76 : state(State::kNormal), in TemporalLayer() 83 kNormal, enumerator
|
/external/skia/gm/ |
D | typeface.cpp | 76 { "sans-serif", SkTypeface::kNormal }, 80 { "serif", SkTypeface::kNormal }, 84 { "monospace", SkTypeface::kNormal },
|
D | verttext2.cpp | 36 SkTypeface::kNormal); in onOnceBeforeDraw() 38 SkTypeface::kNormal); in onOnceBeforeDraw()
|
D | variedtext.cpp | 62 … 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/ |
D | interface.h | 23 kNormal, enumerator 42 Kind kind{Kind::kNormal};
|
/external/pdfium/fpdfsdk/src/jsapi/ |
D | fxjs_v8.cpp | 203 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()
|