/external/v8/src/ |
D | d8-posix.cc | 171 String::NewFromUtf8(isolate, message, NewStringType::kNormal) in Init() 190 String::NewFromUtf8(isolate, message, NewStringType::kNormal) in Init() 233 NewStringType::kNormal).ToLocalChecked()); in GetTimeouts() 246 NewStringType::kNormal).ToLocalChecked()); in GetTimeouts() 292 String::NewFromUtf8(isolate, strerror(err), NewStringType::kNormal) in ChildLaunchedOK() 313 String::NewFromUtf8(isolate, strerror(errno), NewStringType::kNormal) in GetStdout() 330 NewStringType::kNormal).ToLocalChecked()); in GetStdout() 344 String::NewFromUtf8(isolate, buffer, NewStringType::kNormal, length) in GetStdout() 395 NewStringType::kNormal).ToLocalChecked()); in WaitForChild() 407 String::NewFromUtf8(isolate, message, NewStringType::kNormal) in WaitForChild() [all …]
|
D | d8.cc | 158 String::NewFromUtf8(isolate, message, NewStringType::kNormal) in Throw() 217 String::NewFromUtf8(isolate, json_str, NewStringType::kNormal) in FillTraceConfig() 287 String::NewFromUtf8(isolate, property, NewStringType::kNormal) in GetValue() 399 v8::NewStringType::kNormal, in CompileForCachedData() 404 v8::NewStringType::kNormal, in CompileForCachedData() 644 String::NewFromUtf8(isolate, file_name.c_str(), NewStringType::kNormal) in FetchModuleTree() 997 String::NewFromUtf8(isolate, "", NewStringType::kNormal).ToLocalChecked(); in ReadFromStdin() 1012 String::NewFromUtf8(isolate, buffer, NewStringType::kNormal, length) in ReadFromStdin() 1018 String::NewFromUtf8(isolate, buffer, NewStringType::kNormal, in ReadFromStdin() 1023 String::NewFromUtf8(isolate, buffer, NewStringType::kNormal, in ReadFromStdin() [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.inc | 13 LiberationMonoNormalMetrics, "Toy Liberation Mono", SkTypeface::kNormal, nullptr 29 LiberationSansNormalMetrics, "Toy Liberation Sans", SkTypeface::kNormal, nullptr 45 LiberationSerifNormalMetrics, "Toy Liberation Serif", SkTypeface::kNormal, nullptr
|
D | create_test_font.cpp | 31 {"monospace", SkTypeface::kNormal, "Liberation Mono", "LiberationMono-Regular.ttf", -1}, 35 {"sans-serif", SkTypeface::kNormal, "Liberation Sans", "LiberationSans-Regular.ttf", -1}, 39 {"serif", SkTypeface::kNormal, "Liberation Serif", "LiberationSerif-Regular.ttf", -1},
|
/external/v8/samples/ |
D | shell.cc | 113 v8::String::NewFromUtf8(isolate, "print", v8::NewStringType::kNormal) in CreateShellContext() 118 isolate, "read", v8::NewStringType::kNormal).ToLocalChecked(), in CreateShellContext() 122 isolate, "load", v8::NewStringType::kNormal).ToLocalChecked(), in CreateShellContext() 126 isolate, "quit", v8::NewStringType::kNormal).ToLocalChecked(), in CreateShellContext() 130 v8::String::NewFromUtf8(isolate, "version", v8::NewStringType::kNormal) in CreateShellContext() 166 v8::NewStringType::kNormal).ToLocalChecked()); in Read() 173 v8::NewStringType::kNormal).ToLocalChecked()); in Read() 180 v8::NewStringType::kNormal).ToLocalChecked()); in Read() 197 v8::NewStringType::kNormal).ToLocalChecked()); in Load() 204 v8::NewStringType::kNormal).ToLocalChecked()); in Load() [all …]
|
D | process.cc | 163 global->Set(String::NewFromUtf8(GetIsolate(), "log", NewStringType::kNormal) in Initialize() 190 String::NewFromUtf8(GetIsolate(), "Process", NewStringType::kNormal) in Initialize() 256 String::NewFromUtf8(GetIsolate(), "options", NewStringType::kNormal) in InstallMaps() 264 String::NewFromUtf8(GetIsolate(), "output", NewStringType::kNormal) in InstallMaps() 395 NewStringType::kNormal, in MapGet() 494 NewStringType::kNormal, in GetPath() 506 NewStringType::kNormal, in GetReferrer() 517 NewStringType::kNormal, in GetHost() 529 NewStringType::kNormal, in GetUserAgent() 641 isolate, chars, NewStringType::kNormal, static_cast<int>(size)); in ReadFile()
|
D | hello-world.cc | 42 NewStringType::kNormal).ToLocalChecked(); in main()
|
/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() 42 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/include/core/ |
D | SkTypeface.h | 48 kNormal = 0, enumerator 66 (fStyle.weight() >= SkFontStyle::kSemiBold_Weight ? kBold : kNormal) | in style() 67 (fStyle.slant() != SkFontStyle::kUpright_Slant ? kItalic : kNormal)); in style() 112 static sk_sp<SkTypeface> MakeDefault(Style style = SkTypeface::kNormal); 345 static SkTypeface* GetDefaultTypeface(Style style = SkTypeface::kNormal);
|
/external/skia/samplecode/ |
D | SampleFontScalerTest.cpp | 27 { nullptr, SkTypeface::kNormal }, 29 { "serif", SkTypeface::kNormal }, 33 { "monospace", SkTypeface::kNormal }
|
/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
|
D | neteq_impl.cc | 772 case kNormal: { in GetAudioInternal() 1014 *operation = kNormal; in GetDecision() 1045 *operation = kNormal; in GetDecision() 1099 *operation = kNormal; in GetDecision() 1107 *operation = kNormal; in GetDecision() 1189 *operation = kNormal; in GetDecision() 1360 assert(operation == kNormal || operation == kAccelerate || in DecodeLoop()
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | screenshare_layers.h | 76 : state(State::kNormal), in TemporalLayer() 83 kNormal, enumerator
|
/external/v8/src/inspector/ |
D | string-util.cc | 16 v8::NewStringType::kNormal, static_cast<int>(string.length())) in toV8String() 44 v8::NewStringType::kNormal, static_cast<int>(string.length())) in toV8String() 48 v8::NewStringType::kNormal, static_cast<int>(string.length())) in toV8String()
|
/external/pdfium/fxjs/ |
D | fxjs_v8.cpp | 88 v8::String::NewFromUtf8(isolate, "global", v8::NewStringType::kNormal) in CFXJS_ObjDefinition() 138 v8::String::NewFromUtf8(pIsolate, "global", v8::NewStringType::kNormal) in GetGlobalObjectTemplate() 305 v8::NewStringType::kNormal) in DefineObjMethod() 319 v8::String::NewFromUtf8(m_isolate, sPropName, v8::NewStringType::kNormal) in DefineObjProperty() 357 v8::NewStringType::kNormal) in DefineGlobalMethod() 372 v8::NewStringType::kNormal) in DefineGlobalConst() 413 v8::NewStringType::kNormal, in InitializeEngine() 475 v8::NewStringType::kNormal, in Execute() 546 v8::NewStringType::kNormal) in Error() 671 v8::NewStringType::kNormal, str.GetLength()) in NewString()
|
/external/skia/gm/ |
D | typeface.cpp | 79 { "sans-serif", SkTypeface::kNormal }, 83 { "serif", SkTypeface::kNormal }, 87 { "monospace", SkTypeface::kNormal },
|
/external/v8/tools/ |
D | parser-shell.cc | 71 v8::NewStringType::kNormal).ToLocalChecked(); in RunBaselineParser() 78 v8::NewStringType::kNormal, length / 2).ToLocalChecked(); in RunBaselineParser()
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | os2_table.h | 32 kNormal = 400, enumerator 52 kNormal = 5, enumerator
|
/external/skia/src/core/ |
D | SkTypeface.cpp | 133 SkTypeface::kNormal) | in MakeFromName() 135 SkTypeface::kNormal))); in MakeFromName()
|