Home
last modified time | relevance | path

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

12345678910>>...28

/external/zlib/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/chromium/sdch/open-vcdiff/src/
Daddrcache.h97 static bool IsSelfMode(unsigned char mode) { in IsSelfMode()
101 static bool IsHereMode(unsigned char mode) { in IsHereMode()
105 bool IsNearMode(unsigned char mode) const { in IsNearMode()
109 bool IsSameMode(unsigned char mode) const { in IsSameMode()
122 VCDAddress DecodeNearAddress(unsigned char mode, in DecodeNearAddress()
127 VCDAddress DecodeSameAddress(unsigned char mode, in DecodeSameAddress()
136 bool WriteAddressAsVarintForMode(unsigned char mode) const { in WriteAddressAsVarintForMode()
Dinstruction_map.h69 unsigned char mode) const { in LookupFirstOpcode()
85 unsigned char mode) const { in LookupSecondOpcode()
99 unsigned char mode, in Add()
111 unsigned char mode) const { in Lookup()
/external/skia/src/effects/
DSkPorterDuff.cpp8 #define MAKE_PAIR(mode) { SkPorterDuff::k##mode##_Mode, SkXfermode::k##mode##_Mode } argument
48 SkXfermode::Mode SkPorterDuff::ToXfermodeMode(Mode mode) { in ToXfermodeMode()
55 SkXfermode* SkPorterDuff::CreateXfermode(SkPorterDuff::Mode mode) { in CreateXfermode()
69 SkXfermodeProc SkPorterDuff::GetXfermodeProc(Mode mode) { in GetXfermodeProc()
73 SkXfermodeProc16 SkPorterDuff::GetXfermodeProc16(Mode mode, SkColor srcColor) { in GetXfermodeProc16()
/external/astl/src/
Dsstream.cpp37 basic_stringbuf::basic_stringbuf(ios_base::openmode mode) : in basic_stringbuf()
40 basic_stringbuf::basic_stringbuf(const string& str, ios_base::openmode mode) : in basic_stringbuf()
69 stringstream::stringstream(std::ios_base::openmode mode) in stringstream()
75 std::ios_base::openmode mode) in stringstream()
/external/chromium/third_party/icu/public/common/unicode/
Dnormlzr.h762 UNormalizationMode mode, in quickCheck()
774 UNormalizationMode mode, int32_t options, in quickCheck()
786 UNormalizationMode mode, in isNormalized()
798 UNormalizationMode mode, int32_t options, in isNormalized()
/external/webkit/WebCore/platform/cf/
DSchedulePair.h48 …static PassRefPtr<SchedulePair> create(CFRunLoopRef runLoop, CFStringRef mode) { return adoptRef(n… in create()
51 …static PassRefPtr<SchedulePair> create(NSRunLoop* runLoop, CFStringRef mode) { return adoptRef(new… in create()
56 CFStringRef mode() const { return m_mode.get(); } in mode() function
/external/webkit/WebCore/svg/
DSVGLength.cpp41 static inline unsigned int storeUnit(SVGLengthMode mode, SVGLengthType type) in storeUnit()
48 unsigned int mode = unit >> 4; in extractMode() local
54 unsigned int mode = unit >> 4; in extractType() local
114 SVGLength::SVGLength(SVGLengthMode mode, const String& valueAsString) in SVGLength()
276 float SVGLength::PercentageOfViewport(float value, const SVGElement* context, SVGLengthMode mode) in PercentageOfViewport()
/external/bluetooth/glib/glib/
Dgstdio.c81 int mode) in g_access()
132 int mode) in g_chmod()
189 int mode) in g_open()
246 int mode) in g_creat()
361 int mode) in g_mkdir()
675 const gchar *mode) in g_fopen()
730 const gchar *mode, in g_freopen()
/external/v8/src/
Dassembler.h150 static inline bool IsConstructCall(Mode mode) { in IsConstructCall()
153 static inline bool IsCodeTarget(Mode mode) { in IsCodeTarget()
157 static inline bool IsGCRelocMode(Mode mode) { in IsGCRelocMode()
160 static inline bool IsJSReturn(Mode mode) { in IsJSReturn()
163 static inline bool IsComment(Mode mode) { in IsComment()
166 static inline bool IsPosition(Mode mode) { in IsPosition()
169 static inline bool IsStatementPosition(Mode mode) { in IsStatementPosition()
172 static inline bool IsExternalReference(Mode mode) { in IsExternalReference()
175 static inline bool IsInternalReference(Mode mode) { in IsInternalReference()
178 static inline int ModeMask(Mode mode) { return 1 << mode; } in ModeMask()
[all …]
/external/webkit/WebCore/workers/
DWorkerRunLoop.cpp69 ModePredicate(const String& mode) in ModePredicate()
137 MessageQueueWaitResult WorkerRunLoop::runInMode(WorkerContext* context, const String& mode) in runInMode()
184 …d WorkerRunLoop::postTaskForMode(PassOwnPtr<ScriptExecutionContext::Task> task, const String& mode) in postTaskForMode()
189 …ask> WorkerRunLoop::Task::create(PassOwnPtr<ScriptExecutionContext::Task> task, const String& mode) in create()
201 WorkerRunLoop::Task::Task(PassOwnPtr<ScriptExecutionContext::Task> task, const String& mode) in Task()
/external/icu4c/common/
Dunorm.cpp414 UNormalizationMode mode,
422 UNormalizationMode mode, int32_t options,
435 UNormalizationMode mode,
443 UNormalizationMode mode, int32_t options,
459 UNormalizationMode mode, int32_t options,
479 UNormalizationMode mode, int32_t options,
552 UNormalizationMode mode, int32_t options,
565 UNormalizationMode mode, int32_t options,
581 UNormalizationMode mode, int32_t options,
Dnormlzr.cpp40 Normalizer::Normalizer(const UChar *str, int32_t length, UNormalizationMode mode) : in Normalizer()
49 Normalizer::Normalizer(const CharacterIterator& iter, UNormalizationMode mode) : in Normalizer()
122 UNormalizationMode mode, int32_t options, in normalize()
173 UNormalizationMode mode, int32_t options, in quickCheck()
190 UNormalizationMode mode, int32_t options, in isNormalized()
208 UNormalizationMode mode, int32_t options, in concatenate()
/external/kernel-headers/original/linux/
Dproc_fs.h54 mode_t mode; member
164 mode_t mode, struct proc_dir_entry *base, in create_proc_read_entry()
176 mode_t mode, struct proc_dir_entry *base, get_info_t *get_info) in create_proc_info_entry()
184 mode_t mode, get_info_t *get_info) in proc_net_create()
190 mode_t mode, const struct file_operations *fops) in proc_net_fops_create()
209 #define proc_net_fops_create(name, mode, fops) ({ (void)(mode), NULL; }) argument
210 #define proc_net_create(name, mode, info) ({ (void)(mode), NULL; }) argument
216 mode_t mode, struct proc_dir_entry *parent) { return NULL; } in create_proc_entry()
226 mode_t mode, struct proc_dir_entry *base, in create_proc_read_entry()
229 mode_t mode, struct proc_dir_entry *base, get_info_t *get_info) in create_proc_info_entry()
/external/libvpx/vp8/common/arm/
Dreconintra_arm.c32 int mode = x->mode_info_context->mbmi.mode; in vp8_build_intra_predictors_mby_neon() local
55 int mode = x->mode_info_context->mbmi.mode; in vp8_build_intra_predictors_mby_s_neon() local
/external/chromium/third_party/icu/source/test/perf/ubrkperf/
Dubrkperf.h23 ICUBreakFunction(const char *locale, const char *mode, const UChar *file, int32_t file_len) : in ICUBreakFunction()
59 ICUIsBound(const char *locale, const char *mode, const UChar *file, int32_t file_len) : in ICUIsBound()
86 ICUForward(const char *locale, const char *mode, const UChar *file, int32_t file_len) : in ICUForward()
/external/icu4c/test/perf/ubrkperf/
Dubrkperf.h23 ICUBreakFunction(const char *locale, const char *mode, const UChar *file, int32_t file_len) : in ICUBreakFunction()
59 ICUIsBound(const char *locale, const char *mode, const UChar *file, int32_t file_len) : in ICUIsBound()
86 ICUForward(const char *locale, const char *mode, const UChar *file, int32_t file_len) : in ICUForward()
/external/speex/libspeex/
Dmodes_wb.c248 int wb_mode_query(const void *mode, int request, void *ptr) in wb_mode_query()
292 EXPORT const SpeexMode * speex_lib_get_mode (int mode) in speex_lib_get_mode()
Dspeex.c51 EXPORT void *speex_encoder_init(const SpeexMode *mode) in speex_encoder_init()
56 EXPORT void *speex_decoder_init(const SpeexMode *mode) in speex_decoder_init()
109 SpeexMode *mode; in speex_encode_int() local
130 SpeexMode *mode = *(SpeexMode**)state; in speex_decode_int() local
192 int nb_mode_query(const void *mode, int request, void *ptr) in nb_mode_query()
/external/protobuf/src/google/protobuf/testing/
Dfile.cc53 #define mkdir(name, mode) mkdir(name) argument
96 bool File::CreateDir(const string& name, int mode) { in CreateDir()
100 bool File::RecursivelyCreateDir(const string& path, int mode) { in RecursivelyCreateDir()
/external/libvpx/vpx_ports/
Dx86.h164 x87_set_control_word(unsigned short mode) in x87_set_control_word()
171 unsigned short mode; in x87_get_control_word() local
183 x87_set_control_word(unsigned short mode) in x87_set_control_word()
190 unsigned short mode; in x87_get_control_word() local
199 unsigned short mode = x87_get_control_word(); in x87_set_double_precision() local
/external/skia/src/core/
DSkRasterizer.cpp28 SkMask* mask, SkMask::CreateMode mode) in rasterize()
55 SkMask* mask, SkMask::CreateMode mode) in onRasterize()
/external/skia/src/views/
DSkParsePaint.cpp27 SkShader::TileMode mode = SkShader::kClamp_TileMode; in inflate_shader() local
44 SkShader::TileMode mode = SkShader::kRepeat_TileMode; in inflate_shader() local
/external/openssl/crypto/threads/
Dth-lock.c137 void win32_locking_callback(int mode, int type, char *file, int line) in win32_locking_callback()
203 void solaris_locking_callback(int mode, int type, char *file, int line) in solaris_locking_callback()
296 void irix_locking_callback(int mode, int type, char *file, int line) in irix_locking_callback()
352 void pthreads_locking_callback(int mode, int type, char *file, in pthreads_locking_callback()
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
DSDL_ph_wm.c75 SDL_GrabMode ph_GrabInputNoLock(_THIS, SDL_GrabMode mode) in ph_GrabInputNoLock()
96 SDL_GrabMode ph_GrabInput(_THIS, SDL_GrabMode mode) in ph_GrabInput()

12345678910>>...28