HomeSort by relevance Sort by last modified time
    Searched full:variable_type (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/common/extensions/docs/templates/private/
parameter_item.html 2 <span{{?optional}} class="optional"{{/}}>{{+partials.variable_type type:parameter/}} {{name}}</span>
type_name.html 4 {{+partials.variable_type type:type/}}
property_name_and_type.html 6 {{+partials.variable_type type:property/}}
variable_type.html 5 {{+partials.variable_type type:c/}}{{^c.last}} or {{/}}
9 array of {{+partials.variable_type type:array/}}
function_signature.html 7 <span>{{?r:function.returns}}{{+partials.variable_type type:r/}} {{/}}{{?api}}{{api.namespace}}.{{/}}{{?parentName}}{{parentName}}.{{/}}{{function.name}}</span>({{#p:function.parameters}}{{+partials.parameter_item parameter:p/}}{{^p.last}}, {{/}}{{/}})
callback.html 11 <pre>function({{#p:parameters}}{{+partials.variable_type type:p/}} {{p.name}}{{^p.last}}, {{/}}{{/}}) <span class="subdued">{...}</span>;</pre>
parameter_full.html 37 {{+partials.variable_type type:returns/}}
type.html 16 {{+partials.variable_type type:type/}}
  /external/chromium_org/third_party/WebKit/Source/wtf/
Alignment.h 32 #define WTF_ALIGNED(variable_type, variable, n) variable_type variable __attribute__((__aligned__(n)))
35 #define WTF_ALIGNED(variable_type, variable, n) __declspec(align(n)) variable_type variable
  /external/e2fsprogs/ext2ed/
init.c 110 char variable_name [50],variable_type [20]; local
140 ch=parse_word (current_line,variable_type);
143 strcpy (variable_type,variable_name);
147 add_new_variable (current_descriptor,variable_type,variable_name);

Completed in 549 milliseconds