HomeSort by relevance Sort by last modified time
    Searched refs:paramtype (Results 1 - 16 of 16) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
statement.c 110 parameter_type paramtype; local
119 paramtype = TYPE_INT;
121 paramtype = TYPE_LONG;
123 paramtype = TYPE_FLOAT;
125 paramtype = TYPE_STRING;
127 paramtype = TYPE_UNICODE;
129 paramtype = TYPE_BUFFER;
131 paramtype = TYPE_INT;
133 paramtype = TYPE_LONG;
135 paramtype = TYPE_FLOAT;
    [all...]
  /external/python/cpython2/Modules/_sqlite/
statement.c 113 parameter_type paramtype; local
122 paramtype = TYPE_INT;
124 paramtype = TYPE_LONG;
126 paramtype = TYPE_FLOAT;
128 paramtype = TYPE_STRING;
130 paramtype = TYPE_UNICODE;
132 paramtype = TYPE_BUFFER;
134 paramtype = TYPE_INT;
136 paramtype = TYPE_LONG;
138 paramtype = TYPE_FLOAT
    [all...]
  /external/python/cpython3/Modules/_sqlite/
statement.c 119 parameter_type paramtype; local
127 paramtype = TYPE_LONG;
129 paramtype = TYPE_FLOAT;
131 paramtype = TYPE_UNICODE;
133 paramtype = TYPE_LONG;
135 paramtype = TYPE_FLOAT;
137 paramtype = TYPE_UNICODE;
139 paramtype = TYPE_BUFFER;
141 paramtype = TYPE_UNKNOWN;
144 switch (paramtype) {
    [all...]
  /external/boringssl/src/crypto/x509/
algorithm.c 107 int paramtype = local
109 X509_ALGOR_set0(algor, OBJ_nid2obj(sign_nid), paramtype, NULL);
  /external/vulkan-validation-layers/scripts/
threading_generator.py 203 paramtype = param.find('type')
204 if paramtype is not None:
205 paramtype = paramtype.text
207 paramtype = 'None'
208 if (self.isHandleTypeDispatchable(paramtype) or self.isHandleTypeNonDispatchable(paramtype)) and paramtype != 'VkPhysicalDevice':
object_tracker_generator.py 598 paramtype = item.find('type')
599 typecategory = self.getTypeCategory(paramtype.text)
601 if self.struct_contains_object(paramtype.text) == True:
613 if self.isHandleTypeObject(paramtype.text):
    [all...]
unique_objects_generator.py 426 paramtype = item.find('type')
427 typecategory = self.getTypeCategory(paramtype.text)
429 if self.struct_contains_ndo(paramtype.text) == True:
441 if self.isHandleTypeNonDispatchable(paramtype.text):
    [all...]
parameter_validation_generator.py 611 paramtype = param.find('type')
612 if (paramtype.tail is not None) and ('*' in paramtype.tail):
613 ispointer = paramtype.tail.count('*')
614 elif paramtype.text[:4] == 'PFN_':
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/
threading_generator.py 219 paramtype = param.find('type')
220 if paramtype is not None:
221 paramtype = paramtype.text
223 paramtype = 'None'
224 if paramtype in thread_check_dispatchable_objects or paramtype in thread_check_nondispatchable_objects:
unique_objects_generator.py 388 paramtype = item.find('type')
389 typecategory = self.getTypeCategory(paramtype.text)
391 if self.struct_contains_ndo(paramtype.text) == True:
403 if self.isHandleTypeNonDispatchable(paramtype.text):
    [all...]
parameter_validation_generator.py 439 paramtype = param.find('type')
440 if (paramtype.tail is not None) and ('*' in paramtype.tail):
441 ispointer = paramtype.tail.count('*')
442 elif paramtype.text[:4] == 'PFN_':
    [all...]
  /external/libopus/doc/
customdoxygen.css 487 .paramtype {
508 .params .paramtype {
  /external/libjpeg-turbo/doc/html/
doxygen.css 594 .paramtype {
619 .params .paramtype {
  /external/libnl/doc/
libnl.css 585 .paramtype {
610 .params .paramtype {
  /prebuilts/go/darwin-x86/src/database/sql/
sql_test.go     [all...]
  /prebuilts/go/linux-x86/src/database/sql/
sql_test.go     [all...]

Completed in 321 milliseconds