Home
last modified time | relevance | path

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

12

/external/v8/src/
Dd8-posix.cc171 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 …]
Dd8.cc158 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/
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.inc13 LiberationMonoNormalMetrics, "Toy Liberation Mono", SkTypeface::kNormal, nullptr
29 LiberationSansNormalMetrics, "Toy Liberation Sans", SkTypeface::kNormal, nullptr
45 LiberationSerifNormalMetrics, "Toy Liberation Serif", SkTypeface::kNormal, nullptr
Dcreate_test_font.cpp31 {"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/
Dshell.cc113 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 …]
Dprocess.cc163 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()
Dhello-world.cc42 NewStringType::kNormal).ToLocalChecked(); in main()
/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()
42 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/include/core/
DSkTypeface.h48 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/
DSampleFontScalerTest.cpp27 { nullptr, SkTypeface::kNormal },
29 { "serif", SkTypeface::kNormal },
33 { "monospace", SkTypeface::kNormal }
/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
Dneteq_impl.cc772 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/
Dscreenshare_layers.h76 : state(State::kNormal), in TemporalLayer()
83 kNormal, enumerator
/external/v8/src/inspector/
Dstring-util.cc16 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/
Dfxjs_v8.cpp88 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/
Dtypeface.cpp79 { "sans-serif", SkTypeface::kNormal },
83 { "serif", SkTypeface::kNormal },
87 { "monospace", SkTypeface::kNormal },
/external/v8/tools/
Dparser-shell.cc71 v8::NewStringType::kNormal).ToLocalChecked(); in RunBaselineParser()
78 v8::NewStringType::kNormal, length / 2).ToLocalChecked(); in RunBaselineParser()
/external/sfntly/cpp/src/sfntly/table/core/
Dos2_table.h32 kNormal = 400, enumerator
52 kNormal = 5, enumerator
/external/skia/src/core/
DSkTypeface.cpp133 SkTypeface::kNormal) | in MakeFromName()
135 SkTypeface::kNormal))); in MakeFromName()

12