Home
last modified time | relevance | path

Searched refs:from (Results 5551 - 5575 of 5889) sorted by relevance

1...<<221222223224225226227228229230>>...236

/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test2.cpp1324 MOCK_METHOD2(OnDisplayMove, void(DisplayId from, DisplayId to)); in HWTEST_F()
1351 void OnDisplayMove(DisplayId from, DisplayId to) in HWTEST_F() argument
/test/xts/acts/distributeddatamgr/kvStoretest/kvStorejstest/hap/entry/src/ohosTest/js/test/
H A DSingleKvStoreCallbackJsunit.test.js15 import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from '@ohos/hypium'
16 import factory from '@ohos.data.distributedData'
H A DDeviceKvStorePromiseJsunit.test.js15 import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from '@ohos/hypium'
16 import factory from '@ohos.data.distributedData'
H A DDeviceKvStoreCallbackJsunit.test.js15 import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from '@ohos/hypium'
16 import factory from '@ohos.data.distributedData'
/test/xts/acts/distributeddatamgr/relationalStoretest/RdbJstest/hap/entry/src/ohosTest/js/test/
H A DRdbstorePredicatesJsunit.test.js15 import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from '@ohos/hypium'
16 import dataRdb from '@ohos.data.rdb';
H A DRdbStoreResultSetJsunit.test.js15 import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from '@ohos/hypium'
16 import dataRdb from '@ohos.data.rdb'
/test/xts/acts/telephony/telephonyjstest/netmanager_base/socket/entry/src/ohosTest/js/test/
H A DNetworkManagerTCPSocketServer.test.js16 import { describe, it, expect } from '@ohos/hypium';
17 import socket from "@ohos.net.socket";
/third_party/ffmpeg/libavcodec/arm/
H A Dsimple_idct_arm.S6 * The function defined in this file is derived from the simple_idct function
7 * from the libavcodec library part of the FFmpeg project.
54 add r14, r0, #112 @ R14=&block[8*7], better start from the last row, and decrease the value until row=0, i.e. R12=block.
295 add r14, r0, #14 @ R14=&block[7], better start from the last col, and decrease the value until col=0, i.e. R14=block.
/third_party/icu/icu4c/source/test/intltest/
H A Ddtifmtts.cpp418 // Note that from_data/to_data are specified using era names from root, for the calendar specified by locale. in testFormat()
1090 // Note that from_data/to_data are specified using era names from root, for the calendar specified by locale. in testHourMetacharacters()
1931 assertEquals("Expected output from format", in testFormattedDateInterval()
2104 UDate from = calendar->getTime(status) + kTestCases[i].from_millisecond; in testFormatMillisecond() local
2111 FormattedDateInterval res = fmt->formatToValue(DateInterval(from, to), status); in testFormatMillisecond()
/third_party/lzma/CPP/7zip/
H A D7zip_gcc.mak216 # -s : GCC : Remove all symbol table and relocation information from the executable.
226 # -s strips debug sections from executable in GCC
/third_party/mbedtls/library/
H A Dx509_crt.c89 /* Hashes from SHA-256 and above. Note that this selection
115 /* Hashes from SHA-256 and above. */
432 mbedtls_x509_time *from, in x509_get_dates()
445 if ((ret = mbedtls_x509_get_time(p, end, from)) != 0) { in x509_get_dates()
1308 * Parse one X.509 certificate in DER format from a buffer and add them to a
1389 * Parse one or more PEM certificates from a buffer and add them to the chained
1624 Given that we have just obtained the filename from readdir, in mbedtls_x509_crt_parse_path()
2598 /* Obtain list of potential trusted signers from CA callback, in x509_crt_verify_chain()
2647 * and should be excluded from max_pathlen checks. */ in x509_crt_verify_chain()
3127 * the SSL module for authmode optional, but non-zero return from th in x509_crt_verify_restartable_ca_cb()
430 x509_get_dates(unsigned char **p, const unsigned char *end, mbedtls_x509_time *from, mbedtls_x509_time *to) x509_get_dates() argument
[all...]
/third_party/node/deps/npm/node_modules/diff/lib/
H A Dindex.es6.js59 // there's no point in considering any moves to diagonal k+1 any more (from
104 } // Select the diagonal that we want to branch from. We select the prior
105 // path whose position in the old string is the farthest from the origin
521 if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter);
529 if (n === "Map" || n === "Set") return Array.from(o);
808 // by distance from a given start position. I.e. for [0, 4], with
1366 insertLeading(hunk, their, mine); // Now in the overlap content. Scan through and select the best changes from each.
/third_party/node/deps/v8/src/regexp/
H A Dregexp.cc65 // Execute a regular expression on the subject, starting from index.
343 int from, int to) { in SetAtomLastCapture()
348 last_match_info->SetCapture(0, from); in SetAtomLastCapture()
425 // from the source pattern.
673 // untouched and contains the capture results from the previous successful in IrregexpExecRaw()
689 // must restart from scratch. in IrregexpExecRaw()
887 // Sample some characters from the middle of the string. in Compile()
341 SetAtomLastCapture(Isolate* isolate, Handle<RegExpMatchInfo> last_match_info, String subject, int from, int to) SetAtomLastCapture() argument
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_vbuf.c55 * This is pretty much a vertex fetch fallback. It translates vertices from
80 * to the translate part, but it prevents bad apps from bringing your frame
206 enum pipe_format from, to; member
288 enum pipe_format format = vbuf_format_fallbacks[i].from; in u_vbuf_get_caps()
513 * we're translating an attribute that's at offset > 0 from the in u_vbuf_translate_buffers()
514 * start of the vertex. If we'd subtract attrib's offset from in u_vbuf_translate_buffers()
/third_party/rust/crates/libc/libc-test/
H A Dbuild.rs87 let mut out = PathBuf::from(env::var("OUT_DIR").unwrap()); in do_semver()
98 let mut semver_root = PathBuf::from(env::var("CARGO_MANIFEST_DIR").unwrap()); in do_semver()
406 // Can't return an array from a C function. in test_apple()
565 // type siginfo_t.si_addr changed from OpenBSD 6.0 to 6.1 in test_openbsd()
571 // conflicting with `p_type` macro from <resolve.h>. in test_openbsd()
956 // from NDK r14b These changes imply some API breaking changes but in test_solarish()
1190 // conflicting with `p_type` macro from <resolve.h>. in test_netbsd()
1484 // code imports from a module and the C code also imports from a in test_wasi()
1844 // conflicting with `p_type` macro from <resolv in test_android()
[all...]
/third_party/rust/crates/clap/src/builder/
H A Dcommand.rs64 /// displaying the help information from --help or -h")
157 /// // verbose Arg::from()
304 /// one) argument from that group must be present at runtime.
309 /// - Extract a value from a group instead of determining exactly which argument was used.
314 /// of the arguments from the specified group is present at runtime.
673 "Command::try_get_matches_from_mut: Parsed command {} from argv", in try_get_matches_from_mut()
1135 /// Defaults to `false`; subcommands have independent version strings from their parents.
1752 /// * `{about}` - General description (from [`Command::about`] or
1764 /// * `{after-help}` - Help from [`Command::after_help`] or [`Command::after_long_help`].
1765 /// * `{before-help}` - Help from [`Comman
4678 fn from(cmd: &'_ Command) -> Self { from() functions
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktGlobalPriorityQueueTests.cpp912 auto mkGroupName = [](const TransitionItem& from, const TransitionItem& to) -> std::string in createGlobalPriorityQueueTests()
914 return std::string("from_") + from.second + std::string("_to_") + to.second; in createGlobalPriorityQueueTests()
/third_party/skia/src/pathops/
H A DSkOpSegment.cpp29 // from=0 from=1
160 bool from = maxWinding != 0; in activeWinding() local
162 bool result = gUnaryActiveEdge[from][to]; in activeWinding()
536 Opposite values result from combining coincident spans.
639 SkDebugf("%s from:[%d] to:[%d] start=%d end=%d\n", in findNextOp()
735 SkDebugf("%s from:[%d] to:[%d] start=%d end=%d\n", in findNextWinding()
806 SkDebugf("%s from:[%d] to:[%d] start=%d end=%d\n", in findNextXor()
1154 // the resulting run from point 1 to point 2 is coincident on A and B.
1368 // if the first pt pair from adjacen in spansNearby()
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DGeneratedMessageLite.java16 // contributors may be used to endorse or promote products derived from
445 throw new RuntimeException("Reading from byte array should not throw IOException.", e); in mergeFrom()
679 * Merges the message set from the input stream; requires message set wire format.
682 * @param input the stream to parse from
710 // Read bytes from input, if we get it's type first then parse it eagerly, in mergeMessageSetExtensionFromCodedStream()
727 // We already know the type, so we can parse directly from the in mergeMessageSetExtensionFromCodedStream()
1134 public MessageLite.Builder internalMergeFrom(MessageLite.Builder to, MessageLite from) { in internalMergeFrom() argument
1135 return ((Builder) to).mergeFrom((GeneratedMessageLite) from); in internalMergeFrom()
1338 * When read from an ObjectInputStream, this method converts this object back to the regular
1366 * @deprecated from v
[all...]
H A DDescriptors.java16 // contributors may be used to endorse or promote products derived from
75 * <p>Descriptors are built from DescriptorProtos, as defined in {@code
114 * in the {@code .proto} file, which differs from the Java package.
663 * Get the type's fully-qualified name, within the proto language's namespace. This differs from
1065 // is nothing stopping the caller from mutating the array. Therefore we
1628 public MessageLite.Builder internalMergeFrom(MessageLite.Builder to, MessageLite from) { in internalMergeFrom() argument
1631 return ((Message.Builder) to).mergeFrom((Message) from); in internalMergeFrom()
/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc16 // contributors may be used to endorse or promote products derived from
193 PyMessageFactory* message_factory, const Message& from, Message* to) { in Reparse()
196 from.SerializeToString(&serialized); in Reparse()
210 // the same proto file. In this case the options parsed from the serialized_pb
228 // Similar to the C++ implementation, we return an Options object from the in GetOrBuildOptions()
230 // extensions from generated files: in GetOrBuildOptions()
328 // FileDescriptor structure "inherits" from the base descriptor.
399 // Remove from interned dictionary in Dealloc()
192 Reparse( PyMessageFactory* message_factory, const Message& from, Message* to) Reparse() argument
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
H A Dmod.rs1333 fn send(from: &mut MemoryStream, to: &mut MemoryStream) { in send()
1334 to.extend_incoming(&from.take_outgoing()); in send()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktGlobalPriorityQueueTests.cpp1013 auto mkGroupName = [](const TransitionItem& from, const TransitionItem& to) -> std::string in createGlobalPriorityQueueTests()
1015 return std::string("from_") + from.second + std::string("_to_") + to.second; in createGlobalPriorityQueueTests()
/third_party/python/Python/
H A Dceval.c480 /* This function is called from PyOS_AfterFork_Child to destroy all threads
553 Note that because registry may occur from within signal handlers,
568 // bpo-42296: On Windows, _PyEval_SignalReceived() is called from a signal in _PyEval_SignalReceived()
617 scheduling to be made from any thread, and even from an executing
853 Py_FatalError("Cannot recover from stack overflow."); in _Py_CheckRecursiveCall()
986 // Extract a named attribute from the subject, with additional bookkeeping to
1376 // Skip from a PRECALL over a CALL to the next instruction:
1380 /* Get opcode and oparg from original instructions, not quickened form. */
1662 * but can be accessed from
3961 PyObject *from = POP(), *locals; global() local
3985 PyObject *from = TOP(); global() local
[all...]
/foundation/distributeddatamgr/kv_store/test/unittest/distributeddata/
H A DDeviceKvStoreDataPromiseJsTest.js15 import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from 'deccjsunit/index'
16 import factory from '@ohos.data.distributedData'
17 import abilityFeatureAbility from '@ohos.ability.featureAbility'

Completed in 65 milliseconds

1...<<221222223224225226227228229230>>...236