HomeSort by relevance Sort by last modified time
    Searched refs:agg (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/clang/test/SemaTemplate/
instantiate-invalid.cpp 4 namespace agg namespace in namespace:PR6375
24 namespace agg namespace in namespace:PR6375
39 class the_application : public agg::platform_support
41 agg::rbox_ctrl<agg::rgba8> m_polygons;
44 typedef agg::renderer_base<pixfmt_type> base_ren_type;
46 agg::scanline_u8 sl;
47 agg::rasterizer_scanline_aa<> ras;
48 agg::render_ctrl(ras, sl, ren_base, m_polygons);
instantiate-c99.cpp 11 T agg = { local
  /external/fio/
diskutil.c 491 static void show_agg_stats(struct disk_util_agg *agg, int terse,
494 if (!agg->slavecount)
501 (unsigned long long) agg->ios[0] / agg->slavecount,
502 (unsigned long long) agg->ios[1] / agg->slavecount,
503 (unsigned long long) agg->merges[0] / agg->slavecount,
504 (unsigned long long) agg->merges[1] / agg->slavecount
524 struct disk_util_agg *agg = &masterdu->agg; local
    [all...]
diskutil.h 56 struct disk_util_agg agg; member in struct:disk_util
111 struct disk_util_agg *agg, struct json_array *parent);
119 struct disk_util_agg *agg, int terse,
127 #define json_array_add_disk_util(dus, agg, parent)
  /external/pdfium/third_party/agg23/
agg_color_gray.h 31 namespace agg namespace
agg_conv_dash.h 25 namespace agg namespace
agg_render_scanlines.h 19 namespace agg namespace
agg_vcgen_dash.h 24 namespace agg namespace
agg_conv_stroke.h 25 namespace agg namespace
agg_math.h 16 // Bessel function (besj) was adapted for use in AGG library by Andy Wilk
22 namespace agg namespace
agg_path_storage.cpp 3 // XYQ: 2006-01-22 Copied from AGG project.
31 namespace agg namespace
agg_renderer_scanline.h 21 namespace agg namespace
agg_shorten_path.h 20 namespace agg namespace
agg_vcgen_stroke.h 19 namespace agg namespace
agg_vertex_sequence.h 25 namespace agg namespace
agg_rendering_buffer.h 23 namespace agg namespace
  /external/bart/bart/sched/
SchedAssert.py 176 agg = self._aggregator(sched_funcs.residency_sum)
177 level_result = agg.aggregate(level=level, window=window)
182 total = agg.aggregate(level="all", window=window)[0]
247 agg = self._aggregator(sched_funcs.first_time)
248 result = agg.aggregate(level="all", value=sched_funcs.TASK_RUNNING)
257 agg = self._aggregator(sched_funcs.first_time)
258 agg = self._aggregator(sched_funcs.last_time)
259 result = agg.aggregate(level="all", value=sched_funcs.TASK_RUNNING)
348 agg = self._aggregator(sched_funcs.csum)
349 level_result = agg.aggregate(level=level
    [all...]
SchedMatrix.py 211 agg_pair_gen = ((r_agg, agg)
212 for r_agg in reference_aggs for agg in aggs)
  /external/clang/test/CodeGenCXX/
debug-info-line.cpp 69 struct agg { int i; }; struct
70 agg agg_src();
74 agg x;
references.cpp 66 struct { const int& a; } agg = { 10 }; local
78 struct { const _Complex int &a; } agg = { 10i }; local
90 struct { const C& a; } agg = { C() }; local
  /external/pdfium/core/fxge/agg/
fx_agg_driver.h 30 agg::path_storage m_PathData;
102 bool RenderRasterizer(agg::rasterizer_scanline_aa& rasterizer,
107 void SetClipMask(agg::rasterizer_scanline_aa& rasterizer);
fx_agg_driver.cpp 7 #include "core/fxge/agg/fx_agg_driver.h"
245 void RasterizeStroke(agg::rasterizer_scanline_aa* rasterizer,
246 agg::path_storage* path_data,
252 agg::line_cap_e cap;
255 cap = agg::round_cap;
258 cap = agg::square_cap;
261 cap = agg::butt_cap;
264 agg::line_join_e join;
267 join = agg::round_join;
270 join = agg::bevel_join
1021 namespace agg { namespace
    [all...]
  /external/clang/test/CXX/basic/basic.types/
p10.cpp 69 struct Agg {
73 constexpr int f3(Agg a) { return a.a; }
114 struct LitMemBase : Agg {
115 Agg agg; member in struct:LitMemBase
127 Agg agg[24]; member in struct:ArrGood
  /external/valgrind/VEX/priv/
guest_generic_x87.c 814 UInt agg = (imm8 >> 2) & 3; // imm8[3:2] aggregation fn local
822 if (agg == 2/*equal each, aka strcmp*/
856 if (agg == 0/*equal any, aka find chars in a set*/
894 if (agg == 3/*equal ordered, aka substring search*/
934 if (agg == 1/*ranges*/
974 if (agg == 1/*ranges*/
1065 UInt agg = (imm8 >> 2) & 3; \/\/ imm8[3:2] aggregation fn local
    [all...]
  /device/google/marlin/
system.prop 111 persist.data.df.agg.dl_pkt=10
112 persist.data.df.agg.dl_size=4096

Completed in 1189 milliseconds

1 2 3