Searched refs:from (Results 1 - 25 of 2750) sorted by relevance

1234567891011>>

/external/flac/include/share/
H A Dutf8.h22 int utf8_encode(const char *from, char **to);
23 int utf8_decode(const char *from, char **to);
/external/valgrind/memcheck/tests/solaris/
H A Ddoor_data.stdout.exp1 SERVER: Hello from client
2 CLIENT: Hello from server
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
H A Dchar16_t_length.pass.cpp14 // int length(stateT& state, const externT* from, const externT* from_end, size_t max) const;
26 const char from[] = "some text"; local
27 assert(f.length(mbs, from, from+10, 0) == 0);
28 assert(f.length(mbs, from, from+10, 8) == 8);
29 assert(f.length(mbs, from, from+10, 9) == 9);
30 assert(f.length(mbs, from, from
[all...]
H A Dchar32_t_length.pass.cpp14 // int length(stateT& state, const externT* from, const externT* from_end, size_t max) const;
26 const char from[] = "some text"; local
27 assert(f.length(mbs, from, from+10, 0) == 0);
28 assert(f.length(mbs, from, from+10, 8) == 8);
29 assert(f.length(mbs, from, from+10, 9) == 9);
30 assert(f.length(mbs, from, from
[all...]
H A Dchar_length.pass.cpp14 // int length(stateT& state, const externT* from, const externT* from_end, size_t max) const;
26 const char from[10]= {0}; local
27 assert(f.length(mbs, from, from+10, 0) == 0);
28 assert(f.length(mbs, from, from+10, 9) == 9);
29 assert(f.length(mbs, from, from+10, 10) == 10);
30 assert(f.length(mbs, from, from
[all...]
H A Dwchar_t_length.pass.cpp14 // int length(stateT& state, const externT* from, const externT* from_end, size_t max) const;
26 const char* from = "123467890"; local
27 assert(f.length(mbs, from, from+10, 0) == 0);
28 assert(f.length(mbs, from, from+10, 9) == 9);
29 assert(f.length(mbs, from, from+10, 10) == 10);
30 assert(f.length(mbs, from, from
[all...]
/external/clang/test/SemaCXX/
H A Dconstexpr-duffs-device.cpp4 constexpr void copy(const char *from, unsigned long count, char *to) { argument
7 case 0: do { *to++ = *from++;
8 case 7: *to++ = *from++;
9 case 6: *to++ = *from++;
10 case 5: *to++ = *from++;
11 case 4: *to++ = *from++;
12 case 3: *to++ = *from++;
13 case 2: *to++ = *from++;
14 case 1: *to++ = *from++;
/external/libxcam/xcore/
H A Dx3a_result_factory.cpp25 #define XCAM_3A_RESULT_FACTORY(DataType, res_type, from) \
28 if (from) { \
29 uint32_t type = xcam_3a_result_type (from); \
32 XCAM_LOG_WARNING ("create result from wrong type:%d to type:%d", type, res_type); \
34 ret->set_standard_result (*from); \
62 X3aResultFactory::create_3a_result (XCam3aResultHead *from) argument
66 XCAM_ASSERT (from);
67 if (!from)
70 uint32_t type = xcam_3a_result_type (from);
74 result = create_whitebalance ((XCam3aResultWhiteBalance*)from);
151 create_whitebalance(XCam3aResultWhiteBalance *from) argument
157 create_blacklevel(XCam3aResultBlackLevel *from) argument
163 create_rgb2yuv_colormatrix(XCam3aResultColorMatrix *from) argument
169 create_yuv2rgb_colormatrix(XCam3aResultColorMatrix *from) argument
175 create_exposure(XCam3aResultExposure *from) argument
181 create_focus(XCam3aResultFocus *from) argument
187 create_demosaicing(XCam3aResultDemosaic *from) argument
193 create_defectpixel(XCam3aResultDefectPixel *from) argument
199 create_noise_reduction(XCam3aResultNoiseReduction *from) argument
205 create_3d_noise_reduction(XCam3aResultTemporalNoiseReduction *from) argument
211 create_yuv_temp_noise_reduction(XCam3aResultTemporalNoiseReduction *from) argument
217 create_edge_enhancement(XCam3aResultEdgeEnhancement *from) argument
223 create_y_gamma_table(XCam3aResultGammaTable *from) argument
229 create_r_gamma_table(XCam3aResultGammaTable *from) argument
235 create_g_gamma_table(XCam3aResultGammaTable *from) argument
241 create_b_gamma_table(XCam3aResultGammaTable *from) argument
247 create_macc(XCam3aResultMaccMatrix *from) argument
253 create_chroma_tone_control(XCam3aResultChromaToneControl *from) argument
259 create_bayer_noise_reduction(XCam3aResultBayerNoiseReduction *from) argument
265 create_brightness(XCam3aResultBrightness *from) argument
271 create_wavelet_noise_reduction(XCam3aResultWaveletNoiseReduction *from) argument
277 create_face_detection(XCamFDResult *from) argument
295 create_digital_video_stabilizer(XCamDVSResult *from) argument
[all...]
/external/harfbuzz_ng/test/shaping/
H A Dhb-diff-ngrams3 from hb_test_tools import *
H A Dhb-diff-stat3 from hb_test_tools import *
H A Dhb-unicode-decode3 from hb_test_tools import *
H A Dhb-unicode-encode3 from hb_test_tools import *
/external/python/cpython3/Tools/scripts/
H A Didle33 from idlelib.pyshell import main
/external/valgrind/drd/tests/
H A Domp_matinv_racy.stderr.exp1 ERROR SUMMARY: 76 errors from 7 contexts
H A Domp_prime_racy.stderr.exp1 ERROR SUMMARY: 3 errors from 3 contexts
H A Dpth_barrier.stderr.exp1 ERROR SUMMARY: 1 errors from 1 contexts
H A Dpth_once.stderr.exp1 ERROR SUMMARY: 0 errors from 0 contexts
H A Dtc05_simple_race.stderr.exp1 ERROR SUMMARY: 2 errors from 2 contexts
H A Dtc06_two_races.stderr.exp1 ERROR SUMMARY: 4 errors from 4 contexts
H A Dthreaded-fork-vcs.stderr.exp3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dthreaded-fork.stderr.exp3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowViewRootImpl.java46 ClassParameter.from(int.class, frame.width()),
47 ClassParameter.from(int.class, frame.height()),
48 ClassParameter.from(Rect.class, zeroSizedRect),
49 ClassParameter.from(Rect.class, zeroSizedRect),
50 ClassParameter.from(boolean.class, true),
51 ClassParameter.from(Configuration.class, null));
54 ClassParameter.from(Rect.class, frame),
55 ClassParameter.from(Rect.class, zeroSizedRect),
56 ClassParameter.from(Rect.class, zeroSizedRect),
57 ClassParameter.from(boolea
[all...]
/external/apache-http/src/org/apache/http/message/
H A DBasicTokenIterator.java61 /** The iterator from which to obtain the next header. */
107 * Obtains the next token from this iteration.
162 * will be obtained from {@link #headerIt}.
165 * @param from the position in the current header at which to
173 protected int findNext(int from) argument
176 if (from < 0) {
177 // called from the constructor, initialize the first header
182 from = 0;
185 from = findTokenSeparator(from);
235 findTokenStart(int from) argument
291 findTokenSeparator(int from) argument
331 findTokenEnd(int from) argument
[all...]
/external/mockito/src/test/java/org/mockito/internal/util/reflection/
H A DLenientCopyToolTest.java30 // required because static fields needs to be excluded from copying
47 private SomeObject from = new SomeObject(100); field in class:LenientCopyToolTest
53 assertEquals(100, from.finalField);
57 tool.copyToMock(from, to);
66 from.privateTransientField = 1000;
70 tool.copyToMock(from, to);
91 from.defaultField = "foo";
92 from.instancePublicField = new SomeOtherObject();
93 from.privateField = 1;
94 from
[all...]
/external/python/cpython2/Tools/scripts/
H A Didle3 from idlelib.PyShell import main

Completed in 674 milliseconds

1234567891011>>