Home
last modified time | relevance | path

Searched refs:g (Results 1 – 20 of 20) sorted by relevance

/system/security/keystore/
Dtest-keystore120 keystore system g baz
125 keystore root g baz
135 keystore app_0 g baz
157 keystore app_0 g
160 keystore app_0 g 0x
193 keystore app_0 g 0x
243 keystore root g baz
254 keystore root g baz
/system/core/libcorkscrew/
Dtest.cpp53 int g(int i);
56 __attribute__ ((noinline)) int C::g(int i) { in g() function in C
60 return g(i - 1); in g()
65 return c.g(5); in f()
/system/core/sh/
Dmiscbltin.c232 char u[4], g[4], o[4]; in umaskcmd() local
245 g[i++] = 'r'; in umaskcmd()
247 g[i++] = 'w'; in umaskcmd()
249 g[i++] = 'x'; in umaskcmd()
250 g[i] = '\0'; in umaskcmd()
261 out1fmt("u=%s,g=%s,o=%s\n", u, g, o); in umaskcmd()
/system/core/libpixelflinger/
Dclear.cpp29 GGLclampx r, GGLclampx g, GGLclampx b, GGLclampx a);
124 gglFixedToIteratedColor(c->state.clear.g), in ggl_clear()
147 GGLclampx r, GGLclampx g, GGLclampx b, GGLclampx a) in ggl_clearColorx() argument
151 c->state.clear.g = gglClampx(g); in ggl_clearColorx()
Dbuffer.h35 GGLcolor r, GGLcolor g, GGLcolor b, GGLcolor a);
Dpixelflinger.cpp282 const int32_t g = gglClampx(color[1]); in ggl_fogColor3xv() local
286 c->state.fog.color[GGLFormat::GREEN]= (g - (g>>8))>>8; in ggl_fogColor3xv()
372 const GGLclampx g = gglClampx(params[1]); in ggl_texEnvxv() local
377 color[2] = (g-(g>>8))>>8; in ggl_texEnvxv()
513 GGLboolean g, in ggl_colorMask() argument
521 if (g) mask |= 1 << GGLFormat::GREEN; in ggl_colorMask()
Dscanline.cpp637 GGLcolor r, g, b, a; in scanline() local
641 g = (xs * c->shade.dgdx) + ci.ydgdy; in scanline()
645 g = ADJUST_COLOR_ITERATOR(g, c->shade.dgdx, xc); in scanline()
650 g = ci.ydgdy; in scanline()
692 fragment.c[2] = g >> (GGL_COLOR_BITS-8); in scanline()
917 g += c->shade.dgdx; in scanline()
1122 uint32_t g = (s >> 8) & 0xff; in abgr8888ToRgb565() local
1124 return rgb888ToRgb565(r,g,b); in abgr8888ToRgb565()
1127 uint16_t rgb888ToRgb565(uint32_t& r, uint32_t& g, uint32_t &b) { in rgb888ToRgb565()
1131 g += (threshold >> (GGL_DITHER_BITS-8 +6)); in rgb888ToRgb565()
[all …]
Dbuffer.cpp258 GGLcolor r, GGLcolor g, GGLcolor b, GGLcolor a) in ggl_pack_color() argument
265 p = downshift_component(p, g, hbits, lbits, f->gh, f->gl, 0, 1, -1); in ggl_pack_color()
/system/extras/tests/framebuffer/
Dminui.h27 void gr_color(unsigned char r, unsigned char g, unsigned char b);
/system/core/rootdir/etc/
Dinit.testmenu166 echo -n "Gain: "; read g;
167 echo gu$g >/tmp/gain;
/system/extras/ksmutils/
Dlookup3.c797 uint32_t e[HASHSTATE],f[HASHSTATE],g[HASHSTATE],h[HASHSTATE]; in driver2() local
812 e[l]=f[l]=g[l]=h[l]=x[l]=y[l]=~((uint32_t)0); in driver2()
832 g[l] &= c[l]; in driver2()
836 if (e[l]|f[l]|g[l]|h[l]|x[l]|y[l]) finished=0; in driver2()
845 e[0],f[0],g[0],h[0],x[0],y[0]); in driver2()
/system/core/adb/
DOVERVIEW.TXT10 - implement various control commands (e.g. "adb shell", "adb pull", etc..)
138 unexpected transport disconnections (e.g. when a device is physically
DSERVICES.TXT144 <local> is the host-specific endpoint (e.g. tcp:9000).
/system/core/include/pixelflinger/
Dpixelflinger.h297 GGLclampx r, GGLclampx g, GGLclampx b, GGLclampx a);
/system/security/softkeymaster/
Dkeymaster_openssl.cpp247 dsa->g = BN_bin2bn(dsa_params->generator, in generate_dsa_keypair()
250 if (dsa->g == NULL) { in generate_dsa_keypair()
/system/media/camera/docs/
Dmetadata_model.py483 leaf_it = ((k, g) for k, g in group_entry_by_kind)
Dhtml.mako106 # e.g. X/Y/Z -> X/<wbr>Y/<wbr>/Z. also for X.Y.Z, X_Y_Z.
/system/core/include/private/pixelflinger/
Dggl_context.h296 GGLclampx g;
/system/core/init/
Dreadme.txt93 Primarily for use by services run from the rootfs, e.g. ueventd, adbd.
/system/core/rootdir/
Dinit.rc17 # This should occur before anything else (e.g. ueventd) is started.