/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9mc_neon.S | 193 @ Helper macros for vmul/vmla with a constant from either d0 or d1 depending on index 209 @ Extract a vector from src1-src2 and src4-src5 (src1-src3 and src4-src6 493 @ Evaluate the filter twice in parallel, from the inputs src1-src9 into dst1-dst2
|
/third_party/curl/tests/ |
H A D | ftpserver.pl | 96 my $cwd_testno; # test case numbers extracted from CWD command 97 my $testno = 0; # test case number (read from server.cmd) 132 # global typeglob filehandle vars to read/write from/to sockfilters 134 local *SFREAD; # used to read from primary connection 136 local *DREAD; # used to read from secondary connection 148 # global vars customized for each test from the server commands file 204 # For now, program will also terminate from within this handler. 321 # read_mainsockf attempts to read the given amount of output from the 323 # reads untranslated sockfilt lingo which may hold data read from the 345 # read_datasockf attempts to read the given amount of output from th [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9mc.asm | 350 ; FIXME maybe reuse loads from previous rows, or just 443 ; FIXME maybe reuse loads from previous rows, or just more generally 509 ; FIXME maybe reuse loads from previous rows, or just
|
/third_party/gn/src/gn/ |
H A D | function_toolchain.cc | 75 main build target) the configuration flows from the build config file to the 79 from the toolchain to the build config file: the "toolchain_args" in the 330 IDE files generated from the build. 500 These two files specify which of the outputs from the solink tool 617 "description" field for link tools. The toolchain will be omitted from 747 Extra libraries from shared library dependencies not specified in the 748 {{inputs}}. This is the list of link_output files from shared libraries 749 (if the solink tool specifies a "link_output" variable separate from 815 The inputs for compile_xcassets tool will be found from the bundle_data 829 path computed from targe [all...] |
H A D | functions.cc | 65 // If the value didn't come from a scope at all, we're safe. in EnsureNotReadingFromSameDeclareArgs() 91 Err(node, "Not valid from an import.", in EnsureNotProcessingImport() 104 *err = Err(node, "Not valid from the build config.", in EnsureNotProcessingBuildConfig() 105 "You can't do this kind of thing from the build config script, " in EnsureNotProcessingBuildConfig() 276 // So we try to see if the args are from the same line or not. This will in RunAssert() 310 3. Public_configs from a breadth-first traversal of the dependency tree in 312 4. All dependent configs from a breadth-first traversal of the dependency 441 to be readable from the following code in the file. 493 // Pass the values from our scope into the Args object for adding to the in RunDeclareArgs() 652 The import command loads the rules and variables resulting from executin [all...] |
/third_party/json/tests/src/ |
H A D | unit-regression1.cpp | 825 SECTION("example from #529") 838 SECTION("second example from #529") 1162 SECTION("issue #494 - conversion from vector<bool> to json fails to build") 1241 // create and print a JSON from the map 1256 // create and print a JSON from the map 1276 SECTION("issue #702 - conversion from valarray<double> to json fails to build") 1394 "from": "/one/two/three", 1400 "from": "/one/two/three", 1443 "Title": "View from 15th Floor", 1465 CHECK(j_filtered == R"({"Image":{"Animated":false,"Height":600,"IDs":[116,943,234,38793], "Title":"View from 1 [all...] |
/third_party/node/lib/internal/debugger/ |
H A D | inspect_repl.js | 94 unwatch(index) Stop watching an expression at specific index from watch list 563 static from(callFrames) { 899 currentBacktrace = Backtrace.from(callFrames);
|
/third_party/rust/crates/clap/tests/builder/ |
H A D | app_settings.rs | 906 vec![OsString::from("foo")] in allow_ext_sc_when_sc_required() 930 vec![OsString::from("foo")] in external_subcommand_looks_like_built_in() 954 vec![OsString::from("foo")] in built_in_subcommand_escaped()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jidctflt-sse.asm | 14 ; NASM is available from http://nasm.sourceforge.net/ or 93 ; ---- Pass 1: process columns from input, store into work array. 368 ; ---- Pass 2: process rows from work array, store into output array.
|
H A D | jidctflt-sse2.asm | 14 ; NASM is available from http://nasm.sourceforge.net/ or 93 ; ---- Pass 1: process columns from input, store into work array. 330 ; ---- Pass 2: process rows from work array, store into output array.
|
/third_party/toybox/toys/pending/ |
H A D | diff.c | 34 --strip-trailing-cr Strip trailing '\r's from input lines 530 char *to = "abfnrtv\"\\", *from = "\a\b\f\n\r\t\v\"\\"; in quote_filename() local 562 t[1] = to[strchr(from, *s) - from]; in quote_filename()
|
/third_party/protobuf/js/ |
H A D | message.js | 16 // contributors may be used to endorse or promote products derived from 193 * from the compiled JS. 201 * local (e.g. not from another iframe) and thus safely classified with 237 * on demand from the raw array data. Includes message fields, repeated message 247 * maps from a proto field number to the field's value. 481 // from it, in which case a new empty array is set into it at first). 615 * Reads an extension field from the given reader and, if a valid extension, 941 * This should only be called from generated code, because it requires knowledge 1482 * Gets the value of the extension field from the extended object. 1568 * The result will contain the top-level fields of m2 that differ from thos [all...] |
/third_party/python/Objects/ |
H A D | frameobject.c | 145 compatible_kind(Kind from, Kind to) { in compatible_kind() argument 150 return from != Null; in compatible_kind() 155 return from == to; in compatible_kind() 626 /* Setter for f_lineno - you can set f_lineno from within a trace function in 636 * o Jumps cannot be made from within a trace function invoked with a 659 * Jumps from 'call' trace events are also forbidden. in frame_setlineno() 666 "can only jump from a 'line' trace event"); in frame_setlineno() 670 "can't jump from the 'call' trace event of a new frame"); in frame_setlineno() 681 "can only jump from a 'line' trace event"); in frame_setlineno() 758 msg = "can't jump from unreachabl in frame_setlineno() [all...] |
H A D | unicodeobject.c | 225 function will delete the reference from this dictionary. 840 bits from each unicode characters as the bit index. */ 1271 /* don't check consistency: unicode_kind_name() is called from in unicode_kind_name() 1421 /* Duplicated allocation code from _PyObject_New() instead of a call to in PyUnicode_New() 1530 PyObject *from, Py_ssize_t from_start, in _copy_characters() 1540 assert(PyUnicode_Check(from)); in _copy_characters() 1541 assert(PyUnicode_IS_READY(from)); in _copy_characters() 1542 assert(from_start + how_many <= PyUnicode_GET_LENGTH(from)); in _copy_characters() 1551 from_kind = PyUnicode_KIND(from); in _copy_characters() 1552 from_data = PyUnicode_DATA(from); in _copy_characters() 1529 _copy_characters(PyObject *to, Py_ssize_t to_start, PyObject *from, Py_ssize_t from_start, Py_ssize_t how_many, int check_maxchar) _copy_characters() argument 1671 _PyUnicode_FastCopyCharacters( PyObject *to, Py_ssize_t to_start, PyObject *from, Py_ssize_t from_start, Py_ssize_t how_many) _PyUnicode_FastCopyCharacters() argument 1679 PyUnicode_CopyCharacters(PyObject *to, Py_ssize_t to_start, PyObject *from, Py_ssize_t from_start, Py_ssize_t how_many) PyUnicode_CopyCharacters() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | time_zone_info.cc | 113 // twos-complement representation. These helpers decode, from 251 // Builds the in-memory header using the raw bytes from the file. 919 trans->from = tr->prev_civil_sec + 1; in NextTransition() 938 trans->from = (--end)->prev_civil_sec + 1; in PrevTransition() 954 trans->from = (--tr)->prev_civil_sec + 1; in PrevTransition()
|
/third_party/rust/crates/syn/src/ |
H A D | lit.rs | 136 String::from(value) in value() 139 /// Parse a syntax tree node from the content of this string literal. 148 /// // Parses the path from an attribute that looks like: 438 fn from(token: Literal) -> Self { in from() functions 510 fn from(token: Literal) -> Self { in from() functions 1027 /// Interpret a Syn literal from a proc-macro2 literal. 1186 char::from_u32(u32::from(byte)).unwrap() in parse_lit_str_cooked() 1322 (String::from(value).into_bytes(), suffix) in parse_lit_byte_str_raw() 1378 char::from_u32(u32::from(byte)).unwrap() 1455 ch += u32::from(digi in backslash_u() [all...] |
/third_party/spirv-tools/source/val/ |
H A D | validate_cfg.cpp | 779 // Check that all exits from the construct are via structured exits. in StructuredControlFlowChecks() 824 // If the continue target differs from the loop header, then check that in StructuredControlFlowChecks() 825 // all edges into the continue construct come from within the loop. in StructuredControlFlowChecks() 839 // Ignore back-edges from within the continue construct. in StructuredControlFlowChecks() 986 [&](const BasicBlock* from, const BasicBlock* to) { in PerformCfgChecks() 988 // contain structural edges, filter those from consideration. in PerformCfgChecks() 989 for (const auto* succ : *(from->successors())) { in PerformCfgChecks() 990 if (succ == to) back_edges.emplace_back(from->id(), to->id()); in PerformCfgChecks() 1063 << "OpReturn can only be called from a function with void " in CfgPass()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fUniformLocationTests.cpp | 157 // [from, to] 158 std::vector<int> shuffledRange (int from, int to, int seed) in shuffledRange() argument 160 const int count = to - from; in shuffledRange() 168 retval[ndx] = ndx + from; in shuffledRange() 1056 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "link", "Location specified independently from use");
|
/test/xts/acts/security/huks/security_huks_reformed_test/huks_hmac_callback_BasicTest/entry/src/ohosTest/js/test/HMAC/ |
H A D | SecurityHuksImportJsunit.test.js | 16 import { describe, it, expect, beforeAll } from '@ohos/hypium'; 17 import { stringToUint8Array, checkSoftware } from '../../../../../../../utils/param/publicFunc'; 18 import huks from '@ohos.security.huks'; 19 import Data from '../../../../../../../utils/data.json'; 20 import { HuksCipherAES, HuksCipherRSA, HuksCipherSM4 } from '../../../../../../../utils/param/cipher/publicCipherParam' 21 import { HuksHmac } from '../../../../../../../utils/param/hmac/publicHmacParam' 22 import { HuksSignVerifyECC, HuksSignVerifyED25519, HuksSignVerifyRSA, HuksSignVerifySM2, HuksSignVerifyDSA } from '../../../../../../../utils/param/signverify/publicSignverifyParam' 23 import { HuksKeyAlgX25519, HuksAgreeECDH } from '../../../../../../../utils/param/agree/publicAgreeParam' 862 Array.from(inData).slice(inDataSegPosition, inDataSegPosition + inDataSegSize) 869 outData = outData.concat(Array.from(dat [all...] |
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cross.cpp | 306 // If we load from a parameter, make sure we create "inout" if we also write to the parameter. in register_read() 416 // Invalidate all temporaries we read from variables in this block since they were forwarded. in flush_all_active_variables() 417 // Invalidate all temporaries we read from globals. in flush_all_active_variables() 484 // Anything we load from the UniformConstant address space is guaranteed to be immutable. in is_immutable() 807 // since compilation will fail if a subsequent stage attempts to read from the variable in question. in get_active_interface_variables() 1459 // If we have OpPhi which depends on branches which came from our own block, in block_is_loop_candidate() 1506 // If we have OpPhi which depends on branches which came from our own block, in block_is_loop_candidate() 1532 bool Compiler::execution_is_noop(const SPIRBlock &from, const SPIRBlock &to) const in execution_is_noop() argument 1534 if (!execution_is_branchless(from, to)) in execution_is_noop() 1537 auto *start = &from; in execution_is_noop() 1556 execution_is_branchless(const SPIRBlock &from, const SPIRBlock &to) const execution_is_branchless() argument 1571 execution_is_direct_branch(const SPIRBlock &from, const SPIRBlock &to) const execution_is_direct_branch() argument 5032 flush_phi_required(BlockID from, BlockID to) const flush_phi_required() argument [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_tabs.cpp | 600 int32_t from, int32_t to) -> TabContentAnimatedTransition { in SetCustomContentTransition() 604 auto ret = func->Execute(from, to); in SetCustomContentTransition()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_slider_modifier.cpp | 460 void SetSliderValidSlideRange(ArkUINodeHandle node, float from, float to) in SetSliderValidSlideRange() argument 464 SliderModelNG::SetValidSlideRange(frameNode, from, to); in SetSliderValidSlideRange()
|
/foundation/communication/netmanager_base/utils/common_utils/src/ |
H A D | netmanager_base_common_utils.cpp | 692 std::string InsertCharBefore(const std::string &input, const char from, const char preChar, const char nextChar) in InsertCharBefore() argument 696 if (input[i] == from && (i == input.size() - 1 || input[i + 1] != nextChar)) { in InsertCharBefore()
|
/foundation/communication/netstack/test/unittest/utils/common_utils/ |
H A D | NetStackCommonUtilsTest.cpp | 186 char from = 'c'; in HWTEST_F() local 190 std::string actualOutput = InsertCharBefore(input, from, preChar, nextChar); in HWTEST_F()
|
/foundation/communication/netstack/test/unittest/websocket_test/ |
H A D | NetStackCommonUtilsTest.cpp | 186 char from = 'c';
in HWTEST_F() local 190 std::string actualOutput = InsertCharBefore(input, from, preChar, nextChar);
in HWTEST_F()
|