Home
last modified time | relevance | path

Searched refs:from (Results 5651 - 5675 of 6079) sorted by relevance

1...<<221222223224225226227228229230>>...244

/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'
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Df_fs.c139 * Buffer for holding data from partial reads which may happen since
146 * data from said buffer and eventually free it. Importantly, while the
401 * We're called from user space, we can use _irq in ffs_ep0_write()
440 * but the state of setup could have changed from in ffs_ep0_write()
443 * from user space in vain but it's unlikely. in ffs_ep0_write()
532 * We're called from user space, we can use _irq rather then in ffs_ep0_read()
988 * Do we have buffered data from previous partial read? Check in ffs_epfile_io()
1050 * In order to keep the code clean from warnings, data_len is in ffs_epfile_io()
1188 static ssize_t ffs_epfile_write_iter(struct kiocb *kiocb, struct iov_iter *from) in ffs_epfile_write_iter() argument
1207 p->data = *from; in ffs_epfile_write_iter()
[all...]
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H A Dhists.c1948 * This offset increments when we are going from top to bottom and in ui_browser__hists_seek()
1949 * decreases when we're going from bottom to top. in ui_browser__hists_seek()
2452 * (if they exists) when returning from annotate in do_annotate()
3033 do_hotkey: // key came straight from options ui__popup_menu() in perf_evsel__hists_browse()
3068 "Max event group index to sort is %d (index from 0 to %d)", in perf_evsel__hists_browse()
3295 &bi->from.ms, in perf_evsel__hists_browse()
3296 bi->from.al_addr); in perf_evsel__hists_browse()
3297 if (bi->to.ms.sym != bi->from.ms.sym) in perf_evsel__hists_browse()
/kernel/linux/linux-5.10/fs/f2fs/
H A Dnode.c560 /* Fill node_info from nat page */ in f2fs_get_node_info()
1037 int f2fs_truncate_inode_blocks(struct inode *inode, pgoff_t from) in f2fs_truncate_inode_blocks() argument
1047 trace_f2fs_truncate_inode_blocks_enter(inode, from); in f2fs_truncate_inode_blocks()
1049 level = get_node_path(inode, from, offset, noffset); in f2fs_truncate_inode_blocks()
2445 /* find free nids from current sum_pages */ in __f2fs_build_free_nids()
2469 * from second parameter of this function.
2693 /* Should not use this inode from free nid list */ in f2fs_recover_inode_page()
2808 * checkpoint, we should remove it from available nids, in remove_nats_in_journal()
2982 * entries, remove all entries from journal and merge them in f2fs_flush_nat_entries()
3198 /* load free nid status from nat_bit in f2fs_build_node_manager()
[all...]
/kernel/linux/linux-5.10/mm/
H A Dshmem.c271 * internally draws from another pool of inode numbers (currently global
312 * max_inodes is always 0, and is called from potentially in shmem_reserve_inode()
431 * that an entry was not already brought back from swap by a racing thread.
617 * from any local list before iput() since it could be deleted in shmem_unused_huge_shrink()
764 * Remove swap entry from page cache, free the swap and its page cache.
901 * Remove range of pages and swap entries from page cache, and free them.
1269 * If swap found in inode, free it and move page from swapcache to filecache.
1337 * remove placeholder inode from swaplist, nor let it be freed in shmem_unuse()
1338 * (igrab() would protect from unlink, but not from unmoun in shmem_unuse()
2560 unsigned from = pos & (PAGE_SIZE - 1); shmem_write_end() local
[all...]
/kernel/linux/linux-5.10/kernel/
H A Dmodule.c103 * RCU-sched lookups of the address from any context.
106 * __module_address() hard by doing a lot of stack unwinding; potentially from
692 const void *from, unsigned long size) in percpu_modcopy()
697 memcpy(per_cpu_ptr(mod->percpu, cpu), from, size); in percpu_modcopy()
734 * is_module_percpu_address - test whether address is from module static percpu
740 * %true if @addr is from module static percpu area
768 const void *from, unsigned long size) in percpu_modcopy()
1431 "%s: module uses symbol (%s) from namespace %s, but does not import it.\n", in verify_namespace_is_imported()
1446 pr_err("%s: module using GPL-only symbols uses symbols from proprietary module %s.\n", in inherit_taint()
1452 pr_warn("%s: module uses symbols from proprietar in inherit_taint()
691 percpu_modcopy(struct module *mod, const void *from, unsigned long size) percpu_modcopy() argument
767 percpu_modcopy(struct module *mod, const void *from, unsigned long size) percpu_modcopy() argument
[all...]
/kernel/linux/linux-6.6/fs/f2fs/
H A Dnode.c599 /* Fill node_info from nat page */ in f2fs_get_node_info()
1114 int f2fs_truncate_inode_blocks(struct inode *inode, pgoff_t from) in f2fs_truncate_inode_blocks() argument
1124 trace_f2fs_truncate_inode_blocks_enter(inode, from); in f2fs_truncate_inode_blocks()
1126 level = get_node_path(inode, from, offset, noffset); in f2fs_truncate_inode_blocks()
1483 /* ENOENT comes from read_node_page which is not an error. */ in __get_node_page()
2539 /* find free nids from current sum_pages */ in __f2fs_build_free_nids()
2563 * from second parameter of this function.
2793 /* Should not use this inode from free nid list */ in f2fs_recover_inode_page()
2908 * checkpoint, we should remove it from available nids, in remove_nats_in_journal()
3117 * entries, remove all entries from journa in f2fs_flush_nat_entries()
[all...]
/kernel/linux/linux-6.6/fs/smb/client/
H A Dinode.c130 * got from the server (readdir, some non-unix cases) in cifs_nlink_fattr_to_inode()
148 /* populate an inode with info from a cifs_fattr struct */
239 /* Fill a cifs_fattr struct with info from FILE_UNIX_BASIC_INFO. */
623 * FIXME: Doesn't this clobber the type bit we got from cifs_sfu_type ?
666 /* Fill a cifs_fattr struct with info from POSIX info struct */
857 * Don't accept zero nlink from non-unix servers unless in cifs_open_info_to_fattr()
1232 /* fill in 0777 bits from ACL */ in cifs_get_fattr()
1239 cifs_dbg(FYI, "%s: Get mode from SID failed. rc=%d\n", in cifs_get_fattr()
1747 /* copied from fs/nfs/dir.c with small changes */
1799 /* Unlink can be called from renam in cifs_unlink()
2741 cifs_truncate_page(struct address_space *mapping, loff_t from) global() argument
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
H A Datomisp_compat_css20.c46 /* Ideally, this should come from CSS headers */
134 static void atomisp_css2_hw_store(hrt_address addr, const void *from, uint32_t n) in atomisp_css2_hw_store() argument
142 for (i = 0; i < n; i++, from++) in atomisp_css2_hw_store()
143 writeb(*(s8 *)from, isp->base + addr + i); in atomisp_css2_hw_store()
2213 * DVS is cropped from BDS output, so we do not really need to set the in __configure_video_pp_input()
2270 dev_err(isp->dev, "can't get info from pipe\n"); in __get_frame_info()
2648 /* If the grid info in the argument differs from the current in atomisp_css_set_dis_coefs()
2970 /* Get gamma correction params from current setup */ in atomisp_css_get_gc_config()
2994 /* Get white balance from current setup */ in atomisp_css_get_3a_config()
3018 /* Get narrow gamma from curren in atomisp_css_get_formats_config()
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_fs.c137 * Buffer for holding data from partial reads which may happen since
144 * data from said buffer and eventually free it. Importantly, while the
400 * We're called from user space, we can use _irq in ffs_ep0_write()
439 * but the state of setup could have changed from in ffs_ep0_write()
442 * from user space in vain but it's unlikely. in ffs_ep0_write()
529 * We're called from user space, we can use _irq rather then in ffs_ep0_read()
977 * Do we have buffered data from previous partial read? Check in ffs_epfile_io()
1039 * In order to keep the code clean from warnings, data_len is in ffs_epfile_io()
1179 static ssize_t ffs_epfile_write_iter(struct kiocb *kiocb, struct iov_iter *from) in ffs_epfile_write_iter() argument
1196 p->data = *from; in ffs_epfile_write_iter()
[all...]
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H A Dhists.c1949 * This offset increments when we are going from top to bottom and in ui_browser__hists_seek()
1950 * decreases when we're going from bottom to top. in ui_browser__hists_seek()
2453 * (if they exists) when returning from annotate in do_annotate()
3034 do_hotkey: // key came straight from options ui__popup_menu() in evsel__hists_browse()
3069 "Max event group index to sort is %d (index from 0 to %d)", in evsel__hists_browse()
3297 &bi->from.ms, in evsel__hists_browse()
3298 bi->from.al_addr); in evsel__hists_browse()
3299 if (bi->to.ms.sym != bi->from.ms.sym) in evsel__hists_browse()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DULocaleTest.java481 // Assume subobjects don't come from services, so in checkService()
786 String expectedResult = "english [united states] [w"; // case changed from input in TestUldnWithGarbage()
1038 errln("Did not get any results from getAvailableLocales"); in TestGetAvailable()
1043 errln("Got impossible locale from getAvailableLocales: " + locale.getName()); in TestGetAvailable()
1659 /*2*/ { "en", "true" }, // fell back from en-zzz to en
4824 // The sorted locale list created from localeStrings above. in TestComparable()
5383 String from = fields[0].replace("_", "-"); in TestLocaleCanonicalizationFromFile()
5385 Assert.assertEquals("canonicalTag(" + from + ")", in TestLocaleCanonicalizationFromFile()
5386 to, canonicalTag(from)); in TestLocaleCanonicalizationFromFile()
/third_party/mesa3d/src/amd/common/
H A Dac_nir_lower_ngg.c211 * Computes a horizontal sum of 8-bit packed values loaded from LDS.
214 * We only care about the results from up to wave_id+1 lanes.
243 /* Broadcast the packed data we read from LDS (to the first 16 lanes, but we only care up to num_waves). */ in summarize_repack()
256 /* Broadcast the packed data we read from LDS (to the first 16 lanes, but we only care up to num_waves). */ in summarize_repack()
308 * invocations in that wave into the LDS, then reads the numbers from every wave. in repack_invocations_in_workgroup()
338 * Each lane N will sum the number of surviving invocations from waves 0 to N-1. in repack_invocations_in_workgroup()
342 * - We read the sum from the lane whose id is the current wave's id. in repack_invocations_in_workgroup()
344 * - We read the sum from the lane whose id is the number of waves in the workgroup. in repack_invocations_in_workgroup()
464 /* Copy Primitive IDs from GS threads to the LDS address in emit_ngg_nogs_prim_id_store_shared()
487 /* Load primitive ID from LD in emit_store_ngg_nogs_es_primitive_id()
2912 ms_move_output(ms_out_part *from, ms_out_part *to) ms_move_output() argument
[all...]
/third_party/ntfs-3g/src/
H A Dntfs-3g.c10 * This file is originated from the Linux-NTFS project.
143 * Call a function from a reparse plugin (variable arguments)
236 "external FUSE library. Either remove the setuid/setgid bit from the binary\n"
478 * This code based on ntfs_statfs from ntfs kernel driver.
1238 /* Convert link from unicode to local encoding. */ in ntfs_fuse_readlink()
1310 /* get emulated type from plugin if available */ in ntfs_fuse_filler()
1348 * causes Solaris/Illumos to return an I/O error from the system in ntfs_fuse_filler()
2128 * file creation (from inheritance or argument). in ntfs_fuse_create()
2348 static int ntfs_fuse_symlink(const char *to, const char *from) in ntfs_fuse_symlink() argument
2350 if (ntfs_fuse_is_named_data_stream(from)) in ntfs_fuse_symlink()
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Devaluate.c153 /* type has come from classify_type and is an integer type */
276 const char *tofrom = "to/from"; in is_same_type()
278 tofrom = "from"; in is_same_type()
1439 * assignments to/from void * are OK, provided that in check_assignment_types()
1440 * we do not remove qualifiers from pointed to [C] in check_assignment_types()
2374 unsigned from = e->idx_from; in convert_index() local
2377 e->init_offset = from * bits_to_bytes(e->ctype->bit_size); in convert_index()
2378 e->init_nr = to - from; in convert_index()
2692 "array initialized from parenthesized string constant"); in is_string_literal()
3019 expression_error(expr, "cast from unknow in evaluate_cast()
[all...]
/third_party/node/deps/v8/src/debug/
H A Ddebug.cc63 void MoveEvent(Address from, Address to, int) override {
64 if (from == to) return;
66 auto it = objects_.find(from);
657 // evaluate to false. Aside from not triggering a debug break event at the in IsMutedAtCurrentLocation()
1392 // removed from the list. in ClearOneShot()
1498 // Deoptimize all code compiled from this shared function info including in DeoptimizeFunction()
1785 // Find all shared function infos of functions that are intersecting from in FindClosestSharedFunctionInfoFromPosition()
2056 // Unlink from list. If prev is nullptr we are looking at the first element. in FreeDebugInfoListNode()
2114 // JavaScript from the debug event handler. in OnThrow()
2638 // from th in UpdateDebugInfosForExecutionMode()
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/node/deps/v8/src/api/
H A Dapi.cc224 // memory information from the Isolate. Write easy-to-recognize values on in FatalProcessOutOfMemory()
831 void MoveTracedReference(internal::Address** from, internal::Address** to) { in MoveTracedReference() argument
832 GlobalHandles::MoveTracedReference(from, to); in MoveTracedReference()
835 void CopyTracedReference(const internal::Address* const* from, in CopyTracedReference() argument
837 GlobalHandles::CopyTracedReference(from, to); in CopyTracedReference()
859 i::Address* CopyGlobalReference(i::Address* from) { in CopyGlobalReference() argument
860 i::Handle<i::Object> result = i::GlobalHandles::CopyGlobal(from); in CopyGlobalReference()
864 void MoveGlobalReference(internal::Address** from, internal::Address** to) { in MoveGlobalReference() argument
865 i::GlobalHandles::MoveGlobal(from, to); in MoveGlobalReference()
1503 "Reading from empt in InstanceTemplate()
10133 const i::HeapEntry* from = ToInternal(this)->from(); GetFromNode() local
[all...]
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/
H A Dtreeview.js633 let a18 = Array.from(this.k7[event]);
645 let y17 = Array.from(this.j7[event]);
1645 q10(from, to) {
1647 listener.onDataMove(from, to);

Completed in 100 milliseconds

1...<<221222223224225226227228229230>>...244