Searched defs:ag (Results 1 - 25 of 47) sorted by relevance

12

/external/skia/tools/
H A Dwhitelist_typefaces.cpp15 SkAutoGraphics ag; // Enable use of SkRTConfig local
H A Dpinspect.cpp58 SkAutoGraphics ag; local
H A Dskhello.cpp61 SkAutoGraphics ag; local
/external/skqp/tools/
H A Dwhitelist_typefaces.cpp15 SkAutoGraphics ag; // Enable use of SkRTConfig local
H A Dpinspect.cpp58 SkAutoGraphics ag; local
H A Dskhello.cpp61 SkAutoGraphics ag; local
/external/skia/tools/lua/
H A Dlua_app.cpp31 SkAutoGraphics ag; local
H A Dlua_pictures.cpp84 SkAutoGraphics ag; local
/external/skqp/tools/lua/
H A Dlua_app.cpp31 SkAutoGraphics ag; local
H A Dlua_pictures.cpp84 SkAutoGraphics ag; local
/external/clang/test/CodeGenCXX/
H A Dstatic-init-3.cpp28 X2< A > ag = X1< X2< A > >::get(); variable
H A Ddynamic-cast-hint.cpp32 volatile G *ag = dynamic_cast<G *>(a); local
/external/skia/tests/
H A DColorPrivTest.cpp17 uint32_t ag, rb; local
18 SkSplay(color, &ag, &rb);
19 ASSERT(ag == 0x00A100C3);
21 ASSERT(SkUnsplay(ag << 8, rb << 8) == color);
H A Dskia_test.cpp143 SkAutoGraphics ag; local
/external/skqp/tests/
H A DColorPrivTest.cpp17 uint32_t ag, rb; local
18 SkSplay(color, &ag, &rb);
19 ASSERT(ag == 0x00A100C3);
21 ASSERT(SkUnsplay(ag << 8, rb << 8) == color);
H A Dskia_test.cpp143 SkAutoGraphics ag; local
/external/ltp/testcases/kernel/fs/doio/
H A Ddatabin.c148 int main(int ac, char **ag) argument
H A Ddataascii.c113 int main(int ac, char **ag) argument
/external/testng/src/main/java/org/testng/internal/annotations/
H A DAnnotationHelper.java63 IConfigurationAnnotation ag = (IConfigurationAnnotation) finder.findAnnotation(ctor, IAfterGroups.class);
69 if (bs != null || as != null || bt != null || at != null || bg != null || ag != null
72 result = createConfiguration(bs, as, bt, at, bg, ag, bc, ac, bm, am);
87 IConfigurationAnnotation ag = (IConfigurationAnnotation) finder.findAnnotation(m, IAfterGroups.class);
93 if (bs != null || as != null || bt != null || at != null || bg != null || ag != null
96 result = createConfiguration(bs, as, bt, at, bg, ag, bc, ac, bm, am);
104 IConfigurationAnnotation bt, IConfigurationAnnotation at, IConfigurationAnnotation bg, IConfigurationAnnotation ag,
129 if (ag != null) {
130 result.setAfterGroups(ag.getAfterGroups());
131 finishInitialize(result, ag);
103 createConfiguration(IConfigurationAnnotation bs, IConfigurationAnnotation as, IConfigurationAnnotation bt, IConfigurationAnnotation at, IConfigurationAnnotation bg, IConfigurationAnnotation ag, IConfigurationAnnotation bc, IConfigurationAnnotation ac, IConfigurationAnnotation bm, IConfigurationAnnotation am) argument
[all...]
/external/adhd/cras/src/server/
H A Dcras_hfp_ag_profile.c100 static void destroy_audio_gateway(struct audio_gateway *ag) argument
102 DL_DELETE(connected_ags, ag);
104 if (ag->idev)
105 hfp_iodev_destroy(ag->idev);
106 if (ag->odev)
107 hfp_iodev_destroy(ag->odev);
108 if (ag->info) {
109 if (hfp_info_running(ag->info))
110 hfp_info_stop(ag->info);
111 hfp_info_destroy(ag
127 struct audio_gateway *ag; local
143 struct audio_gateway *ag; local
155 struct audio_gateway *ag; local
167 struct audio_gateway *ag; local
187 struct audio_gateway *ag, *new_ag = NULL; local
218 struct audio_gateway *ag; local
247 struct audio_gateway *ag; local
282 struct audio_gateway *ag; local
321 struct audio_gateway *ag; local
345 struct audio_gateway *ag; local
352 struct audio_gateway *ag; local
368 struct audio_gateway *ag; local
[all...]
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/
H A Dp1.cpp16 Aggr ag = { b }; variable
/external/skia/include/core/
H A DSkColorPriv.h124 uint32_t ag = ((c >> 8) & mask) * scale; local
125 return (rb & mask) | (ag & ~mask);
/external/skia/src/opts/
H A DSkColor_opts_SSE2.h55 // uint32_t ag = ((c >> 8) & mask) * scale
56 __m128i ag = _mm_srli_epi16(c, 8); local
57 ASSERT_EQ(ag, _mm_and_si128(mask, ag)); // ag = _mm_srli_epi16(c, 8) did this for us.
58 ag = _mm_mullo_epi16(ag, s);
60 // (rb & mask) | (ag & ~mask)
62 ag = _mm_andnot_si128(mask, ag);
76 __m128i ag = _mm_andnot_si128(mask, c); local
[all...]
/external/skqp/include/core/
H A DSkColorPriv.h124 uint32_t ag = ((c >> 8) & mask) * scale; local
125 return (rb & mask) | (ag & ~mask);
/external/skqp/src/opts/
H A DSkColor_opts_SSE2.h55 // uint32_t ag = ((c >> 8) & mask) * scale
56 __m128i ag = _mm_srli_epi16(c, 8); local
57 ASSERT_EQ(ag, _mm_and_si128(mask, ag)); // ag = _mm_srli_epi16(c, 8) did this for us.
58 ag = _mm_mullo_epi16(ag, s);
60 // (rb & mask) | (ag & ~mask)
62 ag = _mm_andnot_si128(mask, ag);
76 __m128i ag = _mm_andnot_si128(mask, c); local
[all...]

Completed in 514 milliseconds

12