HomeSort by relevance Sort by last modified time
    Searched full:makename (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium_org/chrome/browser/sync/test/integration/
themes_helper.cc 22 std::string MakeName(int index) {
35 return extensions::id_util::GenerateId(MakeName(index));
65 profile, MakeName(index), extensions::Manifest::TYPE_THEME);
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState_procs.h 90 #define MAKENAME(suffix) NAME_WRAP(S32_opaque_D32 ## suffix)
102 #define MAKENAME(suffix) NAME_WRAP(S32_alpha_D32 ## suffix)
121 #define MAKENAME(suffix) NAME_WRAP(S16_opaque_D32 ## suffix)
137 #define MAKENAME(suffix) NAME_WRAP(S16_alpha_D32 ## suffix)
152 #define MAKENAME(suffix) NAME_WRAP(SI8_opaque_D32 ## suffix)
166 #define MAKENAME(suffix) NAME_WRAP(SI8_alpha_D32 ## suffix)
183 #define MAKENAME(suffix) NAME_WRAP(S4444_opaque_D32 ## suffix)
199 #define MAKENAME(suffix) NAME_WRAP(S4444_alpha_D32 ## suffix)
218 #define MAKENAME(suffix) NAME_WRAP(SA8_alpha_D32 ## suffix)
243 #define MAKENAME(suffix) NAME_WRAP(S32_D16 ## suffix
    [all...]
SkBitmapProcState_matrix.h 12 #define SCALE_NOFILTER_NAME MAKENAME(_nofilter_scale)
13 #define SCALE_FILTER_NAME MAKENAME(_filter_scale)
14 #define AFFINE_NOFILTER_NAME MAKENAME(_nofilter_affine)
15 #define AFFINE_FILTER_NAME MAKENAME(_filter_affine)
16 #define PERSP_NOFILTER_NAME MAKENAME(_nofilter_persp)
17 #define PERSP_FILTER_NAME MAKENAME(_filter_persp)
19 #define PACK_FILTER_X_NAME MAKENAME(_pack_filter_x)
20 #define PACK_FILTER_Y_NAME MAKENAME(_pack_filter_y)
273 static SkBitmapProcState::MatrixProc MAKENAME(_Procs)[] = {
282 #undef MAKENAME
    [all...]
SkBitmapProcState_sample.h 28 void MAKENAME(_nofilter_DXDY)(const SkBitmapProcState& s,
31 void MAKENAME(_nofilter_DX)(const SkBitmapProcState& s,
34 void MAKENAME(_filter_DX)(const SkBitmapProcState& s,
37 void MAKENAME(_filter_DXDY)(const SkBitmapProcState& s,
41 void MAKENAME(_nofilter_DXDY)(const SkBitmapProcState& s,
83 void MAKENAME(_nofilter_DX)(const SkBitmapProcState& s,
138 void MAKENAME(_filter_DX)(const SkBitmapProcState& s,
184 void MAKENAME(_filter_DXDY)(const SkBitmapProcState& s,
227 #undef MAKENAME
SkBitmapProcState_shaderproc.h 11 #define SCALE_FILTER_NAME MAKENAME(_filter_DX_shaderproc)
85 #undef MAKENAME
SkBitmapProcState_matrixProcs.cpp 82 #define MAKENAME(suffix) ClampX_ClampY ## suffix
90 #define MAKENAME(suffix) RepeatX_RepeatY ## suffix
98 #define MAKENAME(suffix) GeneralXY ## suffix
  /external/skia/src/core/
SkBitmapProcState_procs.h 90 #define MAKENAME(suffix) NAME_WRAP(S32_opaque_D32 ## suffix)
102 #define MAKENAME(suffix) NAME_WRAP(S32_alpha_D32 ## suffix)
121 #define MAKENAME(suffix) NAME_WRAP(S16_opaque_D32 ## suffix)
137 #define MAKENAME(suffix) NAME_WRAP(S16_alpha_D32 ## suffix)
152 #define MAKENAME(suffix) NAME_WRAP(SI8_opaque_D32 ## suffix)
166 #define MAKENAME(suffix) NAME_WRAP(SI8_alpha_D32 ## suffix)
183 #define MAKENAME(suffix) NAME_WRAP(S4444_opaque_D32 ## suffix)
199 #define MAKENAME(suffix) NAME_WRAP(S4444_alpha_D32 ## suffix)
218 #define MAKENAME(suffix) NAME_WRAP(SA8_alpha_D32 ## suffix)
243 #define MAKENAME(suffix) NAME_WRAP(S32_D16 ## suffix
    [all...]
SkBitmapProcState_matrix.h 12 #define SCALE_NOFILTER_NAME MAKENAME(_nofilter_scale)
13 #define SCALE_FILTER_NAME MAKENAME(_filter_scale)
14 #define AFFINE_NOFILTER_NAME MAKENAME(_nofilter_affine)
15 #define AFFINE_FILTER_NAME MAKENAME(_filter_affine)
16 #define PERSP_NOFILTER_NAME MAKENAME(_nofilter_persp)
17 #define PERSP_FILTER_NAME MAKENAME(_filter_persp)
19 #define PACK_FILTER_X_NAME MAKENAME(_pack_filter_x)
20 #define PACK_FILTER_Y_NAME MAKENAME(_pack_filter_y)
273 static SkBitmapProcState::MatrixProc MAKENAME(_Procs)[] = {
282 #undef MAKENAME
    [all...]
SkBitmapProcState_sample.h 28 void MAKENAME(_nofilter_DXDY)(const SkBitmapProcState& s,
31 void MAKENAME(_nofilter_DX)(const SkBitmapProcState& s,
34 void MAKENAME(_filter_DX)(const SkBitmapProcState& s,
37 void MAKENAME(_filter_DXDY)(const SkBitmapProcState& s,
41 void MAKENAME(_nofilter_DXDY)(const SkBitmapProcState& s,
83 void MAKENAME(_nofilter_DX)(const SkBitmapProcState& s,
138 void MAKENAME(_filter_DX)(const SkBitmapProcState& s,
184 void MAKENAME(_filter_DXDY)(const SkBitmapProcState& s,
227 #undef MAKENAME
SkBitmapProcState_shaderproc.h 11 #define SCALE_FILTER_NAME MAKENAME(_filter_DX_shaderproc)
85 #undef MAKENAME
SkBitmapProcState_matrixProcs.cpp 82 #define MAKENAME(suffix) ClampX_ClampY ## suffix
90 #define MAKENAME(suffix) RepeatX_RepeatY ## suffix
98 #define MAKENAME(suffix) GeneralXY ## suffix
  /external/chromium/net/socket/
client_socket_pool_histograms.cc 67 base::FieldTrial::MakeName("Net.HttpProxySocketRequestTime",
75 base::FieldTrial::MakeName("Net.SocksSocketRequestTime",
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
sunspider-string-validate-input.html 19 var name = makeName(6);
73 function makeName(n)
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-validate-input.js 14 name = makeName(6);
62 function makeName(n)
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-validate-input.js 14 name = makeName(6);
62 function makeName(n)
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-validate-input.js 14 username = makeName(6);
62 function makeName(n)
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_matrix_repeat_neon.h 29 * #define MAKENAME(suffix) RepeatX_RepeatY ## suffix
38 #define SCALE_NOFILTER_NAME MAKENAME(_nofilter_scale)
39 #define SCALE_FILTER_NAME MAKENAME(_filter_scale)
40 #define AFFINE_NOFILTER_NAME MAKENAME(_nofilter_affine)
41 #define AFFINE_FILTER_NAME MAKENAME(_filter_affine)
42 #define PERSP_NOFILTER_NAME MAKENAME(_nofilter_persp)
43 #define PERSP_FILTER_NAME MAKENAME(_filter_persp)
45 #define PACK_FILTER_X_NAME MAKENAME(_pack_filter_x)
46 #define PACK_FILTER_Y_NAME MAKENAME(_pack_filter_y)
512 const SkBitmapProcState::MatrixProc MAKENAME(_Procs)[] =
    [all...]
SkBitmapProcState_matrixProcs_neon.cpp 22 #define MAKENAME(suffix) ClampX_ClampY ## suffix ## _neon
30 #define MAKENAME(suffix) RepeatX_RepeatY ## suffix ## _neon
SkBitmapProcState_matrix_clamp_neon.h 30 * #define MAKENAME(suffix) ClampX_ClampY ## suffix
40 #define SCALE_NOFILTER_NAME MAKENAME(_nofilter_scale)
41 #define SCALE_FILTER_NAME MAKENAME(_filter_scale)
42 #define AFFINE_NOFILTER_NAME MAKENAME(_nofilter_affine)
43 #define AFFINE_FILTER_NAME MAKENAME(_filter_affine)
44 #define PERSP_NOFILTER_NAME MAKENAME(_nofilter_persp)
45 #define PERSP_FILTER_NAME MAKENAME(_filter_persp)
47 #define PACK_FILTER_X_NAME MAKENAME(_pack_filter_x)
48 #define PACK_FILTER_Y_NAME MAKENAME(_pack_filter_y)
881 const SkBitmapProcState::MatrixProc MAKENAME(_Procs)[] =
    [all...]
  /external/skia/src/opts/
SkBitmapProcState_matrix_repeat_neon.h 29 * #define MAKENAME(suffix) RepeatX_RepeatY ## suffix
38 #define SCALE_NOFILTER_NAME MAKENAME(_nofilter_scale)
39 #define SCALE_FILTER_NAME MAKENAME(_filter_scale)
40 #define AFFINE_NOFILTER_NAME MAKENAME(_nofilter_affine)
41 #define AFFINE_FILTER_NAME MAKENAME(_filter_affine)
42 #define PERSP_NOFILTER_NAME MAKENAME(_nofilter_persp)
43 #define PERSP_FILTER_NAME MAKENAME(_filter_persp)
45 #define PACK_FILTER_X_NAME MAKENAME(_pack_filter_x)
46 #define PACK_FILTER_Y_NAME MAKENAME(_pack_filter_y)
512 const SkBitmapProcState::MatrixProc MAKENAME(_Procs)[] =
    [all...]
SkBitmapProcState_matrixProcs_neon.cpp 22 #define MAKENAME(suffix) ClampX_ClampY ## suffix ## _neon
30 #define MAKENAME(suffix) RepeatX_RepeatY ## suffix ## _neon
SkBitmapProcState_matrix_clamp_neon.h 30 * #define MAKENAME(suffix) ClampX_ClampY ## suffix
40 #define SCALE_NOFILTER_NAME MAKENAME(_nofilter_scale)
41 #define SCALE_FILTER_NAME MAKENAME(_filter_scale)
42 #define AFFINE_NOFILTER_NAME MAKENAME(_nofilter_affine)
43 #define AFFINE_FILTER_NAME MAKENAME(_filter_affine)
44 #define PERSP_NOFILTER_NAME MAKENAME(_nofilter_persp)
45 #define PERSP_FILTER_NAME MAKENAME(_filter_persp)
47 #define PACK_FILTER_X_NAME MAKENAME(_pack_filter_x)
48 #define PACK_FILTER_Y_NAME MAKENAME(_pack_filter_y)
881 const SkBitmapProcState::MatrixProc MAKENAME(_Procs)[] =
    [all...]
  /external/chromium_org/skia/
tile_patch.diff 65 +#define TRANSLATE_NOFILTER_NAME MAKENAME(_nofilter_translate)
66 #define SCALE_NOFILTER_NAME MAKENAME(_nofilter_scale)
67 #define SCALE_FILTER_NAME MAKENAME(_filter_scale)
68 #define AFFINE_NOFILTER_NAME MAKENAME(_nofilter_affine)
123 static SkBitmapProcState::MatrixProc MAKENAME(_Procs)[] = {
162 #define MAKENAME(suffix) RepeatX_RepeatY ## suffix
172 #define MAKENAME(suffix) GeneralXY ## suffix
  /external/chromium_org/chrome/renderer/
page_load_histograms.cc 737 base::FieldTrial::MakeName("PLT.Abandoned", "OverlappedReadImpact"),
740 base::FieldTrial::MakeName("PLT.LoadType", "OverlappedReadImpact"),
744 PLT_HISTOGRAM(base::FieldTrial::MakeName(
749 PLT_HISTOGRAM(base::FieldTrial::MakeName(
754 PLT_HISTOGRAM(base::FieldTrial::MakeName(
759 PLT_HISTOGRAM(base::FieldTrial::MakeName(
    [all...]
  /external/chromium/base/metrics/
field_trial.h 59 // HISTOGRAM_COUNTS(FieldTrial::MakeName("Memory.RendererTotal",
139 static std::string MakeName(const std::string& name_prefix,
156 FRIEND_TEST(FieldTrialTest, MakeName);

Completed in 1265 milliseconds

1 2