Searched refs:modes (Results 176 - 200 of 259) sorted by relevance

1234567891011

/external/libchrome/base/trace_event/
H A Dtrace_log.h95 // Returns a bitmap of enabled modes from TraceLog::Mode.
397 void SetDisabledWhileLocked(uint8_t modes);
/external/skia/gm/
H A Dgradients.cpp1043 static constexpr SkShader::TileMode modes[] = { SkShader::kClamp_TileMode, local
1059 for (auto mode : modes) {
1100 static const SkShader::TileMode modes[] = { local
1113 for (auto mode : modes) {
/external/skia/tests/
H A DSurfaceTest.cpp628 SkSurface::ContentChangeMode modes[] = local
631 for (auto& mode : modes) {
638 SkSurface::ContentChangeMode modes[] = local
642 for (auto& mode : modes) {
/external/skqp/gm/
H A Dgradients.cpp1043 static constexpr SkShader::TileMode modes[] = { SkShader::kClamp_TileMode, local
1059 for (auto mode : modes) {
1100 static const SkShader::TileMode modes[] = { local
1113 for (auto mode : modes) {
/external/skqp/tests/
H A DSurfaceTest.cpp511 SkSurface::ContentChangeMode modes[] = local
514 for (auto& mode : modes) {
521 SkSurface::ContentChangeMode modes[] = local
525 for (auto& mode : modes) {
H A DImageTest.cpp636 const SkImage::LegacyBitmapMode modes[] = { local
640 for (auto& mode : modes) {
659 const SkImage::LegacyBitmapMode modes[] = { local
663 for (auto& mode : modes) {
/external/webp/src/enc/
H A Dvp8i_enc.h294 void VP8SetIntra4Mode(const VP8EncIterator* const it, const uint8_t* modes);
398 uint8_t* preds_; // predictions modes: (4*mb_w+1) * (4*mb_h+1)
417 // Writes the partition #0 modes (that is: all intra modes)
457 // Assigns a first guess for Intra16 and uvmode_ prediction modes.
463 // Pick best modes and fills the levels. Returns true if skipped.
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
H A Dmock_rtp_rtcp.h101 MOCK_METHOD1(SetRtxSendStatus, void(int modes));
/external/autotest/client/cros/graphics/
H A Dgraphics_utils.py611 'modes',
678 modes = None
680 Connector(cid, ctype, connected, size, encoder, modes))
682 # See if we find corresponding line with modes, sizes etc.
691 c.modes))
/external/mesa3d/src/glx/
H A Ddrisw_glx.c508 GLXDrawable drawable, struct glx_config *modes)
511 __GLXDRIconfigPrivate *config = (__GLXDRIconfigPrivate *) modes;
524 ret = XCreateDrawable(pdp, psc->base.dpy, xDrawable, modes->visualID);
507 driswCreateDrawable(struct glx_screen *base, XID xDrawable, GLXDrawable drawable, struct glx_config *modes) argument
H A Ddriwindows_glx.c300 GLXDrawable drawable, struct glx_config *modes)
299 driwindowsCreateDrawable(struct glx_screen *base, XID xDrawable, GLXDrawable drawable, struct glx_config *modes) argument
H A Dglxclient.h701 GLubyte * modes);
716 ** applying some of the pixel store modes (unpack modes) to the data
717 ** first. As a side effect of this call, the "modes" field is
718 ** updated to contain the modes needed by the server to decode the
734 ** the pack modes to pack back into the clients requested format.
/external/mesa3d/src/mapi/
H A Dmapi_abi.py821 modes = ['lib', 'app']
827 help='target user: %s' % (", ".join(modes)))
831 options.mode not in modes:
/external/python/cpython2/Tools/bgen/bgen/
H A Dscantools.py137 modes = self.usedtypes[type].keys()
138 modes.sort()
139 self.report("%s %s", type, " ".join(modes))
/external/python/cpython3/Lib/test/
H A Dtest_fileio.py404 for modes in [('w', 'wb'), ('wb', 'wb'), ('wb+', 'rb+'),
408 # read modes are last so that TESTFN will exist first
409 with self.FileIO(TESTFN, modes[0]) as f:
410 self.assertEqual(f.mode, modes[1])
/external/syslinux/gpxe/src/drivers/net/ath5k/
H A Dath5k.c642 sc->hwinfo->modes = (NET80211_MODE_G | NET80211_MODE_B);
657 sc->hwinfo->modes = NET80211_MODE_B;
674 sc->hwinfo->modes |= NET80211_MODE_A;
1669 * hostap, adhoc, or monitor modes
/external/libdrm/
H A Dxf86drmMode.c144 drmFree(ptr->modes);
564 r->modes = drmAllocCpy(U642VOID(conn.modes_ptr), conn.count_modes, sizeof(struct drm_mode_modeinfo));
572 (r->count_modes && !r->modes) ||
576 drmFree(r->modes);
H A Dxf86drmMode.h301 drmModeModeInfoPtr modes; member in struct:_drmModeConnector
446 * For the complete set of modes and encoders associated with the connector
/external/mesa3d/src/compiler/nir/
H A Dnir.h2346 bool nir_lower_indirect_derefs(nir_shader *shader, nir_variable_mode modes);
2367 nir_variable_mode modes,
2380 bool nir_remove_dead_variables(nir_shader *shader, nir_variable_mode modes);
2382 nir_variable_mode modes);
2429 * To emulate certain texture wrap modes, this can be used
/external/libvncserver/webclients/novnc/
H A DREADME.md54 * Clipping or scolling modes for large remote screens
/external/syslinux/gpxe/src/drivers/net/rtl818x/
H A Drtl818x.c722 hwinfo->modes = NET80211_MODE_B | NET80211_MODE_G;
725 hwinfo->modes = NET80211_MODE_B;
/external/syslinux/
H A Dsyslinux.spec230 - Fix missing %files; correct modes.
/external/wpa_supplicant_8/wpa_supplicant/
H A Devents.c741 const struct hostapd_hw_modes *mode = NULL, *modes; local
749 modes = wpa_s->hw.modes;
750 if (modes == NULL) {
760 for (j = 0; j < modes[i].num_channels; j++) {
761 int freq = modes[i].channels[j].freq;
767 mode = &modes[i];
2627 * initialized before association, but for other modes,
3554 ifs->hw.modes = wpa_drv_get_hw_feature_data(
H A Dwpa_supplicant_i.h991 struct hostapd_hw_modes *modes; member in struct:wpa_supplicant::__anon32063
1458 struct hostapd_hw_modes * get_mode(struct hostapd_hw_modes *modes,
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c3661 modes[] = { variable in typeref:struct:__anon8181
3678 #define MODES_COUNT UPRV_LENGTHOF(modes)
4055 switch (modes[mode].value) {
4091 "Reordering mode:", modes[mode].description,
4102 "Reordering mode:", modes[mode].description,
4296 modeValue = modes[mode].value;
4315 tc, modes[mode].value, options[option].value, level);
4325 if (!((modes[mode].value == UBIDI_REORDER_INVERSE_NUMBERS_AS_L) &&
4330 if (modes[mode].value == UBIDI_REORDER_INVERSE_NUMBERS_AS_L) {
4340 modes[mod
[all...]

Completed in 992 milliseconds

1234567891011