/external/lzma/xz-embedded/ |
D | xz_private.h | 67 # define DEC_IS_SINGLE(mode) ((mode) == XZ_SINGLE) argument 69 # define DEC_IS_SINGLE(mode) (false) argument 73 # define DEC_IS_PREALLOC(mode) ((mode) == XZ_PREALLOC) argument 75 # define DEC_IS_PREALLOC(mode) (false) argument 79 # define DEC_IS_DYNALLOC(mode) ((mode) == XZ_DYNALLOC) argument 81 # define DEC_IS_DYNALLOC(mode) (false) argument 85 # define DEC_IS_MULTI(mode) (true) argument 87 # define DEC_IS_MULTI(mode) ((mode) != XZ_SINGLE) argument 89 # define DEC_IS_MULTI(mode) (false) argument
|
/external/deqp/framework/common/ |
D | tcuTexVerifierUtil.hpp | 59 inline bool isNearestMipmapFilter (const Sampler::FilterMode mode) in isNearestMipmapFilter() 64 inline bool isLinearMipmapFilter (const Sampler::FilterMode mode) in isLinearMipmapFilter() 69 inline bool isMipmapFilter (const Sampler::FilterMode mode) in isMipmapFilter() 74 inline bool isLinearFilter (const Sampler::FilterMode mode) in isLinearFilter() 79 inline bool isNearestFilter (const Sampler::FilterMode mode) in isNearestFilter() 84 inline Sampler::FilterMode getLevelFilter (const Sampler::FilterMode mode) in getLevelFilter() 89 inline bool isWrapModeSupported (const Sampler::WrapMode mode) in isWrapModeSupported()
|
/external/zlib/src/contrib/iostream3/ |
D | zfstream.cc | 52 std::ios_base::openmode mode) in open() 80 std::ios_base::openmode mode) in attach() 131 gzfilebuf::open_mode(std::ios_base::openmode mode, in open_mode() 380 std::ios_base::openmode mode) in gzifstream() 389 std::ios_base::openmode mode) in gzifstream() 399 std::ios_base::openmode mode) in open() 410 std::ios_base::openmode mode) in attach() 435 std::ios_base::openmode mode) in gzofstream() 444 std::ios_base::openmode mode) in gzofstream() 454 std::ios_base::openmode mode) in open() [all …]
|
/external/valgrind/none/tests/s390x/ |
D | rounding-5.c | 26 set_rounding_mode(unsigned mode) in set_rounding_mode() 33 void cefbr(unsigned mode) in cefbr() 43 void cegbr(unsigned mode) in cegbr() 53 void cdgbr(unsigned mode) in cdgbr() 66 int mode; in main() local
|
/external/skia/src/opts/ |
D | SkXfermode_opts_arm.cpp | 11 SkXfermode::Mode mode) { in SkPlatformXfermodeFactory_impl() 15 SkXfermodeProc SkPlatformXfermodeProcFactory_impl(SkXfermode::Mode mode) { in SkPlatformXfermodeProcFactory_impl() 20 SkXfermode::Mode mode) { in SkPlatformXfermodeFactory() 24 SkXfermodeProc SkPlatformXfermodeProcFactory(SkXfermode::Mode mode) { in SkPlatformXfermodeProcFactory()
|
D | SkXfermode_opts_none.cpp | 11 SkXfermode::Mode mode) { in SkPlatformXfermodeFactory() 15 SkXfermodeProc SkPlatformXfermodeProcFactory(SkXfermode::Mode mode) { in SkPlatformXfermodeProcFactory()
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_exec_array.c | 350 GLenum mode, GLint start, GLsizei count) in print_draw_arrays() 583 vbo_draw_arrays(struct gl_context *ctx, GLenum mode, GLint start, in vbo_draw_arrays() 661 vbo_exec_DrawArrays(GLenum mode, GLint start, GLsizei count) in vbo_exec_DrawArrays() 687 vbo_exec_DrawArraysInstanced(GLenum mode, GLint start, GLsizei count, in vbo_exec_DrawArraysInstanced() 713 vbo_exec_DrawArraysInstancedBaseInstance(GLenum mode, GLint first, GLsizei count, in vbo_exec_DrawArraysInstancedBaseInstance() 803 vbo_validated_drawrangeelements(struct gl_context *ctx, GLenum mode, in vbo_validated_drawrangeelements() 880 vbo_exec_DrawRangeElementsBaseVertex(GLenum mode, in vbo_exec_DrawRangeElementsBaseVertex() 964 vbo_exec_DrawRangeElements(GLenum mode, GLuint start, GLuint end, in vbo_exec_DrawRangeElements() 984 vbo_exec_DrawElements(GLenum mode, GLsizei count, GLenum type, in vbo_exec_DrawElements() 1006 vbo_exec_DrawElementsBaseVertex(GLenum mode, GLsizei count, GLenum type, in vbo_exec_DrawElementsBaseVertex() [all …]
|
D | vbo_save_api.c | 446 GLenum mode; in _save_wrap_buffers() local 898 vbo_save_NotifyBegin(struct gl_context *ctx, GLenum mode) in vbo_save_NotifyBegin() 961 _save_DrawElements(GLenum mode, GLsizei count, GLenum type, in _save_DrawElements() 974 _save_DrawRangeElements(GLenum mode, GLuint start, GLuint end, in _save_DrawRangeElements() 989 _save_DrawElementsBaseVertex(GLenum mode, GLsizei count, GLenum type, in _save_DrawElementsBaseVertex() 1003 _save_DrawRangeElementsBaseVertex(GLenum mode, in _save_DrawRangeElementsBaseVertex() 1023 _save_DrawArrays(GLenum mode, GLint start, GLsizei count) in _save_DrawArrays() 1034 _save_MultiDrawElements(GLenum mode, const GLsizei *count, GLenum type, in _save_MultiDrawElements() 1048 _save_MultiDrawElementsBaseVertex(GLenum mode, const GLsizei *count, in _save_MultiDrawElementsBaseVertex() 1065 _save_DrawTransformFeedback(GLenum mode, GLuint name) in _save_DrawTransformFeedback() [all …]
|
/external/eigen/unsupported/test/mpreal/ |
D | mpreal.h | 668 inline mpreal::mpreal(const mpz_t u, mp_prec_t prec, mp_rnd_t mode) in mpreal() 676 inline mpreal::mpreal(const mpq_t u, mp_prec_t prec, mp_rnd_t mode) in mpreal() 684 inline mpreal::mpreal(const double u, mp_prec_t prec, mp_rnd_t mode) in mpreal() 701 inline mpreal::mpreal(const long double u, mp_prec_t prec, mp_rnd_t mode) in mpreal() 709 inline mpreal::mpreal(const unsigned long int u, mp_prec_t prec, mp_rnd_t mode) in mpreal() 717 inline mpreal::mpreal(const unsigned int u, mp_prec_t prec, mp_rnd_t mode) in mpreal() 725 inline mpreal::mpreal(const long int u, mp_prec_t prec, mp_rnd_t mode) in mpreal() 733 inline mpreal::mpreal(const int u, mp_prec_t prec, mp_rnd_t mode) in mpreal() 742 inline mpreal::mpreal(const uint64_t u, mp_prec_t prec, mp_rnd_t mode) in mpreal() 750 inline mpreal::mpreal(const int64_t u, mp_prec_t prec, mp_rnd_t mode) in mpreal() [all …]
|
/external/v8/test/cctest/ |
D | test-reloc-info.cc | 36 byte* pc, RelocInfo::Mode mode, intptr_t data) { in WriteRinfo() 56 RelocInfo::Mode mode = (i % 2 == 0) ? in TEST() local 71 RelocInfo::Mode mode = (i % 2 == 0) ? in TEST() local 88 RelocInfo::Mode mode = (i % 2 == 0) ? in TEST() local 105 RelocInfo::Mode mode = (i % 2 == 0) ? in TEST() local
|
/external/v8/src/ |
D | code-factory.cc | 15 Callable CodeFactory::LoadIC(Isolate* isolate, ContextualMode mode) { in LoadIC() 30 Callable CodeFactory::StoreIC(Isolate* isolate, StrictMode mode) { in StoreIC() 37 Callable CodeFactory::KeyedStoreIC(Isolate* isolate, StrictMode mode) { in KeyedStoreIC() 54 OverwriteMode mode) { in BinaryOpIC() 62 ToBooleanStub::ResultMode mode, in ToBoolean()
|
D | assembler.h | 387 static inline bool IsRealRelocMode(Mode mode) { in IsRealRelocMode() 391 static inline bool IsPseudoRelocMode(Mode mode) { in IsPseudoRelocMode() 396 static inline bool IsConstructCall(Mode mode) { in IsConstructCall() 399 static inline bool IsCodeTarget(Mode mode) { in IsCodeTarget() 402 static inline bool IsEmbeddedObject(Mode mode) { in IsEmbeddedObject() 405 static inline bool IsRuntimeEntry(Mode mode) { in IsRuntimeEntry() 409 static inline bool IsGCRelocMode(Mode mode) { in IsGCRelocMode() 412 static inline bool IsJSReturn(Mode mode) { in IsJSReturn() 415 static inline bool IsComment(Mode mode) { in IsComment() 418 static inline bool IsConstPool(Mode mode) { in IsConstPool() [all …]
|
/external/wpa_supplicant_8/src/common/ |
D | hw_features_common.c | 19 struct hostapd_channel_data * hw_get_channel_chan(struct hostapd_hw_modes *mode, in hw_get_channel_chan() 43 struct hostapd_channel_data * hw_get_channel_freq(struct hostapd_hw_modes *mode, in hw_get_channel_freq() 67 int hw_get_freq(struct hostapd_hw_modes *mode, int chan) in hw_get_freq() 77 int hw_get_chan(struct hostapd_hw_modes *mode, int freq) in hw_get_chan() 87 int allowed_ht40_channel_pair(struct hostapd_hw_modes *mode, int pri_chan, in allowed_ht40_channel_pair() 170 int check_40mhz_5g(struct hostapd_hw_modes *mode, in check_40mhz_5g() 267 int check_40mhz_2g4(struct hostapd_hw_modes *mode, in check_40mhz_2g4() 355 enum hostapd_hw_mode mode, in hostapd_set_freq_params()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_draw.h | 52 util_draw_arrays(struct pipe_context *pipe, uint mode, uint start, uint count) in util_draw_arrays() 68 uint mode, uint start, uint count) in util_draw_elements() 84 uint mode, uint start, uint count, in util_draw_arrays_instanced() 105 uint mode, uint start, uint count, in util_draw_elements_instanced() 128 uint mode, uint start, uint count) in util_draw_range_elements()
|
/external/mesa3d/src/glx/tests/ |
D | fake_glx_screen.h | 71 fake_glx_context(struct glx_screen *psc, struct glx_config *mode) in fake_glx_context() 92 struct glx_config *mode, in create_attribs() 120 fake_glx_context_direct(struct glx_screen *psc, struct glx_config *mode) in fake_glx_context_direct() 126 static glx_context *create(struct glx_screen *psc, struct glx_config *mode, in create() 136 struct glx_config *mode, in create_attribs()
|
/external/mesa3d/src/mesa/main/ |
D | api_validate.c | 211 _mesa_valid_prim_mode(struct gl_context *ctx, GLenum mode, const char *name) in _mesa_valid_prim_mode() 319 GLenum mode, GLsizei count, GLenum type, in _mesa_validate_DrawElements() 370 GLenum mode, const GLsizei *count, in _mesa_validate_MultiDrawElements() 435 _mesa_validate_DrawRangeElements(struct gl_context *ctx, GLenum mode, in _mesa_validate_DrawRangeElements() 493 GLenum mode, GLint start, GLsizei count) in _mesa_validate_DrawArrays() 521 _mesa_validate_DrawArraysInstanced(struct gl_context *ctx, GLenum mode, GLint first, in _mesa_validate_DrawArraysInstanced() 565 GLenum mode, GLsizei count, GLenum type, in _mesa_validate_DrawElementsInstanced() 623 GLenum mode, in _mesa_validate_DrawTransformFeedback()
|
D | polygon.c | 54 _mesa_CullFace( GLenum mode ) in _mesa_CullFace() 90 _mesa_FrontFace( GLenum mode ) in _mesa_FrontFace() 129 _mesa_PolygonMode( GLenum face, GLenum mode ) in _mesa_PolygonMode()
|
/external/icu/icu4c/source/common/ |
D | unorm.cpp | 47 UNormalizationMode mode, in unorm_quickCheck() 55 UNormalizationMode mode, int32_t options, in unorm_quickCheckWithOptions() 70 UNormalizationMode mode, in unorm_isNormalized() 78 UNormalizationMode mode, int32_t options, in unorm_isNormalizedWithOptions() 96 UNormalizationMode mode, int32_t options, in unorm_normalize() 177 UNormalizationMode mode, int32_t options, in unorm_iterate() 197 UNormalizationMode mode, int32_t options, in unorm_previous() 210 UNormalizationMode mode, int32_t options, in unorm_next() 262 UNormalizationMode mode, int32_t options, in unorm_concatenate()
|
/external/v8/test/mjsunit/regress/ |
D | regress-359491.js | 8 function f(a, b, mode) { argument 22 function g(mode) { argument 36 function f(a, b, mode) { argument 50 function g(mode) { argument
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/ |
D | CombinerHeightMap.java | 66 private int mode; field in CombinerHeightMap 83 int mode) throws Exception { in CombinerHeightMap() 134 int mode) throws Exception { in CombinerHeightMap() 218 public void setMode(int mode) throws Exception { in setMode()
|
/external/skia/src/gpu/effects/ |
D | GrCustomXfermode.cpp | 25 bool GrCustomXfermode::IsSupportedMode(SkXfermode::Mode mode) { in IsSupportedMode() 33 static GrBlendEquation hw_blend_equation(SkXfermode::Mode mode) { in hw_blend_equation() 280 static void emit_custom_xfermode_code(SkXfermode::Mode mode, in emit_custom_xfermode_code() 419 GrFragmentProcessor* GrCustomXfermode::CreateFP(SkXfermode::Mode mode, GrTexture* background) { in CreateFP() 440 SkXfermode::Mode mode = fp.cast<GrCustomXferFP>().mode(); in emitCode() local 466 GrCustomXferFP::GrCustomXferFP(SkXfermode::Mode mode, GrTexture* background) in GrCustomXferFP() 500 int mode = rand->nextRangeU(SkXfermode::kLastCoeffMode + 1, SkXfermode::kLastSeparableMode); in TestCreate() local 511 static GrXferProcessor* Create(SkXfermode::Mode mode, const GrDeviceCoordTexture* dstCopy, in Create() 528 SkXfermode::Mode mode() const { return fMode; } in mode() function in CustomXP 563 GrXPFactory* GrCustomXfermode::CreateXPFactory(SkXfermode::Mode mode) { in CreateXPFactory() [all …]
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
D | CertificateFactory2Test.java | 93 private void checkResult(CertificateFactory certFactory, boolean mode) in checkResult() 190 public void GetInstance01(boolean mode) throws CertificateException, CRLException { in GetInstance01() 223 public void GetInstance02(boolean mode) throws CertificateException, in GetInstance02() 287 public void GetInstance03(boolean mode) throws CertificateException, in GetInstance03()
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | OpenSSLCipher.java | 77 protected Mode mode = Mode.ECB; field in OpenSSLCipher 108 protected OpenSSLCipher(Mode mode, Padding padding) { in OpenSSLCipher() 158 protected abstract void checkSupportedMode(Mode mode) throws NoSuchAlgorithmException; in checkSupportedMode() 178 final Mode mode; in engineSetMode() local 470 public EVP_CIPHER(Mode mode, Padding padding) { in EVP_CIPHER() 619 protected abstract String getCipherName(int keySize, Mode mode); in getCipherName() 632 protected AES(Mode mode, Padding padding) { in AES() 692 protected void checkSupportedMode(Mode mode) throws NoSuchAlgorithmException { in checkSupportedMode() 721 protected String getCipherName(int keyLength, Mode mode) { in getCipherName() 734 public DESEDE(Mode mode, Padding padding) { in DESEDE() [all …]
|
/external/jsilver/src/com/google/clearsilver/jsilver/autoescape/ |
D | AutoEscapeContext.java | 124 public AutoEscapeContext(EscapeMode mode) { in AutoEscapeContext() 135 public AutoEscapeContext(EscapeMode mode, String resourceName) { in AutoEscapeContext() 185 private HtmlParser createHtmlParser(EscapeMode mode) { in createHtmlParser() 462 HtmlParser.Mode mode = CONTENT_TYPE_LIST.get(contentType); in setContentType() local 492 private AutoEscapeState(String functionName, EscapeMode mode) { in AutoEscapeState()
|
/external/toybox/toys/posix/ |
D | chmod.c | 39 char *mode; in GLOBALS() 44 mode_t mode; local
|