Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 25 of 1954) sorted by relevance

12345678910>>...79

/external/lzma/xz-embedded/
Dxz_private.h67 # 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/zlib/src/contrib/iostream3/
Dzfstream.cc52 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/deqp/framework/common/
DtcuTexVerifierUtil.hpp59 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/valgrind/none/tests/s390x/
Drounding-5.c26 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/mesa3d/src/mesa/vbo/
Dvbo_exec_array.c350 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 …]
Dvbo_save_api.c446 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/
Dmpreal.h669 inline mpreal::mpreal(const mpz_t u, mp_prec_t prec, mp_rnd_t mode) in mpreal()
677 inline mpreal::mpreal(const mpq_t u, mp_prec_t prec, mp_rnd_t mode) in mpreal()
685 inline mpreal::mpreal(const double u, mp_prec_t prec, mp_rnd_t mode) in mpreal()
702 inline mpreal::mpreal(const long double u, mp_prec_t prec, mp_rnd_t mode) in mpreal()
710 inline mpreal::mpreal(const unsigned long int u, mp_prec_t prec, mp_rnd_t mode) in mpreal()
718 inline mpreal::mpreal(const unsigned int u, mp_prec_t prec, mp_rnd_t mode) in mpreal()
726 inline mpreal::mpreal(const long int u, mp_prec_t prec, mp_rnd_t mode) in mpreal()
734 inline mpreal::mpreal(const int u, mp_prec_t prec, mp_rnd_t mode) in mpreal()
743 inline mpreal::mpreal(const uint64_t u, mp_prec_t prec, mp_rnd_t mode) in mpreal()
751 inline mpreal::mpreal(const int64_t u, mp_prec_t prec, mp_rnd_t mode) in mpreal()
[all …]
/external/skia/src/gpu/effects/
DGrXfermodeFragmentProcessor.cpp21 SkXfermode::Mode mode) in ComposeTwoFragmentProcessor()
77 SkXfermode::Mode mode = static_cast<SkXfermode::Mode>( in TestCreate() local
107 SkXfermode::Mode mode = cs.getMode(); in emitCode() local
122 const GrFragmentProcessor* src, const GrFragmentProcessor* dst, SkXfermode::Mode mode) { in CreateFromTwoProcessors()
145 ComposeOneFragmentProcessor(const GrFragmentProcessor* dst, SkXfermode::Mode mode, Child child) in ComposeOneFragmentProcessor()
169 SkXfermode::Mode mode() const { return fMode; } in mode() function in ComposeOneFragmentProcessor
232 SkXfermode::Mode mode = args.fFp.cast<ComposeOneFragmentProcessor>().mode(); in emitCode() local
268 SkXfermode::Mode mode = static_cast<SkXfermode::Mode>( in TestCreate() local
283 const GrFragmentProcessor* dst, SkXfermode::Mode mode) { in CreateFromDstProcessor()
297 const GrFragmentProcessor* src, SkXfermode::Mode mode) { in CreateFromSrcProcessor()
DGrCustomXfermode.cpp27 bool GrCustomXfermode::IsSupportedMode(SkXfermode::Mode mode) { in IsSupportedMode()
35 static GrBlendEquation hw_blend_equation(SkXfermode::Mode mode) { in hw_blend_equation()
80 CustomXP(SkXfermode::Mode mode, GrBlendEquation hwBlendEquation) in CustomXP()
86 CustomXP(const DstTexture* dstTexture, bool hasMixedSamples, SkXfermode::Mode mode) in CustomXP()
97 SkXfermode::Mode mode() const { return fMode; } in mode() function in CustomXP
357 CustomXPFactory::CustomXPFactory(SkXfermode::Mode mode) in CustomXPFactory()
389 int mode = d->fRandom->nextRangeU(SkXfermode::kLastCoeffMode + 1, in TestCreate() local
397 GrXPFactory* GrCustomXfermode::CreateXPFactory(SkXfermode::Mode mode) { in CreateXPFactory()
/external/webrtc/webrtc/voice_engine/
Dvoe_audio_processing_impl.cc72 int VoEAudioProcessingImpl::SetNsStatus(bool enable, NsModes mode) { in SetNsStatus()
126 int VoEAudioProcessingImpl::GetNsStatus(bool& enabled, NsModes& mode) { in GetNsStatus()
159 int VoEAudioProcessingImpl::SetAgcStatus(bool enable, AgcModes mode) { in SetAgcStatus()
225 int VoEAudioProcessingImpl::GetAgcStatus(bool& enabled, AgcModes& mode) { in GetAgcStatus()
319 NsModes mode) { in SetRxNsStatus()
343 NsModes& mode) { in GetRxNsStatus()
367 AgcModes mode) { in SetRxAgcStatus()
394 AgcModes& mode) { in GetRxAgcStatus()
496 int VoEAudioProcessingImpl::SetEcStatus(bool enable, EcModes mode) { in SetEcStatus()
585 int VoEAudioProcessingImpl::GetEcStatus(bool& enabled, EcModes& mode) { in GetEcStatus()
[all …]
/external/v8/test/cctest/
Dtest-reloc-info.cc36 byte* pc, RelocInfo::Mode mode, intptr_t data) { in WriteRinfo()
57 RelocInfo::Mode mode = (i % 2 == 0) ? in TEST() local
80 RelocInfo::Mode mode = (i % 2 == 0) ? in TEST() local
97 RelocInfo::Mode mode = (i % 2 == 0) ? in TEST() local
114 RelocInfo::Mode mode = (i % 2 == 0) ? in TEST() local
/external/v8/src/
Dassembler.h439 static inline bool IsRealRelocMode(Mode mode) { in IsRealRelocMode()
443 static inline bool IsCodeTarget(Mode mode) { in IsCodeTarget()
446 static inline bool IsEmbeddedObject(Mode mode) { in IsEmbeddedObject()
449 static inline bool IsCell(Mode mode) { return mode == CELL; } in IsCell()
450 static inline bool IsRuntimeEntry(Mode mode) { in IsRuntimeEntry()
454 static inline bool IsGCRelocMode(Mode mode) { in IsGCRelocMode()
457 static inline bool IsComment(Mode mode) { in IsComment()
460 static inline bool IsConstPool(Mode mode) { in IsConstPool()
463 static inline bool IsVeneerPool(Mode mode) { in IsVeneerPool()
466 static inline bool IsDeoptReason(Mode mode) { in IsDeoptReason()
[all …]
/external/wpa_supplicant_8/src/common/
Dhw_features_common.c19 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()
353 enum hostapd_hw_mode mode, in hostapd_set_freq_params()
/external/icu/icu4c/source/common/
Dunorm.cpp47 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/mesa3d/src/mesa/main/
Dapi_validate.c211 _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()
/external/mesa3d/src/glx/tests/
Dfake_glx_screen.h71 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/gallium/auxiliary/util/
Du_draw.h52 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/v8/test/mjsunit/regress/
Dregress-359491.js8 function f(a, b, mode) { argument
22 function g(mode) { argument
36 function f(a, b, mode) { argument
50 function g(mode) { argument
/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLCipher.java77 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/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
DCertificateFactory2Test.java93 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/wpa_supplicant_8/src/ap/
Ddfs.c126 dfs_get_chan_data(struct hostapd_hw_modes *mode, int freq, int first_chan_idx) in dfs_get_chan_data()
139 static int dfs_chan_range_available(struct hostapd_hw_modes *mode, in dfs_chan_range_available()
186 struct hostapd_hw_modes *mode; in dfs_find_channel() local
266 struct hostapd_hw_modes *mode; in dfs_get_start_chan_idx() local
355 struct hostapd_hw_modes *mode; in dfs_check_chans_radar() local
375 struct hostapd_hw_modes *mode; in dfs_check_chans_available() local
404 struct hostapd_hw_modes *mode; in dfs_check_chans_unavailable() local
429 struct hostapd_hw_modes *mode; in dfs_get_valid_channel() local
474 struct hostapd_hw_modes *mode; in set_dfs_state_freq() local
503 struct hostapd_hw_modes *mode; in set_dfs_state() local
[all …]
/external/autotest/scheduler/
Ddrone_utility_unittest.py39 fake_open = lambda path, mode: self.fail('dark mark checked!') argument
59 def _open_mark(path, mode): argument
70 def _open_nomark(path, mode): argument
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNormalizer.java135 private Mode mode; field in Normalizer
558 public Normalizer(String str, Mode mode, int opt) { in Normalizer()
582 public Normalizer(CharacterIterator iter, Mode mode, int opt) { in Normalizer()
602 public Normalizer(UCharacterIterator iter, Mode mode, int options) { in Normalizer()
832 public static String normalize(String str, Mode mode, int options) { in normalize()
848 public static String normalize(String src,Mode mode) { in normalize()
868 public static int normalize(char[] source,char[] target, Mode mode, int options) { in normalize()
895 Mode mode, int options) { in normalize()
913 public static String normalize(int char32, Mode mode, int options) { in normalize()
932 public static String normalize(int char32, Mode mode) { in normalize()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DNormalizer.java134 private Mode mode; field in Normalizer
568 public Normalizer(String str, Mode mode, int opt) { in Normalizer()
593 public Normalizer(CharacterIterator iter, Mode mode, int opt) { in Normalizer()
614 public Normalizer(UCharacterIterator iter, Mode mode, int options) { in Normalizer()
854 public static String normalize(String str, Mode mode, int options) { in normalize()
871 public static String normalize(String src,Mode mode) { in normalize()
892 public static int normalize(char[] source,char[] target, Mode mode, int options) { in normalize()
920 Mode mode, int options) { in normalize()
939 public static String normalize(int char32, Mode mode, int options) { in normalize()
959 public static String normalize(int char32, Mode mode) { in normalize()
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
DAutoEscapeContext.java124 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()

12345678910>>...79