Home
last modified time | relevance | path

Searched refs:omit (Results 1 - 25 of 44) sorted by relevance

12

/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
H A Daudit-report.js15 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 Dnanobenchmark.cc595 // 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 Dindex.js67 ...(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 DLanguageTestFmwk.java326 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 DPeriodTest.java31 p = p.omit(TimeUnit.YEAR); in testIsSet()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/
H A DLanguageTestFmwk.java327 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 DPeriodTest.java34 p = p.omit(TimeUnit.YEAR); in testIsSet()
/third_party/node/deps/npm/test/lib/commands/
H A Dsbom.js133 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 Doutdated.js285 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 Dls.js205 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 Dindex.js55 ...(opts ? omit(opts, 'headers') : null),
138 function omit(obj, ...keys) { function
/third_party/node/deps/npm/node_modules/socks-proxy-agent/dist/
H A Dindex.js151 ...omit(opts, 'host', 'path', 'port'),
172 function omit(obj, ...keys) { function
/third_party/littlefs/
H A DMakefile79 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 Dlabel.cc232 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 DTest_ja.java48 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 DTest_ja.java51 p.and(1, MINUTE).omit(SECOND); in testNoMillis()
63 p.omit(SECOND); in testOmitZeros()
/third_party/node/deps/npm/test/fixtures/
H A Dmock-npm.js250 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 Doptions.js25 omit: Array,
/third_party/musl/dist/
H A Dconfig.mak29 # 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 DPeriod.java92 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 DPeriod.java94 public Period omit(TimeUnit unit) { in omit() method in Period
/third_party/typescript/tests/baselines/reference/
H A DunderscoreTest1.js44 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 Dastc_test_functional.py1505 omit = len(command) - subLen
1506 with self.subTest(omit=omit):
1508 expectPass = omit == 0
/third_party/selinux/checkpolicy/
H A Dpolicy_define.c1835 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 DMakefile227 musl_install_for_linux_user: CFLAGS += -fno-omit-frame-pointer -funwind-tables -fasynchronous-unwind-tables -rdynamic -D__HISPARK_LINUX__ -I $(LINUXHDRDIR) -I $(LIBCXXDIR)

Completed in 20 milliseconds

12