/third_party/mesa3d/src/amd/addrlib/src/ |
D | addrinterface.cpp | 61 returnCode = Lib::Create(pAddrCreateIn, pAddrCreateOut); in AddrCreate() 87 Lib* pLib = Lib::GetLib(hLib); in AddrDestroy() 120 V1::Lib* pLib = V1::Lib::GetLib(hLib); in AddrComputeSurfaceInfo() 154 V1::Lib* pLib = V1::Lib::GetLib(hLib); in AddrComputeSurfaceAddrFromCoord() 186 V1::Lib* pLib = V1::Lib::GetLib(hLib); in AddrComputeSurfaceCoordFromAddr() 224 V1::Lib* pLib = V1::Lib::GetLib(hLib); in AddrComputeHtileInfo() 256 V1::Lib* pLib = V1::Lib::GetLib(hLib); in AddrComputeHtileAddrFromCoord() 289 V1::Lib* pLib = V1::Lib::GetLib(hLib); in AddrComputeHtileCoordFromAddr() 328 V1::Lib* pLib = V1::Lib::GetLib(hLib); in AddrComputeCmaskInfo() 360 V1::Lib* pLib = V1::Lib::GetLib(hLib); in AddrComputeCmaskAddrFromCoord() [all …]
|
/third_party/python/Lib/test/ |
D | pstats.pck | 2 _compile_info(iig�h㈵��>g�����>(u'/home/gbr/devel/python/Lib/sre_parse.pyi�… 3 …/home/gbr/devel/python/Lib/sre_compile.pyicu_simple(irirg?�̔��?ghUMu?(u… 11 …Lib/sre_parse.pyi�u_parse(i|i|g�ͮ{+R?gǟ�lXSy?0(u4/home/gbr/devel/python/L…
|
/third_party/typescript/tests/baselines/reference/ |
D | namespaceMergedWithImportAliasNoCrash.js | 10 import * as Lib from './file1'; 11 namespace Lib { // should fail to merge 14 Lib.foo; // should work 15 var x: Lib.Bar; // should be an error 16 export { Lib } 26 exports.Lib = void 0; 27 var Lib; variable 28 (function (Lib) { argument 29 Lib.foo = ""; 30 })(Lib || (Lib = {})); [all …]
|
D | namespaceMergedWithImportAliasNoCrash.symbols | 16 import * as Lib from './file1'; 17 >Lib : Symbol(Lib, Decl(file2.ts, 0, 6), Decl(file2.ts, 0, 31)) 19 namespace Lib { // should fail to merge 20 >Lib : Symbol(Lib, Decl(file2.ts, 0, 6), Decl(file2.ts, 0, 31)) 25 Lib.foo; // should work 26 >Lib.foo : Symbol(Lib.foo, Decl(file2.ts, 2, 16)) 27 >Lib : Symbol(Lib, Decl(file2.ts, 0, 6), Decl(file2.ts, 0, 31)) 28 >foo : Symbol(Lib.foo, Decl(file2.ts, 2, 16)) 30 var x: Lib.Bar; // should be an error 32 >Lib : Symbol(Lib, Decl(file2.ts, 0, 6), Decl(file2.ts, 0, 31)) [all …]
|
D | namespaceMergedWithImportAliasNoCrash.types | 17 import * as Lib from './file1'; 18 >Lib : typeof Lib 20 namespace Lib { // should fail to merge 21 >Lib : typeof Lib 27 Lib.foo; // should work 28 >Lib.foo : string 29 >Lib : typeof Lib 32 var x: Lib.Bar; // should be an error 34 >Lib : any 36 export { Lib } [all …]
|
D | typeReferenceDirectives9.types | 12 >foo : Lib 13 >new Cls().foo() : Lib 14 >new Cls().foo : () => Lib 17 >foo : () => Lib 20 >bar : Lib 21 >Cls.bar() : Lib 22 >Cls.bar : () => Lib 24 >bar : () => Lib 27 interface Lib { x } 46 >Cls.prototype.foo : () => Lib [all …]
|
D | typeReferenceDirectives12.types | 12 >foo : Lib 13 >new Cls().foo() : Lib 14 >new Cls().foo : () => Lib 17 >foo : () => Lib 20 >bar : Lib 21 >Cls.bar() : Lib 22 >Cls.bar : () => Lib 24 >bar : () => Lib 27 interface Lib { x } 46 >Cls.prototype.foo : () => Lib [all …]
|
D | namespaceMergedWithImportAliasNoCrash.errors.txt | 2 …compiler/file2.ts(1,8): error TS2440: Import declaration conflicts with local declaration of 'Lib'. 3 tests/cases/compiler/file2.ts(6,12): error TS2694: Namespace 'Lib' has no exported member 'Bar'. 15 import * as Lib from './file1'; 17 !!! error TS2440: Import declaration conflicts with local declaration of 'Lib'. 18 namespace Lib { // should fail to merge 21 Lib.foo; // should work 22 var x: Lib.Bar; // should be an error 24 !!! error TS2694: Namespace 'Lib' has no exported member 'Bar'. 25 export { Lib }
|
D | typeReferenceDirectives8.types | 3 >foo : () => Lib 6 >bar : Lib 7 >foo() : Lib 8 >foo : () => Lib 11 interface Lib { x } 15 export function foo(): Lib { return {x: 1} } 16 >foo : () => Lib
|
D | typeReferenceDirectives11.types | 3 >foo : () => Lib 6 >bar : Lib 7 >foo() : Lib 8 >foo : () => Lib 11 interface Lib { x } 15 export function foo(): Lib { return {x: 1} } 16 >foo : () => Lib
|
D | typeReferenceDirectives11.symbols | 10 interface Lib { x } 11 >Lib : Symbol(Lib, Decl(index.d.ts, 0, 0)) 12 >x : Symbol(Lib.x, Decl(index.d.ts, 0, 15)) 15 export function foo(): Lib { return {x: 1} } 17 >Lib : Symbol(Lib, Decl(index.d.ts, 0, 0))
|
D | typeReferenceDirectives8.symbols | 10 interface Lib { x } 11 >Lib : Symbol(Lib, Decl(index.d.ts, 0, 0)) 12 >x : Symbol(Lib.x, Decl(index.d.ts, 0, 15)) 15 export function foo(): Lib { return {x: 1} } 17 >Lib : Symbol(Lib, Decl(index.d.ts, 0, 0))
|
D | typeReferenceDirectives12.symbols | 24 interface Lib { x } 25 >Lib : Symbol(Lib, Decl(index.d.ts, 0, 0)) 26 >x : Symbol(Lib.x, Decl(index.d.ts, 0, 15)) 56 foo(): Lib; 58 >Lib : Symbol(Lib, Decl(index.d.ts, 0, 0)) 63 function bar(): Lib; 65 >Lib : Symbol(Lib, Decl(index.d.ts, 0, 0))
|
D | typeReferenceDirectives9.symbols | 24 interface Lib { x } 25 >Lib : Symbol(Lib, Decl(index.d.ts, 0, 0)) 26 >x : Symbol(Lib.x, Decl(index.d.ts, 0, 15)) 56 foo(): Lib; 58 >Lib : Symbol(Lib, Decl(index.d.ts, 0, 0)) 63 function bar(): Lib; 65 >Lib : Symbol(Lib, Decl(index.d.ts, 0, 0))
|
D | typeReferenceDirectives9.js | 4 interface Lib { x } 19 foo(): Lib; 22 function bar(): Lib; 69 foo(): Lib; 72 function bar(): Lib; 81 export declare const foo: Lib; 82 export declare const bar: Lib;
|
D | typeReferenceDirectives8.js | 4 interface Lib { x } 7 export function foo(): Lib { return {x: 1} } 29 export declare function foo(): Lib; 32 export declare const bar: Lib;
|
D | reactNamespaceInvalidInput.errors.txt | 1 error TS5059: Invalid value for '--reactNamespace'. 'my-React-Lib' is not a valid identifier. 2 …/cases/compiler/reactNamespaceInvalidInput.tsx(1,2): error TS2304: Cannot find name 'my-React-Lib'. 5 !!! error TS5059: Invalid value for '--reactNamespace'. 'my-React-Lib' is not a valid identifier. 9 !!! error TS2304: Cannot find name 'my-React-Lib'.
|
D | reactNamespaceImportPresevation.types | 2 declare module "my-React-Lib" { 3 >"my-React-Lib" : typeof import("my-React-Lib") 13 import * as myReactLib from "my-React-Lib"; // should not be elided
|
/third_party/mesa3d/src/amd/addrlib/src/core/ |
D | addrlib.cpp | 99 Lib::Lib() : in Lib() function in Addr::Lib 125 Lib::Lib(const Client* pClient) : in Lib() function in Addr::Lib 152 Lib::~Lib() in ~Lib() 177 ADDR_E_RETURNCODE Lib::Create( in Create() 181 Lib* pLib = NULL; in Create() 327 VOID Lib::SetChipFamily( in SetChipFamily() 350 VOID Lib::SetMinPitchAlignPixels( in SetMinPitchAlignPixels() 367 VOID Lib::SetMaxAlignments() in SetMaxAlignments() 384 Lib* Lib::GetLib( in GetLib() 387 return static_cast<Addr::Lib*>(hLib); in GetLib() [all …]
|
D | addrlib.h | 246 class Lib : public Object 249 virtual ~Lib(); 260 static Lib* GetLib(ADDR_HANDLE hLib); 291 Lib(); // Constructor is protected 292 Lib(const Client* pClient); 360 Lib(const Lib& a); 363 Lib& operator=(const Lib& a); 406 Lib* SiHwlInit (const Client* pClient); 407 Lib* CiHwlInit (const Client* pClient); 408 Lib* Gfx9HwlInit (const Client* pClient); [all …]
|
D | addrlib2.cpp | 47 const Dim2d Lib::Block256_2d[] = {{16, 16}, {16, 8}, {8, 8}, {8, 4}, {4, 4}}; 49 const Dim3d Lib::Block1K_3d[] = {{16, 8, 8}, {8, 8, 8}, {8, 8, 4}, {8, 4, 4}, {4, 4, 4}}; 64 Lib::Lib() in Lib() function in Addr::V2::Lib 66 Addr::Lib(), in Lib() 90 Lib::Lib(const Client* pClient) in Lib() function in Addr::V2::Lib 92 Addr::Lib(pClient), in Lib() 116 Lib::~Lib() in ~Lib() 131 Lib* Lib::GetLib( in GetLib() 134 Addr::Lib* pAddrLib = Addr::Lib::GetLib(hLib); in GetLib() 142 return static_cast<Lib*>(hLib); in GetLib() [all …]
|
D | addrlib1.cpp | 46 const TileModeFlags Lib::ModeFlags[ADDR_TM_COUNT] = 89 Lib::Lib() in Lib() function in Addr::V1::Lib 91 Addr::Lib() in Lib() 104 Lib::Lib(const Client* pClient) in Lib() function in Addr::V1::Lib 106 Addr::Lib(pClient) in Lib() 119 Lib::~Lib() in ~Lib() 134 Lib* Lib::GetLib( in GetLib() 137 Addr::Lib* pAddrLib = Addr::Lib::GetLib(hLib); in GetLib() 146 return static_cast<Lib*>(hLib); in GetLib() 166 ADDR_E_RETURNCODE Lib::ComputeSurfaceInfo( in ComputeSurfaceInfo() [all …]
|
/third_party/python/ |
D | .gitattributes | 21 Lib/test/sndhdrdata/sndhdr.* binary 27 Lib/test/cjkencodings/* noeol 28 Lib/test/coding20731.py noeol 29 Lib/test/decimaltestdata/*.decTest noeol 30 Lib/test/test_email/data/*.txt noeol 31 Lib/test/test_importlib/data01/* noeol 32 Lib/test/test_importlib/namespacedata01/* noeol 33 Lib/test/xmltestdata/* noeol 74 Lib/keyword.py generated 75 Lib/test/test_stable_abi_ctypes.py generated [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | namespaceMergedWithImportAliasNoCrash.ts | 8 import * as Lib from './file1'; 9 namespace Lib { // should fail to merge namespace 12 Lib.foo; // should work 13 var x: Lib.Bar; // should be an error 14 export { Lib }
|
/third_party/zlib/old/ |
D | visual-basic.txt | 32 Declare Function compress Lib "ZLIB.DLL" (ByVal compr As 35 Declare Function uncompress Lib "ZLIB.DLL" (ByVal uncompr 38 Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As 40 Declare Function gzread Lib "ZLIB.DLL" (ByVal file As 43 Declare Function gzwrite Lib "ZLIB.DLL" (ByVal file As 46 Declare Function gzclose Lib "ZLIB.DLL" (ByVal file As 49 Declare Function compress Lib "ZLIB32.DLL" 52 Declare Function uncompress Lib "ZLIB32.DLL" 55 Declare Function gzopen Lib "ZLIB32.DLL" 57 Declare Function gzread Lib "ZLIB32.DLL" [all …]
|