Home
last modified time | relevance | path

Searched full:app (Results 1 – 25 of 2806) sorted by relevance

12345678910>>...113

/third_party/typescript/tests/baselines/reference/
DtypeFromPropertyAssignment10.types8 Outer.app = Outer.app || {};
9 >Outer.app = Outer.app || {} : typeof Outer.app
10 >Outer.app : typeof Outer.app
12 >app : typeof Outer.app
13 >Outer.app || {} : {}
14 >Outer.app : typeof Outer.app
16 >app : typeof Outer.app
20 Outer.app.SomeView = (function () {
21 >Outer.app.SomeView = (function () { var SomeView = function() { var me = this; } r…
22 >Outer.app.SomeView : () => void
[all …]
DtypeFromPropertyAssignment10_1.types8 Outer.app = Outer.app ?? {};
9 >Outer.app = Outer.app ?? {} : typeof Outer.app
10 >Outer.app : typeof Outer.app
12 >app : typeof Outer.app
13 >Outer.app ?? {} : {}
14 >Outer.app : typeof Outer.app
16 >app : typeof Outer.app
20 Outer.app.SomeView = (function () {
21 >Outer.app.SomeView = (function () { var SomeView = function() { var me = this; } r…
22 >Outer.app.SomeView : () => void
[all …]
DtypeFromPropertyAssignment8_1.types8 my.app = my.app ?? {};
9 >my.app = my.app ?? {} : typeof my.app
10 >my.app : typeof my.app
12 >app : typeof my.app
13 >my.app ?? {} : {}
14 >my.app : typeof my.app
16 >app : typeof my.app
19 my.app.Application = (function () {
20 >my.app.Application = (function () {var Application = function () { //...};return Application;})…
21 >my.app.Application : () => void
[all …]
DtypeFromPropertyAssignment8.types8 my.app = my.app || {};
9 >my.app = my.app || {} : typeof my.app
10 >my.app : typeof my.app
12 >app : typeof my.app
13 >my.app || {} : {}
14 >my.app : typeof my.app
16 >app : typeof my.app
19 my.app.Application = (function () {
20 >my.app.Application = (function () {var Application = function () { //...};return Application;})…
21 >my.app.Application : () => void
[all …]
DmoduleResolutionWithSymlinks_preserveSymlinks.trace.json2 …"======== Resolving type reference directive 'linked', containing file '/app/app.ts', root directo…
4 "Looking up in 'node_modules' folder, initial location '/app'.",
5 "File '/app/node_modules/linked/package.json' does not exist.",
6 "File '/app/node_modules/linked.d.ts' does not exist.",
7 "File '/app/node_modules/linked/index.d.ts' exist - use it as a name resolution result.",
8 …"======== Type reference directive 'linked' was successfully resolved to '/app/node_modules/linked…
9 "======== Resolving module 'real' from '/app/node_modules/linked/index.d.ts'. ========",
12 "Directory '/app/node_modules/linked/node_modules' does not exist, skipping all lookups in it.",
13 "File '/app/node_modules/real/package.json' does not exist.",
14 "File '/app/node_modules/real.ts' does not exist.",
[all …]
DtypeFromPropertyAssignment8_1.symbols6 my.app = my.app ?? {};
7 >my.app : Symbol(my.app, Decl(a.js, 0, 18), Decl(a.js, 3, 3))
9 >app : Symbol(my.app, Decl(a.js, 0, 18), Decl(a.js, 3, 3))
10 >my.app : Symbol(my.app, Decl(a.js, 0, 18), Decl(a.js, 3, 3))
12 >app : Symbol(my.app, Decl(a.js, 0, 18), Decl(a.js, 3, 3))
14 my.app.Application = (function () {
15 >my.app.Application : Symbol(my.app.Application, Decl(a.js, 1, 22))
16 >my.app : Symbol(my.app, Decl(a.js, 0, 18), Decl(a.js, 3, 3))
18 >app : Symbol(my.app, Decl(a.js, 0, 18), Decl(a.js, 3, 3))
19 >Application : Symbol(my.app.Application, Decl(a.js, 1, 22))
[all …]
DtypeFromPropertyAssignment8.symbols6 my.app = my.app || {};
7 >my.app : Symbol(my.app, Decl(a.js, 0, 18), Decl(a.js, 3, 3))
9 >app : Symbol(my.app, Decl(a.js, 0, 18), Decl(a.js, 3, 3))
10 >my.app : Symbol(my.app, Decl(a.js, 0, 18), Decl(a.js, 3, 3))
12 >app : Symbol(my.app, Decl(a.js, 0, 18), Decl(a.js, 3, 3))
14 my.app.Application = (function () {
15 >my.app.Application : Symbol(my.app.Application, Decl(a.js, 1, 22))
16 >my.app : Symbol(my.app, Decl(a.js, 0, 18), Decl(a.js, 3, 3))
18 >app : Symbol(my.app, Decl(a.js, 0, 18), Decl(a.js, 3, 3))
19 >Application : Symbol(my.app.Application, Decl(a.js, 1, 22))
[all …]
DtypeFromPropertyAssignment10_1.symbols6 Outer.app = Outer.app ?? {};
7 >Outer.app : Symbol(Outer.app, Decl(module.js, 0, 24), Decl(someview.js, 0, 6), Decl(someview.js, 6…
9 >app : Symbol(Outer.app, Decl(module.js, 0, 24), Decl(someview.js, 0, 6), Decl(someview.js, 6, 6), …
10 >Outer.app : Symbol(Outer.app, Decl(module.js, 0, 24), Decl(someview.js, 0, 6), Decl(someview.js, 6…
12 >app : Symbol(Outer.app, Decl(module.js, 0, 24), Decl(someview.js, 0, 6), Decl(someview.js, 6, 6), …
15 Outer.app.SomeView = (function () {
16 >Outer.app.SomeView : Symbol(Outer.app.SomeView, Decl(someview.js, 0, 0))
17 >Outer.app : Symbol(Outer.app, Decl(module.js, 0, 24), Decl(someview.js, 0, 6), Decl(someview.js, 6…
19 >app : Symbol(Outer.app, Decl(module.js, 0, 24), Decl(someview.js, 0, 6), Decl(someview.js, 6, 6), …
20 >SomeView : Symbol(Outer.app.SomeView, Decl(someview.js, 0, 0))
[all …]
DtypeFromPropertyAssignment10.symbols6 Outer.app = Outer.app || {};
7 >Outer.app : Symbol(Outer.app, Decl(module.js, 0, 24), Decl(someview.js, 0, 6), Decl(someview.js, 6…
9 >app : Symbol(Outer.app, Decl(module.js, 0, 24), Decl(someview.js, 0, 6), Decl(someview.js, 6, 6), …
10 >Outer.app : Symbol(Outer.app, Decl(module.js, 0, 24), Decl(someview.js, 0, 6), Decl(someview.js, 6…
12 >app : Symbol(Outer.app, Decl(module.js, 0, 24), Decl(someview.js, 0, 6), Decl(someview.js, 6, 6), …
15 Outer.app.SomeView = (function () {
16 >Outer.app.SomeView : Symbol(Outer.app.SomeView, Decl(someview.js, 0, 0))
17 >Outer.app : Symbol(Outer.app, Decl(module.js, 0, 24), Decl(someview.js, 0, 6), Decl(someview.js, 6…
19 >app : Symbol(Outer.app, Decl(module.js, 0, 24), Decl(someview.js, 0, 6), Decl(someview.js, 6, 6), …
20 >SomeView : Symbol(Outer.app.SomeView, Decl(someview.js, 0, 0))
[all …]
/third_party/openssl/test/ssl-tests/
D27-ticket-appdata.cnf5 test-0 = 0-session-ticket-app-data12
6 test-1 = 1-session-ticket-app-data12
7 test-2 = 2-session-ticket-app-data13
8 test-3 = 3-session-ticket-app-data13
11 [0-session-ticket-app-data12]
12 ssl_conf = 0-session-ticket-app-data12-ssl
14 [0-session-ticket-app-data12-ssl]
15 server = 0-session-ticket-app-data12-server
16 client = 0-session-ticket-app-data12-client
17 resume-server = 0-session-ticket-app-data12-server
[all …]
D13-fragmentation.cnf5 test-0 = 0-one-fragment-minus-app-data
6 test-1 = 1-one-fragment-app-data
7 test-2 = 2-one-fragment-plus-app-data
8 test-3 = 3-small-app-data
9 test-4 = 4-small-app-data-large-fragment-size
10 test-5 = 5-medium-app-data
11 test-6 = 6-medium-plus-app-data
12 test-7 = 7-large-app-data
13 test-8 = 8-large-app-data-large-fragment-size
14 test-9 = 9-large-app-data-odd-fragment-size
[all …]
/third_party/typescript/tests/baselines/reference/tsserver/projectReferences/
Dauto-import-with-referenced-project.js8 "file": "/user/username/projects/myproject/app/src/program/index.ts"
13 {"files":[],"references":[{"path":"shared/src/library"},{"path":"app/src/program"}]}
24 //// [/user/username/projects/myproject/app/src/program/tsconfig.json]
27 //// [/user/username/projects/myproject/app/src/program/bar.ts]
30 //// [/user/username/projects/myproject/app/src/program/index.ts]
54 Info 2 [00:00:49.000] Search path: /user/username/projects/myproject/app/src/program
55 … /user/username/projects/myproject/app/src/program/index.ts :: Config file name: /user/username/pr…
56 Info 4 [00:00:51.000] Creating configuration project /user/username/projects/myproject/app/src/p…
57 …er/username/projects/myproject/app/src/program/tsconfig.json 2000 undefined Project: /user/usernam…
58 Info 6 [00:00:53.000] Config: /user/username/projects/myproject/app/src/program/tsconfig.json : {
[all …]
/third_party/skia/m133/third_party/externals/expat/expat/win32/
Dexpat.iss58 UninstallFilesDir={app}\Uninstall
70 Flags: ignoreversion; Source: win32\bin\Release\xmlwf.exe; DestDir: "{app}\Bin"
71 Flags: ignoreversion; Source: win32\MANIFEST.txt; DestDir: "{app}"
72 Flags: ignoreversion; Source: AUTHORS; DestDir: "{app}"; DestName: AUTHORS.txt
73 Flags: ignoreversion; Source: Changes; DestDir: "{app}"; DestName: Changes.txt
74 Flags: ignoreversion; Source: COPYING; DestDir: "{app}"; DestName: COPYING.txt
75 Flags: ignoreversion; Source: README.md; DestDir: "{app}"; DestName: README.txt
76 Flags: ignoreversion; Source: doc\*.html; DestDir: "{app}\Doc"
77 Flags: ignoreversion; Source: doc\*.css; DestDir: "{app}\Doc"
78 Flags: ignoreversion; Source: doc\*.xml; DestDir: "{app}\Doc"
[all …]
/third_party/rust/rust/tests/assembly/asm/
Dx86-types.rs237 // CHECK: #APP
246 // CHECK: #APP
289 // CHECK: #APP
296 // CHECK: #APP
303 // CHECK: #APP
310 // x86_64: #APP
317 // x86_64: #APP
324 // CHECK: #APP
331 // CHECK: #APP
338 // CHECK: #APP
[all …]
/third_party/skia/third_party/externals/expat/expat/win32/
Dexpat.iss56 UninstallFilesDir={app}\Uninstall
68 Flags: ignoreversion; Source: win32\bin\Release\xmlwf.exe; DestDir: "{app}\Bin"
69 Flags: ignoreversion; Source: win32\MANIFEST.txt; DestDir: "{app}"
70 Flags: ignoreversion; Source: AUTHORS; DestDir: "{app}"; DestName: AUTHORS.txt
71 Flags: ignoreversion; Source: Changes; DestDir: "{app}"; DestName: Changes.txt
72 Flags: ignoreversion; Source: COPYING; DestDir: "{app}"; DestName: COPYING.txt
73 Flags: ignoreversion; Source: README.md; DestDir: "{app}"; DestName: README.txt
74 Flags: ignoreversion; Source: doc\*.html; DestDir: "{app}\Doc"
75 Flags: ignoreversion; Source: doc\*.css; DestDir: "{app}\Doc"
76 Flags: ignoreversion; Source: doc\*.png; DestDir: "{app}\Doc"
[all …]
/third_party/typescript/tests/baselines/reference/tsbuildWatch/programUpdates/reportErrors/declarationEmitErrors/
Dwhen-file-with-no-error-changes.js15 //// [/user/username/projects/solution/app/fileWithError.ts]
21 //// [/user/username/projects/solution/app/fileWithoutError.ts]
24 //// [/user/username/projects/solution/app/tsconfig.json]
28 /a/lib/tsc.js -b -w app
42 …root files: ["/user/username/projects/solution/app/fileWithError.ts","/user/username/projects/solu…
43 …composite":true,"watch":true,"configFilePath":"/user/username/projects/solution/app/tsconfig.json"}
47 /user/username/projects/solution/app/fileWithError.ts
48 /user/username/projects/solution/app/fileWithoutError.ts
52 /user/username/projects/solution/app/fileWithError.ts
53 /user/username/projects/solution/app/fileWithoutError.ts
[all …]
/third_party/rust/crates/clap/clap_complete/tests/snapshots/
Dquoting.fish1 complete -c my-app -n "__fish_use_subcommand" -l single-quotes -d 'Can be \'always\', \'auto\', or …
2 complete -c my-app -n "__fish_use_subcommand" -l double-quotes -d 'Can be "always", "auto", or "nev…
3 complete -c my-app -n "__fish_use_subcommand" -l backticks -d 'For more information see `echo test`'
4 complete -c my-app -n "__fish_use_subcommand" -l backslash -d 'Avoid \'\\n\''
5 complete -c my-app -n "__fish_use_subcommand" -l brackets -d 'List packages [filter]'
6 complete -c my-app -n "__fish_use_subcommand" -l expansions -d 'Execute the shell command with $SHE…
7 complete -c my-app -n "__fish_use_subcommand" -s h -l help -d 'Print help'
8 complete -c my-app -n "__fish_use_subcommand" -s V -l version -d 'Print version'
9 complete -c my-app -n "__fish_use_subcommand" -f -a "cmd-single-quotes" -d 'Can be \'always\', \'au…
10 complete -c my-app -n "__fish_use_subcommand" -f -a "cmd-double-quotes" -d 'Can be "always", "auto"…
[all …]
Dspecial_commands.fish1 complete -c my-app -n "__fish_use_subcommand" -s c -s C -l config -l conf -d 'some config file'
2 complete -c my-app -n "__fish_use_subcommand" -s h -l help -d 'Print help'
3 complete -c my-app -n "__fish_use_subcommand" -s V -l version -d 'Print version'
4 complete -c my-app -n "__fish_use_subcommand" -f -a "test" -d 'tests things'
5 complete -c my-app -n "__fish_use_subcommand" -f -a "some_cmd" -d 'tests other things'
6 complete -c my-app -n "__fish_use_subcommand" -f -a "some-cmd-with-hyphens"
7 complete -c my-app -n "__fish_use_subcommand" -f -a "some-hidden-cmd"
8 complete -c my-app -n "__fish_use_subcommand" -f -a "help" -d 'Print this message or the help of th…
9 complete -c my-app -n "__fish_seen_subcommand_from test" -l case -d 'the case to test' -r
10 complete -c my-app -n "__fish_seen_subcommand_from test" -s h -l help -d 'Print help'
[all …]
Dsub_subcommands.fish1 complete -c my-app -n "__fish_use_subcommand" -s c -s C -l config -l conf -d 'some config file'
2 complete -c my-app -n "__fish_use_subcommand" -s h -l help -d 'Print help'
3 complete -c my-app -n "__fish_use_subcommand" -s V -l version -d 'Print version'
4 complete -c my-app -n "__fish_use_subcommand" -f -a "test" -d 'tests things'
5 complete -c my-app -n "__fish_use_subcommand" -f -a "some_cmd" -d 'top level subcommand'
6 complete -c my-app -n "__fish_use_subcommand" -f -a "help" -d 'Print this message or the help of th…
7 complete -c my-app -n "__fish_seen_subcommand_from test" -l case -d 'the case to test' -r
8 complete -c my-app -n "__fish_seen_subcommand_from test" -s h -l help -d 'Print help'
9 complete -c my-app -n "__fish_seen_subcommand_from test" -s V -l version -d 'Print version'
10 complete -c my-app -n "__fish_seen_subcommand_from some_cmd; and not __fish_seen_subcommand_from su…
[all …]
/third_party/libphonenumber/java/demoapp/app/src/main/res/layout/
Dactivity_main.xml3 xmlns:app="http://schemas.android.com/apk/res-auto"
16 app:layout_constraintEnd_toEndOf="parent"
17 app:layout_constraintStart_toStartOf="parent"
18 app:layout_constraintTop_toTopOf="parent" />
25 app:layout_constraintEnd_toEndOf="parent"
26 app:layout_constraintStart_toStartOf="parent"
27 app:layout_constraintTop_toBottomOf="@id/tv_country_dropdown_label" />
35 app:layout_constraintStart_toStartOf="@id/country_dropdown"
36 app:layout_constraintTop_toBottomOf="@id/country_dropdown" />
46 app:layout_constraintEnd_toEndOf="parent"
[all …]
/third_party/grpc/src/objective-c/examples/watchOS-sample/watchOS-sample.xcodeproj/xcshareddata/xcschemes/
DwatchOS-sample-WatchKit-App.xcscheme18 BuildableName = "watchOS-sample WatchKit App.app"
19 BlueprintName = "watchOS-sample WatchKit App"
32 BuildableName = "watchOS-sample.app"
51 BuildableName = "watchOS-sample WatchKit App.app"
52 BlueprintName = "watchOS-sample WatchKit App"
73 RemotePath = "/WatchKit-App">
77 BuildableName = "watchOS-sample WatchKit App.app"
78 BlueprintName = "watchOS-sample WatchKit App"
86 BuildableName = "watchOS-sample WatchKit App.app"
87 BlueprintName = "watchOS-sample WatchKit App"
[all …]
/third_party/typescript/tests/baselines/reference/tsbuildWatch/programUpdates/reportErrors/declarationEmitErrors/introduceError/
Dwhen-file-with-no-error-changes.js15 //// [/user/username/projects/solution/app/fileWithError.ts]
21 //// [/user/username/projects/solution/app/fileWithoutError.ts]
24 //// [/user/username/projects/solution/app/tsconfig.json]
28 /a/lib/tsc.js -b -w app
37 …root files: ["/user/username/projects/solution/app/fileWithError.ts","/user/username/projects/solu…
38 …composite":true,"watch":true,"configFilePath":"/user/username/projects/solution/app/tsconfig.json"}
42 /user/username/projects/solution/app/fileWithError.ts
43 /user/username/projects/solution/app/fileWithoutError.ts
47 /user/username/projects/solution/app/fileWithError.ts
48 /user/username/projects/solution/app/fileWithoutError.ts
[all …]
/third_party/jsframework/runtime/main/app/
Dindex.ts24 import { App } from './App';
50 * Information of App.
80 const pageMap: PageLinkedMap = App.pageMap;
83 * Create app page, run jsbundle code.
100 appMap[packageName] = new App(packageName, options.appInstanceId);
115 // require in top app(instance)
131 compileBundle(functionCode, 'app.js', parseOptions, timerAPIs, services);
141 Log.debug(`AppError an app with: ${packageName}.`);
142 const app: App = appMap[packageName]; constant
143 if (!app) {
[all …]
/third_party/skia/m133/platform_tools/android/apps/jetskidemo/src/main/res/layout/
Dactivity_main.xml4 xmlns:app="http://schemas.android.com/apk/res-auto"
12 app:layout_constraintTop_toTopOf="parent"
13 app:layout_constraintBottom_toTopOf="@+id/navigator">
28 app:layout_constraintLeft_toLeftOf="parent"
29 app:layout_constraintTop_toTopOf="parent">
35 app:layout_constraintLeft_toRightOf="@+id/bitmapImage"
36 app:layout_constraintRight_toRightOf="parent"
37 app:layout_constraintTop_toTopOf="parent"
50 app:layout_constraintLeft_toLeftOf="parent"
51 app:layout_constraintTop_toTopOf="parent">
[all …]
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/res/layout/
Dactivity_main.xml4 xmlns:app="http://schemas.android.com/apk/res-auto"
12 app:layout_constraintTop_toTopOf="parent"
13 app:layout_constraintBottom_toTopOf="@+id/navigator">
28 app:layout_constraintLeft_toLeftOf="parent"
29 app:layout_constraintTop_toTopOf="parent">
35 app:layout_constraintLeft_toRightOf="@+id/bitmapImage"
36 app:layout_constraintRight_toRightOf="parent"
37 app:layout_constraintTop_toTopOf="parent"
50 app:layout_constraintLeft_toLeftOf="parent"
51 app:layout_constraintTop_toTopOf="parent">
[all …]

12345678910>>...113