Searched refs:to (Results 26 - 50 of 53) sorted by relevance

123

/system/core/libsparse/
H A Dsparse.c10 * Unless required by applicable law or agreed to in writing, software
224 struct sparse_file *to, unsigned int len)
243 to->block_size, to->len, false, true, 0, false);
250 /* will call out_counter_write to update count */
270 to->backed_block_list, start, last_bb);
223 move_chunks_up_to_len(struct sparse_file *from, struct sparse_file *to, unsigned int len) argument
H A Dbacked_block.c10 * Unless required by applicable law or agreed to in writing, software
145 struct backed_block_list *to, struct backed_block *start,
164 to->last_used = NULL;
176 if (!to->data_blocks) {
177 to->data_blocks = start;
180 for (bb = to->data_blocks; bb; bb = bb->next) {
263 pointer to the last bb that was added, and start searching from
287 /* Queues a fill block of memory to be written to the specified data blocks */
305 /* Queues a block of memory to b
144 backed_block_list_move(struct backed_block_list *from, struct backed_block_list *to, struct backed_block *start, struct backed_block *end) argument
[all...]
/system/core/fastbootd/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/system/core/init/
H A DAndroid.mk48 # Make a symlink from /sbin/ueventd and /sbin/watchdogd to /init
/system/core/sh/
H A DAndroid.mk57 # create /system/bin/sh symlink to $(TARGET_SHELL)
H A Dredir.c7 * This code is derived from software contributed to Berkeley by
19 * may be used to endorse or promote products derived from this software
89 * background commands, where we want to redirect fd0 to /dev/null only
114 char memory[10]; /* file descriptors to write to memory */
120 /* We don't have to worry about REDIR_VFORK here, as
134 continue; /* redirect from/to same file descriptor */
252 * Handle here documents. Normally we fork off a process to write the
253 * data to
377 copyfd(int from, int to) argument
[all...]
/system/extras/fatblock/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/system/extras/memtrack/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/system/extras/procrank/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/system/extras/tests/cpueater/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/system/extras/tests/fstest/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/system/security/keystore-engine/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/system/security/softkeymaster/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/system/core/libzipfile/
H A Dtest_zipfile.c6 void dump_zipfile(FILE* to, zipfile_t file);
/system/media/camera/docs/
H A Dcamera_metadata_tag_info.mako11 * Unless required by applicable law or agreed to in writing, software
24 * Array assignments are done using specified-index syntax to keep things in
H A Dhtml.mako12 Unless required by applicable law or agreed to in writing, software
50 /* hide the first thead, we need it there only to enforce column sizes */
74 /* TODO for each x.y.z try to link it to the entry */
/system/core/libpixelflinger/codeflinger/tinyutils/
H A DVectorImpl.cpp10 * Unless required by applicable law or agreed to in writing, software
315 void* to = reinterpret_cast<uint8_t *>(array) + (where+amount)*mItemSize; variable
317 _do_move_forward(to, from, s);
365 void* to = reinterpret_cast<uint8_t *>(array) + where*mItemSize; local
366 _do_destroy(to, amount);
370 _do_move_backward(to, from, s);
/system/core/libutils/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
143 # team really wants is to build the stuff defined by this makefile.
H A DVectorImpl.cpp10 * Unless required by applicable law or agreed to in writing, software
169 // for big arrays, it could be better to use mergesort
181 // we're going to have to modify the array...
408 void* to = reinterpret_cast<uint8_t *>(array) + (where+amount)*mItemSize;
409 _do_move_forward(to, from, mCount - where);
458 void* to = reinterpret_cast<uint8_t *>(array) + where*mItemSize;
459 _do_destroy(to, amount);
462 _do_move_backward(to, from, new_size - where);
/system/core/fastboot/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/system/core/include/cutils/
H A Dtrace.h10 * Unless required by applicable law or agreed to in writing, software
36 * The ATRACE_TAG macro can be defined before including this header to trace
37 * using one of the tags defined below. It must be defined to one of the
38 * following ATRACE_TAG_* macros. The trace tag is used to filter tracing in
39 * userland to avoid some of the runtime cost of tracing when it is not desired.
41 * Defining ATRACE_TAG to be ATRACE_TAG_ALWAYS will result in the tracing always
44 * ATRACE_TAG to be ATRACE_TAG_NEVER or leaving ATRACE_TAG undefined will result
80 #error ATRACE_TAG must be defined to be one of the tags defined in cutils/trace.h
85 * Maximum size of a message that can be logged to the trace buffer.
87 * Names should be kept short to ge
[all...]
/system/core/include/utils/
H A DRefBase.h10 * Unless required by applicable law or agreed to in writing, software
34 TextOutput& printWeakPointer(TextOutput& to, const void* val);
59 // subclasses; we have to make it protected to guarantee that it
60 // cannot be called from this base class (and to make strict compilers
237 // promotion to sp
299 TextOutput& operator<<(TextOutput& to, const wp<T>& val);
460 inline TextOutput& operator<<(TextOutput& to, const wp<T>& val)
462 return printWeakPointer(to, val.unsafe_get());
483 // The id are known to b
[all...]
/system/core/libcutils/tests/memset_mips/
H A Dmemset_cmips.S14 * contributors may be used to endorse or promote products derived from
69 bne AT,zero,.Llast4 # if yes, go to last4
120 # Here we are in the region, where it is safe to use "pref 30,64(a0)"
133 nop # the extra nop instructions help to balance
160 .Lloop16w_nopref30: # there could be up to 3 "64-byte nopref30" chunks
H A Dmemset_omips.S16 License along with the GNU C Library; if not, write to the Free
42 beq a1, zero, .Lueven # If zero pattern, no need to extend
/system/core/adb/
H A DAndroid.mk12 # Default to a virtual (sockets) usb interface

Completed in 806 milliseconds

123