Home
last modified time | relevance | path

Searched full:part (Results 401 - 425 of 23333) sorted by relevance

1...<<11121314151617181920>>...934

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-helpers.c269 * The Object.keys and Object.getOwnPropertyNames routine's common part.
309 * ECMA-262 v5, 15.4.4.10 steps 5, 6, 7 part 2, 8
312 * ECMA-262 v6, 22.1.3.6 steps 5 - 7, 8 part 2, 9, 10
313 * ECMA-262 v6, 22.1.3.3 steps 5 - 10, 11 part 2, 12, 13
314 * ECMA-262 v6, 22.2.3.5 steps 5 - 10, 11 part 2, 12, 13
316 * ECMA-262 v6, 24.1.4.3 steps 6 - 8, 9 part 2, 10, 11
317 * ECMA-262 v6, 22.2.3.26 steps 7 - 9, 10 part 2, 11, 12
318 * ECMA-262 v6, 22.2.3.8 steps 5 - 7, 8 part 2, 9, 10
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-helpers-number.c590 * Truncate fractional part of the number
592 * @return integer part of the number
968 /* Check digits of whole part. */ in ecma_number_parse_float()
985 /* Set end position to the end of whole part. */ in ecma_number_parse_float()
1004 /* Check digits of fractional part. */ in ecma_number_parse_float()
1015 /* Set end position to end of fraction part. */ in ecma_number_parse_float()
1043 /* Check digits of exponent part. */ in ecma_number_parse_float()
1054 /* Set end position to end of exponent part. */ in ecma_number_parse_float()
/third_party/node/deps/v8/src/base/
H A Dcpu.cc607 // Extract part number from the "CPU part" field. in CPU()
608 char* part = cpu_info.ExtractField("CPU part"); in CPU() local
609 if (part != nullptr) { in CPU()
611 part_ = strtol(part, &end, 0); in CPU()
612 if (end == part) { in CPU()
615 delete[] part; in CPU()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djidctred-mmx.asm188 ; -- Odd part
229 ; -- Even part
338 ; -- Odd part
375 ; -- Even part
532 ; -- Odd part
591 ; -- Even part
649 ; -- Odd part
658 ; -- Even part
/third_party/python/Lib/email/
H A Dheader.py510 for fws, part in zip(*[iter(parts)]*2):
511 self._append_chunk(fws, part)
531 fws, part = self._current_line.pop()
539 self._current_line.push(fws, part)
566 return sum((len(fws)+len(part) for fws, part in self),
570 return EMPTYSTRING.join((EMPTYSTRING.join((fws, part))
571 for fws, part in self))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
593 auto Part = Partition(F); in extractAndCompile() local
594 if (auto PartKeyOrErr = emitPartition(LD, LMId, Part)) { in extractAndCompile()
596 for (auto *SubF : Part) { in extractAndCompile()
630 const PartitionT &Part) { in emitPartition()
635 for (auto *F : Part) { in emitPartition()
682 for (auto *F : Part) in emitPartition()
686 for (auto *F : Part) in emitPartition()
628 emitPartition(LogicalDylib &LD, typename LogicalDylib::SourceModuleHandle LMId, const PartitionT &Part) emitPartition() argument
/third_party/vk-gl-cts/scripts/
H A Dmustpass.py271 for part in parts:
272 t = t.setdefault(part, {})
336 for part in caseParts:
337 if part in t:
338 t = t[part]
359 for part in caseParts:
360 if part in t:
361 t = t[part]
/third_party/pcre2/pcre2/testdata/
H A Dtestinput6952 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of an atom
966 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of an atom
980 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of an atom
993 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of an atom
1003 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of an atom
1031 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of an atom
1044 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of an atom
1059 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of an atom
1072 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part of an atom
1085 (?![^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]) # ..not followed by something that could be part o
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
1149 // Overflow occurred if it occurred in the larger type, or if the high part in PromoteIntRes_XMULO()
1150 // of the result does not zero/sign-extend the low part. Check this second in PromoteIntRes_XMULO()
1154 // Unsigned overflow occurred if the high part is non-zero. in PromoteIntRes_XMULO()
1163 // Signed overflow occurred if the high part does not sign extend the low. in PromoteIntRes_XMULO()
1209 SDValue Part = DAG.getNode(ISD::ZERO_EXTEND, dl, NVT, Parts[i]); in PromoteIntRes_VAARG() local
1211 Part = DAG.getNode(ISD::SHL, dl, NVT, Part, in PromoteIntRes_VAARG()
1214 Res = DAG.getNode(ISD::OR, dl, NVT, Res, Part); in PromoteIntRes_VAARG()
2072 Lo = DAG.getConstant(0, dl, NVT); // Low part i in ExpandShiftWithKnownAmountBit()
[all...]
/third_party/skia/third_party/externals/spirv-cross/shaders-other/
H A DREADME.md1 These shaders are not actually run yet as part of any test suite,
4 These would ideally be part of the test suite in some way.
/third_party/typescript/tests/baselines/reference/
H A DunusedLocalsinConstructor2.js6 used = used + "second part";
15 used = used + "second part";
/third_party/typescript/tests/cases/fourslash/
H A DunusedLocalsinConstructorFS2.ts9 //// used = used + "second part";
16 used = used + "second part";
H A DcodeFixUnreachableCode_if.ts8 ////// No good way to delete just the 'if' part
45 // No good way to delete just the 'if' part
/third_party/curl/include/curl/
H A Dcurl.h13 * you should have received as part of this distribution. The terms
212 is a file part) */
983 CURLFTPMETHOD_MULTICWD, /* single CWD operation for each path part */
2377 typedef struct curl_mimepart curl_mimepart; /* Mime part context. */
2406 * Append a new empty part to the given mime context and return a handle to
2407 * the created part.
2416 * Set mime/form part name.
2418 CURL_EXTERN CURLcode curl_mime_name(curl_mimepart *part, const char *name);
2425 * Set mime part remote file name.
2427 CURL_EXTERN CURLcode curl_mime_filename(curl_mimepart *part,
[all...]
/third_party/curl/tests/server/
H A Drtspd.c11 * you should have received as part of this distribution. The terms
77 static long prevpartno = -1; /* previous part number we served */
78 static bool prevbounce = FALSE; /* instructs the server to increase the part
102 long partno; /* part number found in the request */
287 msnprintf(logbuf, sizeof(logbuf), "Requested test number %ld part %ld", in ProcessRequest()
351 "rtp: part %d channel %d size %d size_err %d", in ProcessRequest()
357 logmsg("RTP: part %d channel %d size %d size_err %d", in ProcessRequest()
523 /* If the client is passing this Digest-header, we set the part number in ProcessRequest()
549 /* If the client is passing this Basic-header and the part number is in ProcessRequest()
550 already >=1000, we add 1 to the part numbe in ProcessRequest()
[all...]
/third_party/googletest/docs/reference/
H A Dtesting.md1076 A copyable object representing the result of a test part (i.e. an assertion or
1085 Gets the outcome of the test part.
1102 Gets the name of the source file where the test part took place, or `NULL` if
1109 Gets the line in the source file where the test part took place, or `-1` if it's
1122 Gets the message associated with the test part.
1128 Returns true if and only if the test part was skipped.
1134 Returns true if and only if the test part passed.
1140 Returns true if and only if the test part non-fatally failed.
1146 Returns true if and only if the test part fatally failed.
1152 Returns true if and only if the test part faile
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
H A DLanaiInstrFormats.td3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
238 // 2. part-word memory accesses are allowed as specified below.
250 // All part-word loads write the least significant part of the
252 // All part-word stores store the least significant part-word of the
469 // Special Part-Word Load/Store (SPLS)
494 // All part-word loads write the part-word into the least significant
495 // part o
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_gettime/
H A Dcoverage.txt7 4 NO - process clocks not part of implementation under test
8 5 NO - process clocks not part of implementation under test
/third_party/rust/crates/clap/examples/
H A Dmulticall-hostname.rs9 .subcommand(Command::new("hostname").about("show hostname part of FQDN")) in main()
10 .subcommand(Command::new("dnsdomainname").about("show domain name part of FQDN")); in main()
/third_party/glslang/
H A DLICENSE.txt13 - update_glslang_sources.py, which is not part of the project proper and does
201 excluding those notices that do not pertain to any part of
204 (d) If the Work includes a "NOTICE" text file as part of its
208 pertain to any part of the Derivative Works, in at least one
210 as part of the Derivative Works; within the Source form or
389 To "modify" a work means to copy from or adapt all or part of the work
430 packaging a Major Component, but which is not part of that Major
445 which are not part of the work. For example, Corresponding Source
486 No covered work shall be deemed part of an effective technological
625 part o
[all...]
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-http.h170 * duration of the http part of the handshake. It's because in most cases,
194 * given name= part, lws_get_urlarg_by_name().
212 * NOTE: These public enums are part of the abi. If you want to add one,
468 * This api returns -1, or the length of the value part of the header if it
476 * lws_hdr_custom_copy() - copy value part of a custom header
522 * \param buf: the buffer to receive the urlarg (including the name= part)
546 * \param buf: the buffer to receive the urlarg (including the name= part)
550 * name= part.
931 * code using LWS_WRITE_HTTP and then LWS_WRITE_HTTP_FINAL on the last part
/third_party/mbedtls/docs/architecture/
H A Dmbed-crypto-storage-specification.md66 The nonvolatile random seed file contains a seed for the random generator. If present, it is rewritten at each boot as part of the random generator initialization.
72 Assumption: ITS provides a 32-bit file identifier namespace. The Crypto service can use arbitrary file identifiers and no other part of the system accesses the same file identifier namespace.
125 The nonvolatile random seed file contains a seed for the random generator. If present, it is rewritten at each boot as part of the random generator initialization.
133 Assumption: ITS provides a 64-bit file identifier namespace. The Crypto service can use arbitrary file identifiers and no other part of the system accesses the same file identifier namespace.
143 Assumption: ITS provides a 64-bit file identifier namespace. The entity using the crypto library can use arbitrary file identifiers and no other part of the system accesses the same file identifier namespace.
230 Assumption: ITS provides a 64-bit file identifier namespace. The Crypto service can use arbitrary file identifiers and no other part of the system accesses the same file identifier namespace.
240 Assumption: ITS provides a 64-bit file identifier namespace. The entity using the crypto library can use arbitrary file identifiers and no other part of the system accesses the same file identifier namespace.
369 Assumption: ITS provides a 64-bit file identifier namespace. The Crypto service can use arbitrary file identifiers and no other part of the system accesses the same file identifier namespace.
379 Assumption: ITS provides a 64-bit file identifier namespace. The entity using the crypto library can use arbitrary file identifiers and no other part of the system accesses the same file identifier namespace.
/third_party/node/deps/v8/src/bigint/
H A Dmul-fft.cc21 // Part 1: Functions for "mod F_n" arithmetic.
287 // Part 2: FFT-based multiplication is very sensitive to appropriate choice
426 // Part 3: Fast Fourier Transformation.
474 const int length_; // Length of each part, in digits.
477 digit_t** part_; // Pointers to each part.
503 // the extra bit as part of the last chunk; we always have the space. in Start_Default()
620 digit_t* part = part_[i]; in NormalizeAndRecombine() local
621 ShiftModFn(temp_, part, shift, K_); in NormalizeAndRecombine()
760 // Part 4: Tying everything together into a multiplication algorithm.
/third_party/curl/tests/data/
H A Dtest103614 expected to be a file without the first part
57 expected to be a file without the first part
H A Dtest11102 # Test that the fragment is not send as part of the path
27 HTTP GET with URL that contains a fragment after the query part

Completed in 59 milliseconds

1...<<11121314151617181920>>...934