Home
last modified time | relevance | path

Searched refs:Page (Results 1 – 25 of 416) sorted by relevance

12345678910>>...17

/third_party/flutter/flutter/packages/flutter/test/cupertino/
Dpage_test.dart17 return Center(child: Text('Page $pageNumber'));
24 final Offset widget1InitialTopLeft = tester.getTopLeft(find.text('Page 1'));
31 Offset widget1TransientTopLeft = tester.getTopLeft(find.text('Page 1'));
32 Offset widget2TopLeft = tester.getTopLeft(find.text('Page 2'));
34 // Page 1 is moving to the left.
36 // Page 1 isn't moving vertically.
40 // Page 2 is coming in from the right.
48 // Page 2 covers page 1.
49 expect(find.text('Page 1'), findsNothing);
50 expect(find.text('Page 2'), isOnstage);
[all …]
Dnav_bar_transition_test.dart128 await startTransitionBetween(tester, fromTitle: 'Page 1');
135 expect(flying(tester, find.text('Page 1')), findsNWidgets(2));
140 tester.getTopLeft(flying(tester, find.text('Page 1')).first),
144 tester.getTopLeft(flying(tester, find.text('Page 1')).last),
152 fromTitle: 'Page 1',
158 expect(flying(tester, find.text('Page 1')), findsNWidgets(2));
161 tester.getTopLeft(flying(tester, find.text('Page 1')).first),
165 tester.getTopLeft(flying(tester, find.text('Page 1')).last),
171 await startTransitionBetween(tester, fromTitle: 'Page 1');
178 tester.renderObject(flying(tester, find.text('Page 1')).first);
[all …]
Dscaffold_test.dart269 middle: Text('Page 1 of tab $index'),
280 middle: Text('Page 2 of tab $index'),
305 expect(find.text('Page 1 of tab 1'), findsOneWidget);
306 expect(find.text('Page 1 of tab 2'), findsNothing); // Lazy building so not built yet.
311 expect(find.text('Page 1 of tab 1'), findsNothing); // It's offstage now.
312 expect(find.text('Page 1 of tab 1', skipOffstage: false), findsOneWidget);
313 expect(find.text('Page 1 of tab 2'), findsOneWidget);
320 expect(find.text('Page 2 of tab 2'), isOnstage);
321 expect(find.text('Page 1 of tab 1', skipOffstage: false), isOffstage);
327 expect(find.text('Page 1 of tab 1'), isOnstage);
[all …]
/third_party/flutter/flutter/packages/flutter/test/material/
Dpage_test.dart16 home: const Material(child: Text('Page 1')),
19 return const Material(child: Text('Page 2'));
25 final Offset widget1TopLeft = tester.getTopLeft(find.text('Page 1'));
32 tester.element(find.text('Page 2')).ancestorWidgetOfExactType(FadeTransition);
33 Offset widget2TopLeft = tester.getTopLeft(find.text('Page 2'));
34 final Size widget2Size = tester.getSize(find.text('Page 2'));
38 // Page 1 is above page 2 mid-transition.
47 // Page 2 covers page 1.
48 expect(find.text('Page 1'), findsNothing);
49 expect(find.text('Page 2'), isOnstage);
[all …]
/third_party/alsa-lib/doc/
Dindex.doxygen37 - Page \subpage control explains the primitive controls API.
38 - Page \subpage control_plugins explains the design of primitive control plugins.
39 - Page \subpage hcontrol explains the high-level primitive controls API.
40 - Page \subpage mixer explains the mixer controls API.
41 - Page \subpage pcm explains the design of the PCM (digital audio) API.
42 - Page \subpage pcm_plugins explains the design of PCM (digital audio) plugins.
43 - Page \subpage pcm_external_plugins explains the external PCM plugin SDK.
44 - Page \subpage ctl_external_plugins explains the external control plugin SDK.
45 - Page \subpage rawmidi explains the design of the RawMidi API.
46 - Page \subpage timer explains the design of the Timer API.
[all …]
/third_party/glib/glib/
Dgunibreak.c25 #define TPROP_PART1(Page, Char) \ argument
26 ((break_property_table_part1[Page] >= G_UNICODE_MAX_TABLE_INDEX) \
27 ? (break_property_table_part1[Page] - G_UNICODE_MAX_TABLE_INDEX) \
28 : (break_property_data[break_property_table_part1[Page]][Char]))
30 #define TPROP_PART2(Page, Char) \ argument
31 ((break_property_table_part2[Page] >= G_UNICODE_MAX_TABLE_INDEX) \
32 ? (break_property_table_part2[Page] - G_UNICODE_MAX_TABLE_INDEX) \
33 : (break_property_data[break_property_table_part2[Page]][Char]))
Dgunidecomp.c68 #define CC_PART1(Page, Char) \ argument
69 ((combining_class_table_part1[Page] >= G_UNICODE_MAX_TABLE_INDEX) \
70 ? (combining_class_table_part1[Page] - G_UNICODE_MAX_TABLE_INDEX) \
71 : (cclass_data[combining_class_table_part1[Page]][Char]))
73 #define CC_PART2(Page, Char) \ argument
74 ((combining_class_table_part2[Page] >= G_UNICODE_MAX_TABLE_INDEX) \
75 ? (combining_class_table_part2[Page] - G_UNICODE_MAX_TABLE_INDEX) \
76 : (cclass_data[combining_class_table_part2[Page]][Char]))
311 #define CI(Page, Char) \ argument
312 ((compose_table[Page] >= G_UNICODE_MAX_TABLE_INDEX) \
[all …]
/third_party/typescript/tests/baselines/reference/
DcontrolFlowForCatchAndFinally.types2 type Page = {close(): Promise<void>; content(): Promise<string>};
3 >Page : Page
14 declare function test2(obj: Browser): Promise<Page>;
15 >test2 : (obj: Browser) => Promise<Page>
25 let page: Page | undefined = undefined;
26 >page : Page | undefined
38 >page = await test2(browser) : Page
39 >page : Page | undefined
40 >await test2(browser) : Page
41 >test2(browser) : Promise<Page>
[all …]
DcontrolFlowForCatchAndFinally.symbols2 type Page = {close(): Promise<void>; content(): Promise<string>};
3 >Page : Symbol(Page, Decl(controlFlowForCatchAndFinally.ts, 0, 0))
19 declare function test2(obj: Browser): Promise<Page>;
24 >Page : Symbol(Page, Decl(controlFlowForCatchAndFinally.ts, 0, 0))
35 let page: Page | undefined = undefined;
37 >Page : Symbol(Page, Decl(controlFlowForCatchAndFinally.ts, 0, 0))
/third_party/jsframework/runtime/main/page/api/
Dmisc.ts36 import Page from '../index';
43 export function destroy(page: Page): void {
70 export function fireEvent(page: Page, ref?: any, type?: any, e?: object, domChanges?: boolean, ...a…
100 export function callback(page: Page, callbackId?: number, data?: object, ifKeepAlive?: boolean): an…
115 export function fireEventSync(page: Page, ...args: any[]): any {
144 export function updateActions(page: Page): void {
154 export function callTasks(page: Page, tasks: any): any {
/third_party/jsframework/runtime/main/page/
Dindex.ts16 import Page from './Page';
21 Object.freeze(Page);
22 Object.freeze(Page.prototype);
24 export default Page;
Dregister.ts30 import Page from './index';
104 export function requireModule(app: Page | Function, name: string): object {
148 function bind(app: Page | Function, target: object, methods: object, moduleName: string, needPromis…
165 const appInstance: Page = typeof app === 'function' ? app() : app;
216 export function registerCustomComponent(app: Page, name: string, def: object): any {
/third_party/jsframework/runtime/main/app/
Dmap.ts20 import Page from '../page/index';
26 public _map: Page[];
32 public unshift(instance: Page) {
43 public push(instance: Page) {
54 public remove(instance: Page) {
Dindex.ts26 import Page from '../page/index';
90 export function appCreate(page: Page, options: Options, data: object, services: Services): void {
99 const appPage: Page = new Page(options.appInstanceId, options, packageName, data);
195 const appPage: Page = pageMap[app.appInstanceId];
Dbundle.ts37 import Page from '../page/index';
51 export const defineFn = function(page: Page, packageName: string, name?: string, ...args: any[] | n…
60 const appFunction = (): Page => {
95 export function bootstrap(page: Page, packageName: string, name: string, config: any, data: any): a…
171 export function genTimerAPI(page: Page): object {
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/include/
Dshard_writer.h145 … std::vector<std::pair<int, int>> &rows_in_group, const std::shared_ptr<Page> &last_raw_page,
146 const std::shared_ptr<Page> &last_blob_page);
151 const std::shared_ptr<Page> &last_blob_page);
156 const std::shared_ptr<Page> &last_blob_page);
160 std::shared_ptr<Page> &last_raw_page);
164 … std::shared_ptr<Page> &last_raw_page, const std::vector<std::vector<uint8_t>> &bin_raw_data);
167 Status EmptyRawPage(const int &shard_id, std::shared_ptr<Page> &last_raw_page);
171 int &last_row_groupId, std::shared_ptr<Page> last_raw_page,
192 Status SetLastRawPage(const int &shard_id, std::shared_ptr<Page> &last_raw_page);
195 Status SetLastBlobPage(const int &shard_id, std::shared_ptr<Page> &last_blob_page);
/third_party/jsframework/runtime/main/page/entry/
Dbundle.ts36 import Page from '../index';
45 export const defineFn = function(page: Page, name?: string, ...args: any[] | null): void {
57 const appFunction = (): Page => {
64 const appPage: Page = pageMap.getTop(packageName);
88 export function bootstrap(page: Page, name: string, data: any): any {
/third_party/jsframework/runtime/main/manage/instance/
Dlife.ts24 import Page from '../../page';
44 let page: Page = pageMap[id];
47 page = new Page(id, options, options.packageName, data);
69 const page: Page = pageMap[id];
/third_party/skia/tools/skp/
Dpage_set_template12 class Skia{{ user_agent|capitalize }}Page(page_module.Page):
15 super(Skia{{ user_agent|capitalize }}Page, self).__init__(
40 self.AddStory(Skia{{ user_agent|capitalize }}Page(url, self))
/third_party/flutter/skia/tools/skp/
Dpage_set_template12 class Skia{{ user_agent|capitalize }}Page(page_module.Page):
15 super(Skia{{ user_agent|capitalize }}Page, self).__init__(
40 self.AddStory(Skia{{ user_agent|capitalize }}Page(url, self))
/third_party/typescript/tests/cases/compiler/
DcontrolFlowForCatchAndFinally.ts3 type Page = {close(): Promise<void>; content(): Promise<string>}; alias
6 declare function test2(obj: Browser): Promise<Page>;
9 let page: Page | undefined = undefined;
/third_party/mindspore/tests/ut/cpp/mindrecord/
Dut_shard_page_test.cc58 Page page = in TEST_F()
59Page(kGoldenPageId, kGoldenShardId, kGoldenType, kGoldenTypeId, kGoldenStart, kGoldenEnd, golden_r… in TEST_F()
87 Page page = in TEST_F()
88Page(kGoldenPageId, kGoldenShardId, kGoldenType, kGoldenTypeId, kGoldenStart, kGoldenEnd, golden_r… in TEST_F()
141 Page page = in TEST_F()
142Page(kGoldenPageId, kGoldenShardId, kGoldenType, kGoldenTypeId, kGoldenStart, kGoldenEnd, golden_r… in TEST_F()
/third_party/ffmpeg/libavformat/
Danm.c31 typedef struct Page { struct
35 } Page; argument
42 Page pt[MAX_PAGES]; /**< page table */
71 const Page *p = &anm->pt[i]; in find_record()
145 Page *p = &anm->pt[i]; in read_header()
170 Page *p; in read_packet()
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/
Dbg_bg_Latn_BGN.txt18 # The Bulgarian Alphabet as defined by the BGN (Page 15):
105 # BGN Page 16 Note 4
139 # Implied rule from BGN Russian-Latin transliteration (Page 94 Note 3.6).
166 # BGN Page 16 Note 1
184 # End BGN Page 16 Note 1
198 # BGN Page 16 Note 2
211 # End BGN Page 16 Note 2
217 # BGN Page 16 Note 3
240 # End BGN Page 16 Note 3
/third_party/icu/icu4c/source/data/translit/
Dbg_bg_Latn_BGN.txt19 # The Bulgarian Alphabet as defined by the BGN (Page 15):
106 # BGN Page 16 Note 4
140 # Implied rule from BGN Russian-Latin transliteration (Page 94 Note 3.6).
167 # BGN Page 16 Note 1
185 # End BGN Page 16 Note 1
199 # BGN Page 16 Note 2
212 # End BGN Page 16 Note 2
218 # BGN Page 16 Note 3
241 # End BGN Page 16 Note 3

12345678910>>...17