/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
H A D | audit-report.js | 15 const _omit = Symbol('omit') 94 const { omit } = opts 95 this[_omit] = new Set(omit || []) 196 // or if using --omit with the older audit endpoint. 204 // happens when using omit with old audit endpoint. 356 const shouldAudit = (node, omit, filterSet) => 360 : omit.size === 0 ? true 362 node.dev && omit.has('dev') || 363 node.optional && omit.has('optional') || 364 node.devOptional && omit [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | nanobenchmark.cc | 595 // Replicates inputs until we can omit "num_skip" occurrences of an input. 620 std::vector<uint32_t> omit; in FillSubset() local 622 omit.reserve(count); in FillSubset() 624 omit.push_back(i); in FillSubset() 626 // omit[] is the same on every call, but that's OK because they identify the in FillSubset() 629 std::shuffle(omit.begin(), omit.end(), rng); in FillSubset() 630 omit.resize(num_skip); in FillSubset() 631 std::sort(omit.begin(), omit in FillSubset() [all...] |
/third_party/node/deps/npm/node_modules/https-proxy-agent/dist/ |
H A D | index.js | 67 ...(opts ? omit(opts, 'headers') : null), 127 ...omit(opts, 'host', 'path', 'port'), 165 function omit(obj, ...keys) { function
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/ |
H A D | LanguageTestFmwk.java | 326 p = p.and(i * 5, MINUTE).omit(HOUR); in testCustomMinutes() 372 p = p.omit(WEEK).omit(DAY); in testLimitedUnits() 383 p = p.omit(MONTH).omit(WEEK).omit(DAY).and(1, HOUR); in testLimitedUnits() 412 p = p.omit(MINUTE).omit(SECOND); in testLimitedUnits()
|
H A D | PeriodTest.java | 31 p = p.omit(TimeUnit.YEAR); in testIsSet()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/ |
H A D | LanguageTestFmwk.java | 327 p = p.and(i * 5, MINUTE).omit(HOUR); in testCustomMinutes() 373 p = p.omit(WEEK).omit(DAY); in testLimitedUnits() 384 p = p.omit(MONTH).omit(WEEK).omit(DAY).and(1, HOUR); in testLimitedUnits() 413 p = p.omit(MINUTE).omit(SECOND); in testLimitedUnits()
|
H A D | PeriodTest.java | 34 p = p.omit(TimeUnit.YEAR); in testIsSet()
|
/third_party/node/deps/npm/test/lib/commands/ |
H A D | sbom.js | 133 t.test('--omit dev', async t => { 136 omit: ['dev'], 158 t.test('--omit optional', async t => { 161 omit: ['optional'], 183 t.test('--omit peer', async t => { 186 omit: ['peer'],
|
H A D | outdated.js | 285 await t.test('outdated --omit=dev', async t => { 289 omit: ['dev'], 298 await t.test('outdated --omit=dev --omit=peer', async t => { 302 omit: ['dev', 'peer'], 311 await t.test('outdated --omit=prod', async t => { 315 omit: ['prod'],
|
H A D | ls.js | 205 t.matchSnapshot(cleanCwd(result()), 'should omit missing optional dep') 604 omit: ['peer', 'prod', 'optional'], 710 config: { omit: ['dev', 'peer'] }, 1645 omit: ['dev', 'peer', 'optional'], 2021 omit: ['peer', 'prod', 'optional'], 2093 omit: ['dev', 'peer'], 3280 omit: ['prod', 'optional', 'peer'], 3391 omit: ['dev', 'peer'],
|
/third_party/node/deps/npm/node_modules/http-proxy-agent/dist/ |
H A D | index.js | 55 ...(opts ? omit(opts, 'headers') : null), 138 function omit(obj, ...keys) { function
|
/third_party/node/deps/npm/node_modules/socks-proxy-agent/dist/ |
H A D | index.js | 151 ...omit(opts, 'host', 'path', 'port'), 172 function omit(obj, ...keys) { function
|
/third_party/littlefs/ |
H A D | Makefile | 79 CFLAGS += -fno-omit-frame-pointer 82 CFLAGS += -fno-omit-frame-pointer 361 test-runner build-test: CFLAGS+=-fno-omit-frame-pointer 364 test-runner build-test: CFLAGS+=-fno-omit-frame-pointer 412 bench-runner build-bench: CFLAGS+=-fno-omit-frame-pointer 415 bench-runner build-bench: CFLAGS+=-fno-omit-frame-pointer
|
/third_party/gn/src/gn/ |
H A D | label.cc | 232 If you want to refer to something in the same buildfile, you can omit 250 we prefer to omit the colon and name when possible:
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/languages/ |
H A D | Test_ja.java | 48 p.and(1, MINUTE).omit(SECOND); in testNoMillis() 60 p.omit(SECOND); in testOmitZeros()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/languages/ |
H A D | Test_ja.java | 51 p.and(1, MINUTE).omit(SECOND); in testNoMillis() 63 p.omit(SECOND); in testOmitZeros()
|
/third_party/node/deps/npm/test/fixtures/ |
H A D | mock-npm.js | 250 if (config.omit?.includes('prod')) { 251 // XXX(HACK): --omit=prod is not a valid config according to the definitions but 255 npm.flatOptions.omit.push('prod')
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/bin/lib/ |
H A D | options.js | 25 omit: Array,
|
/third_party/musl/dist/ |
H A D | config.mak | 29 # Uncomment to omit massive GCC4 DWARF2 bloat (only useful for debugging)
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
H A D | Period.java | 92 public Period omit(TimeUnit unit) { in omit() method in Period
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/ |
H A D | Period.java | 94 public Period omit(TimeUnit unit) { in omit() method in Period
|
/third_party/typescript/tests/baselines/reference/ |
H A D | underscoreTest1.js | 44 omit(...keys: string[]): T; 218 omit(...keys: string[]): ChainedObject<T>; 327 omit(...keys: string[]): ChainedArray<T>; 378 omit(...keys: string[]): ChainedDictionary<T>; 594 omit<T>(object: T, ...keys: string[]): T; 801 _.omit({ name: 'moe', age: 50, userid: 'moe1' }, 'userid'); 1018 _.omit({ name: 'moe', age: 50, userid: 'moe1' }, 'userid');
|
/third_party/astc-encoder/Test/ |
H A D | astc_test_functional.py | 1505 omit = len(command) - subLen 1506 with self.subTest(omit=omit): 1508 expectPass = omit == 0
|
/third_party/selinux/checkpolicy/ |
H A D | policy_define.c | 1835 uint8_t omit; member 1912 uint8_t omit = 0; in avrule_read_ioctls() local 1921 omit = 1; in avrule_read_ioctls() 1952 r->omit = omit; in avrule_read_ioctls() 2012 uint8_t omit; in avrule_ioctl_ranges() local 2014 /* read in ranges to include and omit */ in avrule_ioctl_ranges() 2021 omit = rangehead->omit; in avrule_ioctl_ranges() 2028 if (omit) { in avrule_ioctl_ranges() [all...] |
/third_party/musl/scripts/build_lite/ |
H A D | Makefile | 227 musl_install_for_linux_user: CFLAGS += -fno-omit-frame-pointer -funwind-tables -fasynchronous-unwind-tables -rdynamic -D__HISPARK_LINUX__ -I $(LINUXHDRDIR) -I $(LIBCXXDIR)
|