Home
last modified time | relevance | path

Searched full:contents (Results 1 – 25 of 5229) sorted by relevance

12345678910>>...210

/third_party/node/test/fixtures/wpt/FileAPI/blob/
DBlob-slice.any.js66 [{start: -6, contents: "STRING"}, property
67 {start: -12, contents: "PASSSTRING"}, property
68 {start: 4, contents: "STRING"}, property
69 {start: 12, contents: ""}, property
70 {start: 0, end: -6, contents: "PASS"}, property
71 {start: 0, end: -12, contents: ""}, property
72 {start: 0, end: 4, contents: "PASS"}, property
73 {start: 0, end: 12, contents: "PASSSTRING"}, property
74 {start: 7, end: 4, contents: ""}] property
80 [{start: 0, end: 9, contents: "foobarbaz"}, property
[all …]
DBlob-slice.html72 [{start: -6, contents: "STRING"},
73 {start: -12, contents: "PASSSTRING"},
74 {start: 4, contents: "STRING"},
75 {start: 12, contents: ""},
76 {start: 0, end: -6, contents: "PASS"},
77 {start: 0, end: -12, contents: ""},
78 {start: 0, end: 4, contents: "PASS"},
79 {start: 0, end: 12, contents: "PASSSTRING"},
80 {start: 7, end: 4, contents: ""}]
86 [{start: 0, end: 9, contents: "foobarbaz"},
[all …]
/third_party/node/deps/zlib/google/
Dzip_reader_unittest.cc241 // Iterate through the contents in the test ZIP archive, and compare that the
242 // contents collected from the ZipReader matches the expected contents.
263 // contents, and compare that they match the expected contents.
412 std::string contents = "dummy"; in TEST_F() local
413 EXPECT_TRUE(reader.ExtractCurrentEntryToString(&contents)); in TEST_F()
414 EXPECT_EQ("This is not encrypted.\n", contents); in TEST_F()
428 std::string contents = "dummy"; in TEST_F() local
429 EXPECT_FALSE(reader.ExtractCurrentEntryToString(&contents)); in TEST_F()
447 std::string contents = "dummy"; in TEST_F() local
448 EXPECT_TRUE(reader.ExtractCurrentEntryToString(&contents)); in TEST_F()
[all …]
/third_party/node/deps/v8/third_party/zlib/google/
Dzip_reader_unittest.cc239 // Iterate through the contents in the test ZIP archive, and compare that the
240 // contents collected from the ZipReader matches the expected contents.
261 // contents, and compare that they match the expected contents.
426 std::string contents = "dummy"; in TEST_F() local
427 EXPECT_TRUE(reader.ExtractCurrentEntryToString(&contents)); in TEST_F()
428 EXPECT_EQ("This is not encrypted.\n", contents); in TEST_F()
442 std::string contents = "dummy"; in TEST_F() local
443 EXPECT_FALSE(reader.ExtractCurrentEntryToString(&contents)); in TEST_F()
461 std::string contents = "dummy"; in TEST_F() local
462 EXPECT_TRUE(reader.ExtractCurrentEntryToString(&contents)); in TEST_F()
[all …]
Dzip_unittest.cc293 // It's a file, check its contents are what we zipped. in TestUnzipFile()
302 << unzipped_entry_path << "' have different contents"; in TestUnzipFile()
374 // Hard-coded contents of a known zip file.
448 std::string contents; in TEST_F() local
450 &contents)); in TEST_F()
451 EXPECT_EQ("This is not encrypted.\n", contents); in TEST_F()
454 test_dir_.AppendASCII("Encrypted ZipCrypto.txt"), &contents)); in TEST_F()
455 EXPECT_EQ("This is encrypted with ZipCrypto.\n", contents); in TEST_F()
468 std::string contents; in TEST_F() local
470 &contents)); in TEST_F()
[all …]
/third_party/glslang/
Dgen_extension_headers.py52 contents = ''
53 contents += '\n'
54 contents += 'std::string getIntrinsic(const char* const* shaders, int n) {\n'
55 contents += '\tstd::string shaderString = "";\n';
57 contents += '\tfor (int i = 0; i < n; i++) {\n'
60 contents += '\t\tif (strstr(shaders[i], "%s") != nullptr) {\n' % (symbol_name)
61 contents += '\t\t shaderString.append(%s_GLSL);\n' % (symbol_name)
62 contents += '\t\t}\n'
64 contents += '\t}\n'
65 contents += '\treturn shaderString;\n';
[all …]
/third_party/vulkan-loader/tests/framework/
Dtest_util.cpp245 contents += in.contents; in operator +=()
249 contents += in; in operator +=()
253 contents += std::string{in}; in operator +=()
257 …if (contents.back() != path_separator && in.contents.front() != path_separator) contents += path_s… in operator /=()
258 contents += in.contents; in operator /=()
262 … if (contents.back() != path_separator && in.front() != path_separator) contents += path_separator; in operator /=()
263 contents += in; in operator /=()
268 …if (contents.back() != path_separator && in_str.front() != path_separator) contents += path_separa… in operator /=()
269 contents += in_str; in operator /=()
273 path new_path = contents; in operator +()
[all …]
/third_party/typescript/src/loggedIO/
DloggedIO.ts3 contents?: string; property
27 contents?: string;
34 contents?: string;
134 file.contents = host.readFile(ts.combinePaths(baseName, file.contentsPath));
140 file.contents = host.readFile(ts.combinePaths(baseName, file.contentsPath));
147 …// `readFile` strips away a BOM (and actually reinerprets the file contents according to the corre…
149 …result.contents = (result.bom || "") + host.readFile(ts.combinePaths(baseName, result.contentsPath…
168 if (file.contents !== undefined) {
170 writeFile(ts.combinePaths(baseTestName, file.contentsPath), file.contents);
171 delete file.contents;
[all …]
/third_party/mbedtls/tests/suites/
Dtest_suite_pkcs7.data173 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #…
197 PKCS7 Parse Failure Invalid ASN1: Change contents of tag a0 to contain one unaccounted extra byte #…
213 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #…
241 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 31 to contain one unaccounted extra byte #…
257 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #…
293 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #…
321 PKCS7 Parse Failure Invalid ASN1: Change contents of tag a0 to contain one unaccounted extra byte #…
337 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #…
353 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #…
369 PKCS7 Parse Failure Invalid ASN1: Change contents of tag a0 to contain one unaccounted extra byte #…
[all …]
/third_party/gn/src/gn/
Dninja_create_bundle_target_writer_unittest.cc20 bundle_data->contents_dir() = SourceDir(bundle_root_dir + "/Contents"); in SetupBundleDataDir()
80 "build bar.bundle/Contents/Resources/input1.txt: copy_bundle_data " in TEST()
82 "build bar.bundle/Contents/Resources/input2.txt: copy_bundle_data " in TEST()
85 "bar.bundle/Contents/Resources/input1.txt " in TEST()
86 "bar.bundle/Contents/Resources/input2.txt" in TEST()
129 "build gen/bar.bundle/Contents/Resources/input1.txt: copy_bundle_data " in TEST()
131 "build gen/bar.bundle/Contents/Resources/input2.txt: copy_bundle_data " in TEST()
134 "gen/bar.bundle/Contents/Resources/input1.txt " in TEST()
135 "gen/bar.bundle/Contents/Resources/input2.txt || " in TEST()
187 SourceFile("//foo/Foo.xcassets/Contents.json")); in TEST()
[all …]
Dmetadata.h32 using Contents = Scope::KeyValueMap;
39 // The contents of this metadata variable.
40 const Contents& contents() const { return contents_; } in contents() function
41 Contents& contents() { return contents_; } in contents() function
42 void set_contents(Contents&& contents) { contents_ = std::move(contents); } in set_contents() argument
64 Contents contents_;
Dmetadata_unittest.cc12 ASSERT_TRUE(metadata.contents().empty()); in TEST()
19 Metadata::Contents contents; in TEST() local
20 contents.insert(std::pair<std::string_view, Value>("a", a_expected)); in TEST()
21 contents.insert(std::pair<std::string_view, Value>("b", b_expected)); in TEST()
23 metadata.set_contents(std::move(contents)); in TEST()
25 ASSERT_EQ(metadata.contents().size(), 2); in TEST()
26 auto a_actual = metadata.contents().find("a"); in TEST()
27 auto b_actual = metadata.contents().find("b"); in TEST()
28 ASSERT_FALSE(a_actual == metadata.contents().end()); in TEST()
29 ASSERT_FALSE(b_actual == metadata.contents().end()); in TEST()
[all …]
/third_party/node/deps/v8/third_party/test262-harness/test/
Dtest_parseTestRecord.py19 contents = f.read()
20 return contents
30 contents = slurpFile(name)
31 record = parseTestRecord(contents, name)
100 contents = slurpFile(name)
101 self.assertTrue('---' in contents)
102 match = matchParts(contents, name)
137 contents = slurpFile(name)
138 self.assertTrue('---' in contents)
139 match = matchParts(contents, name)
[all …]
/third_party/elfutils/doc/
Dreadelf.1253 Display a histogram of bucket list lengths when displaying the contents
289 Displays the contents of the \s-1NOTE\s0 segments and/or sections, if any.
296 Displays the contents of the file's relocation section, if it has one.
303 Displays the contents of the file's dynamic section, if it has one.
310 Displays the contents of the version sections in the file, it they
328 Displays the contents of the indicated section name as a hexadecimal bytes.
335 Displays the contents of the \s-1DWARF\s0 debug sections in the file, if any
347 Displays the contents of the \fB.debug_abbrev\fR section.
353 Displays the contents of the \fB.debug_addr\fR section.
359 Display the raw contents of a \fB.debug_frame\fR section.
[all …]
/third_party/typescript/tests/baselines/reference/
DtsxAttributesHasInferrableIndex.types9 function createElement(name: string, attributes: Attributes | undefined, ...contents: string[]) {
10 >createElement : (name: string, attributes: Attributes | undefined, ...contents: string[]) => string
13 >contents : string[]
23 function Button(attributes: Attributes | undefined, contents: string[]) {
24 >Button : (attributes: Attributes | undefined, contents: string[]) => string
26 >contents : string[]
34 >Button : (attributes: Attributes | undefined, contents: string[]) => string
35 >Button : (attributes: Attributes | undefined, contents: string[]) => string
/third_party/python/Lib/ctypes/test/
Dtest_pointers.py19 # Pointer can't set contents: has no _type_
37 self.assertEqual(res.contents.value, 12345678)
50 self.assertEqual(res.contents.value, 87654)
60 res.contents = x
64 self.assertEqual(res.contents.value, -99)
100 ## print type(p.contents), ct
101 self.assertIs(type(p.contents), ct)
102 # p.contents is the same as p[0]
103 ## print p.contents
104 ## self.assertEqual(p.contents, 42)
[all …]
/third_party/typescript/scripts/types/
Dambient.d.ts7 …export function transform(cb: (contents: string, file: {path: string, relative: string}) => string…
16 declare class File<T extends File.Contents = File.Contents> {
23 contents: T;
40 clone(opts?: { contents?: boolean, deep?: boolean }): this;
44 export interface VinylOptions<T extends Contents = Contents> {
50 contents?: T; property
55 export type Contents = Buffer | NodeJS.ReadableStream | null; alias
/third_party/python/Mac/PythonLauncher/
DMakefile.in43 mkdir "Python Launcher.app/Contents"
44 mkdir "Python Launcher.app/Contents/MacOS"
45 mkdir "Python Launcher.app/Contents/Resources"
46 cp "Python Launcher" "Python Launcher.app/Contents/MacOS"
47 cp Info.plist "Python Launcher.app/Contents"
48 cp $(srcdir)/../Icons/PythonLauncher.icns "Python Launcher.app/Contents/Resources"
49 cp $(srcdir)/../Icons/PythonSource.icns "Python Launcher.app/Contents/Resources"
50 cp $(srcdir)/../Icons/PythonCompiled.icns "Python Launcher.app/Contents/Resources"
51 cp $(srcdir)/factorySettings.plist "Python Launcher.app/Contents/Resources"
52 cp -R $(srcdir)/English.lproj "Python Launcher.app/Contents/Resources"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOperand.h152 /// SmallContents - This really should be part of the Contents union, but
158 unsigned OffsetLo; // Matches Contents.OffsetedInfo.OffsetHi.
165 /// Contents union - This contains the payload for the various operand types.
198 } Contents; variable
205 static_assert(sizeof(Contents) <= 2 * sizeof(void *), in MachineOperand()
206 "Contents should be at most two pointers"); in MachineOperand()
211 "ParentMI, and Contents"); in MachineOperand()
537 return Contents.ImmVal; in getImm()
542 return Contents.CI; in getCImm()
547 return Contents.CFP; in getFPImm()
[all …]
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
Dserializable_test.cc20 explicit SimpleExample(const std::vector<uint8_t>& contents) in SimpleExample() argument
21 : contents_(contents) {} in SimpleExample()
33 std::vector<uint8_t> contents = {1, 2, 3}; in TEST() local
34 SimpleExample foo(contents); in TEST()
35 foo.AppendSerialized(&contents); // Yields contents by appending. in TEST()
36 EXPECT_THAT(contents, testing::ElementsAre(1, 2, 3, 1, 2, 3)); in TEST()
37 // Yields contents by returning. in TEST()
/third_party/openGLES/extensions/APPLE/
DAPPLE_object_purgeable.txt48 contents are no longer needed. In OpenGL, objects such as textures,
51 required to preserve the contents of these objects regardless of
54 contents of objects that are not currently needed to some kind of
72 respecify the object contents, depending on the whether the object
78 contents to be valid.
84 the object contents later on, and so it tells the GL that it is okay
85 if the contents are "undefined" when the storage is re-allocated.
87 Note that in both models, it is possible for the contents to become
126 previous contents of the storage, if they still exist. This
135 it is possible to retain the original contents of the object,
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/
DAPPLE_object_purgeable.txt48 contents are no longer needed. In OpenGL, objects such as textures,
51 required to preserve the contents of these objects regardless of
54 contents of objects that are not currently needed to some kind of
72 respecify the object contents, depending on the whether the object
78 contents to be valid.
84 the object contents later on, and so it tells the GL that it is okay
85 if the contents are "undefined" when the storage is re-allocated.
87 Note that in both models, it is possible for the contents to become
126 previous contents of the storage, if they still exist. This
135 it is possible to retain the original contents of the object,
[all …]
/third_party/skia/third_party/externals/zlib/google/
Dzip_reader_unittest.cc241 // Iterate through the contents in the test zip file, and compare that the
242 // contents collected from the zip reader matches the expected contents.
259 // Open the test zip file from a file descriptor, iterate through its contents,
260 // and compare that they match the expected contents.
489 // sizes from 0 to 7 bytes respectively, being the contents of each file a in TEST_F()
495 std::string contents; in TEST_F() local
507 EXPECT_FALSE(reader.ExtractCurrentEntryToString(i - 1, &contents)); in TEST_F()
512 EXPECT_TRUE(reader.ExtractCurrentEntryToString(i, &contents)); in TEST_F()
513 EXPECT_EQ(base::StringPiece("0123456", i).as_string(), contents); in TEST_F()
517 EXPECT_TRUE(reader.ExtractCurrentEntryToString(16, &contents)); in TEST_F()
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_discard_framebuffer.txt45 causes the contents of the named framebuffer attachable images to become
46 undefined. The contents of the specified buffers are undefined until a
53 existing contents of one or more of the logical buffers (color, depth,
55 buffers are likewise stored back to external memory so their contents can
62 of framebuffer contents prior to rendering the frame. With this extension,
64 contents will no longer be needed. In this case an OpenGL ES
66 contents after rendering the frame.
91 c) The contents of the specified attachments become undefined
128 "4.5 Discarding Framebuffer Contents
131 particular buffer, effectively leaving its contents undefined. The
[all …]
/third_party/openGLES/extensions/EXT/
DEXT_discard_framebuffer.txt45 causes the contents of the named framebuffer attachable images to become
46 undefined. The contents of the specified buffers are undefined until a
53 existing contents of one or more of the logical buffers (color, depth,
55 buffers are likewise stored back to external memory so their contents can
62 of framebuffer contents prior to rendering the frame. With this extension,
64 contents will no longer be needed. In this case an OpenGL ES
66 contents after rendering the frame.
91 c) The contents of the specified attachments become undefined
128 "4.5 Discarding Framebuffer Contents
131 particular buffer, effectively leaving its contents undefined. The
[all …]

12345678910>>...210