/external/blktrace/btt/doc/ |
btt.tex | 112 \item Time needed to insert or merge an incoming IO onto the request 133 amount of time between the queue trace and the merge trace. 164 currently average the queue-to-insert and queue-to-merge times, 211 \item[Device Merge Information] 629 \item merge traces [all...] |
/external/iptables/ |
ip6tables.c | 1088 struct option *merge; local 1096 merge = malloc(sizeof(struct option) * (num_new + num_old + 1)); 1097 memcpy(merge, oldopts, num_old * sizeof(struct option)); 1100 merge[num_old + i] = newopts[i]; 1101 merge[num_old + i].val += *option_offset; 1103 memset(merge + num_old + num_new, 0, sizeof(struct option)); 1105 return merge; [all...] |
iptables.c | 1120 struct option *merge; local 1128 merge = malloc(sizeof(struct option) * (num_new + num_old + 1)); 1129 memcpy(merge, oldopts, num_old * sizeof(struct option)); 1132 merge[num_old + i] = newopts[i]; 1133 merge[num_old + i].val += *option_offset; 1135 memset(merge + num_old + num_new, 0, sizeof(struct option)); 1137 return merge; [all...] |
/external/libffi/src/x86/ |
ffi64.c | 10 without limitation the rights to use, copy, modify, merge, publish, 181 /* Merge the fields of structure. */
|
/external/proguard/docs/ |
FAQ.html | 95 <li>Merge identical code blocks. 101 <li>Merge classes and interfaces.
|
/external/v8/test/cctest/ |
test-regexp.cc | [all...] |
/frameworks/base/docs/html/resources/articles/ |
index.jd | 65 <dt><a href="{@docRoot}resources/articles/layout-tricks-merge.html">Layout Tricks: Merging Layouts</a></dt> 66 <dd>Learn how to use the <code><merge></code> tag in your XML layouts in order to avoid unnecessary levels of hierarchy within an application's view tree.</dd>
|
/dalvik/vm/analysis/ |
CodeVerify.c | 166 * Merge result table for primitive values. The table is symmetric along 169 * Note that 32-bit int/float do not merge into 64-bit long/double. This 170 * is a register merge, not a widening conversion. Only the "implicit" [all...] |
/dalvik/docs/ |
heap-profiling.html | 93 Merge them together and remove the intermediates:
|
/dalvik/dx/src/com/android/dx/cf/code/ |
Merger.java | 24 * Utility methods to merge various frame information.
|
/dalvik/libcore/xml/src/main/java/org/kxml2/kdom/ |
Element.java | 6 * to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
/dalvik/vm/mterp/portable/ |
debug.c | 236 * thread-local and merge counts into the global area when threads
|
/external/dropbear/ |
cli-auth.c | 11 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
cli-chansession.c | 11 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
cli-kex.c | 11 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
cli-session.c | 11 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
dropbearkey.c | 10 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
session.h | 10 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
svr-authpam.c | 11 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
svr-runopts.c | 10 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
/external/emma/core/java12/com/vladium/emma/data/ |
MetaData.java | 166 public IMergeable merge (final IMergeable rhs) method in class:MetaData
|
/external/emma/core/java12/com/vladium/emma/instr/ |
instrCommand.java | 98 else if ("merge".equals (on))
|
/external/emma/core/java12/com/vladium/emma/report/ |
ReportDataModel.java | 36 // TODO: merge the two branches together
|
/external/emma/core/java12/com/vladium/emma/rt/ |
AppRunner.java | 205 * @param merge [null unsets the previous override setting] 207 public synchronized final void setSessionOutMerge (final Boolean merge) 209 m_sdataOutMerge = merge; 324 log.verbose ("session data output merge mode: " + sdataOutMerge); [all...] |
/external/expat/amiga/include/libraries/ |
expat.h | 10 ** without limitation the rights to use, copy, modify, merge, publish,
|