Home
last modified time | relevance | path

Searched refs:Users (Results 1 – 25 of 248) sorted by relevance

12345678910

/third_party/typescript/tests/baselines/reference/tsserver/cachingFileSystemInformation/
DwatchDirectories-for-config-file-with-case-insensitive-file-system.js83 Info 18 [00:00:51.000] Project '/Users/someuser/work/applications/frontend/tsconfig.json' (Config…
98 Info 21 [00:00:54.000] Project '/Users/someuser/work/applications/frontend/tsconfig.json' (Config…
138 Info 29 [00:01:10.000] Project '/Users/someuser/work/applications/frontend/tsconfig.json' (Config…
158 Info 34 [00:01:15.000] Project '/Users/someuser/work/applications/frontend/tsconfig.json' (Config…
166 Info 35 [00:01:22.000] Project '/Users/someuser/work/applications/frontend/tsconfig.json' (Config…
205 Info 43 [00:01:36.000] Project '/Users/someuser/work/applications/frontend/tsconfig.json' (Config…
DwatchDirectories-for-config-file-with-case-sensitive-file-system.js83 Info 18 [00:00:51.000] Project '/Users/someuser/work/applications/frontend/tsconfig.json' (Config…
98 Info 21 [00:00:54.000] Project '/Users/someuser/work/applications/frontend/tsconfig.json' (Config…
138 Info 29 [00:01:10.000] Project '/Users/someuser/work/applications/frontend/tsconfig.json' (Config…
158 Info 34 [00:01:15.000] Project '/Users/someuser/work/applications/frontend/tsconfig.json' (Config…
166 Info 35 [00:01:22.000] Project '/Users/someuser/work/applications/frontend/tsconfig.json' (Config…
205 Info 43 [00:01:36.000] Project '/Users/someuser/work/applications/frontend/tsconfig.json' (Config…
/third_party/typescript/tests/baselines/reference/
DjsxChildrenSingleChildConfusableWithMultipleChildrenNoError.types35 ><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/
DResourceManager.cpp212 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/
DVPlanValue.h47 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/
DWinCFGuard.cpp50 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/glslang/Test/
Dhlsl.pp.line4.frag1 #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/
Dhlsl.pp.line4.frag.out12 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/typescript/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/
Dpackage-json-is-looked-up-for-file.js70 /Users/name/projects/lib-boilerplate/src/index.ts
71 /Users/name/projects/lib-boilerplate/test/basic.spec.ts
75 /Users/name/projects/lib-boilerplate/src/index.ts
76 /Users/name/projects/lib-boilerplate/test/basic.spec.ts
Dwith-nodeNext-resolution.js97 /Users/name/projects/web/node_modules/@types/yargs/index.d.ts
98 /Users/name/projects/web/src/bin.ts
102 /Users/name/projects/web/node_modules/@types/yargs/index.d.ts
103 /Users/name/projects/web/src/bin.ts
Dself-name-package-reference.js61 /Users/name/projects/web/index.ts
65 /Users/name/projects/web/index.ts
/third_party/skia/site/docs/dev/contrib/
Dbazel.md58 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/
DLocalizer.cpp188 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/
Dlocal.properties8 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/
DPPCBoolRetToInt.cpp148 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroElide.cpp47 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/node-gyp/docs/
DError-pre-versions-of-node-cannot-be-installed.md74 …iled my development ("pre") version of node.js using the source code in `/Users/nrajlich/node`, th…
77 $ node-gyp rebuild --nodedir=/Users/nrajlich/node
83 $ npm install bcrypt --nodedir=/Users/nrajlich/node
93 $ npm config set nodedir /Users/nrajlich/node
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp204 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/skia/third_party/externals/icu/source/samples/ufortune/resources/
Des.txt101 -- 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/icu/icu4c/source/samples/ufortune/resources/
Des.txt101 -- 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/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DInstruction.cpp60 for (const std::pair<ReadState *, int> &User : Users) { in onInstructionIssued()
81 Users.emplace_back(User, ReadAdvance); in addUser()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp282 SmallVector<Instruction *, 16> Users; in lowerAcrossUnwindEdges() local
286 Users.push_back(UI); in lowerAcrossUnwindEdges()
292 while (!Users.empty()) { in lowerAcrossUnwindEdges()
293 Instruction *U = Users.pop_back_val(); in lowerAcrossUnwindEdges()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp414 DenseSet<Instruction *> &Users);
418 DenseSet<Instruction *> &Users);
687 DenseSet<Instruction *> &Users) { in collectInLoopUserSet() argument
691 if (!Users.insert(I).second) in collectInLoopUserSet()
725 DenseSet<Instruction *> &Users) { in collectInLoopUserSet() argument
727 collectInLoopUserSet(Root, Exclude, Final, Users); in collectInLoopUserSet()
1562 SmallInstructionVector Users; in replaceSelected() local
1564 Users.push_back(cast<Instruction>(U)); in replaceSelected()
1567 for (Instruction *User : Users) in replaceSelected()
/third_party/rust/crates/cxx/macro/
DREADME.md2 Users won't depend on this crate directly. Instead they'll invoke its macro
/third_party/typescript/tests/cases/compiler/
DjsxChildrenSingleChildConfusableWithMultipleChildrenNoError.tsx21 ['Users', <div/>],

12345678910