Searched refs:array_size (Results 1 - 25 of 266) sorted by relevance

1234567891011

/external/chromium_org/ppapi/api/private/
H A Dppb_camera_capabilities_private.idl55 * @param[out] array_size The size of preview size array.
64 [out] int32_t array_size,
65 [out, size_is(array_size)] PP_Size[] preview_sizes);
73 * @param[out] array_size The size of JPEG size array. If the output of this
83 [out] int32_t array_size,
84 [out, size_is(array_size)] PP_Size[] jpeg_sizes);
H A Dppb_testing_private.idl115 * Fetches up to |array_size| active PP_Vars in the tracker. Returns the
118 * If the number of live vars is greater than |array_size|, then an arbitrary
119 * subset of |array_size| vars is written to |live_vars|. The reference count
122 uint32_t GetLiveVars([size_as=array_size] PP_Var[] live_vars,
123 [in] uint32_t array_size);
/external/chromium_org/ppapi/c/private/
H A Dppb_camera_capabilities_private.h70 * @param[out] array_size The size of preview size array.
78 int32_t* array_size,
86 * @param[out] array_size The size of JPEG size array. If the output of this
95 int32_t* array_size,
H A Dppb_testing_private.h126 * Fetches up to |array_size| active PP_Vars in the tracker. Returns the
129 * If the number of live vars is greater than |array_size|, then an arbitrary
130 * subset of |array_size| vars is written to |live_vars|. The reference count
133 uint32_t (*GetLiveVars)(struct PP_Var live_vars[], uint32_t array_size);
/external/chromium_org/ppapi/thunk/
H A Dppb_camera_capabilities_private_thunk.cc35 int32_t* array_size,
41 enter.object()->GetSupportedPreviewSizes(array_size, preview_sizes);
45 int32_t* array_size,
51 enter.object()->GetSupportedJpegSizes(array_size, jpeg_sizes);
34 GetSupportedPreviewSizes(PP_Resource capabilities, int32_t* array_size, struct PP_Size** preview_sizes) argument
44 GetSupportedJpegSizes(PP_Resource capabilities, int32_t* array_size, struct PP_Size** jpeg_sizes) argument
/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Dmake_mediaquery_tokenizer_codepoints.py21 const MediaQueryTokenizer::CodePoint MediaQueryTokenizer::codePoints[{array_size}] = {{
24 const unsigned codePointsNumber = {array_size};
86 array_size = 128 # SCHAR_MAX + 1
89 for i in range(array_size)]
90 return CPP_TEMPLATE.format(array_size=array_size, token_lines='\n'.join(token_lines), module_pyname=module_pyname)
/external/chromium_org/third_party/mesa/src/src/glsl/tests/
H A Duniform_initializer_utils.h42 unsigned columns, unsigned rows, unsigned array_size,
H A Duniform_initializer_utils.cpp147 unsigned columns, unsigned rows, unsigned array_size,
157 glsl_type::get_array_instance(element_type, array_size);
163 for (unsigned i = 0; i < array_size; i++) {
146 generate_array_data(void *mem_ctx, enum glsl_base_type base_type, unsigned columns, unsigned rows, unsigned array_size, ir_constant *&val) argument
/external/clang/test/Index/
H A Dindex-refs.cpp58 const int array_size = 3; variable
59 typedef int some_arr[array_size];
116 // CHECK: [indexEntityReference]: kind: variable | name: array_size | {{.*}} | loc: 59:22
/external/mesa3d/src/glsl/tests/
H A Duniform_initializer_utils.h42 unsigned columns, unsigned rows, unsigned array_size,
H A Duniform_initializer_utils.cpp147 unsigned columns, unsigned rows, unsigned array_size,
157 glsl_type::get_array_instance(element_type, array_size);
163 for (unsigned i = 0; i < array_size; i++) {
146 generate_array_data(void *mem_ctx, enum glsl_base_type base_type, unsigned columns, unsigned rows, unsigned array_size, ir_constant *&val) argument
/external/chromium_org/content/common/
H A Dgamepad_param_traits.cc19 const size_t array_size,
22 utf16.reserve(array_size);
23 for (size_t i = 0; i < array_size && web_string[i]; ++i) {
17 LogWebUCharString( const blink::WebUChar web_string[], const size_t array_size, std::string* log) argument
/external/chromium_org/content/common/indexed_db/
H A Dindexed_db_key_unittest.cc40 const size_t array_size = 1024; local
43 for (size_t i = 0; i < array_size; ++i) {
/external/lldb/test/functionalities/data-formatter/data-formatter-synth/
H A Dmain.cpp53 int array_size; member in struct:Plenty
59 array_size(N),
/external/lldb/include/lldb/Breakpoint/
H A DBreakpointIDList.h65 InsertStringArray (const char **string_array, size_t array_size, CommandReturnObject &result);
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dast_type.cpp41 if (array_size) {
42 array_size->print();
H A Dhir_field_selection.cpp88 if (op->type->array_size() == 0)
91 result = new(ctx) ir_constant(op->type->array_size());
/external/mesa3d/src/glsl/
H A Dast_type.cpp41 if (array_size) {
42 array_size->print();
H A Dhir_field_selection.cpp88 if (op->type->array_size() == 0)
91 result = new(ctx) ir_constant(op->type->array_size());
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
H A Dglhd_screen.c151 glhd_check("%u", templat->array_size, >= 1);
157 glhd_check("%u", templat->array_size, == 1);
164 glhd_check("%u", templat->array_size, == 1);
171 glhd_check("%u", templat->array_size, == 1);
178 glhd_check("%u", templat->array_size, == 6);
185 glhd_check("%u", templat->array_size, == 1);
192 glhd_check("%u", templat->array_size, == 1);
199 glhd_check("%u", templat->array_size, <= screen->get_param(screen, PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERS));
206 glhd_check("%u", templat->array_size, <= screen->get_param(screen, PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERS));
/external/mesa3d/src/gallium/drivers/galahad/
H A Dglhd_screen.c151 glhd_check("%u", templat->array_size, >= 1);
157 glhd_check("%u", templat->array_size, == 1);
164 glhd_check("%u", templat->array_size, == 1);
171 glhd_check("%u", templat->array_size, == 1);
178 glhd_check("%u", templat->array_size, == 6);
185 glhd_check("%u", templat->array_size, == 1);
192 glhd_check("%u", templat->array_size, == 1);
199 glhd_check("%u", templat->array_size, <= screen->get_param(screen, PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERS));
206 glhd_check("%u", templat->array_size, <= screen->get_param(screen, PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERS));
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_gen_mipmap.c183 oldTex->array_size,
227 dstHeight = pt->array_size;
233 dstDepth = pt->array_size;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_gen_mipmap.c183 oldTex->array_size,
227 dstHeight = pt->array_size;
233 dstDepth = pt->array_size;
/external/chromium_org/chrome/renderer/plugins/
H A Dplugin_uma.h70 size_t array_size,
/external/chromium_org/chrome/test/logging/win/
H A Dmof_data_parser_unittest.cc90 const DWORD array_size = arraysize(pointers); local
93 EVENT_TRACE* event = MakeEventWithPointerArray(&pointers[0], array_size);
101 EXPECT_EQ(array_size, size);
116 EXPECT_EQ(array_size, size);

Completed in 596 milliseconds

1234567891011