Home
last modified time | relevance | path

Searched refs:parameter (Results 1 – 25 of 150) sorted by relevance

123456

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dstatement.c101 int pysqlite_statement_bind_parameter(pysqlite_Statement* self, int pos, PyObject* parameter, int a… in pysqlite_statement_bind_parameter() argument
113 if (parameter == Py_None) { in pysqlite_statement_bind_parameter()
118 if (PyInt_CheckExact(parameter)) { in pysqlite_statement_bind_parameter()
120 } else if (PyLong_CheckExact(parameter)) { in pysqlite_statement_bind_parameter()
122 } else if (PyFloat_CheckExact(parameter)) { in pysqlite_statement_bind_parameter()
124 } else if (PyString_CheckExact(parameter)) { in pysqlite_statement_bind_parameter()
126 } else if (PyUnicode_CheckExact(parameter)) { in pysqlite_statement_bind_parameter()
128 } else if (PyBuffer_Check(parameter)) { in pysqlite_statement_bind_parameter()
130 } else if (PyInt_Check(parameter)) { in pysqlite_statement_bind_parameter()
132 } else if (PyLong_Check(parameter)) { in pysqlite_statement_bind_parameter()
[all …]
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dplatform-interrupt-controller-API.rst38 The API should return whether the interrupt ID (first parameter) is categorized
51 The API should return whether the interrupt ID (first parameter) is categorized
64 The API should return whether the interrupt ID (first parameter) is categorized
78 first parameter, ``id``.
92 This API should enable the interrupt ID specified by the first parameter,
107 This API should disable the interrupt ID specified by the first parameter,
123 This API should set the priority of the interrupt specified by first parameter
124 ``id`` to the value set by the second parameter ``priority``.
138 parameter ``type`` shall be one of ``INTR_TYPE_EL3``, ``INTR_TYPE_S_EL1``, or
173 This API should set the interrupt specified by first parameter ``id`` to the
[all …]
Dauth-framework.rst175 #. Statically allocating memory for each parameter in each image which is
424 - ``_get_param``: extract authentication parameter funcion pointer.
434 The ``get_auth_param()`` function is passed a parameter descriptor containing
435 information about the parameter (``type_desc`` and ``cookie``) to identify and
436 extract the data corresponding to that parameter from an image. This data will
458 The AM defines the type of each parameter used by an authentication method. It
462 parameter should be extracted from an image.
482 The AM defines the following structure to identify an authentication parameter
493 which enables it to uniquely identify the parameter that should be extracted
546 A parameter described by ``auth_param_type_desc_t`` to verify an image could be
[all …]
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DIgdOSBCB.ASL52 Store(Zero, GESF) // Clear the exit parameter
60 Store(Zero, GESF) // Clear the exit parameter
69 Store(Zero, GESF) // Clear the exit parameter
78 Store(Zero, GESF) // Clear the exit parameter
87 Store(Zero, GESF) // Clear the exit parameter
103 Store(Zero, GESF) // Clear the exit parameter
125 Store(Zero, GESF) // Clear the exit parameter
134 Store(Zero, GESF) // Clear the exit parameter
150 Store(Zero, GESF) // Clear the exit parameter
179 Store(Zero, GESF) // Clear the exit parameter
[all …]
DIgdOGBDA.ASL40 Store(Zero, GESF) // Clear the exit parameter
55 Store(Zero, GESF) // Clear the exit parameter
71 Store(Zero, GESF) // Clear the exit parameter
159 Store(Zero, GESF) // Clear the exit parameter
/device/generic/opengl-transport/host/libs/virglrenderer/
Dgen_entries.py104 for parameter in parameters.split(','):
105 parameter = parameter.strip()
106 m = re_param.match(parameter)
108 errors.append("%d: parameter '%s'" % (lineno, parameter))
/device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/
Dllmul.c52 ; Set up the local stack for Multiplicand parameter in _allmul()
60 ; Set up the local stack for Multiplier parameter in _allmul()
Dulldiv.c61 ; Set up the local stack for Divisor parameter in _aulldiv()
69 ; Set up the local stack for Dividend parameter in _aulldiv()
Dllrem.c60 ; Set up the local stack for Divisor parameter in _allrem()
68 ; Set up the local stack for Dividend parameter in _allrem()
Dullrem.c60 ; Set up the local stack for Divisor parameter in _aullrem()
68 ; Set up the local stack for Dividend parameter in _aullrem()
Dlldiv.c70 ; Set up the local stack for Divisor parameter in _alldiv()
78 ; Set up the local stack for Dividend parameter in _alldiv()
Dlldvrm.c66 ; Set up the local stack for Divisor parameter in _alldvrm()
74 ; Set up the local stack for Dividend parameter in _alldvrm()
Dulldvrm.c66 ; Set up the local stack for Divisor parameter in _aulldvrm()
74 ; Set up the local stack for Dividend parameter in _aulldvrm()
Dmulll.S52 # Set up the local stack for Multiplicand parameter
60 # Set up the local stack for Multiplier parameter
Dudivdi3.S58 # Set up the local stack for Divisor parameter
66 # Set up the local stack for Dividend parameter
Dumoddi3.S58 # Set up the local stack for Divisor parameter
66 # Set up the local stack for Dividend parameter
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3328/
Dplatform.mk18 -I${RK_PLAT_COMMON}/drivers/parameter/ \
41 ${RK_PLAT_COMMON}/drivers/parameter/ddr_parameter.c \
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
DUefiShellBcfgCommandLib.uni72 " driver or boot option. This parameter is followed by the file name of the\r\n"
82 " the option. The quoted parameter is the description of the\r\n"
88 " parameter is the description of the option to be added.\r\n"
92 " in hexadecimal format. The quoted parameter is the description of the\r\n"
94 " rm - Removes an option. The parameter lists the number of the options\r\n"
96 " mv - Moves an option. The first numeric parameter is the number of\r\n"
97 " the option to move in hexadecimal format. The second numeric parameter\r\n"
103 " parameter has a non-zero value, the paired UnicodeChar value\r\n"
107 " parameter has a non-zero value, the paired ScanCode value\r\n"
/device/google/crosshatch/json-c/
DMakefile.am.inc1 … -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GN…
/device/google/coral/json-c/
DMakefile.am.inc1 … -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GN…
/device/google/sunfish/json-c/
DMakefile.am.inc1 … -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GN…
/device/google/bonito/json-c/
DMakefile.am.inc1 … -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GN…
/device/generic/opengl-transport/host/commands/emugen/
DAndroid.bp11 cflags: ["-Wno-unused-parameter"],
/device/generic/goldfish/camera/
DAndroid.bp78 "-Wno-unused-parameter",
99 "-Wno-unused-parameter",
/device/google/trout/hal/vehicle/2.0/
DAndroid.bp54 "-Wno-unused-parameter",
118 "-Wno-unused-parameter",
148 "-Wno-unused-parameter",

123456