Home
last modified time | relevance | path

Searched refs:assertExists (Results 1 – 25 of 108) sorted by relevance

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/ui/src/controller/
H A Drecord_controller_jsdomtest.ts17 import {assertExists} from '../base/logging';
37 const sources = assertExists(result.dataSources);
38 const srcConfig = assertExists(sources[0].config);
39 const ftraceConfig = assertExists(srcConfig.ftraceConfig);
40 const ftraceEvents = assertExists(ftraceConfig.ftraceEvents);
115 const sources = assertExists(result.dataSources);
117 const traceConfigSource = assertExists(sources[0].config);
140 const sources = assertExists(result.dataSources);
142 const traceConfigSource = assertExists(sources[0].config);
167 const sources = assertExists(result.dataSources);
[all …]
H A Dglobals.ts17 import {assertExists} from '../base/logging';
88 runAgain = assertExists(this._rootController).invoke();
93 assertExists(this._frontend).send<void>('patchState', [patches]);
98 assertExists(this._frontend)
103 return assertExists(this._state);
107 assertExists(this._state);
H A Dtrace_controller.ts17 import {assertExists, assertTrue} from '../base/logging';
104 const engineCfg = assertExists(globals.state.engines[this.engineId]);
132 const engine = assertExists(this.engine);
237 const engineCfg = assertExists(globals.state.engines[this.engineId]);
323 const profile = await assertExists(this.engine).query(query);
333 const engine = assertExists<Engine>(this.engine);
348 const threadRows = await assertExists(this.engine).query(sqlQuery);
363 const engine = assertExists<Engine>(this.engine);
434 const engine = assertExists<Engine>(this.engine);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/ui/src/controller/
H A Drecord_controller_jsdomtest.ts17 import {assertExists} from '../base/logging';
35 const sources = assertExists(result.dataSources);
36 const srcConfig = assertExists(sources[0].config);
37 const ftraceConfig = assertExists(srcConfig.ftraceConfig);
38 const ftraceEvents = assertExists(ftraceConfig.ftraceEvents);
112 const sources = assertExists(result.dataSources);
114 const traceConfigSource = assertExists(sources[0].config);
117 const traceConfig = assertExists(chromeConfig.traceConfig);
137 const sources = assertExists(result.dataSources);
139 const traceConfigSource = assertExists(sources[0].config);
[all …]
H A Dglobals.ts17 import {assertExists} from '../base/logging';
86 runAgain = assertExists(this._rootController).invoke();
91 assertExists(this._frontend).send<void>('patchState', [patches]);
96 assertExists(this._frontend)
101 return assertExists(this._state);
105 assertExists(this._state);
H A Dtrace_stream.ts16 import {assertExists, assertTrue} from '../base/logging';
48 const res = assertExists(this.reader.result) as ArrayBuffer;
49 const pendingRead = assertExists(this.pendingRead);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/ui/src/frontend/
H A Dglobals.ts15 import {assertExists} from '../base/logging';
206 return assertExists(this._state);
210 this._state = assertExists(state);
214 return assertExists(this._dispatch);
222 return assertExists(this._rafScheduler);
226 return assertExists(this._logging);
235 return assertExists(this._overviewStore);
243 return assertExists(this._queryResults);
247 return assertExists(this._threadMap);
251 return assertExists(this._sliceDetails);
[all …]
H A Dpanel_container.ts17 import {assertExists, assertTrue} from '../base/logging';
200 this.scrollTop = assertExists(vnodeDom.dom.parentElement).scrollTop;
255 const ctx = assertExists(this.ctx);
256 const canvas = assertExists(ctx.canvas);
275 const canvas = assertExists(assertExists(this.ctx).canvas);
288 const clientRect = assertExists(dom.parentElement).getBoundingClientRect();
335 const panels = assertExists(this.attrs).panels;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/ui/src/frontend/
H A Dglobals.ts15 import {assertExists} from '../base/logging';
145 return assertExists(this._state);
149 this._state = assertExists(state);
153 return assertExists(this._dispatch);
161 return assertExists(this._rafScheduler);
170 return assertExists(this._overviewStore);
174 return assertExists(this._trackDataStore);
178 return assertExists(this._queryResults);
182 return assertExists(this._threadMap);
186 return assertExists(this._sliceDetails);
[all …]
H A Dpanel_container.ts18 import {assertExists, assertTrue} from '../base/logging';
197 this.scrollTop = assertExists(vnodeDom.dom.parentElement).scrollTop;
250 const ctx = assertExists(this.ctx);
251 const canvas = assertExists(ctx.canvas);
270 const canvas = assertExists(assertExists(this.ctx).canvas);
283 const clientRect = assertExists(dom.parentElement).getBoundingClientRect();
330 const panels = assertExists(this.attrs).panels;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/core/
H A DFileUtilsTest.java128 assertExists("1.3", archive, "a.txt"); in testZipRootPathComputer()
139 assertExists("2.3", archive, "a.txt"); in testZipRootPathComputer()
140 assertExists("2.4", archive, "b/b.txt"); in testZipRootPathComputer()
141 assertExists("2.5", archive, "b/"); in testZipRootPathComputer()
164 assertExists("2.3", archive, "a.txt"); in testZipDynamicPathComputer()
165 assertExists("2.4", archive, "b.txt"); in testZipDynamicPathComputer()
176 assertExists("3.3.1", archive, "a2/"); in testZipDynamicPathComputer()
177 assertExists("3.4", archive, "b/b.txt"); in testZipDynamicPathComputer()
178 assertExists("3.4.1", archive, "b/"); in testZipDynamicPathComputer()
214 assertExists("1.3", archive, "a.txt"); in testZipParentPrefixComputer()
[all …]
/dports/devel/hs-shake/shake-0.19.6/src/Test/
H A DNinja.hs38 assertExists "out1.txt"
41 assertExists "out2.2"
45 assertExists "out2.1"
60 assertExists "out.txt"
61 assertExists "out2.txt"
64 assertExists "output file"
113 assertExists "continuations.txt"
117 assertExists "restart.txt"
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/shake-0.19.4/src/Test/
H A DNinja.hs38 assertExists "out1.txt"
41 assertExists "out2.2"
45 assertExists "out2.1"
60 assertExists "out.txt"
61 assertExists "out2.txt"
64 assertExists "output file"
113 assertExists "continuations.txt"
117 assertExists "restart.txt"
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/shake-0.19.4/src/Test/
H A DNinja.hs38 assertExists "out1.txt"
41 assertExists "out2.2"
45 assertExists "out2.1"
60 assertExists "out.txt"
61 assertExists "out2.txt"
64 assertExists "output file"
113 assertExists "continuations.txt"
117 assertExists "restart.txt"
/dports/www/firefox-legacy/firefox-52.8.0esr/python/mozbuild/mozbuild/test/backend/
H A Dtest_android_eclipse.py25 def assertExists(self, *args): member in TestAndroidEclipseBackend
41 self.assertExists('library1', f)
52 self.assertExists('main1', f)
57 self.assertExists('library1', 'AndroidManifest.xml')
62 self.assertExists('main3', '.classpath')
75 self.assertExists('library1', 'project.properties')
81 self.assertExists('main1', 'project.properties')
90 self.assertExists('main4', '.classpath')
100 self.assertExists('main2', '.classpath')
110 self.assertExists('main4', 'project.properties')
/dports/devel/arcanist/arcanist-b2e715f/src/filesystem/
H A DFilesystem.php37 self::assertExists($path);
59 self::assertExists($dir);
221 self::assertExists($path);
229 self::assertExists($dir);
267 self::assertExists($from);
317 self::assertExists($old);
372 self::assertExists($path);
393 self::assertExists($path);
610 self::assertExists($path);
705 self::assertExists($dir);
[all …]
/dports/devel/arcanist-lib/arcanist-b2e715f/src/filesystem/
H A DFilesystem.php37 self::assertExists($path);
59 self::assertExists($dir);
221 self::assertExists($path);
229 self::assertExists($dir);
267 self::assertExists($from);
317 self::assertExists($old);
372 self::assertExists($path);
393 self::assertExists($path);
610 self::assertExists($path);
705 self::assertExists($dir);
[all …]
/dports/audio/beets/beets-1.4.9/test/
H A Dtest_files.py61 self.assertExists(self.dest)
74 self.assertExists(old_path)
83 self.assertExists(self.dest)
87 self.assertExists(self.path)
131 self.assertExists(self.dest)
303 self.assertExists(newart)
408 self.assertExists(artpath)
447 self.assertExists(parent)
455 self.assertExists(parent)
466 self.assertExists(path)
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/commands/
H A DJavaElementReferenceConverter.java79 assertExists(javaModel); in convertToObject()
82 assertExists(javaProject); in convertToObject()
98 assertExists(type); in convertToObject()
109 assertExists(field); in convertToObject()
122 assertExists(method); in convertToObject()
148 private void assertExists(IJavaElement javaElement) throws ParameterValueConversionException { in assertExists() method in JavaElementReferenceConverter
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-openstack/src/test/java/org/apache/hadoop/fs/swift/
H A DTestSwiftFileSystemExtendedContract.java62 assertExists("created file", f); in testCreateFile()
73 assertExists("created file", f); in testWriteReadFile()
125 assertExists("Original upper case file" + upper, upper); in testFilesystemIsCaseSensitive()
133 assertExists("lower case file", lower); in testFilesystemIsCaseSensitive()
135 assertExists("Original upper case file " + upper, upper); in testFilesystemIsCaseSensitive()
H A DTestSwiftFileSystemPartitionedUploads.java352 assertExists("Exists", path); in testOverwritePartitionedFile()
379 assertExists("Exists", path); in testDeleteSmallPartitionedFile()
384 assertExists("Partition 0001 Exists in " + ls, part_0001); in testDeleteSmallPartitionedFile()
386 assertExists("Partition 0002 Exists in " + ls, part_0001); in testDeleteSmallPartitionedFile()
398 assertExists("Exists", path); in testDeletePartitionedFile()
403 assertExists("Partition 0001 Exists in " + ls, part_0001); in testDeletePartitionedFile()
404 assertExists("Partition 0002 Exists in " + ls, part_0001); in testDeletePartitionedFile()
419 assertExists("Exists", src); in testRenamePartitionedFile()
425 assertExists("Partition Exists", srcPart); in testRenamePartitionedFile()
H A DTestSwiftFileSystemRename.java121 assertExists("new dir", path("/test/new/newdir/dir")); in testRenameDirectoryIntoExistingDirectory()
122 assertExists("Renamed nested file1", path("/test/new/newdir/dir/file1")); in testRenameDirectoryIntoExistingDirectory()
125 assertExists("Renamed nested subdir", in testRenameDirectoryIntoExistingDirectory()
127 assertExists("file under subdir", in testRenameDirectoryIntoExistingDirectory()
229 assertExists("Source directory has been deleted ", testdir); in testMoveDirUnderParent()
/dports/www/gohugo/hugo-0.91.2/hugolib/
H A Dmount_filters_test.go102 assertExists := func(name string, shouldExist bool) {
107 assertExists("public/a/b/p1/index.html", true)
108 assertExists("public/a/c/p2/index.html", false)
/dports/www/gohugo/hugo-0.91.2/hugofs/
H A Dfilename_filter_fs_test.go51 assertExists := func(filename string, shouldExist bool) {
68 assertExists("/a/my1.txt", true)
69 assertExists("/b/my1.txt", false)
/dports/security/keybase/client-v5.7.1/go/libkb/
H A Dsecret_store_file_test.go163 func assertExists(t *testing.T, path string) { func
183 assertExists(t, filepath.Join(td, "alice.ss"))
186 assertExists(t, filepath.Join(td, "bob.ss"))
197 assertExists(t, filepath.Join(td, "alice.ss2"))
198 assertExists(t, filepath.Join(td, "alice.ns2"))
205 assertExists(t, filepath.Join(td, "bob.ss"))

12345