/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 | 1569 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:__anon30419
|
/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
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
msm_vidc_dec.h | 97 void __user * out; member in struct:vdec_ioctl_msg
|
/hardware/qcom/msm8996/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
|
/hardware/qcom/msm8x84/kernel-headers/linux/ |
msm_vidc_dec.h | 97 void __user *out; member in struct:vdec_ioctl_msg
|
/hardware/qcom/msm8x84/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
|
/hardware/ti/omap4-aah/hwc/ |
hwc.c | 618 /* Should have been filtered out */ 1551 rgz_out_params_t out = { local [all...] |
/packages/apps/Camera2/src/com/android/camera/exif/ |
ExifInterface.java | 971 OutputStream out = null; local [all...] |
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
ExifInterface.java | 986 OutputStream out = null; local [all...] |
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
ExifInterface.java | 986 OutputStream out = null; local [all...] |
/packages/apps/Messaging/src/com/android/messaging/util/exif/ |
ExifInterface.java | 986 OutputStream out = null; local [all...] |
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
wagon-provider-api-2.6.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.core.runtime_3.9.100.v20131218-1515.jar | |