Home
last modified time | relevance | path

Searched refs:one (Results 1101 - 1125 of 2391) sorted by relevance

1...<<41424344454647484950>>...96

/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
H A Dcommand.js405 Expecting one of '${allowedValues.join("', '")}'`);
1470 // Look for combo options following single dash, eat first one if known.
2082 Expecting one of '${allowedValues.join("', '")}'`);
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
H A Dbuild-ideal-tree.js71 // the middle of a shallower depth and creating a new one
356 // if you want another one, load another copy.
663 // for every node with one of the names on the list, we add its
693 // least it's just a one-time hit.
705 This is a one-time fix-up, please be patient...
901 // reuse virtual root if we already have one, but don't
1049 // is requesting this one, so that we can get all the peer deps in
1074 // pick the second one if they're both happy with that, otherwise first
1076 // ensure the one we want is the one tha
[all...]
/third_party/mesa3d/src/nouveau/codegen/lib/
H A Dgm107.asm300 // checks whether the input is one of those (exponent is 0x7ff or all 0
H A Dgk110.asm267 // checks whether the input is one of those (exponent is 0x7ff or all 0
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.h347 // The currently executing Simulator instance. Potentially there can be one
493 static bool ICacheMatch(void* one, void* two);
497 // Returns true if pc register contains one of the 'special_values' defined
909 // Executes one instruction.
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.h124 // The currently executing Simulator instance. Potentially there can be one
193 static bool ICacheMatch(void* one, void* two);
197 // Returns true if pc register contains one of the 'special_values' defined
364 // Executes one instruction.
414 // do not reverse the bytes and data is just copied as is from one memory
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_job.c823 frame->one = 1; in lima_pack_pp_frame_reg()
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DOrdinals.pm260 FILTERFUNCTION is a reference to a function that takes one argument, which
306 # If there's just one item, just put it in the slot of its number
/third_party/openssl/util/perl/OpenSSL/
H A DOrdinals.pm260 FILTERFUNCTION is a reference to a function that takes one argument, which
306 # If there's just one item, just put it in the slot of its number
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djfdctint-mmx.asm89 ; Perform the forward DCT on one block of samples.
H A Djfdctint-sse2.asm89 ; Perform the forward DCT on one block of samples.
H A Djidctflt-sse.asm55 ; Perform dequantization and inverse DCT on one block of coefficients.
H A Djidctflt-sse2.asm55 ; Perform dequantization and inverse DCT on one block of coefficients.
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djfdctint-sse2.asm89 ; Perform the forward DCT on one block of samples.
/third_party/python/Lib/test/
H A Dtest_pydoc.py266 | one = 1
280 | one = 1
439 one = 1 variable in PydocDocTest.test_text_enum_member_with_value_zero.BinaryInteger
1491 return ['__class__', '__module__', '__name__', 'one']
1493 if name =='one':
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLLexer.cpp122 *BOut++ = '\\'; // Two \ becomes one in UnEscapeLexed()
711 KEYWORD(oeq); KEYWORD(one); KEYWORD(olt); KEYWORD(ogt); KEYWORD(ole); in LexIdentifier()
1063 // Skip digits, we have at least one. in LexDigitOrNegative()
/foundation/arkui/napi/test/unittest/
H A Dtest_napi.cpp1448 napi_value one = nullptr; in HWTEST_F() local
1449 ASSERT_CHECK_CALL(napi_create_int32(env, 1, &one)); in HWTEST_F()
1451 ASSERT_CHECK_CALL(napi_map_set_property(env, map, zero, one)); in HWTEST_F()
1495 napi_value one = nullptr; in HWTEST_F() local
1496 ASSERT_CHECK_CALL(napi_create_int32(env, 1, &one)); in HWTEST_F()
1498 ASSERT_CHECK_CALL(napi_map_set_property(env, map, zero, one)); in HWTEST_F()
1535 napi_value one = nullptr; in HWTEST_F() local
1536 ASSERT_CHECK_CALL(napi_create_int32(env, 1, &one)); in HWTEST_F()
1538 ASSERT_CHECK_CALL(napi_map_set_property(env, map, zero, one)); in HWTEST_F()
/third_party/lame/
H A Dconfigure281 $0: shell if you do have one."
1475 speeds up one-time build
2615 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2677 # so one script is as good as another. But avoid the broken or
2723 rm -rf conftest.one conftest.two conftest.dir
2724 echo one > conftest.one
2727 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2728 test -s conftest.one && test -s conftest.two &&
2729 test -s conftest.dir/conftest.one
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-temporal-objects.cc288 Isolate* isolate, Handle<JSReceiver> calendar, Handle<Object> one,
2051 // d. If result.[[Calendar]] is not one of undefined or "iso8601", then in ToTemporalTime()
2866 Handle<Object> one, in CalendarDateUntil()
2869 return CalendarDateUntil(isolate, calendar, one, two, options, in CalendarDateUntil()
2874 Isolate* isolate, Handle<JSReceiver> calendar, Handle<Object> one, in CalendarDateUntil()
2885 // 3. Let duration be ? Call(dateUntil, calendar, « one, two, options »). in CalendarDateUntil()
2886 Handle<Object> argv[] = {one, two, options}; in CalendarDateUntil()
3651 // 4. If largestUnit is one of "year", "month", "week", or "day", then in BalanceDuration()
2864 CalendarDateUntil(Isolate* isolate, Handle<JSReceiver> calendar, Handle<Object> one, Handle<Object> two, Handle<Object> options) CalendarDateUntil() argument
2873 CalendarDateUntil( Isolate* isolate, Handle<JSReceiver> calendar, Handle<Object> one, Handle<Object> two, Handle<Object> options, Handle<Object> date_until) CalendarDateUntil() argument
/third_party/node/deps/cares/
H A Dconfigure282 $0: the script under such a shell if you do have one."
1505 speeds up one-time build
3069 # If we don't find one directory that contains all the files we need,
3094 # and $ac_install_sh is set appropriately for whichever one is found.
3444 # We chose a different compiler from the bogus one.
4262 # though they will create one.
4285 # But if we don't then we get into trouble of one sort or another.
5059 static const int one {1};
5063 static_assert(test::one == 1, "");
5341 # so one scrip
[all...]
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Dpfpsp.S32 # effect, branches to one of the branch table entries located
1348 bne.b fu_in_exc # there is at least one set
1617 bne.b fu_out_exc # there is at least one set
1926 bne.b fu_in_exc_p # at least one was set
2650 bne.b iea_op_exc # at least one was set
5712 # SNAN bit in the operand to one), and the operation continues as #
6482 # unnorm_fix(): - changes an UNNORM to one of NORM, DENORM, or ZERO #
6495 # d0 = optype tag - is corrected to one of NORM, DENORM, or ZERO #
6597 # one of: NORM, INF, QNAN, SNAN, DENORM, UNNORM, ZERO #
6677 # one o
[all...]
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S4 # This software is available to you under a choice of one of two
118 ## throughout the code, one tab and two tab indentations are used. one tab is
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Dpfpsp.S32 # effect, branches to one of the branch table entries located
1348 bne.b fu_in_exc # there is at least one set
1617 bne.b fu_out_exc # there is at least one set
1926 bne.b fu_in_exc_p # at least one was set
2650 bne.b iea_op_exc # at least one was set
5712 # SNAN bit in the operand to one), and the operation continues as #
6482 # unnorm_fix(): - changes an UNNORM to one of NORM, DENORM, or ZERO #
6495 # d0 = optype tag - is corrected to one of NORM, DENORM, or ZERO #
6597 # one of: NORM, INF, QNAN, SNAN, DENORM, UNNORM, ZERO #
6677 # one o
[all...]
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S4 # This software is available to you under a choice of one of two
118 ## throughout the code, one tab and two tab indentations are used. one tab is
/third_party/ffmpeg/libavcodec/
H A Dmpegvideo_enc.c1500 // one & ensure that the shared one is reuseable in select_input_picture()
3173 mx=my=0; //FIXME find the one we actually used in encode_thread()
3235 // only one MB-Type possible in encode_thread()
4011 // Note: there is a vlc code in MPEG-4 which is 1 bit shorter then another one with a shorter run and the same level in dct_quantize_trellis_c()
4187 int one= 36; in dct_quantize_refine() local
4191 w= FFABS(weight[i]) + qns*one; in dct_quantize_refine()
4192 w= 15 + (48*qns*one + w/2)/w; // 16 .. 63 in dct_quantize_refine()

Completed in 82 milliseconds

1...<<41424344454647484950>>...96