/external/icu/icu4c/source/tools/tzcode/ |
zic.c | 902 register int base, out; local 938 for (base = 0; base < nrules; base = out) { 940 for (out = base + 1; out < nrules; ++out) 941 if (strcmp(rp->r_name, rules[out].r_name) != 0) 948 zp->z_nrules = out - base; [all...] |
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
TransliteratorTest.java | 169 System.out.println("\nTODO: disabling Latin-Han/definition check for now: fix later"); 453 * some strings that should come out unchanged. 512 String out = hex.transliterate(s); local 514 if (out.equals(exp)) { 517 logln("FAIL: \"" + out + "\", wanted \"" + exp + "\""); 622 //| UnicodeString out(data[i]); 623 //| gl->transliterate(out); 625 //| if (data[i].length() >= 2 && out.length() >= 2 && 627 //| if (!(u_isupper(out.charAt(0)) && u_islower(out.charAt(1)))) 3961 String out = translit.transliterate(in); local [all...] |
/external/icu/tools/srcgen/currysrc/libs/ |
org.eclipse.core.runtime_3.11.0.v20150405-1723.jar | |
/external/libxml2/ |
parser.c | 7236 xmlChar out[10]; local [all...] |
/external/nanohttpd/core/src/main/java/fi/iki/elonen/ |
NanoHTTPD.java | 31 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED [all...] |
/external/opencv3/modules/core/misc/java/test/ |
CoreTest.java | 930 Mat out = new Mat(1, 4, CvType.CV_32F); local 931 out.put(0, 0, 5.0, 13.0, 41.0, 10.0); 932 assertMatEqual(out, dst, EPS); 1651 Mat out = new Mat(1, 2, CvType.CV_32F) { local 1669 Mat out = new Mat(2, 1, CvType.CV_64F) { local [all...] |
/external/opencv3/modules/core/src/ |
arithm.cpp | 39 // or tort (including negligence or otherwise) arising in any way out of 3896 int8x8_t out = vqmovn_s16(out_16); local 4059 uint8x8_t out = vqmovn_u16(out_16); local [all...] |
/external/opencv3/modules/videoio/src/ |
cap_msmf.cpp | 37 // or tort (including negligence or otherwise) arising in any way out of 784 HRESULT SpecialCaseAttributeValueNew(GUID guid, const PROPVARIANT& var, MediaType &out); 786 unsigned int *GetParametr(GUID guid, MediaType &out) 789 return &(out.MF_MT_YUV_MATRIX); 791 return &(out.MF_MT_VIDEO_LIGHTING); 793 return (unsigned int*)&(out.MF_MT_DEFAULT_STRIDE); 795 return &(out.MF_MT_VIDEO_CHROMA_SITING); 797 return &(out.MF_MT_VIDEO_NOMINAL_RANGE); 799 return &(out.MF_MT_ALL_SAMPLES_INDEPENDENT); 801 return &(out.MF_MT_FIXED_SIZE_SAMPLES) 1168 MediaType out; local 2035 CamParametrs out; local 2447 IMFMediaSource *out = NULL; local 3019 IMFMediaSource *out = VD->getMediaSource(); local 3045 bool out = VD->setupDevice(id); local 3071 bool out = VD->setupDevice(w, h, idealFramerate); local 3279 CamParametrs out; local 3404 int out = 0; local [all...] |
/external/skia/src/ports/ |
SkFontHost_mac.cpp | 96 /** Acts like a CFRef, but calls CFSafeRelease when it goes out of scope. */ 1476 SkUnichar* out = glyphToUnicode->begin(); local 1520 SkUnichar* out = glyphToUnicode->begin(); local [all...] |
/external/skia/tests/ |
PathTest.cpp | 317 // Before the fix, this would infinite-recurse, and run out of stack 3908 SkPath p1, p2, out; local [all...] |
/external/sqlite/dist/orig/ |
shell.c | 146 static void setBinaryMode(FILE *out){ 147 fflush(out); 148 _setmode(_fileno(out), _O_BINARY); 150 static void setTextMode(FILE *out){ 151 fflush(out); 152 _setmode(_fileno(out), _O_TEXT); 531 FILE *out; /* Write results here */ member in struct:ShellState 546 char outfile[FILENAME_MAX]; /* Filename for *out */ 632 static void output_hex_blob(FILE *out, const void *pBlob, int nBlob){ 635 fprintf(out,"X'") 768 FILE *out = p->out; local 1900 FILE *out; local 4470 HANDLE out = GetStdHandle(STD_OUTPUT_HANDLE); local [all...] |
/external/sqlite/dist/ |
shell.c | 152 static void setBinaryMode(FILE *out){ 153 fflush(out); 154 _setmode(_fileno(out), _O_BINARY); 156 static void setTextMode(FILE *out){ 157 fflush(out); 158 _setmode(_fileno(out), _O_TEXT); 537 FILE *out; /* Write results here */ member in struct:ShellState 552 char outfile[FILENAME_MAX]; /* Filename for *out */ 638 static void output_hex_blob(FILE *out, const void *pBlob, int nBlob){ 641 fprintf(out,"X'") 774 FILE *out = p->out; local 1906 FILE *out; local 4492 HANDLE out = GetStdHandle(STD_OUTPUT_HANDLE); local [all...] |
/external/valgrind/VEX/priv/ |
ir_opt.c | 203 static Bool lookupHHW ( HashHW* h, /*OUT*/HWord* val, HWord key ) 263 /*--- Flattening out a BB into atomic SSA form ---*/ 281 /* Flatten out 'ex' so it is atomic, returning a new expression with 374 /* Lift F64i constants out onto temps so they can be CSEd 524 IRSB* out; local 525 out = emptyIRSB(); 526 out->tyenv = deepCopyIRTypeEnv( in->tyenv ); 529 flatten_Stmt( out, in->stmts[i] ); 530 out->next = flatten_Expr( out, in->next ) 2760 IRSB* out; local [all...] |
/external/webp/src/dsp/ |
enc_sse2.c | 323 int16_t* out) { 370 _mm_storeu_si128((__m128i*)&out[0], d0_g1); 371 _mm_storeu_si128((__m128i*)&out[8], d2_f3); 374 static void FTransform(const uint8_t* src, const uint8_t* ref, int16_t* out) { 414 FTransformPass2(&v01, &v32, out); 417 static void FTransform2(const uint8_t* src, const uint8_t* ref, int16_t* out) { 461 FTransformPass2(&v01l, &v32l, out + 0); 462 FTransformPass2(&v01h, &v32h, out + 16); 465 static void FTransformWHTRow(const int16_t* const in, __m128i* const out) { 480 *out = _mm_unpacklo_epi64(D0, D1) 518 int16_t out[16]; local 654 const __m128i out = _mm_packus_epi16(_mm_add_epi16(base, top_base), zero); local 666 const __m128i out = _mm_packus_epi16(out_0, out_1); local 966 const __m128i out = _mm_packus_epi16(_mm_add_epi16(base, top_base), zero); local [all...] |
/frameworks/base/core/java/android/app/ |
ActivityManager.java | 606 * are laid out differently as they are allowed to extend past the display bounds [all...] |
/frameworks/base/core/java/com/android/internal/app/procstats/ |
ProcessStats.java | 460 // Finally prune out any common processes that are no longer in use. 624 private void writeCompactedLongArray(Parcel out, long[] array, int num) { 632 out.writeInt((int)val); 636 out.writeInt(top); 637 out.writeInt(bottom); 667 private void writeCommonString(Parcel out, String name) { 670 out.writeInt(index); 675 out.writeInt(~index); 676 out.writeString(name); 702 public void writeToParcel(Parcel out, int flags) [all...] |
/frameworks/base/media/java/android/media/ |
ExifInterface.java | 1574 FileOutputStream out = null; local [all...] |
MediaRouter.java | [all...] |
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
ExifInterface.java | 986 OutputStream out = null; local [all...] |
/frameworks/base/services/core/java/com/android/server/ |
LocationManagerService.java | 188 // real providers, saved here when mocked out 1227 ArrayList<String> out; local 1251 ArrayList<String> out; local [all...] |
/hardware/broadcom/libbt/include/ |
uipc_msg.h | 139 BOOLEAN oof_flow_control; /* Out of Frame SW Flow Control */ 706 tAUDIO_ROUTE_OUT out; member in struct:__anon29119
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
msm_vidc_dec.h | 94 void __user *out; member in struct:vdec_ioctl_msg
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
msm_vidc_dec.h | 22 /* Insufficient HW resources - core capacity maxed out. */ 90 void __user *out; member in struct:vdec_ioctl_msg
|
/hardware/qcom/msm8994/kernel-headers/linux/ |
msm_vidc_dec.h | 97 void __user *out; member in struct:vdec_ioctl_msg
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
msm_vidc_dec.h | 22 /* Insufficient HW resources - core capacity maxed out. */ 93 void __user *out; member in struct:vdec_ioctl_msg
|