Home
last modified time | relevance | path

Searched full:project (Results 1 – 25 of 11898) sorted by relevance

12345678910>>...476

/third_party/python/Tools/peg_generator/data/
Dtop-pypi-packages-365-days.json12 "project": "urllib3" string
16 "project": "six" string
20 "project": "botocore" string
24 "project": "python-dateutil" string
28 "project": "pip" string
32 "project": "requests" string
36 "project": "s3transfer" string
40 "project": "certifi" string
44 "project": "idna" string
48 "project": "pyyaml" string
[all …]
/third_party/cmsis/CMSIS/DSP/Source/
Dfft.cmake1 function(fft PROJECT)
9 target_compile_definitions(${PROJECT} PUBLIC ARM_TABLE_TWIDDLECOEF_F32_16)
11 target_compile_definitions(${PROJECT} PUBLIC ARM_TABLE_BITREVIDX_FXT_16)
13 target_compile_definitions(${PROJECT} PUBLIC ARM_TABLE_BITREVIDX_FLT_16)
18 target_compile_definitions(${PROJECT} PUBLIC ARM_TABLE_TWIDDLECOEF_F32_32)
20 target_compile_definitions(${PROJECT} PUBLIC ARM_TABLE_BITREVIDX_FXT_32)
22 target_compile_definitions(${PROJECT} PUBLIC ARM_TABLE_BITREVIDX_FLT_32)
27 target_compile_definitions(${PROJECT} PUBLIC ARM_TABLE_TWIDDLECOEF_F32_64)
29 target_compile_definitions(${PROJECT} PUBLIC ARM_TABLE_BITREVIDX_FXT_64)
31 target_compile_definitions(${PROJECT} PUBLIC ARM_TABLE_BITREVIDX_FLT_64)
[all …]
/third_party/openssl/
DCOPYRIGHT.OpenSource2 Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
3 Copyright 2019-2020 The OpenSSL Project Authors. All Rights Reserved.
4 Copyright 2019 The OpenSSL Project Authors. All Rights Reserved.
5 Copyright 2018-2021 The OpenSSL Project Authors. All Rights Reserved.
6 Copyright 2018-2020 The OpenSSL Project Authors. All Rights Reserved.
7 Copyright 2018-2019 The OpenSSL Project Authors. All Rights Reserved.
8 Copyright 2018 The OpenSSL Project Authors. All Rights Reserved.
9 Copyright 2017-2022 The OpenSSL Project Authors. All Rights Reserved.
10 Copyright 2017-2021 The OpenSSL Project Authors. All Rights Reserved.
11 Copyright 2017-2020 The OpenSSL Project Authors. All Rights Reserved.
[all …]
/third_party/typescript/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/
Dwhen-Windows-style-drive-root-is-uppercase.js2 //// [C:/project/a.ts]
8 //// [C:/project/b.ts]
10 import { a } from "C://project/a"
11 import { b } from "c://project/a"
29 //// [C:/project/tsconfig.json]
33 C:/a/lib/tsc.js --w --p C://project --explainFiles
40 project/a.ts
41 Matched by include pattern '**/*' in 'project/tsconfig.json'
42 Imported via "C://project/a" from file 'project/b.ts'
43 Imported via "c://project/a" from file 'project/b.ts'
[all …]
Dwhen-Windows-style-drive-root-is-lowercase.js2 //// [c:/project/a.ts]
8 //// [c:/project/b.ts]
10 import { a } from "C://project/a"
11 import { b } from "c://project/a"
29 //// [c:/project/tsconfig.json]
33 c:/a/lib/tsc.js --w --p c://project --explainFiles
40 project/a.ts
41 Matched by include pattern '**/*' in 'project/tsconfig.json'
42 Imported via "C://project/a" from file 'project/b.ts'
43 Imported via "c://project/a" from file 'project/b.ts'
[all …]
/third_party/flutter/flutter/packages/flutter_tools/gradle/
Dflutter.gradle14 import org.gradle.api.Project
44 class FlutterPlugin implements Plugin<Project> {
97 void apply(Project project) {
98 project.extensions.create("flutter", FlutterExtension)
99 project.afterEvaluate this.&addFlutterTasks
104 if (splitPerAbi(project)) {
105 project.android {
118 getTargetPlatforms(project).each { targetArch ->
120 project.android {
125 if (splitPerAbi(project)) {
[all …]
Daar_init_script.gradle5 // This script is used to initialize the build in a module or plugin project.
10 import org.gradle.api.Project
16 void configureProject(Project project, File outputDir) {
17 if (!project.hasProperty("android")) {
20 if (!project.android.hasProperty("libraryVariants")) {
21 throw new GradleException("Can't generate AAR on a non Android library project.");
24 project.apply plugin: "maven"
26 project.android.libraryVariants.all { variant ->
27 addAarTask(project, variant)
33 project.version = project.version.replace("-SNAPSHOT", "")
[all …]
/third_party/typescript/src/server/
DeditorServices.ts23 data: { project: Project; reason: string; };
28 data: { project: Project; };
43 data: { project: Project, languageServiceEnabled: boolean };
72 /** Cryptographically secure hash of project file location. */
74 /** Count of file extensions seen in the project. */
199 * * All files from 'exclude' are removed from the project. See below.
209 * * Filenames matching these regexps are excluded from the project
362 … function findProjectByName<T extends Project>(projectName: string, projects: T[]): T | undefined {
384 * It is true if there is configured project open for this file.
385 …It can be either true or false if this is the config file that is being watched by inferred project
[all …]
/third_party/typescript/tests/baselines/reference/tscWatch/emit/when-module-emit-is-specified-as-node/
Dwhen-instead-of-filechanged-recursive-directory-watcher-is-invoked.js2 //// [/a/rootFolder/project/tsconfig.json]
5 //// [/a/rootFolder/project/Scripts/TypeScript.ts]
8 //// [/a/rootFolder/project/Scripts/Javascript.js]
25 /a/lib/tsc.js --w --p /a/rootFolder/project/tsconfig.json
34 Program root files: ["/a/rootFolder/project/Scripts/Javascript.js","/a/rootFolder/project/Scripts/T…
35 …/a/rootFolder/project/Static/scripts","watch":true,"project":"/a/rootFolder/project/tsconfig.json"… property
39 /a/rootFolder/project/Scripts/Javascript.js
40 /a/rootFolder/project/Scripts/TypeScript.ts
44 /a/rootFolder/project/Scripts/Javascript.js
45 /a/rootFolder/project/Scripts/TypeScript.ts
[all …]
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/
Dproject_test.dart17 import 'package:flutter_tools/src/project.dart';
26 group('Project', () {
109 final FlutterProject project = await someProject();
111 project.android.makeHostAppEditable(),
116 final FlutterProject project = await aModuleProject();
117 await project.android.makeHostAppEditable();
118 … return expectToolExitLater(project.android.makeHostAppEditable(), contains('already editable'));
121 final FlutterProject project = await aModuleProject();
122 await project.android.makeHostAppEditable();
123 expectNotExists(project.directory.childDirectory('.android').childDirectory('app'));
[all …]
/third_party/typescript/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/
Duses-watchFile-when-renaming-file-in-subfolder.js2 //// [/a/username/project/src/file1.ts]
5 //// [/a/username/project/tsconfig.json]
22 /a/lib/tsc.js --w -p /a/username/project/tsconfig.json
31 Program root files: ["/a/username/project/src/file1.ts"]
32 Program options: {"watch":true,"project":"/a/username/project/tsconfig.json","configFilePath":"/a/u… property
36 /a/username/project/src/file1.ts
40 /a/username/project/src/file1.ts
43 /a/username/project/tsconfig.json:
44 {"fileName":"/a/username/project/tsconfig.json","pollingInterval":250}
45 /a/username/project/src/file1.ts:
[all …]
Duses-non-recursive-watchDirectory-when-renaming-file-in-subfolder.js2 //// [/a/username/project/src/file1.ts]
5 //// [/a/username/project/tsconfig.json]
22 /a/lib/tsc.js --w -p /a/username/project/tsconfig.json
31 Program root files: ["/a/username/project/src/file1.ts"]
32 Program options: {"watch":true,"project":"/a/username/project/tsconfig.json","configFilePath":"/a/u… property
36 /a/username/project/src/file1.ts
40 /a/username/project/src/file1.ts
43 /a/username/project/tsconfig.json:
44 {"fileName":"/a/username/project/tsconfig.json","pollingInterval":250}
45 /a/username/project/src/file1.ts:
[all …]
Duses-non-recursive-dynamic-polling-when-renaming-file-in-subfolder.js2 //// [/a/username/project/src/file1.ts]
5 //// [/a/username/project/tsconfig.json]
22 /a/lib/tsc.js --w -p /a/username/project/tsconfig.json
31 Program root files: ["/a/username/project/src/file1.ts"]
32 Program options: {"watch":true,"project":"/a/username/project/tsconfig.json","configFilePath":"/a/u… property
36 /a/username/project/src/file1.ts
40 /a/username/project/src/file1.ts
43 /a/username/project/tsconfig.json:
44 {"fileName":"/a/username/project/tsconfig.json","pollingInterval":250}
45 /a/username/project/src/file1.ts:
[all …]
/third_party/icu/icu4c/source/data/
Dmakedata.vcxproj2 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/m…
9 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
11 <Import Project="..\allinone\Build.Windows.ProjectConfiguration.props" />
12 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
56 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project>
60 <Project>{dba4088d-f6f9-4f8f-8820-082a4765c16c}</Project>
64 <Project>{0178b127-6269-407d-b112-93877bb62776}</Project>
68 <Project>{c2b04507-2521-4801-bf0d-5fd79d6d518c}</Project>
72 <Project>{203ec78a-0531-43f0-a636-285439bde025}</Project>
76 <Project>{3d1246ae-1b32-479b-beca-aefa97be2321}</Project>
[all …]
/third_party/typescript/tests/baselines/reference/
DmoduleResolutionPackageIdWithRelativeAndAbsolutePath.trace.json2 "======== Resolving module 'anotherLib' from '/project/src/app.ts'. ========",
4 …"'baseUrl' option is set to '/project', using this value to resolve non-relative module name 'anot…
6 …"'baseUrl' option is set to '/project', using this value to resolve non-relative module name 'anot…
7 "Resolving module name 'anotherLib' relative to base url '/project' - '/project/anotherLib'.",
8 …"Loading module as file / folder, candidate module location '/project/anotherLib', target file typ…
9 "File '/project/anotherLib.ts' does not exist.",
10 "File '/project/anotherLib.tsx' does not exist.",
11 "File '/project/anotherLib.d.ts' does not exist.",
12 "File '/project/anotherLib.ets' does not exist.",
13 "Directory '/project/anotherLib' does not exist, skipping all lookups in it.",
[all …]
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/
Dwatched-files-when-file-is-deleted-and-new-file-is-added-as-part-of-change.js2 //// [/home/username/project/src/file1.ts]
18 //// [/home/username/project/tsconfig.json]
22 /a/lib/tsc.js -w -p /home/username/project/tsconfig.json
31 Program root files: ["/home/username/project/src/file1.ts"]
32 Program options: {"watch":true,"project":"/home/username/project/tsconfig.json","configFilePath":"/… property
36 /home/username/project/src/file1.ts
40 /home/username/project/src/file1.ts
43 /home/username/project/tsconfig.json:
44 {"fileName":"/home/username/project/tsconfig.json","pollingInterval":250}
45 /home/username/project/src/file1.ts:
[all …]
Dcan-correctly-update-configured-project-when-set-of-root-files-has-changed-through-include.js2 //// [/user/username/projects/myproject/Project/file1.ts]
18 //// [/user/username/projects/myproject/Project/tsconfig.json]
31 Program root files: ["/user/username/projects/myproject/Project/file1.ts"]
32 …ons: {"watch":true,"project":"/user/username/projects/myproject/Project","configFilePath":"/user/u… property
36 /user/username/projects/myproject/Project/file1.ts
40 /user/username/projects/myproject/Project/file1.ts
43 /user/username/projects/myproject/project/tsconfig.json:
44 {"fileName":"/user/username/projects/myproject/Project/tsconfig.json","pollingInterval":250}
45 /user/username/projects/myproject/project/file1.ts:
46 {"fileName":"/user/username/projects/myproject/Project/file1.ts","pollingInterval":250}
[all …]
/third_party/typescript/tests/baselines/reference/tscWatch/incremental/own-file-emit-without-errors/
Dwith-commandline-parameters-that-are-not-relative-watch.js15 //// [/users/username/projects/project/file1.ts]
18 //// [/users/username/projects/project/file2.ts]
21 //// [/users/username/projects/project/tsconfig.json]
34 Program root files: ["/users/username/projects/project/file1.ts","/users/username/projects/project/…
35 …l":true,"watch":true,"project":"/users/username/projects/project/tsconfig.json","configFilePath":"… property
39 /users/username/projects/project/file1.ts
40 /users/username/projects/project/file2.ts
44 /users/username/projects/project/file1.ts
45 /users/username/projects/project/file2.ts
48 /users/username/projects/project/tsconfig.json:
[all …]
Dwithout-commandline-options-watch.js15 //// [/users/username/projects/project/file1.ts]
18 //// [/users/username/projects/project/file2.ts]
21 //// [/users/username/projects/project/tsconfig.json]
34 Program root files: ["/users/username/projects/project/file1.ts","/users/username/projects/project/…
35 …{"incremental":true,"watch":true,"configFilePath":"/users/username/projects/project/tsconfig.json"}
39 /users/username/projects/project/file1.ts
40 /users/username/projects/project/file2.ts
44 /users/username/projects/project/file1.ts
45 /users/username/projects/project/file2.ts
48 /users/username/projects/project/tsconfig.json:
[all …]
/third_party/typescript/src/testRunner/unittests/tsbuild/
DoutFile.ts5 const enum Project { first, second, third } enum
60 …ForProjectsInBuild(relSources[Project.first][Source.config], relSources[Project.second][Source.con…
61 …_because_output_file_1_does_not_exist, relSources[Project.first][Source.config], relOutputFiles[Pr…
62 [Diagnostics.Building_project_0, sources[Project.first][Source.config]],
63 …because_output_file_1_does_not_exist, relSources[Project.second][Source.config], relOutputFiles[Pr…
64 [Diagnostics.Building_project_0, sources[Project.second][Source.config]],
65 …_because_output_file_1_does_not_exist, relSources[Project.third][Source.config], relOutputFiles[Pr…
66 [Diagnostics.Building_project_0, sources[Project.third][Source.config]]
103 … modifyFs: fs => replaceText(fs, relSources[Project.first][Source.ts][Part.one], "Hello", "Hola"),
109 … modifyFs: fs => appendText(fs, relSources[Project.first][Source.ts][Part.one], "console.log(s);"),
[all …]
/third_party/typescript/tests/baselines/reference/tscWatch/incremental/
DimportHelpers-backing-types-removed-watch.js17 //// [/users/username/projects/project/node_modules/tslib/index.d.ts]
20 //// [/users/username/projects/project/node_modules/tslib/package.json]
23 //// [/users/username/projects/project/index.tsx]
26 //// [/users/username/projects/project/tsconfig.json]
39 Program root files: ["/users/username/projects/project/index.tsx"]
40 …importHelpers":true,"watch":true,"configFilePath":"/users/username/projects/project/tsconfig.json"}
44 /users/username/projects/project/node_modules/tslib/index.d.ts
45 /users/username/projects/project/index.tsx
49 /users/username/projects/project/node_modules/tslib/index.d.ts
50 /users/username/projects/project/index.tsx
[all …]
Dincremental-with-circular-references-watch.js15 //// [/users/username/projects/project/a.ts]
22 //// [/users/username/projects/project/b.ts]
29 //// [/users/username/projects/project/c.ts]
36 //// [/users/username/projects/project/index.ts]
42 //// [/users/username/projects/project/tsconfig.json]
55 …ame/projects/project/a.ts","/users/username/projects/project/b.ts","/users/username/projects/proje…
56 …clarationOnly":true,"watch":true,"configFilePath":"/users/username/projects/project/tsconfig.json"}
60 /users/username/projects/project/c.ts
61 /users/username/projects/project/b.ts
62 /users/username/projects/project/a.ts
[all …]
/third_party/rust/crates/pin-project-lite/
DCHANGELOG.md3 All notable changes to this project will be documented in this file.
5 This project adheres to [Semantic Versioning](https://semver.org).
19 …iling commas in `PinnedDrop` impl. ([#64](https://github.com/taiki-e/pin-project-lite/pull/64), th…
23 …ntation.](https://github.com/taiki-e/pin-project-lite/pull/25) See [#25](https://github.com/taiki-…
27 - Support item attributes in any order. ([#57](https://github.com/taiki-e/pin-project-lite/pull/57)…
31 …s` lint.](https://github.com/taiki-e/pin-project-lite/pull/55) See [#55](https://github.com/taiki-…
35 **Note:** This release has been yanked. See [#55](https://github.com/taiki-e/pin-project-lite/pull/…
37 - Add `project_replace`. ([#43](https://github.com/taiki-e/pin-project-lite/pull/43), thanks @Marwe…
41 **Note:** This release has been yanked. See [#55](https://github.com/taiki-e/pin-project-lite/pull/…
43 …unknown_clippy_lints` lint in generated code.](https://github.com/taiki-e/pin-project-lite/pull/47)
[all …]
/third_party/typescript/tests/baselines/reference/tscWatch/emit/emit-file-content/
Dfile-is-deleted-and-created-as-part-of-change.js2 //// [/home/username/project/app/file.ts]
5 //// [/home/username/project/tsconfig.json]
31 Program root files: ["/home/username/project/app/file.ts"]
32 Program options: {"watch":true,"configFilePath":"/home/username/project/tsconfig.json"}
36 /home/username/project/app/file.ts
40 /home/username/project/app/file.ts
43 /home/username/project/tsconfig.json:
44 {"fileName":"/home/username/project/tsconfig.json","pollingInterval":250}
45 /home/username/project/app/file.ts:
46 {"fileName":"/home/username/project/app/file.ts","pollingInterval":250}
[all …]
/third_party/typescript/src/testRunner/unittests/tsc/
Dincremental.ts7 "/src/project/src/main.ts": "export const x = 10;",
8 "/src/project/tsconfig.json": Utils.dedent`
19 …commandLineArgs: ["--incremental", "--p", "src/project", "--tsBuildInfoFile", "src/project/.tsbuil…
27 "/src/project/src/main.ts": "export const x = 10;",
28 "/src/project/tsconfig.json": Utils.dedent`
36 commandLineArgs: ["--p", "src/project", "--rootDir", "src/project/src"],
44 "/src/project/src/main.d.ts": "export const x = 10;",
45 "/src/project/src/another.d.ts": "export const y = 10;",
46 "/src/project/tsconfig.json": "{}",
48 commandLineArgs: ["--incremental", "--p", "src/project"],
[all …]

12345678910>>...476