/external/icu4c/common/ |
rbbirpt.h | 97 , {doExprStart, 255, 21, 8, FALSE} // 20 reverse-rule 195 "reverse-rule",
|
ucase.h | 131 * In other words, this performs a reverse full case folding and then 380 /* constants for reverse case folding ("unfold") data */
|
utf_impl.c | 35 * - NOT AL (8-bit, leave b15..b8==0..0, reverse only b7..b0) 42 * (BSR: Bit Scan Reverse, scans for a 1-bit, starting from the MSB)
|
/external/icu4c/i18n/ |
rbt_pars.h | 156 * @param direction either FORWARD or REVERSE. 177 * @param direction either FORWARD or REVERSE.
|
/external/libpcap/ |
gencode.h | 300 struct block *gen_atmfield_code(int atmfield, bpf_int32 jvalue, bpf_u_int32 jtype, int reverse); 305 struct block *gen_mtp3field_code(int mtp3field, bpf_u_int32 jvalue, bpf_u_int32 jtype, int reverse);
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/ |
tsc_blc.cpp | 70 "TSC_blc::BlcEtbReq Reverse DataType == null")); 78 "TSC_blc::BlcEtbReq Reverse H223Params == null"));
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
symbol-table.h | 145 // \brief Symbol (string) to int and reverse mapping 147 // The SymbolTable implements the mappings of labels to strings and reverse.
|
/external/stlport/stlport/stl/pointers/ |
_list.h | 305 void reverse() { _M_impl.reverse(); } function in class:list
|
/external/v8/src/arm/ |
constants-arm.h | 129 RSB = 3, // Reverse Subtract 133 RSC = 7, // Reverse Subtract with Carry
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Exceptions/ |
errstack-001.js | 243 * Then reverse the array, for convenience of indexing - 249 return arr.reverse();
|
/external/webkit/WebCore/platform/network/cf/ |
FormDataStreamCFNet.cpp | 64 Vector<FormDataElement> remainingElements; // in reverse order 190 // Append in reverse order since we remove elements from the end.
|
/external/webkit/WebCore/platform/network/mac/ |
FormDataStreamMac.mm | 126 Vector<FormDataElement> remainingElements; // in reverse order 204 // Append in reverse order since we remove elements from the end.
|
/external/webkit/WebCore/rendering/ |
RenderMarquee.cpp | 94 // If so, then we reverse the direction. 286 // We're going in the reverse direction.
|
/external/webkit/WebKitTools/Scripts/ |
validate-committer-lists | 159 git_log_args = ['git', 'log', '--reverse', '--pretty=format:%ae %at'] 213 authors_and_last_commits.sort(lambda a,b: cmp(a[1], b[1]), reverse=True)
|
/hardware/msm7k/libcamera/ |
camera_ifc.h | 322 * reverse position, line 1 is now at the bottom, not on the top, so the image 323 * need to be reversed, 0 = normal, 1 = reverse */
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactMatcher.java | 92 * Note: the reverse names ({@link NameLookupType#FULL_NAME_REVERSE}, 96 * with the former rather than the latter. This is why "reverse" matches have slightly lower
|
/sdk/traceview/src/com/android/traceview/ |
MethodData.java | 418 // then reverse the sort order. 420 // Reverse the sort order
|
/dalvik/dx/src/com/android/dx/ssa/ |
DeadCodeRemover.java | 35 * TODO this algorithm is more efficient if run in reverse from exit
|
SsaMethod.java | 724 * @param reverse true if this should walk backwards from the exit points 728 public void forEachBlockDepthFirst(boolean reverse, 735 SsaBasicBlock rootBlock = reverse ? getExitBlock() : getEntryBlock(); 751 = reverse ? cur.getPredecessors() : cur.getSuccessors();
|
/dalvik/libcore/sql/src/main/java/java/sql/ |
SQLData.java | 32 * {@link PreparedStatement#setObject} method which performs the reverse mapping
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ |
DTMAxisTraverser.java | 31 * <p>A DTMAxisTraverser can probably not traverse a reverse axis in
|
/dalvik/vm/mterp/armv5te/ |
OP_CMPL_FLOAT.S | 60 mov r1, r9 @ reverse order
|
/development/pdk/docs/source/ |
licenses.jd | 67 <li>LGPL requires allowance of customer modification and reverse
|
/external/clearsilver/python/examples/base/ |
who_calls.py | 124 pairs.reverse()
|
/external/dhcpcd/ |
net.h | 84 * quickly loop backwards through the list - currently we reverse the list
|