Home
last modified time | relevance | path

Searched full:param (Results 5251 - 5275 of 16566) sorted by relevance

1...<<211212213214215216217218219220>>...663

/third_party/skia/third_party/externals/icu/source/i18n/
H A Dstrrepl.h77 * @param theOutput text that will replace input text when the
80 * @param theCursorPos cursor position that will be returned by
82 * @param theData transliterator context object that translates
92 * @param theOutput text that will replace input text when the
95 * @param theData transliterator context object that translates
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dufieldpositer.h50 * @param status
62 * @param fpositer
93 * @param fpositer
96 * @param beginIndex
100 * @param endIndex
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/
H A Dtestdata.h62 * @param info pass in a const DataMap pointer. If no info, it will be set to NULL
68 * @param settings a DataMap pointer provided by the user. Will be NULL if
70 * @param status for reporting unexpected errors.
78 * @param data a DataMap pointer provided by the user. Will be NULL if
80 * @param status for reporting unexpected errors.
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dbasicauth.c39 * @param connection The MHD connection structure
40 * @param password a pointer for the password
109 * @param connection The MHD connection structure
110 * @param realm the realm presented to the client
111 * @param response response object to modify and queue
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
H A DFuzzerCLI.h55 /// \param Data Bitcode we are going to parse
56 /// \param Size Size of the 'Data' in bytes
63 /// \param M Module to print
64 /// \param Dest Location to store serialized module
65 /// \param MaxSize Size of the destination buffer
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
H A Dmutator_cache.h44 /// @param max_size - the maximum number of elements the cache can store. May
54 /// @param key - may not exist in this cache.
68 /// @param key - a key.
69 /// @param value - may not be a `nullptr`.
74 /// @param key - a key.
H A Dspirv_opt_mutator.h38 /// @param target_env - target environment for the `binary`.
39 /// @param seed - seed for the RNG.
40 /// @param binary - SPIR-V binary. Must be valid.
41 /// @param validate_after_each_opt - whether to validate the binary after each
43 /// @param opt_batch_size - the maximum number of optimization passes that
/third_party/skia/third_party/externals/tint/src/
H A Dprogram_id.h45 /// @param rhs the other ProgramID
50 /// @param rhs the other ProgramID
68 /// @param id a ProgramID
75 /// @param out the std::ostream to write to
76 /// @param id the program identifier to write
/third_party/skia/third_party/externals/tint/src/sem/
H A Dinfo.h52 /// @param rhs the Program to move
57 /// @param node the AST or type node
72 /// @param node the AST or type node
73 /// @param sem_node the semantic node
87 /// @param inner the immutable Info to extend
/third_party/skia/third_party/externals/tint/src/transform/
H A Darray_length_from_uniform.h64 /// @param ubo_bp the binding point to use for the generated uniform buffer.
87 /// @param used_size_indices Indices into the UBO that are statically used.
103 /// @param ctx the CloneContext primed with the input program and
105 /// @param inputs optional extra transform-specific input data
106 /// @param outputs optional extra transform-specific output data
/third_party/skia/third_party/externals/tint/src/utils/
H A Dunique_vector.h41 /// @param v the vector to construct this UniqueVector with. Duplicate
51 /// @param item the item to append to the end of the vector
63 /// @param item the item
66 /// @param i the index of the element to retrieve
70 /// @param i the index of the element to retrieve
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-basic-block-discard-in-function/
H A D0-opt.spvasm15 OpName %param "param"
49 %param = OpVariable %_ptr_Function_int Function
57 OpStore %param %35
58 %37 = OpFunctionCall %int %func_i1_ %param
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-dead-branch-func-return-arg/
H A D0-opt.wgsl14 var param : f32;
20 param = x_38;
23 let x_41 : f32 = param;
27 let x_49 : f32 = param;
39 let x_57 : f32 = param;
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-mem-pass-unused-component/
H A D0-opt.spvasm14 OpName %param "param"
50 %param = OpVariable %_ptr_Function_v2float Function
51 OpStore %param %27
52 %34 = OpFunctionCall %float %func_vf2_ %param
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/nested-for-loops-with-return/
H A D0-opt.spvasm13 OpName %param "param"
45 %param = OpVariable %_ptr_Function_float Function
48 OpStore %param %34
49 %35 = OpFunctionCall %float %nb_mod_f1_ %param
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dsymtable.h78 * @param s the symbolic name to lookup
88 * @param ch a 32-bit code point from 0 to 0x10FFFF inclusive.
102 * @param text the text to parse for the name
103 * @param pos on entry, the index of the first character to parse.
107 * @param limit the index after the last character to be parsed.
/third_party/typescript/tests/baselines/reference/
H A DcommentsFunction.symbols30 var fooFunc = function FooFunctionValue(/** fooFunctionValue param */ b: string) {
40 var lambdaFoo = /** this is lambda comment*/ (/**param a*/a: number, /**param b*/b: number) => a + b;
47 var lambddaNoVarComment = /** this is lambda multiplication*/ (/**param a*/a: number, /**param b*/b: number) => a * b;
H A DfunctionAssignment.types30 test.get(function (param) {
31 >test.get(function (param) { var x = barbaz.get(function () { });}) : void
35 >function (param) { var x = barbaz.get(function () { });} : (param: number) => void
36 >param : number
H A DanonClassDeclarationEmitIsAnon.js4 export function wrapClass(param: any) {
7 return param;
56 function wrapClass(param) {
61 return param;
120 export declare function wrapClass(param: any): {
H A DcompletionsCommentsClass.baseline1066 "name": "param",
1141 "name": "param",
1166 "name": "param",
1241 "name": "param",
1314 "name": "param",
1389 "name": "param",
1414 "name": "param",
1521 "name": "param",
1607 "name": "param",
1682 "name": "param",
[all...]
/third_party/protobuf/objectivec/
H A DGPBUnknownField.h69 * @param value The value to add.
75 * @param value The value to add.
81 * @param value The value to add.
87 * @param value The value to add.
93 * @param value The value to add.
/third_party/skia/docs/examples/
H A DSkPath_arcto_conic_parametric2.cpp15 @param x1 The x-coordinate of the control point on a quadratic curve in REG_FIDDLE()
16 @param y1 The y-coordinate of the control point on a quadratic curve in REG_FIDDLE()
17 @param x2 The x-coordinate of the end point on a quadratic curve in REG_FIDDLE()
18 @param y2 The y-coordinate of the end point on a quadratic curve in REG_FIDDLE()
19 @param w The weight of the control point (x1,y1) in REG_FIDDLE()
/third_party/icu/icu4c/source/test/intltest/
H A Drestsnew.cpp161 param[] = variable
175 static int32_t bundles_count = UPRV_LENGTHOF(param);
225 if (param[5].locale == NULL) { in NewResourceBundleTest()
226 param[0].locale = new Locale("root"); in NewResourceBundleTest()
227 param[1].locale = new Locale("te"); in NewResourceBundleTest()
228 param[2].locale = new Locale("te", "IN"); in NewResourceBundleTest()
229 param[3].locale = new Locale("te", "NE"); in NewResourceBundleTest()
230 param[4].locale = new Locale("te", "IN", "NE"); in NewResourceBundleTest()
231 param[5].locale = new Locale("ne"); in NewResourceBundleTest()
237 if (param[ in ~NewResourceBundleTest()
[all...]
/third_party/lwip/src/apps/http/
H A Dhttpd.c268 char *param_vals[LWIP_HTTPD_MAX_CGI_PARAMETERS]; /* Values for each extracted param */
345 static char *http_cgi_param_vals[LWIP_HTTPD_MAX_CGI_PARAMETERS]; /* Values for each extracted param */
525 * @param pcb altcp_pcb to send
526 * @param ptr Data to send
527 * @param length Length of data to send (in/out: on return, contains the
529 * @param apiflags directly passed to tcp_write
592 * @param pcb the tcp pcb to reset callbacks
593 * @param hs connection state to free
642 * @param pcb the tcp pcb to reset callbacks
643 * @param h
2157 char *param = (char *)strstr(uri, "?"); global() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUResourceBundle.java100 * @param baseName resource specifier
101 * @param resName top level resource to consider (such as "collations")
102 * @param keyword a particular keyword to consider (such as "collation" )
103 * @param locID The requested locale
104 * @param isAvailable If non-null, 1-element array of fillin parameter that indicates whether the
107 * @param omitDefault if true, omit keyword and value if default.
248 * @param baseName resource specifier
249 * @param keyword a particular keyword to consider, must match a top level resource name
293 * @param path The path to the required resource key
342 * @param pat
[all...]

Completed in 29 milliseconds

1...<<211212213214215216217218219220>>...663