/device/moto/shamu/camera/ |
QCameraParameters.h | 43 QCameraParameters(const String8 ¶ms): CameraParameters(params) {}; 46 QCameraParameters(const String8 ¶ms) { unflatten(params); } 52 static const char KEY_SUPPORTED_HFR_SIZES[]; 55 static const char KEY_PREVIEW_FRAME_RATE_MODE[]; 56 static const char KEY_SUPPORTED_PREVIEW_FRAME_RATE_MODES[]; 57 static const char KEY_PREVIEW_FRAME_RATE_AUTO_MODE[]; 58 static const char KEY_PREVIEW_FRAME_RATE_FIXED_MODE[]; 60 static const char KEY_SKIN_TONE_ENHANCEMENT[] ; 61 static const char KEY_SUPPORTED_SKIN_TONE_ENHANCEMENT_MODES[] ; 64 static const char KEY_TOUCH_AF_AEC[] [all...] |
/external/cblas/testing/ |
c_zblas1.c | 11 void F77_zaxpy(const int *N, const void *alpha, void *X, 12 const int *incX, void *Y, const int *incY) 18 void F77_zcopy(const int *N, void *X, const int *incX, 19 void *Y, const int *incY) 25 void F77_zdotc(const int *N, const void *X, const int *incX, [all...] |
/external/clang/test/PCH/Inputs/ |
cxx-method.h | 5 S(const S&); 7 operator const char*();
|
/external/clang/test/Sema/ |
warn-cast-qual.c | 6 const char * const ptr = 0; 7 const char * const *ptrptr = 0; 8 char *y = (char *)ptr; // expected-warning {{cast from 'const char *' to 'char *' drops const qualifier}} 9 char **y1 = (char **)ptrptr; // expected-warning {{cast from 'const char *const' to 'char *' drops const qualifier}} 10 const char **y2 = (const char **)ptrptr; // expected-warning {{cast from 'const char *const *' to 'const (…) [all...] |
/external/deqp/external/vulkancts/framework/vulkan/ |
vkConcretePlatformInterface.inl | 4 virtual VkResult createInstance (const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkInstance* pInstance) const; 5 virtual PFN_vkVoidFunction getInstanceProcAddr (VkInstance instance, const char* pName) const; 6 virtual VkResult enumerateInstanceExtensionProperties (const char* pLayerName, deUint32* pPropertyCount, VkExtensionProperties* pProperties) const; 7 virtual VkResult enumerateInstanceLayerProperties (deUint32* pPropertyCount, VkLayerProperties* pProperties) const;
|
/external/skia/tests/ |
PathOpsQuadIntersectionTestData.h | 9 extern const SkDQuad quadraticLines[]; 10 extern const SkDQuad quadraticPoints[]; 11 extern const SkDQuad quadraticModEpsilonLines[]; 12 extern const SkDQuad quadraticTests[][2]; 14 extern const size_t quadraticLines_count; 15 extern const size_t quadraticPoints_count; 16 extern const size_t quadraticModEpsilonLines_count; 17 extern const size_t quadraticTests_count;
|
/hardware/qcom/camera/ |
QCameraParameters.h | 42 QCameraParameters(const String8 ¶ms): CameraParameters(params) {}; 45 QCameraParameters(const String8 ¶ms) { unflatten(params); } 51 static const char KEY_SUPPORTED_HFR_SIZES[]; 54 static const char KEY_PREVIEW_FRAME_RATE_MODE[]; 55 static const char KEY_SUPPORTED_PREVIEW_FRAME_RATE_MODES[]; 56 static const char KEY_PREVIEW_FRAME_RATE_AUTO_MODE[]; 57 static const char KEY_PREVIEW_FRAME_RATE_FIXED_MODE[]; 59 static const char KEY_SKIN_TONE_ENHANCEMENT[] ; 60 static const char KEY_SUPPORTED_SKIN_TONE_ENHANCEMENT_MODES[] ; 63 static const char KEY_TOUCH_AF_AEC[] [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
zgoarch_386.go | 5 const theGoarch = `386` 7 const goarch_386 = 1 8 const goarch_amd64 = 0 9 const goarch_amd64p32 = 0 10 const goarch_arm = 0 11 const goarch_arm64 = 0 12 const goarch_ppc64 = 0 13 const goarch_ppc64le = 0
|
zgoarch_amd64.go | 5 const theGoarch = `amd64` 7 const goarch_386 = 0 8 const goarch_amd64 = 1 9 const goarch_amd64p32 = 0 10 const goarch_arm = 0 11 const goarch_arm64 = 0 12 const goarch_ppc64 = 0 13 const goarch_ppc64le = 0
|
zgoarch_amd64p32.go | 5 const theGoarch = `amd64p32` 7 const goarch_386 = 0 8 const goarch_amd64 = 0 9 const goarch_amd64p32 = 1 10 const goarch_arm = 0 11 const goarch_arm64 = 0 12 const goarch_ppc64 = 0 13 const goarch_ppc64le = 0
|
zgoarch_arm.go | 5 const theGoarch = `arm` 7 const goarch_386 = 0 8 const goarch_amd64 = 0 9 const goarch_amd64p32 = 0 10 const goarch_arm = 1 11 const goarch_arm64 = 0 12 const goarch_ppc64 = 0 13 const goarch_ppc64le = 0
|
zgoarch_arm64.go | 5 const theGoarch = `arm64` 7 const goarch_386 = 0 8 const goarch_amd64 = 0 9 const goarch_amd64p32 = 0 10 const goarch_arm = 0 11 const goarch_arm64 = 1 12 const goarch_ppc64 = 0 13 const goarch_ppc64le = 0
|
zgoarch_ppc64.go | 5 const theGoarch = `ppc64` 7 const goarch_386 = 0 8 const goarch_amd64 = 0 9 const goarch_amd64p32 = 0 10 const goarch_arm = 0 11 const goarch_arm64 = 0 12 const goarch_ppc64 = 1 13 const goarch_ppc64le = 0
|
zgoarch_ppc64le.go | 5 const theGoarch = `ppc64le` 7 const goarch_386 = 0 8 const goarch_amd64 = 0 9 const goarch_amd64p32 = 0 10 const goarch_arm = 0 11 const goarch_arm64 = 0 12 const goarch_ppc64 = 0 13 const goarch_ppc64le = 1
|
/prebuilts/go/linux-x86/src/runtime/ |
zgoarch_386.go | 5 const theGoarch = `386` 7 const goarch_386 = 1 8 const goarch_amd64 = 0 9 const goarch_amd64p32 = 0 10 const goarch_arm = 0 11 const goarch_arm64 = 0 12 const goarch_ppc64 = 0 13 const goarch_ppc64le = 0
|
zgoarch_amd64.go | 5 const theGoarch = `amd64` 7 const goarch_386 = 0 8 const goarch_amd64 = 1 9 const goarch_amd64p32 = 0 10 const goarch_arm = 0 11 const goarch_arm64 = 0 12 const goarch_ppc64 = 0 13 const goarch_ppc64le = 0
|
zgoarch_amd64p32.go | 5 const theGoarch = `amd64p32` 7 const goarch_386 = 0 8 const goarch_amd64 = 0 9 const goarch_amd64p32 = 1 10 const goarch_arm = 0 11 const goarch_arm64 = 0 12 const goarch_ppc64 = 0 13 const goarch_ppc64le = 0
|
zgoarch_arm.go | 5 const theGoarch = `arm` 7 const goarch_386 = 0 8 const goarch_amd64 = 0 9 const goarch_amd64p32 = 0 10 const goarch_arm = 1 11 const goarch_arm64 = 0 12 const goarch_ppc64 = 0 13 const goarch_ppc64le = 0
|
zgoarch_arm64.go | 5 const theGoarch = `arm64` 7 const goarch_386 = 0 8 const goarch_amd64 = 0 9 const goarch_amd64p32 = 0 10 const goarch_arm = 0 11 const goarch_arm64 = 1 12 const goarch_ppc64 = 0 13 const goarch_ppc64le = 0
|
zgoarch_ppc64.go | 5 const theGoarch = `ppc64` 7 const goarch_386 = 0 8 const goarch_amd64 = 0 9 const goarch_amd64p32 = 0 10 const goarch_arm = 0 11 const goarch_arm64 = 0 12 const goarch_ppc64 = 1 13 const goarch_ppc64le = 0
|
zgoarch_ppc64le.go | 5 const theGoarch = `ppc64le` 7 const goarch_386 = 0 8 const goarch_amd64 = 0 9 const goarch_amd64p32 = 0 10 const goarch_arm = 0 11 const goarch_arm64 = 0 12 const goarch_ppc64 = 0 13 const goarch_ppc64le = 1
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
IPDBRawSymbol.h | 31 virtual void dump(raw_ostream &OS, int Indent) const = 0; 34 findChildren(PDB_SymType Type) const = 0; 38 PDB_NameSearchFlags Flags) const = 0; 41 uint32_t RVA) const = 0; 43 findInlineFramesByRVA(uint32_t RVA) const = 0; 45 virtual void getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) const = 0; 46 virtual void getBackEndVersion(VersionInfo &Version) const = 0; 47 virtual PDB_MemberAccess getAccess() const = 0; 48 virtual uint32_t getAddressOffset() const = 0; 49 virtual uint32_t getAddressSection() const = 0 [all...] |
/external/libvpx/config/generic/ |
vpx_dsp_rtcd.h | 22 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint8_t *ref, int ref_stride); 25 void vpx_convolve8_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 28 void vpx_convolve8_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 31 void vpx_convolve8_avg_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h) [all...] |
/external/libvpx/config/mips32/ |
vpx_dsp_rtcd.h | 22 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint8_t *ref, int ref_stride); 25 void vpx_convolve8_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 28 void vpx_convolve8_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 31 void vpx_convolve8_avg_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h) [all...] |
/external/libvpx/config/mips64/ |
vpx_dsp_rtcd.h | 22 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint8_t *ref, int ref_stride); 25 void vpx_convolve8_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 28 void vpx_convolve8_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 31 void vpx_convolve8_avg_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h) [all...] |