HomeSort by relevance Sort by last modified time
    Searched refs:modes (Results 251 - 275 of 348) sorted by null

<<11121314

  /external/skia/src/utils/
SkLua.cpp 693 SkShader::TileMode modes[2]; local
694 switch (shader->asABitmap(&bm, &matrix, modes)) {
700 setfield_string(L, "tileX", mode2string(modes[0]));
701 setfield_string(L, "tileY", mode2string(modes[1]));
  /external/icu4c/tools/pkgdata/
pkgdata.cpp 112 /* This sets the modes that are available */
116 } modes[] = { variable in typeref:struct:__anon20984
327 fprintf(stderr, "modes: (-m option)\n");
328 for(i=0;i<(sizeof(modes)/sizeof(modes[0]));i++) {
329 fprintf(stderr, " %-9s ", modes[i].name);
330 if (modes[i].alt_name) {
331 fprintf(stderr, "/ %-9s", modes[i].alt_name);
335 fprintf(stderr, " %s\n", modes[i].desc);
    [all...]
  /external/skia/gm/
gmmain.cpp 296 * Add all render modes encountered thus far to the "modes" array.
298 void GetRenderModesEncountered(SkTArray<SkString> &modes) {
303 // TODO(epoger): It seems a bit silly that all of these modes were
311 modes.push_back(modeAsString);
772 * report errors across rendering modes, such as pipe vs tiled.
2065 SkTArray<SkString> modes; local
    [all...]
  /external/libvorbis/lib/
vorbisenc.c 31 all the modes a little less annoying. If we use a residue backend
155 #include "modes/setup_44.h"
156 #include "modes/setup_44u.h"
157 #include "modes/setup_44p51.h"
158 #include "modes/setup_32.h"
159 #include "modes/setup_8.h"
160 #include "modes/setup_11.h"
161 #include "modes/setup_16.h"
162 #include "modes/setup_22.h"
163 #include "modes/setup_X.h
593 int i,j,is=s,modes=2; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
scan.c 488 static struct hostapd_hw_modes * get_mode(struct hostapd_hw_modes *modes,
495 if (modes[i].mode == mode)
496 return &modes[i];
511 mode = get_mode(wpa_s->hw.modes, wpa_s->hw.num_modes, band);
532 if (wpa_s->hw.modes == NULL)
    [all...]
events.c 581 const struct hostapd_hw_modes *mode = NULL, *modes; local
589 modes = wpa_s->hw.modes;
590 if (modes == NULL) {
600 for (j = 0; j < modes[i].num_channels; j++) {
601 int freq = modes[i].channels[j].freq;
607 mode = &modes[i];
    [all...]
ap.c 73 if (wpa_s->hw.modes) {
77 if (wpa_s->hw.modes[i].mode == conf->hw_mode) {
78 mode = &wpa_s->hw.modes[i];
wps_supplicant.c 1341 struct hostapd_hw_modes *modes; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
ffvertex_prog.c 1431 GLuint modes[4]; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
ssltest.c 421 static int modes[CRYPTO_NUM_LOCKS]; /* = {0, 0, ... } */ local
440 if (modes[type])
448 modes[type] = rw;
452 if (!modes[type])
458 if (modes[type] != rw)
465 modes[type] = 0;
    [all...]
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 1431 GLuint modes[4]; local
    [all...]
  /external/openssl/ssl/
ssltest.c 421 static int modes[CRYPTO_NUM_LOCKS]; /* = {0, 0, ... } */ local
440 if (modes[type])
448 modes[type] = rw;
452 if (!modes[type])
458 if (modes[type] != rw)
465 modes[type] = 0;
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 5515 struct hostapd_hw_modes *modes; member in struct:phy_info_arg
    [all...]
  /external/blktrace/btt/
globals.h 65 long long *modes; member in struct:mode
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
CCMBlockCipher.java 1 package org.bouncycastle.crypto.modes;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
DES.java 32 import org.bouncycastle.crypto.modes.CBCBlockCipher;
  /external/chromium_org/third_party/libwebp/enc/
vp8enci.h 35 // intra prediction modes
36 enum { B_DC_PRED = 0, // 4x4 modes
48 // Luma16 or UV modes
328 void VP8SetIntra4Mode(const VP8EncIterator* const it, const uint8_t* modes);
436 uint8_t* preds_; // predictions modes: (4*mb_w+1) * (4*mb_h+1)
463 // Writes the partition #0 modes (that is: all intra modes)
504 // Assigns a first guess for Intra16 and uvmode_ prediction modes.
510 // Pick best modes and fills the levels. Returns true if skipped.
  /external/chromium_org/third_party/skia/src/core/
SkShader.cpp 300 TileMode modes[]) const {
  /external/skia/src/core/
SkShader.cpp 300 TileMode modes[]) const {
  /external/webp/src/enc/
vp8enci.h 35 // intra prediction modes
36 enum { B_DC_PRED = 0, // 4x4 modes
48 // Luma16 or UV modes
328 void VP8SetIntra4Mode(const VP8EncIterator* const it, const uint8_t* modes);
436 uint8_t* preds_; // predictions modes: (4*mb_w+1) * (4*mb_h+1)
463 // Writes the partition #0 modes (that is: all intra modes)
504 // Assigns a first guess for Intra16 and uvmode_ prediction modes.
510 // Pick best modes and fills the levels. Returns true if skipped.
  /external/chromium_org/third_party/icu/source/test/cintltst/
cbiditst.c 2932 modes[] = { variable in typeref:struct:__anon13437
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
mapi_abi.py 840 modes = ['lib', 'app']
846 help='target user: %s' % (", ".join(modes)))
850 options.mode not in modes:
  /external/mesa3d/src/mapi/mapi/
mapi_abi.py 840 modes = ['lib', 'app']
846 help='target user: %s' % (", ".join(modes)))
850 options.mode not in modes:
  /external/strace/
time.c 563 unsigned int modes; member in struct:__anon28557
587 tprintf("{modes=");
588 printflags(adjtimex_modes, tx.modes, "ADJ_???");
630 tprintf("{modes=");
631 printflags(adjtimex_modes, tx.modes, "ADJ_???");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 

Completed in 624 milliseconds

<<11121314