/third_party/node/deps/npm/test/tap/ |
D | publish-invalid-semver-tag.js | 18 const isRoot = process.getuid && process.getuid() === 0 constant 19 const sudoUID = isRoot ? +process.env.SUDO_UID : null 20 const sudoGID = isRoot ? +process.env.SUDO_GID : null 27 if (isRoot && sudoUID && sudoGID) {
|
D | update-examples.js | 83 const isRoot = process.getuid && process.getuid() === 0 constant 84 const sudoUID = isRoot ? +process.env.SUDO_UID : null 85 const sudoGID = isRoot ? +process.env.SUDO_GID : null 92 if (isRoot && sudoUID && sudoGID) {
|
/third_party/skia/infra/bots/gen_tasks_logic/ |
D | compile_cas.go | 116 func (n *node) isRoot() bool { func 123 if !n.isRoot() { 153 if !n.isRoot() && immediateChilden >= combinePathsThreshold { 175 if !n.isRoot() {
|
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/compile/ |
D | index.js | 82 var isRoot = !_root || (_root && _root.schema == _schema); 91 isRoot: isRoot, property 157 validate.root = isRoot ? validate : _root; 170 function resolveRef(baseId, ref, isRoot) { argument 179 if (!isRoot && root.refs) {
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | LocaleData.java | 206 if (noSubstitute && !bundle.isRoot() && stringBundle.isRoot()) { in getExemplarSet() 291 if (noSubstitute && !bundle.isRoot() && stringBundle.isRoot()) { in getDelimiter()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | LocaleData.java | 205 if (noSubstitute && !bundle.isRoot() && stringBundle.isRoot()) { in getExemplarSet() 285 if (noSubstitute && !bundle.isRoot() && stringBundle.isRoot()) { in getDelimiter()
|
/third_party/node/deps/npm/node_modules/pacote/lib/util/ |
D | git.js | 190 const isRoot = process.getuid && process.getuid() === 0 191 if (!isRoot || !gitOpts.cwd) { return Promise.resolve() } 257 const isRoot = process.getuid && process.getuid() === 0 259 if (+opts.uid && !isNaN(opts.uid) && isRoot) { 262 if (+opts.gid && !isNaN(opts.gid) && isRoot) {
|
/third_party/node/deps/npm/node_modules/npm-packlist/ |
D | index.js | 113 const isRoot = !this.parent constant 114 const pkg = isRoot && pkgre.test(entry) ? 116 const rootNM = isRoot && entry === 'node_modules' 117 const rootPJ = isRoot && entry === 'package.json'
|
/third_party/typescript/tests/baselines/reference/ |
D | optionalParamArgsTest.types | 488 function fnOpt1(id: number, children: number[] = [], expectedPath: number[] = [], isRoot?: boolean)… 489 >fnOpt1 : (id: number, children?: number[], expectedPath?: number[], isRoot?: boolean) => void 495 >isRoot : boolean 497 function fnOpt2(id: number, children?: number[], expectedPath?: number[], isRoot?: boolean): void {} 498 >fnOpt2 : (id: number, children?: number[], expectedPath?: number[], isRoot?: boolean) => void 502 >isRoot : boolean 506 >fnOpt1 : (id: number, children?: number[], expectedPath?: number[], isRoot?: boolean) => void 517 >fnOpt2 : (id: number, children?: number[], expectedPath?: number[], isRoot?: boolean) => void
|
D | optionalParamArgsTest.js | 120 function fnOpt1(id: number, children: number[] = [], expectedPath: number[] = [], isRoot?: boolean)… 121 function fnOpt2(id: number, children?: number[], expectedPath?: number[], isRoot?: boolean): void {} 252 function fnOpt1(id, children, expectedPath, isRoot) { argument 256 function fnOpt2(id, children, expectedPath, isRoot) { } argument
|
D | optionalParamArgsTest.symbols | 364 function fnOpt1(id: number, children: number[] = [], expectedPath: number[] = [], isRoot?: boolean)… 369 >isRoot : Symbol(isRoot, Decl(optionalParamArgsTest.ts, 118, 81)) 371 function fnOpt2(id: number, children?: number[], expectedPath?: number[], isRoot?: boolean): void {} 376 >isRoot : Symbol(isRoot, Decl(optionalParamArgsTest.ts, 119, 73))
|
D | optionalParamArgsTest.errors.txt | 196 …function fnOpt1(id: number, children: number[] = [], expectedPath: number[] = [], isRoot?: boolean… 197 …function fnOpt2(id: number, children?: number[], expectedPath?: number[], isRoot?: boolean): void …
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | CLDevice.h | 40 bool isRoot() const noexcept; 81 inline bool Device::isRoot() const noexcept in isRoot() function
|
/third_party/typescript/tests/cases/compiler/ |
D | optionalParamArgsTest.ts | 119 function fnOpt1(id: number, children: number[] = [], expectedPath: number[] = [], isRoot?: boolean)… 120 function fnOpt2(id: number, children?: number[], expectedPath?: number[], isRoot?: boolean): void {}
|
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/dot/ |
D | ref.jst | 17 if (it.isRoot) { 26 {{ var $refVal = it.resolveRef(it.baseId, $schema, it.isRoot); }}
|
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/dotjs/ |
D | ref.js | 13 if (it.isRoot) { 21 var $refVal = it.resolveRef(it.baseId, $schema, it.isRoot);
|
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/ |
D | no-type-alias.ts | 163 isRoot: boolean, 166 if (isRoot) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineOutliner.cpp | 172 bool isRoot() const { return StartIdx == EmptyIdx; } in isRoot() function 178 if (isRoot()) in size() 336 if (CurrNode->Children.size() == 0 && !CurrNode->isRoot()) in setSuffixIndices() 409 if (NeedsLink && !Active.Node->isRoot()) { in extend() 456 if (Active.Node->isRoot()) { in extend() 551 if (Curr->isRoot()) in advance()
|
/third_party/node/deps/npm/node_modules/npm-logical-tree/ |
D | index.js | 19 get isRoot () { return !this.requiredBy.size } getter in LogicalTree 38 if (this.isRoot) {
|
/third_party/node/deps/npm/node_modules/libcipm/ |
D | index.js | 192 if (dep.isRoot) { 288 dep.isRoot || 405 !dep.isRoot && // never purge root!
|
/third_party/node/deps/icu-small/source/common/ |
D | uresbund.cpp | 467 UBool *isRoot, UBool *hasChopped, UBool *isDefault, UErrorCode* status) { in findFirstExisting() argument 494 *isRoot = (UBool)(uprv_strcmp(name, kRootLocaleName) == 0); in findFirstExisting() 644 UBool isRoot = FALSE; in entryOpen() local 679 r = findFirstExisting(path, name, defaultLocale, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen() 708 if ((hasChopped || mayHaveParent(name)) && !isRoot) { in entryOpen() 717 if(r==NULL && openType == URES_OPEN_LOCALE_DEFAULT_ROOT && !isDefault && !isRoot) { in entryOpen() 720 … r = findFirstExisting(path, name, defaultLocale, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen() 732 if ((hasChopped || mayHaveParent(name)) && !isRoot) { in entryOpen() 744 … r = findFirstExisting(path, name, defaultLocale, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen() 758 } else if(!isRoot && uprv_strcmp(t1->fName, kRootLocaleName) != 0 && in entryOpen() [all …]
|
/third_party/node/deps/npm/test/ |
D | common-tap.js | 50 const isRoot = process.getuid && process.getuid() === 0 51 const isSudo = isRoot && process.env.SUDO_UID && process.env.SUDO_GID
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uresbund.cpp | 465 UBool *isRoot, UBool *hasChopped, UBool *isDefault, UErrorCode* status) { in findFirstExisting() argument 493 *isRoot = (UBool)(uprv_strcmp(name, kRootLocaleName) == 0); in findFirstExisting() 643 UBool isRoot = FALSE; in entryOpen() local 675 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen() 704 if ((hasChopped || mayHaveParent(name)) && !isRoot) { in entryOpen() 713 if(r==NULL && openType == URES_OPEN_LOCALE_DEFAULT_ROOT && !isDefault && !isRoot) { in entryOpen() 716 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen() 728 if ((hasChopped || mayHaveParent(name)) && !isRoot) { in entryOpen() 740 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen() 754 } else if(!isRoot && uprv_strcmp(t1->fName, kRootLocaleName) != 0 && in entryOpen() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | uresbund.cpp | 459 UBool *isRoot, UBool *hasChopped, UBool *isDefault, UErrorCode* status) { in findFirstExisting() argument 487 *isRoot = (UBool)(uprv_strcmp(name, kRootLocaleName) == 0); in findFirstExisting() 621 UBool isRoot = FALSE; in entryOpen() local 653 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen() 682 if (hasChopped && !isRoot) { in entryOpen() 691 if(r==NULL && openType == URES_OPEN_LOCALE_DEFAULT_ROOT && !isDefault && !isRoot) { in entryOpen() 694 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen() 706 if (hasChopped && !isRoot) { in entryOpen() 718 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen() 732 } else if(!isRoot && uprv_strcmp(t1->fName, kRootLocaleName) != 0 && in entryOpen() [all …]
|
/third_party/icu/icu4c/source/common/ |
D | uresbund.cpp | 465 UBool *isRoot, UBool *hasChopped, UBool *isDefault, UErrorCode* status) { in findFirstExisting() argument 493 *isRoot = (UBool)(uprv_strcmp(name, kRootLocaleName) == 0); in findFirstExisting() 643 UBool isRoot = FALSE; in entryOpen() local 675 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen() 704 if ((hasChopped || mayHaveParent(name)) && !isRoot) { in entryOpen() 713 if(r==NULL && openType == URES_OPEN_LOCALE_DEFAULT_ROOT && !isDefault && !isRoot) { in entryOpen() 716 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen() 728 if ((hasChopped || mayHaveParent(name)) && !isRoot) { in entryOpen() 740 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen() 754 } else if(!isRoot && uprv_strcmp(t1->fName, kRootLocaleName) != 0 && in entryOpen() [all …]
|