/third_party/typescript/tests/baselines/reference/ |
D | jsxChildrenSingleChildConfusableWithMultipleChildrenNoError.types | 35 ><TabLayout> {[ ['Users', <div/>], ['Products', <div/>] … 39 >[ ['Users', <div/>], ['Products', <div/>] ] : [string, JS… 41 ['Users', <div/>], 42 >['Users', <div/>] : [string, JSX.Element] 43 >'Users' : "Users"
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/ |
D | ResourceManager.cpp | 212 uint64_t Users = Resource2Groups[RSID]; in use() local 213 while (Users) { in use() 215 unsigned GroupIndex = getResourceStateIndex(Users & (-Users)); in use() 220 Users &= Users - 1; in use() 235 uint64_t Users = Resource2Groups[RSID]; in release() local 236 while (Users) { in release() 237 unsigned GroupIndex = getResourceStateIndex(Users & (-Users)); in release() 240 Users &= Users - 1; in release()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlanValue.h | 47 SmallVector<VPUser *, 1> Users; variable 92 unsigned getNumUsers() const { return Users.size(); } in getNumUsers() 93 void addUser(VPUser &User) { Users.push_back(&User); } in addUser() 100 user_iterator user_begin() { return Users.begin(); } in user_begin() 101 const_user_iterator user_begin() const { return Users.begin(); } in user_begin() 102 user_iterator user_end() { return Users.end(); } in user_end() 103 const_user_iterator user_end() const { return Users.end(); } in user_end()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | WinCFGuard.cpp | 50 SmallVector<const Value *, 4> Users{F}; in isPossibleIndirectCallTarget() local 51 while (!Users.empty()) { in isPossibleIndirectCallTarget() 52 const Value *FnOrCast = Users.pop_back_val(); in isPossibleIndirectCallTarget() 72 Users.push_back(FnUser); in isPossibleIndirectCallTarget()
|
/third_party/node/deps/npm/node_modules/path-is-absolute/ |
D | readme.md | 21 pathIsAbsolute('C:/Users/foo'); 25 pathIsAbsolute('C:/Users/foo'); 33 pathIsAbsolute.posix('C:/Users/foo'); 35 pathIsAbsolute.win32('C:/Users/foo');
|
/third_party/glslang/Test/ |
D | hlsl.pp.line4.frag | 1 #line 1 "C:\\Users\\Greg\\shaders\\line\\foo4.frag" 32 #line 1 "C:\\Users\\Greg\\shaders\\line\\u1.h" 36 #line 31 "C:\\Users\\Greg\\shaders\\line\\foo4.frag"
|
/third_party/glslang/Test/baseResults/ |
D | hlsl.pp.line4.frag.out | 12 17: String "C:\\Users\\Greg\\shaders\\line\\foo4.frag" 13 32: String "C:\\Users\\Greg\\shaders\\line\\u1.h" 22 #line 1 "C:\\Users\\Greg\\shaders\\line\\foo4.frag" 53 #line 1 "C:\\Users\\Greg\\shaders\\line\\u1.h" 57 #line 31 "C:\\Users\\Greg\\shaders\\line\\foo4.frag"
|
/third_party/node/deps/npm/node_modules/npm-run-path/ |
D | readme.md | 25 //=> '/Users/sindresorhus/dev/foo/node_modules/.bin:/Users/sindresorhus/dev/node_modules/.bin:/User…
|
/third_party/node/deps/npm/node_modules/make-dir/ |
D | readme.md | 27 /Users/sindresorhus/fun 37 //=> '/Users/sindresorhus/fun/unicorn/rainbow/cake' 61 '/Users/sindresorhus/fun/unicorn/rainbow', 62 '/Users/sindresorhus/fun/foo/bar'
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/ |
D | package_uri_mapper_test.dart | 14 xml:file:///Users/flutter_user/.pub-cache/hosted/pub.dartlang.org/xml-3.2.3/lib/ 15 yaml:file:///Users/flutter_user/.pub-cache/hosted/pub.dartlang.org/yaml-2.1.15/lib/ 20 xml:file:///Users/flutter_user/.pub-cache/hosted/pub.dartlang.org/xml-3.2.3/lib/ 21 yaml:file:///Users/flutter_user/.pub-cache/hosted/pub.dartlang.org/yaml-2.1.15/lib/
|
/third_party/skia/site/docs/dev/contrib/ |
D | bazel.md | 58 linkopts = ["-lpng", "-L/Users/mtklein/brew/lib"], 64 `~/brew/lib` doesn't work here, though `-L/Users/mtklein/brew/lib` works fine. 67 /Users/mtklein/brew/include/ 71 $ bazel test ... --override_repository libpng=/Users/mtklein/overrides/libpng 97 build --override_repository libpng=/Users/mtklein/overrides/libpng
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | Localizer.cpp | 188 SmallPtrSet<MachineInstr *, 32> Users; in localizeIntraBlock() local 191 Users.insert(&UseMI); in localizeIntraBlock() 195 if (Users.empty()) in localizeIntraBlock() 200 while (II != MBB.end() && !Users.count(&*II)) in localizeIntraBlock()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/ |
D | local.properties | 8 ndk.dir=/Users/philburk/Library/Android/sdk/ndk-bundle 9 sdk.dir=/Users/philburk/Library/Android/sdk
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCBoolRetToInt.cpp | 148 const auto &Users = P->users(); in getPromotablePHINodes() local 150 if (!llvm::all_of(Users, IsValidUser) || in getPromotablePHINodes() 167 const auto &Users = P->users(); in getPromotablePHINodes() local 169 if (!llvm::all_of(Users, IsPromotable) || in getPromotablePHINodes()
|
/third_party/node/deps/npm/node_modules/is-path-inside/ |
D | readme.md | 27 isPathInside('/Users/sindresorhus/dev/unicorn', '/Users/sindresorhus');
|
/third_party/node/deps/npm/node_modules/yargs/node_modules/find-up/ |
D | readme.md | 17 └── Users 33 //=> '/Users/sindresorhus/unicorn.png' 36 //=> '/Users/sindresorhus/unicorn.png'
|
/third_party/node/deps/npm/node_modules/libnpmconfig/node_modules/find-up/ |
D | readme.md | 17 └── Users 33 //=> '/Users/sindresorhus/unicorn.png' 36 //=> '/Users/sindresorhus/unicorn.png'
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroElide.cpp | 47 SmallVectorImpl<CoroSubFnInst *> &Users) { in replaceWithConstant() argument 48 if (Users.empty()) in replaceWithConstant() 54 Type *IntrTy = Users.front()->getType(); in replaceWithConstant() 64 for (CoroSubFnInst *I : Users) in replaceWithConstant()
|
/third_party/node/deps/npm/node_modules/rc/ |
D | README.md | 155 "/Users/stephen/repos/conftest/.myapprc" 157 "config": "/Users/stephen/repos/conftest/.myapprc" 171 "/Users/stephen/repos/conftest/.myapprc" 173 "config": "/Users/stephen/repos/conftest/.myapprc" 188 "/Users/stephen/repos/conftest/.myapprc",
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 204 SmallVector<User *, 16> Users(GV->user_begin(), GV->user_end()); in lowerGlobal() local 205 for (unsigned I = 0, E = Users.size(); I != E; ++I) { in lowerGlobal() 206 User *U = Users[I]; in lowerGlobal()
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/ios/ |
D | mac_test.dart | 278 BUILD_DIR = /Users/blah/blah 292 /bin/mkdir -p /Users/blah/Runner.app 294 Clean.Remove clean /Users/blah/Runner.app.dSYM 295 builtin-rm -rf /Users/blah/Runner.app.dSYM 297 Clean.Remove clean /Users/blah/Runner.app 298 builtin-rm -rf /Users/blah/Runner.app 300 …Clean.Remove clean /Users/blah/Runner-dfvicjniknvzghgwsthwtgcjhtsk/Build/Intermediates/Runner.buil… 301 …builtin-rm -rf /Users/blah/Runner-dfvicjniknvzghgwsthwtgcjhtsk/Build/Intermediates/Runner.build/Re…
|
/third_party/icu/icu4c/source/samples/ufortune/resources/ |
D | es.txt | 101 -- PC Users. La mejor revista de computación del mundo. ", 104 -- PC Users. La mejor revista de computación del mundo. ", 107 -- PC Users. La mejor revista de computación del mundo. ", 116 -- PC Users. La mejor revista de computación del mundo. ", 119 -- PC Users. La mejor revista de computación del mundo. ", 125 -- PC Users. La mejor revista de computación del mundo. PC Users Nº 68. ", 128 -- R.S. Pressmann. PC Users Nº 68. ", 131 -- Cualquier programador. PC Users Nº 68. ", 152 -- PC Users. La mejor revista de computación del mundo. ",
|
/third_party/skia/third_party/externals/icu/source/samples/ufortune/resources/ |
D | es.txt | 101 -- PC Users. La mejor revista de computación del mundo. ", 104 -- PC Users. La mejor revista de computación del mundo. ", 107 -- PC Users. La mejor revista de computación del mundo. ", 116 -- PC Users. La mejor revista de computación del mundo. ", 119 -- PC Users. La mejor revista de computación del mundo. ", 125 -- PC Users. La mejor revista de computación del mundo. PC Users Nº 68. ", 128 -- R.S. Pressmann. PC Users Nº 68. ", 131 -- Cualquier programador. PC Users Nº 68. ", 152 -- PC Users. La mejor revista de computación del mundo. ",
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/ufortune/resources/ |
D | es.txt | 101 -- PC Users. La mejor revista de computación del mundo. ", 104 -- PC Users. La mejor revista de computación del mundo. ", 107 -- PC Users. La mejor revista de computación del mundo. ", 116 -- PC Users. La mejor revista de computación del mundo. ", 119 -- PC Users. La mejor revista de computación del mundo. ", 125 -- PC Users. La mejor revista de computación del mundo. PC Users Nº 68. ", 128 -- R.S. Pressmann. PC Users Nº 68. ", 131 -- Cualquier programador. PC Users Nº 68. ", 152 -- PC Users. La mejor revista de computación del mundo. ",
|
/third_party/node/deps/npm/node_modules/update-notifier/ |
D | readme.md | 16 - [Users](#users) 165 Users of your module have the ability to opt-out of the update notifier by changing the `optOut` pr… 167 Users can also opt-out by [setting the environment variable](https://github.com/sindresorhus/guides… 177 ## Users section in update-notifier [![Build Status](https://travis-ci.org/yeoman/update-notifier.svg?branch=master)](https://travis-ci.org/yeoman/update-notifier)
|