Searched defs:swap (Results 176 - 198 of 198) sorted by relevance

12345678

/external/icu4c/test/cintltst/
H A Dccapitst.c3019 testSwap(const char *name, UBool swap) { argument
3043 /* if the swap flag is FALSE, then the test encoding is not EBCDIC and must not swap */
3057 /* the name must contain the swap option if and only if we expect the converter to swap */
3065 if(swap != (pc!=NULL)) {
3066 log_err("TestEBCDICSwapLFNL error: ucnv_getName(%s,swaplfnl)=%s should (%d) contain 'swaplfnl'\n", name, swappedName, swap);
3092 /* swap EBCDIC LF/NL for comparison */
3094 if(swap) {
3103 log_err("TestEBCDICSwapLFNL error converting to %s - did not swap properl
3156 UBool swap; member in struct:__anon6806
[all...]
/external/skia/src/core/
H A DSkAAClip.cpp643 void SkAAClip::swap(SkAAClip& other) { function in class:SkAAClip
727 this->swap(clip);
H A DSkPath.cpp44 void SkPath::PathRefDebugRef::swap(SkPath::PathRefDebugRef* other) { function in class:SkPath::PathRefDebugRef
53 fPathRef.swap(&other->fPathRef);
297 void SkPath::swap(SkPath& other) { function in class:SkPath
302 fPathRef.swap(&other.fPathRef);
1642 // swap() will increment the gen id if needed
1643 dst->swap(tmp);
/external/stlport/stlport/stl/
H A D_rope.h684 inline void swap(_Rope_char_ref_proxy <_CharT, __Alloc > __a, function
692 // definition of swap doesn't work for proxy references.
698 inline void swap(_Rope_char_ref_proxy <_CharT, __Alloc > __a, \
1703 void swap(_Self& __b) { function in class:rope
1704 _M_tree_ptr.swap(__b._M_tree_ptr);
1707 void _M_swap_workaround(_Self& __x) { swap(__x); }
2314 inline void swap(rope<_CharT,_Alloc>& __x, rope<_CharT,_Alloc>& __y) function
2315 { __x.swap(__y); }
2318 inline void swap(crope& __x, crope& __y) { __x.swap(__ function
2320 inline void swap(wrope& __x, wrope& __y) { __x.swap(__y); } function
[all...]
/external/clang/lib/AST/
H A DExprConstant.cpp1651 O->swap(Tmp);
1652 Obj.swap(Tmp);
3035 std::swap(PExp, IExp);
4455 void swap(EvalResult &RHS) { function in struct:__anon3638::DataRecursiveIntBinOpEvaluator::EvalResult
4456 Val.swap(RHS.Val);
4512 FinalResult.swap(PrevResult.Val);
4816 job.LHSResult.swap(Result);
4825 RHS.swap(Result);
/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c1035 /* Now swap them. */
2770 0:1:2:3 (aka byte-swap). */
2791 2:3:0:1 (swap within lo and hi halves). */
17008 Bool swap = False; local
17015 swap = True; break;
17031 assign(res, swap
17042 if (swap)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dexmaker/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/awtui/ junit/extensions/ junit/framework/ ...
/external/valgrind/main/perf/
H A Dtinycc.c6313 /* swap the stack if needed so that t1 is the register and t2 is
10097 void swap(int *p, int *q)
11041 swap(&c1, &c2);
11267 swap(&t1, &t2);
10095 void swap(int *p, int *q) function
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/proguard/lib/
H A Dproguard.jar ... void dup2 () public void dup2_x1 () public void dup2_x2 () public void swap () public boolean equals (java.lang.Object) public int ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 657 milliseconds

12345678