Home
last modified time | relevance | path

Searched full:resolution (Results 1 – 25 of 3676) sorted by relevance

12345678910>>...148

/third_party/mesa3d/
D.pick_status.json7 "resolution": 4, number
17 "resolution": 4, number
27 "resolution": 4, number
37 "resolution": 4, number
47 "resolution": 1, number
57 "resolution": 4, number
67 "resolution": 1, number
77 "resolution": 1, number
87 "resolution": 4, number
97 "resolution": 4, number
[all …]
/third_party/typescript/tests/baselines/reference/
DnodeModulesImportTypeModeDeclarationEmitErrors1(module=node16).types11 & import("pkg", { assert: {"resolution-mode": "foobar"} }).RequireInterface
12 & import("pkg", { assert: {"resolution-mode": "import"} }).ImportInterface;
14 export const a = (null as any as import("pkg", { assert: {"resolution-mode": "foobar"} }).RequireIn…
16 >(null as any as import("pkg", { assert: {"resolution-mode": "foobar"} }).RequireInterface) : impor…
17 >null as any as import("pkg", { assert: {"resolution-mode": "foobar"} }).RequireInterface : import(…
21 export const b = (null as any as import("pkg", { assert: {"resolution-mode": "import"} }).ImportInt…
23 >(null as any as import("pkg", { assert: {"resolution-mode": "import"} }).ImportInterface) : import…
24 >null as any as import("pkg", { assert: {"resolution-mode": "import"} }).ImportInterface : import("…
33 & import("pkg", {"resolution-mode": "require"}).RequireInterface
34 >"resolution-mode" : "resolution-mode"
[all …]
DnodeModulesImportTypeModeDeclarationEmitErrors1(module=nodenext).types11 & import("pkg", { assert: {"resolution-mode": "foobar"} }).RequireInterface
12 & import("pkg", { assert: {"resolution-mode": "import"} }).ImportInterface;
14 export const a = (null as any as import("pkg", { assert: {"resolution-mode": "foobar"} }).RequireIn…
16 >(null as any as import("pkg", { assert: {"resolution-mode": "foobar"} }).RequireInterface) : impor…
17 >null as any as import("pkg", { assert: {"resolution-mode": "foobar"} }).RequireInterface : import(…
21 export const b = (null as any as import("pkg", { assert: {"resolution-mode": "import"} }).ImportInt…
23 >(null as any as import("pkg", { assert: {"resolution-mode": "import"} }).ImportInterface) : import…
24 >null as any as import("pkg", { assert: {"resolution-mode": "import"} }).ImportInterface : import("…
33 & import("pkg", {"resolution-mode": "require"}).RequireInterface
34 >"resolution-mode" : "resolution-mode"
[all …]
DparseAssertEntriesError.types5 & import("pkg", { assert: {1234, "resolution-mode": "require"} }).RequireInterface
6 >1234, "resolution-mode" : "resolution-mode"
8 >"resolution-mode" : "resolution-mode"
10 >RequireInterface & import("pkg", { assert: {1234, "resolution-mode": "import"} }).ImportInterfa…
13 & import("pkg", { assert: {1234, "resolution-mode": "import"} }).ImportInterface;
14 >import("pkg", { assert: {1234, "resolution-mode": "import"} }).ImportInterface : any
15 >import("pkg", { assert: {1234, "resolution-mode": "import"} }) : Promise<{ default: typeof import(…
17 >{ assert: {1234, "resolution-mode": "import"} } : { assert: { 1234: any; "resolution-mode": string…
18 >assert : { 1234: any; "resolution-mode": string; }
19 >{1234, "resolution-mode": "import"} : { 1234: any; "resolution-mode": string; }
[all …]
DnodeModulesImportTypeModeDeclarationEmitErrors1(module=nodenext).symbols13 & import("pkg", { assert: {"resolution-mode": "foobar"} }).RequireInterface
16 & import("pkg", { assert: {"resolution-mode": "import"} }).ImportInterface;
19 export const a = (null as any as import("pkg", { assert: {"resolution-mode": "foobar"} }).RequireIn…
23 export const b = (null as any as import("pkg", { assert: {"resolution-mode": "import"} }).ImportInt…
32 & import("pkg", {"resolution-mode": "require"}).RequireInterface
33 & import("pkg", {"resolution-mode": "import"}).ImportInterface;
35 >"resolution-mode" : Symbol("resolution-mode", Decl(other.ts, 3, 21))
37 export const a = (null as any as import("pkg", {"resolution-mode": "require"}).RequireInterface);
40 export const b = (null as any as import("pkg", {"resolution-mode": "import"}).ImportInterface);
65 & import("pkg", [ {"resolution-mode": "require"} ]).RequireInterface
[all …]
DnodeModulesImportTypeModeDeclarationEmitErrors1(module=node16).symbols13 & import("pkg", { assert: {"resolution-mode": "foobar"} }).RequireInterface
16 & import("pkg", { assert: {"resolution-mode": "import"} }).ImportInterface;
19 export const a = (null as any as import("pkg", { assert: {"resolution-mode": "foobar"} }).RequireIn…
23 export const b = (null as any as import("pkg", { assert: {"resolution-mode": "import"} }).ImportInt…
32 & import("pkg", {"resolution-mode": "require"}).RequireInterface
33 & import("pkg", {"resolution-mode": "import"}).ImportInterface;
35 >"resolution-mode" : Symbol("resolution-mode", Decl(other.ts, 3, 21))
37 export const a = (null as any as import("pkg", {"resolution-mode": "require"}).RequireInterface);
40 export const b = (null as any as import("pkg", {"resolution-mode": "import"}).ImportInterface);
65 & import("pkg", [ {"resolution-mode": "require"} ]).RequireInterface
[all …]
DnodeModulesImportModeDeclarationEmit2(module=nodenext).errors.txt1 /index.ts(1,45): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
2 /index.ts(2,44): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
4 /index.ts(6,50): error TS1454: `resolution-mode` can only be set for type-only imports.
5 /index.ts(6,50): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
6 /index.ts(7,49): error TS1454: `resolution-mode` can only be set for type-only imports.
7 /index.ts(7,49): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
8 /index.ts(10,45): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript t…
9 /index.ts(11,44): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript t…
13 import type { RequireInterface } from "pkg" assert { "resolution-mode": "require" };
15 !!! error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this…
[all …]
DnodeModulesImportTypeModeDeclarationEmitErrors1(module=node16).errors.txt1 /index.ts(2,51): error TS1453: `resolution-mode` should be either `require` or `import`.
2 /index.ts(3,31): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
3 /index.ts(5,78): error TS1453: `resolution-mode` should be either `require` or `import`.
4 /index.ts(6,14): error TS2841: The type of this expression cannot be named without a 'resolution-mo…
5 /index.ts(6,58): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
13 /other.ts(4,22): error TS2322: Type '{ "resolution-mode": string; }' is not assignable to type 'Imp…
14 …Object literal may only specify known properties, and '"resolution-mode"' does not exist in type '…
34 /other2.ts(3,32): error TS1455: `resolution-mode` is the only valid key for type import assertions.
35 /other2.ts(4,32): error TS1455: `resolution-mode` is the only valid key for type import assertions.
37 /other2.ts(6,59): error TS1455: `resolution-mode` is the only valid key for type import assertions.
[all …]
DnodeModulesImportTypeModeDeclarationEmitErrors1(module=nodenext).errors.txt1 /index.ts(2,51): error TS1453: `resolution-mode` should be either `require` or `import`.
2 /index.ts(3,31): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
3 /index.ts(5,78): error TS1453: `resolution-mode` should be either `require` or `import`.
4 /index.ts(6,14): error TS2841: The type of this expression cannot be named without a 'resolution-mo…
5 /index.ts(6,58): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
13 /other.ts(4,22): error TS2322: Type '{ "resolution-mode": string; }' is not assignable to type 'Imp…
14 …Object literal may only specify known properties, and '"resolution-mode"' does not exist in type '…
34 /other2.ts(3,32): error TS1455: `resolution-mode` is the only valid key for type import assertions.
35 /other2.ts(4,32): error TS1455: `resolution-mode` is the only valid key for type import assertions.
37 /other2.ts(6,59): error TS1455: `resolution-mode` is the only valid key for type import assertions.
[all …]
DnodeModulesImportModeDeclarationEmit1(module=nodenext).errors.txt1 /index.ts(1,45): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
2 /index.ts(2,44): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
4 /index.ts(6,50): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
7 /index.ts(7,49): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
8 /index.ts(10,45): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript t…
9 /index.ts(11,44): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript t…
13 import type { RequireInterface } from "pkg" assert { "resolution-mode": "require" };
15 !!! error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this…
16 import type { ImportInterface } from "pkg" assert { "resolution-mode": "import" };
18 !!! error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this…
[all …]
DnodeModulesImportModeDeclarationEmit1(module=node16).errors.txt1 /index.ts(1,45): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
2 /index.ts(2,44): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
4 /index.ts(6,50): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
7 /index.ts(7,49): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
8 /index.ts(10,45): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript t…
9 /index.ts(11,44): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript t…
13 import type { RequireInterface } from "pkg" assert { "resolution-mode": "require" };
15 !!! error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this…
16 import type { ImportInterface } from "pkg" assert { "resolution-mode": "import" };
18 !!! error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this…
[all …]
DnodeModulesImportModeDeclarationEmit2(module=node16).errors.txt1 /index.ts(1,45): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
2 /index.ts(2,44): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
5 /index.ts(6,50): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
7 /index.ts(7,49): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
8 /index.ts(10,45): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript t…
9 /index.ts(11,44): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript t…
13 import type { RequireInterface } from "pkg" assert { "resolution-mode": "require" };
15 !!! error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this…
16 import type { ImportInterface } from "pkg" assert { "resolution-mode": "import" };
18 !!! error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this…
[all …]
DnodeModulesImportTypeModeDeclarationEmitErrors1(module=nodenext).js18 & import("pkg", { assert: {"resolution-mode": "foobar"} }).RequireInterface
19 & import("pkg", { assert: {"resolution-mode": "import"} }).ImportInterface;
21 export const a = (null as any as import("pkg", { assert: {"resolution-mode": "foobar"} }).RequireIn…
22 export const b = (null as any as import("pkg", { assert: {"resolution-mode": "import"} }).ImportInt…
26 & import("pkg", {"resolution-mode": "require"}).RequireInterface
27 & import("pkg", {"resolution-mode": "import"}).ImportInterface;
29 export const a = (null as any as import("pkg", {"resolution-mode": "require"}).RequireInterface);
30 export const b = (null as any as import("pkg", {"resolution-mode": "import"}).ImportInterface);
42 & import("pkg", [ {"resolution-mode": "require"} ]).RequireInterface
43 & import("pkg", [ {"resolution-mode": "import"} ]).ImportInterface;
[all …]
DnodeModulesImportTypeModeDeclarationEmitErrors1(module=node16).js18 & import("pkg", { assert: {"resolution-mode": "foobar"} }).RequireInterface
19 & import("pkg", { assert: {"resolution-mode": "import"} }).ImportInterface;
21 export const a = (null as any as import("pkg", { assert: {"resolution-mode": "foobar"} }).RequireIn…
22 export const b = (null as any as import("pkg", { assert: {"resolution-mode": "import"} }).ImportInt…
26 & import("pkg", {"resolution-mode": "require"}).RequireInterface
27 & import("pkg", {"resolution-mode": "import"}).ImportInterface;
29 export const a = (null as any as import("pkg", {"resolution-mode": "require"}).RequireInterface);
30 export const b = (null as any as import("pkg", {"resolution-mode": "import"}).ImportInterface);
42 & import("pkg", [ {"resolution-mode": "require"} ]).RequireInterface
43 & import("pkg", [ {"resolution-mode": "import"} ]).ImportInterface;
[all …]
DnodeModulesImportTypeModeDeclarationEmit1(module=node16).errors.txt1 /index.ts(2,31): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
2 /index.ts(3,31): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
3 /index.ts(5,58): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
4 /index.ts(6,14): error TS2841: The type of this expression cannot be named without a 'resolution-mo…
5 /index.ts(6,58): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
10 & import("pkg", { assert: {"resolution-mode": "require"} }).RequireInterface
12 !!! error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this…
13 & import("pkg", { assert: {"resolution-mode": "import"} }).ImportInterface;
15 !!! error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this…
17 …export const a = (null as any as import("pkg", { assert: {"resolution-mode": "require"} }).Require…
[all …]
DnodeModulesImportTypeModeDeclarationEmit1(module=nodenext).errors.txt1 /index.ts(2,31): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
2 /index.ts(3,31): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
3 /index.ts(5,58): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
4 /index.ts(6,14): error TS2841: The type of this expression cannot be named without a 'resolution-mo…
5 /index.ts(6,58): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
10 & import("pkg", { assert: {"resolution-mode": "require"} }).RequireInterface
12 !!! error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this…
13 & import("pkg", { assert: {"resolution-mode": "import"} }).ImportInterface;
15 !!! error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this…
17 …export const a = (null as any as import("pkg", { assert: {"resolution-mode": "require"} }).Require…
[all …]
/third_party/flatbuffers/
Dpnpm-lock.yaml30resolution: {integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlC…
35resolution: {integrity: sha512-B8JbS61bEunhfx8kasogFENgQfr/dIp+ggYXwTqdbMAgGDhRa3AaPpQMuQU0rNxDLEC…
44resolution: {integrity: sha512-31E2lxlGM1KEfivQl8Yf5aYU/mflz9g06H6S15ITUFQueMFtFjESRMoDSkvMo8thYvL…
53resolution: {integrity: sha512-rdqqYfRIn4jWOp+lzQttYMa2Xar3OK9Yt2fhOhzFXqg0rVWEfSclJvZq5fZslnz6ypH…
62resolution: {integrity: sha512-RQw9DemMbIq35Bprbboyf8SmOr4UXsRVxJ97LgB55VKKeJOOdvsIPy0nFyF2l8U+h4P…
71resolution: {integrity: sha512-3sur80OT9YdeZwIVgERAysAbwncom7b4bCI2XKLjMfPymTud7e/oY4y+ci1XVp5TfQp…
80resolution: {integrity: sha512-WAnPJSDattvS/XtPCTj1tPoTxERjcTpH6HsMr6ujTT+X6rylVe8ggxk8pVxzf5U1wh5…
89resolution: {integrity: sha512-ICvZyOplIjmmhjd6mxi+zxSdpPTKFfyPPQMQTK/w+8eNK6WV01AjIztJALDtwNNfFhf…
98resolution: {integrity: sha512-z1zMZivxDLHWnyGOctT9JP70h0beY54xDDDJt4VpTX+iwA77IFsE1vCXWmprajJGa+Z…
107resolution: {integrity: sha512-H4vmI5PYqSvosPaTJuEppU9oz1dq2A7Mr2vyg5TF9Ga+3+MGgBdGzcyBP7qK9MrwFQZ…
[all …]
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dhrtimer.h77 * Structure of a node in a high-resolution timer queue.
85 * Enumerative structure of the high-resolution timer mode arguments.
95 * Enumerative structure of the return type of a high-resolution timer timeout callback function.
105 * Define the function handler type of a high-resolution timer timeout callback function.
111 * Structure of parameters of a high-resolution timer API.
118 int start_pid; /**< ID of the task that invokes a high-resolution timer.
120 …void *start_site; /**< Function that invokes a high-resolution timer. Not in u…
122 … char start_comm[START_TASK_NAME_LEN]; /**< Name of the task that invokes a high-resolution timer.
129 * Parameter structure of the nodes of a high-resolution timer timeout callback function.
139 * Parameter structure of a high-resolution timer node.
[all …]
/third_party/typescript/src/compiler/
DresolutionCache.ts22 * This is the cache of module/typedirectives resolution that can be retained across program
61 // Files that have this resolution using
185 (resolution: T) => R | undefined;
277 function getResolvedModule(resolution: CachedResolvedModuleWithFailedLookupLocations) {
278 return resolution.resolvedModule;
281 …function getResolvedTypeReferenceDirective(resolution: CachedResolvedTypeReferenceDirectiveWithFai…
282 return resolution.resolvedTypeReferenceDirective;
417 // Modify existing resolution so its saved in the directory cache as well
478 …uire calculating the mode for a given import from it's position in the resolution table, since a g…
485 let resolution = resolutionsInFile.get(name, mode);
[all …]
/third_party/backends/frontend/
Dstiff.c184 write_tiff_bw_header (FILE *fptr, int width, int height, int resolution) in write_tiff_bw_header() argument
199 if (resolution > 0) in write_tiff_bw_header()
235 if (resolution > 0) in write_tiff_bw_header()
237 /* x resolution */ in write_tiff_bw_header()
240 /* y resolution */ in write_tiff_bw_header()
244 if (resolution > 0) in write_tiff_bw_header()
246 /* resolution unit (dpi) */ in write_tiff_bw_header()
254 /* Write x/y resolution */ in write_tiff_bw_header()
255 if (resolution > 0) in write_tiff_bw_header()
257 write_i4 (fptr, resolution, motorola); in write_tiff_bw_header()
[all …]
/third_party/typescript/tests/cases/conformance/node/
DnodeModulesImportTypeModeDeclarationEmitErrors1.ts19 & import("pkg", { assert: {"resolution-mode": "foobar"} }).RequireInterface
20 & import("pkg", { assert: {"resolution-mode": "import"} }).ImportInterface;
22 export const a = (null as any as import("pkg", { assert: {"resolution-mode": "foobar"} }).RequireIn…
23 export const b = (null as any as import("pkg", { assert: {"resolution-mode": "import"} }).ImportInt…
27 & import("pkg", {"resolution-mode": "require"}).RequireInterface
28 & import("pkg", {"resolution-mode": "import"}).ImportInterface;
30 export const a = (null as any as import("pkg", {"resolution-mode": "require"}).RequireInterface);
31 export const b = (null as any as import("pkg", {"resolution-mode": "import"}).ImportInterface);
43 & import("pkg", [ {"resolution-mode": "require"} ]).RequireInterface
44 & import("pkg", [ {"resolution-mode": "import"} ]).ImportInterface;
[all …]
/third_party/mindspore/mindspore-src/source/tests/ut/data/mindrecord/testCBGData/data/
Dimage_raw_meta.data1 {"entity_instances":[1, 2, 3], "size": 89817, "resolution": {"width": 194, "heigth": 190}, "type": …
2 {"entity_instances":[1, 2, 3], "size": 45407, "resolution": {"width": 390, "heigth": 412}, "type": …
3 {"entity_instances":[1, 2, 3], "size": 47167, "resolution": {"width": 148, "heigth": 116}, "type": …
4 {"entity_instances":[1, 2, 3], "resolution": {"width": 331, "heigth": 472}, "type": "tif", "dataset…
5 {"entity_instances":[1, 2, 3], "size": 22945, "resolution": {"width": 58, "heigth": 383}, "type": "…
6 {"entity_instances":[1, 2, 3], "size": 13411, "resolution": {"width": 75, "heigth": 395}, "type": "…
7 {"entity_instances":[1, 2, 3], "size": 62252, "resolution": {"width": 274, "heigth": 89}, "type": "…
8 {"entity_instances":[1, 2, 3], "size": 35123, "resolution": {"width": 81, "heigth": 243}, "type": 2…
9 {"entity_instances":[1, 2, 3], "size": "30936", "resolution": {"width": 342, "heigth": 480}, "type"…
10 {"entity_instances":[1, 2, 3], "size": 54537, "resolution": {"width": 315, "heigth": 78}, "type": "…
[all …]
/third_party/libevdev/tools/
Dlibevdev-tweak-device.19 --resolution res[,yres] /dev/input/eventX
21 resolution). Changes are permanent until the device is removed.
38 Set the absinfo resolution to the value v
46 .SS Changing the x/y resolution
48 .B --resolution res[,yres]
49 Changes the resolution of the ABS_X, ABS_MT_POSITION_X, ABS_Y, and
50 ABS_MT_POSITION_Y axis to the given resolution. If only one resolution value
51 is provided, both x and y axis are set to the same resolution, otherwise the
52 first resolution value is applied to the x axes and the second value to the
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DHistogramParams.php19 * first bucket is [0, 1 + resolution)
21 * Generated from protobuf field <code>double resolution = 1;</code>
23 protected $resolution = 0.0; variable in Grpc\\Testing\\HistogramParams
37 * @type float $resolution
38 * first bucket is [0, 1 + resolution)
49 * first bucket is [0, 1 + resolution)
51 * Generated from protobuf field <code>double resolution = 1;</code>
56 return $this->resolution;
60 * first bucket is [0, 1 + resolution)
62 * Generated from protobuf field <code>double resolution = 1;</code>
[all …]
/third_party/cups-filters/cupsfilters/
Dattr.c15 * media, and resolution.
30 * media, and resolution.
38 const char *resolution, /* I - Resolution */ in cupsFindAttr() argument
49 if (!ppd || !name || !colormodel || !media || !resolution || !spec || in cupsFindAttr()
56 * ColorModel.MediaType.Resolution in cupsFindAttr()
57 * ColorModel.Resolution in cupsFindAttr()
59 * MediaType.Resolution in cupsFindAttr()
61 * Resolution in cupsFindAttr()
65 snprintf(spec, specsize, "%s.%s.%s", colormodel, media, resolution); in cupsFindAttr()
70 snprintf(spec, specsize, "%s.%s", colormodel, resolution); in cupsFindAttr()
[all …]

12345678910>>...148