Home
last modified time | relevance | path

Searched defs:content (Results 1 – 25 of 444) sorted by relevance

12345678910>>...18

/third_party/boost/boost/geometry/index/detail/algorithms/
Dcontent.hpp50 struct content struct
56 struct content<Indexable, point_tag> struct
58 static typename detail::default_content_result<Indexable>::type apply(Indexable const&) in apply()
65 struct content<Indexable, box_tag> struct
67 static typename default_content_result<Indexable>::type apply(Indexable const& b) in apply()
76 typename default_content_result<Indexable>::type content(Indexable const& b) in content() function
/third_party/typescript/src/testRunner/unittests/tscWatch/
DprogramUpdates.ts7 content: `{}` constant
42 content: JSON.stringify({ constant
58 content: ` constant
104 content: `{ constant
145 content: `/// <reference path="commonFile2.ts"/> constant
166 content: `{ constant
192 content: `{ constant
297 content: `{ constant
330 content: `{ constant
360 content: `{ constant
[all …]
Demit.ts108 content: "export function Foo() { };", constant
113 content: `import {Foo} from "./moduleFile1"; export var y = 10;`, constant
118 content: `import {Foo} from "./moduleFile1"; let z = 10;`, constant
123 content: `export var Foo4 = 10;`, constant
128 content: `interface GlobalFoo { age: number }` constant
132 content: JSON.stringify(configObj || {}) constant
Dincremental.ts113 content: JSON.stringify({ compilerOptions: { incremental: true, module: "amd" } }) constant
125 content: `export const y: string = 20;` constant
217 content: JSON.stringify({ constant
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dlexer_test.cc29 Source::FileContent content(""); in TEST_F() local
36 Source::FileContent content("\t\r\n\t ident\t\n\t \r "); in TEST_F() local
52 Source::FileContent content(R"(//starts with comment in TEST_F() local
79 Source::FileContent content(R"(/* comment in TEST_F() local
96 Source::FileContent content(R"(/* comment in TEST_F() local
116 Source::FileContent content(R"( in TEST_F() local
142 Source::FileContent content(params.input); in TEST_P() local
220 Source::FileContent content(GetParam()); in TEST_P() local
262 Source::FileContent content(GetParam()); in TEST_P() local
288 Source::FileContent content("_"); in TEST_F() local
[all …]
/third_party/typescript/src/testRunner/unittests/config/
DtsconfigParsing.ts263 const content = `{ constant
286 const content = `{ constant
297 const content = `{ constant
309 const content = `{ constant
321 const content = `{ constant
332 const content = `{ constant
346 const content = `{ constant
358 const content = `{ constant
/third_party/libexif/libexif/
Dexif-content.c46 ExifContent *content = exif_content_new_mem (mem); in exif_content_new() local
56 ExifContent *content; in exif_content_new_mem() local
79 exif_content_ref (ExifContent *content) in exif_content_ref()
88 exif_content_unref (ExifContent *content) in exif_content_unref()
99 exif_content_free (ExifContent *content) in exif_content_free()
120 exif_content_dump (ExifContent *content, unsigned int indent) in exif_content_dump()
202 exif_content_get_entry (ExifContent *content, ExifTag tag) in exif_content_get_entry()
216 exif_content_foreach_entry (ExifContent *content, in exif_content_foreach_entry()
229 exif_content_log (ExifContent *content, ExifLog *log) in exif_content_log()
/third_party/skia/src/pdf/
DSkPDFUtils.cpp61 void SkPDFUtils::MoveTo(SkScalar x, SkScalar y, SkWStream* content) { in MoveTo()
68 void SkPDFUtils::AppendLine(SkScalar x, SkScalar y, SkWStream* content) { in AppendLine()
77 SkScalar dstX, SkScalar dstY, SkWStream* content) { in append_cubic()
97 static void append_quad(const SkPoint quad[], SkWStream* content) { in append_quad()
104 void SkPDFUtils::AppendRectangle(const SkRect& rect, SkWStream* content) { in AppendRectangle()
119 bool doConsumeDegerates, SkWStream* content, in EmitPath()
213 void SkPDFUtils::ClosePath(SkWStream* content) { in ClosePath()
217 void SkPDFUtils::PaintPath(SkPaint::Style style, SkPathFillType fill, SkWStream* content) { in PaintPath()
236 void SkPDFUtils::StrokePath(SkWStream* content) { in StrokePath()
240 void SkPDFUtils::ApplyGraphicState(int objectIndex, SkWStream* content) { in ApplyGraphicState()
[all …]
/third_party/flutter/skia/src/pdf/
DSkPDFUtils.cpp60 void SkPDFUtils::MoveTo(SkScalar x, SkScalar y, SkWStream* content) { in MoveTo()
67 void SkPDFUtils::AppendLine(SkScalar x, SkScalar y, SkWStream* content) { in AppendLine()
76 SkScalar dstX, SkScalar dstY, SkWStream* content) { in append_cubic()
96 static void append_quad(const SkPoint quad[], SkWStream* content) { in append_quad()
103 void SkPDFUtils::AppendRectangle(const SkRect& rect, SkWStream* content) { in AppendRectangle()
118 bool doConsumeDegerates, SkWStream* content, in EmitPath()
212 void SkPDFUtils::ClosePath(SkWStream* content) { in ClosePath()
217 SkWStream* content) { in PaintPath()
236 void SkPDFUtils::StrokePath(SkWStream* content) { in StrokePath()
241 void SkPDFUtils::ApplyGraphicState(int objectIndex, SkWStream* content) { in ApplyGraphicState()
[all …]
/third_party/cef/libcef/browser/devtools/
Ddevtools_file_manager.cc31 void WriteToFile(const base::FilePath& path, const std::string& content) { in WriteToFile()
36 void AppendToFile(const base::FilePath& path, const std::string& content) { in AppendToFile()
53 const std::string& content, in SaveToFile()
63 const std::string& content) { in AppendToFile()
70 const std::string& content, in Save()
126 const std::string& content, in SaveAsDialogDismissed()
139 const std::string& content, in SaveAsFileSelected()
169 const std::string& content, in Append()
/third_party/boost/libs/histogram/tools/
Dadd_boilerplate.py26 content = f.read() variable
28 content = copyright + content variable
50 content = "\n".join(lines) variable
/third_party/node/test/parallel/
Dtest-fs-write-file-sync.js47 const content = fs.readFileSync(file, { encoding: 'utf8' }); constant
57 const content = fs.readFileSync(file, { encoding: 'utf8' }); constant
85 const content = fs.readFileSync(file, { encoding: 'utf8' }); constant
101 const content = fs.readFileSync(file, { encoding: 'utf8' }); constant
115 const content = fs.readFileSync(file, { encoding: 'utf8' }); constant
/third_party/node/deps/npm/node_modules/pacote/lib/util/
Dread-json.js3 module.exports = function (content) { argument
5 function stripBOM (content) { argument
/third_party/typescript/src/testRunner/unittests/tsserver/events/
DprojectLoading.ts54 content: "export class B {}" constant
58 content: "{}" constant
78 content: "export class B {}" constant
82 content: JSON.stringify({ constant
118 content: `import {A} from "../a/a"; new A();` constant
122 content: JSON.stringify({ constant
/third_party/node/deps/npm/lib/utils/
Dparse-json.js7 parseJSON.noExceptions = function (content) { argument
16 function stripBOM (content) { argument
/third_party/typescript/tests/baselines/reference/
DjsxNamespaceReexports.js16 const content = <my-element/>; constant
33 var content = MyLib.createElement("my-element", null); variable
/third_party/nghttp2/doc/
Dmkapiref.py33 def __init__(self, name, content, domain, filename): argument
48 def __init__(self, name, content, members, member_domain): argument
69 def __init__(self, name, content, members): argument
89 def __init__(self, name, content): argument
100 def __init__(self, content): argument
112 def __init__(self, name, content): argument
307 def transform_content(content): argument
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo_linux.cpp23 bool ReadWholeFile(const char *filename, std::string *content) in ReadWholeFile()
40 std::string content; in GetAMDBrahmaDriverVersion() local
50 std::string content; in GetAMDCatalystDriverVersion() local
/third_party/flutter/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo_linux.cpp23 bool ReadWholeFile(const char *filename, std::string *content) in ReadWholeFile()
40 std::string content; in GetAMDBrahmaDriverVersion() local
50 std::string content; in GetAMDCatalystDriverVersion() local
/third_party/flutter/skia/src/core/
DSkDocument.cpp19 const SkRect* content) { in trim()
32 const SkRect* content) { in beginPage()
/third_party/skia/src/core/
DSkDocument.cpp19 const SkRect* content) { in trim()
32 const SkRect* content) { in beginPage()
/third_party/boost/libs/program_options/test/
Dunrecognized_test.cpp34 string content = "prg --input input.txt --optimization 4 --opt option"; in test_unrecognize_cmdline() local
61 string content = in test_unrecognize_config() local
/third_party/cef/tools/
Dcef_api_hash.py131 def __parse_objects(self, content): argument
165 def __parse_string_type(self, content): argument
237 def __write_debug_file(self, filename, content): argument
/third_party/boost/libs/fiber/src/numa/linux/
Dtopology.cpp101 std::set< std::uint32_t > ids_from_line( std::string const& content) { in ids_from_line()
125 std::vector< std::uint32_t > distance_from_line( std::string const& content) { in distance_from_line()
148 std::string content; in topology() local
188 std::string content; in topology() local
/third_party/node/tools/gyp/pylib/gyp/
Deasy_xml.py11 def XmlToString(content, encoding="utf-8", pretty=False): argument
109 def WriteXmlIfChanged(content, path, encoding="utf-8", pretty=False, win32=False): argument

12345678910>>...18