Searched refs:mode (Results 176 - 200 of 4497) sorted by relevance

1234567891011>>

/external/mesa3d/src/mapi/mapi/
H A Dsources.mak5 # - In default mode, mapi implements the interface defined by mapi.h. To use
6 # this mode, compile MAPI_FILES.
8 # - In util mode, mapi provides utility functions for use with glapi. To use
9 # this mode, compile MAPI_UTIL_FILES with MAPI_MODE_UTIL defined.
11 # - In glapi mode, mapi implements the interface defined by glapi.h. To use
12 # this mode, compile MAPI_GLAPI_FILES with MAPI_MODE_GLAPI defined.
14 # - In bridge mode, mapi provides entry points calling into glapi. To use
15 # this mode, compile MAPI_BRIDGE_FILES with MAPI_MODE_BRIDGE defined.
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_state.h54 extern void r200Fallback( struct gl_context *ctx, GLuint bit, GLboolean mode );
55 #define FALLBACK( rmesa, bit, mode ) do { \
57 __FUNCTION__, bit, mode ); \
58 r200Fallback( rmesa->radeon.glCtx, bit, mode ); \
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_state.h56 extern void radeonFallback( struct gl_context *ctx, GLuint bit, GLboolean mode );
57 #define FALLBACK( rmesa, bit, mode ) do { \
59 __FUNCTION__, bit, mode ); \
60 radeonFallback( rmesa->radeon.glCtx, bit, mode ); \
/external/mesa3d/src/mesa/main/
H A Dhint.h47 _mesa_Hint( GLenum target, GLenum mode );
H A Dbuffers.h41 _mesa_DrawBuffer( GLenum mode );
58 _mesa_ReadBuffer( GLenum mode );
/external/mockito/src/org/mockito/
H A DInOrder.java60 * @param mode for example times(x) or atLeastOnce()
64 <T> T verify(T mock, VerificationMode mode); argument
/external/valgrind/main/none/tests/s390x/
H A Drounding-4.stdout.exp1 setting FPC rounding mode to [-> near]
3 setting FPC rounding mode to [-> zero]
5 setting FPC rounding mode to [-> +inf]
7 setting FPC rounding mode to [-> -inf]
10 setting FPC rounding mode to [-> near]
12 setting FPC rounding mode to [-> zero]
14 setting FPC rounding mode to [-> +inf]
16 setting FPC rounding mode to [-> -inf]
H A Drounding-2.c6 /* Basic test that we can set the rounding mode in the FPC and
10 set_rounding_mode(unsigned mode) argument
12 register unsigned r asm("1") = mode;
32 printf("initial rounding mode: %u\n", get_rounding_mode());
35 printf("setting rounding mode to %u\n", rmodes[i]);
/external/webp/src/enc/
H A Dtree.c270 static int PutI4Mode(VP8BitWriter* const bw, int mode, argument
272 if (VP8PutBit(bw, mode != B_DC_PRED, prob[0])) {
273 if (VP8PutBit(bw, mode != B_TM_PRED, prob[1])) {
274 if (VP8PutBit(bw, mode != B_VE_PRED, prob[2])) {
275 if (!VP8PutBit(bw, mode >= B_LD_PRED, prob[3])) {
276 if (VP8PutBit(bw, mode != B_HE_PRED, prob[4])) {
277 VP8PutBit(bw, mode != B_RD_PRED, prob[5]);
280 if (VP8PutBit(bw, mode != B_LD_PRED, prob[6])) {
281 if (VP8PutBit(bw, mode != B_VL_PRED, prob[7])) {
282 VP8PutBit(bw, mode !
292 PutI16Mode(VP8BitWriter* const bw, int mode) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhw_features.h20 const char * hostapd_hw_mode_txt(int mode);
25 struct hostapd_hw_modes *mode);
44 static inline const char * hostapd_hw_mode_txt(int mode) argument
60 struct hostapd_hw_modes *mode)
59 hostapd_prepare_rates(struct hostapd_iface *iface, struct hostapd_hw_modes *mode) argument
/external/wpa_supplicant_8/src/ap/
H A Dhw_features.h20 const char * hostapd_hw_mode_txt(int mode);
25 struct hostapd_hw_modes *mode);
44 static inline const char * hostapd_hw_mode_txt(int mode) argument
60 struct hostapd_hw_modes *mode)
59 hostapd_prepare_rates(struct hostapd_iface *iface, struct hostapd_hw_modes *mode) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhw_features.h20 const char * hostapd_hw_mode_txt(int mode);
25 struct hostapd_hw_modes *mode);
44 static inline const char * hostapd_hw_mode_txt(int mode) argument
60 struct hostapd_hw_modes *mode)
59 hostapd_prepare_rates(struct hostapd_iface *iface, struct hostapd_hw_modes *mode) argument
/external/chromium_org/chrome/browser/prefs/
H A Dproxy_config_dictionary_unittest.cc13 ProxyPrefs::ProxyMode mode; member in struct:ProxyConfigHolder
25 ASSERT_TRUE(dict.GetMode(&h.mode));
26 EXPECT_EQ(ProxyPrefs::MODE_DIRECT, h.mode);
38 ASSERT_TRUE(dict.GetMode(&h.mode));
39 EXPECT_EQ(ProxyPrefs::MODE_AUTO_DETECT, h.mode);
51 ASSERT_TRUE(dict.GetMode(&h.mode));
52 EXPECT_EQ(ProxyPrefs::MODE_PAC_SCRIPT, h.mode);
66 ASSERT_TRUE(dict.GetMode(&h.mode));
67 EXPECT_EQ(ProxyPrefs::MODE_FIXED_SERVERS, h.mode);
81 ASSERT_TRUE(dict.GetMode(&h.mode));
[all...]
/external/chromium_org/third_party/speex/include/speex/
H A Dspeex.h66 /** Set sub-mode to use */
68 /** Get current sub-mode in use */
71 /** Set low-band sub-mode to use (wideband only)*/
73 /** Get current low-band mode in use (wideband only)*/
76 /** Set high-band sub-mode to use (wideband only)*/
78 /** Get current high-band mode in use (wideband only)*/
148 /** Sets the max bit-rate allowed in VBR mode */
150 /** Gets the max bit-rate allowed in VBR mode */
172 /* Values allowed for mode queries */
173 /** Query the frame size of a mode */
251 const void *mode; member in struct:SpeexMode
[all...]
/external/speex/include/speex/
H A Dspeex.h66 /** Set sub-mode to use */
68 /** Get current sub-mode in use */
71 /** Set low-band sub-mode to use (wideband only)*/
73 /** Get current low-band mode in use (wideband only)*/
76 /** Set high-band sub-mode to use (wideband only)*/
78 /** Get current high-band mode in use (wideband only)*/
148 /** Sets the max bit-rate allowed in VBR mode */
150 /** Gets the max bit-rate allowed in VBR mode */
172 /* Values allowed for mode queries */
173 /** Query the frame size of a mode */
251 const void *mode; member in struct:SpeexMode
[all...]
/external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/
H A Dbackground.js10 * @param {string} mode 'interactive' or 'silent'. The window will be displayed
11 * if the mode is 'interactive'.
13 function showAuthDialog(key, url, mode) {
26 if (mode == 'interactive')
/external/chromium_org/content/renderer/
H A Dresizing_mode_selector.cc30 void ResizingModeSelector::set_is_synchronous_mode(bool mode) { argument
31 is_synchronous_mode_ = mode;
/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dcontext.h168 static inline uint8_t Context(uint8_t p1, uint8_t p2, int mode) { argument
169 switch (mode) {
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dbuffers.h41 _mesa_DrawBuffer( GLenum mode );
58 _mesa_ReadBuffer( GLenum mode );
/external/chromium_org/third_party/polymer/components-chromium/core-scaffold/
H A Dcore-scaffold-extracted.js20 * @attribute mode
24 mode: {value: 'seamed', reflect: true}
/external/chromium_org/third_party/tlslite/tlslite/utils/
H A Dtripledes.py7 def __init__(self, key, mode, IV, implementation):
10 if mode != 2:
/external/chromium_org/ui/gfx/win/
H A Dscoped_set_map_mode.h15 // Helper class for setting and restore the map mode on a DC.
27 const int mode = SetMapMode(hdc_, old_map_mode_); local
28 DCHECK_NE(mode, 0);
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
H A DSDL_gemwm_c.h37 extern SDL_GrabMode GEM_GrabInput(_THIS, SDL_GrabMode mode);
/external/qemu/include/hw/input/
H A Dps2.h8 void ps2_keyboard_set_translation(void *opaque, int mode);
/external/zlib/src/contrib/iostream3/
H A Dzfstream.cc11 #include <cstring> // for strcpy, strcat, strlen (mode strings)
52 std::ios_base::openmode mode)
58 if ((mode & std::ios_base::in) && (mode & std::ios_base::out))
61 // Build mode string for gzopen and check it [27.8.1.3.2]
63 if (!this->open_mode(mode, char_mode))
72 io_mode = mode;
80 std::ios_base::openmode mode)
86 if ((mode & std::ios_base::in) && (mode
51 open(const char *name, std::ios_base::openmode mode) argument
79 attach(int fd, std::ios_base::openmode mode) argument
131 open_mode(std::ios_base::openmode mode, char* c_mode) const argument
379 gzifstream(const char* name, std::ios_base::openmode mode) argument
388 gzifstream(int fd, std::ios_base::openmode mode) argument
398 open(const char* name, std::ios_base::openmode mode) argument
409 attach(int fd, std::ios_base::openmode mode) argument
434 gzofstream(const char* name, std::ios_base::openmode mode) argument
443 gzofstream(int fd, std::ios_base::openmode mode) argument
453 open(const char* name, std::ios_base::openmode mode) argument
464 attach(int fd, std::ios_base::openmode mode) argument
[all...]

Completed in 789 milliseconds

1234567891011>>