Home
last modified time | relevance | path

Searched defs:multiline (Results 1 – 16 of 16) sorted by relevance

/third_party/jerryscript/tests/jerry/es5.1/
Dbuiltin-prototypes.js54 RegExp.prototype.multiline = true; method in RegExp
63 delete RegExp.prototype.multiline; method in delete
/third_party/grpc/src/core/lib/slice/
Db64.cc60 int multiline) { in grpc_base64_encode()
68 size_t grpc_base64_estimate_encoded_size(size_t data_size, int multiline) { in grpc_base64_estimate_encoded_size()
78 int url_safe, int multiline) { in grpc_base64_encode_core()
/third_party/grpc/test/core/slice/
Db64_encode_fuzzer.cc31 const bool multiline = static_cast<uint8_t>(0x100) < data[1]; in LLVMFuzzerTestOneInput() local
Db64_test.cc44 static void test_simple_encode_decode_b64(int url_safe, int multiline) { in test_simple_encode_decode_b64()
59 static void test_full_range_encode_decode_b64(int url_safe, int multiline) { in test_full_range_encode_decode_b64()
/third_party/jerryscript/tests/jerry/es2015/
Dbuiltin-prototypes.js99 RegExp.prototype.multiline; method in RegExp
/third_party/flutter/skia/src/utils/
DSkJSONWriter.h291 void separator(bool multiline) { in separator()
323 bool multiline() const { in multiline() function
/third_party/skia/src/utils/
DSkJSONWriter.h291 void separator(bool multiline) { in separator()
323 bool multiline() const { in multiline() function
/third_party/skia/third_party/externals/tint/src/diagnostic/
Dformatter_test.cc133 Diagnostic multiline{Severity::Warning, in TEST_F() local
168 Diagnostic multiline{Severity::Warning, in TEST_F() local
/third_party/node/test/parallel/
Dtest-console-group.js141 multiline: 'object', property
/third_party/PyYAML/lib/yaml/
Demitter.py18 def __init__(self, scalar, empty, multiline, argument
/third_party/typescript/tests/cases/conformance/decorators/
D1.0lib-noErrors.ts850 multiline: boolean; property
/third_party/gn/src/gn/
Dcommand_format.cc140 bool multiline; member
/third_party/pcre2/pcre2/src/
Dpcre2grep.c285 static BOOL multiline = FALSE; variable
/third_party/typescript/lib/
Dlib.es5.d.ts942 readonly multiline: boolean; property
/third_party/typescript/src/lib/
Des5.d.ts922 readonly multiline: boolean; property
/third_party/typescript/tests/lib/
Dlib.d.ts863 multiline: boolean; property