Home
last modified time | relevance | path

Searched refs:types (Results 5201 - 5225 of 5834) sorted by relevance

1...<<201202203204205206207208209210>>...234

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp440 QStringList types = res.split(QChar(' ')); in openCtrlConnection() local
441 bool wps = types.contains("WSC"); in openCtrlConnection()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp442 QStringList types = res.split(QChar(' ')); in openCtrlConnection() local
443 bool wps = types.contains("WSC"); in openCtrlConnection()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp28 #include <sys/types.h>
5270 std::vector<std::string> types; in HWTEST_F() local
5271 bool ret = MimeTypeMgr::GetMimeTypeByUri(wrongUri, types); in HWTEST_F()
5283 std::vector<std::string> types; in HWTEST_F() local
5284 bool ret = MimeTypeMgr::GetMimeTypeByUri(wrongUri, types); in HWTEST_F()
5296 std::vector<std::string> types; in HWTEST_F() local
5297 bool ret = MimeTypeMgr::GetMimeTypeByUri(rightUri, types); in HWTEST_F()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211.c14 #include <sys/types.h>
3667 struct nlattr *types; in wpa_driver_nl80211_set_key() local
3669 types = nla_nest_start(key_msg, NL80211_KEY_DEFAULT_TYPES); in wpa_driver_nl80211_set_key()
3670 if (!types || in wpa_driver_nl80211_set_key()
3673 nla_nest_end(key_msg, types); in wpa_driver_nl80211_set_key()
3675 struct nlattr *types; in wpa_driver_nl80211_set_key() local
3677 types = nla_nest_start(key_msg, NL80211_KEY_DEFAULT_TYPES); in wpa_driver_nl80211_set_key()
3678 if (!types || in wpa_driver_nl80211_set_key()
3681 nla_nest_end(key_msg, types); in wpa_driver_nl80211_set_key()
4276 * Only one of the authentication frame types i in wpa_driver_nl80211_send_mlme()
[all...]
/third_party/backends/backend/
H A Dhp-option.c76 #include <sys/types.h>
1546 } types[] = { in _probe_vector() local
1583 for (type = types; type->scl; type++) in _probe_vector()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects.cc43 // Import a few often used types from the wasm namespace.
196 // TODO(7748): Make this work with other types when spec clears up. in New()
1037 // Disallow GC until all fields have acceptable types. in New()
2159 wasm::ValueType* types = zone->NewArray<wasm::ValueType>(sig_size); in GetSignature() local
2161 function_data.serialized_signature().copy_out(0, types, sig_size); in GetSignature()
2165 return zone->New<wasm::FunctionSig>(return_count, parameter_count, types); in GetSignature()
2343 // Since a WasmJSFunction cannot refer to indexed types (definable in TypecheckJSObject()
2345 // TODO(manoskouk): Change this if wasm types can be exported. in TypecheckJSObject()
2357 // Since a WasmCapiFunction cannot refer to indexed types in TypecheckJSObject()
2360 // TODO(manoskouk): Change this if wasm types ca in TypecheckJSObject()
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dparse.c508 /* Predeclared types */
971 * - if enums are of different types, they in parse_enum_declaration()
972 * all have to be integer types, and the in parse_enum_declaration()
1480 sparse_error(pos, "two or more data types in declaration specifiers"); in specifier_conflict()
1493 static struct symbol * const * const types[] = { variable
1502 return types[want_unsigned ? CUInt : CInt][size]; in ctype_integer()
1577 base = types[class][rank]; in declaration_specifiers()
/third_party/python/Modules/
H A D_elementtree.c4382 /* Initialize object types */ in PyInit__elementtree()
4436 PyTypeObject *types[] = { in PyInit__elementtree() local
4442 for (size_t i = 0; i < Py_ARRAY_LENGTH(types); i++) { in PyInit__elementtree()
4443 if (PyModule_AddType(m, types[i]) < 0) { in PyInit__elementtree()
/third_party/python/Lib/test/
H A Dtest_collections.py14 import types namespace
281 # testing proper return types for ChainMap and it's subclasses
703 # on arbitrary named tuple types.
786 @types.coroutine
838 @types.coroutine
H A Dtest_tempfile.py12 import types namespace
425 # Can't mix str & binary types in the args.
1395 types.GenericAlias)
H A Dtest_dis.py8 import types namespace
1671 self.assertIsInstance(b.codeobj, types.CodeType)
H A Dtest_traceback.py7 import types namespace
1976 tb = types.TracebackType(tb_next, frame, lasti, lineno)
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fDebugTests.cpp415 * For API/shader messages we assume that the following types are deterministic: in verifyMessageCount()
418 * For API messages the following types are assumed to be non-deterministic in verifyMessageCount()
424 * For API messages the following types are assumed to be non-deterministic in verifyMessageCount()
429 * For 3rd party and application messages the following types are deterministic: in verifyMessageCount()
881 // Generate errors, log the types, disable some, regenerate errors, verify correct errors (not)reported
1037 const vector<GLenum> types (tempTypes.begin(), tempTypes.end());
1057 const GLenum type = types[rng.getUint32()%types.size()];
3179 // These produce lots of different message types, thus always include at least one when testing filtering
3201 // These produce lots of different message types, thu
[all...]
/base/msdp/device_status/test/unittest/frameworks/src/
H A Dinteraction_manager_test.cpp2003 previewStyleIn.types = { PreviewType::FOREGROUND_COLOR }; in HWTEST_F()
2010 previewStyleOut.types = { PreviewType::FOREGROUND_COLOR }; in HWTEST_F()
2053 previewStyleIn.types = { PreviewType::FOREGROUND_COLOR }; in HWTEST_F()
2062 previewStyleOut.types = { PreviewType::FOREGROUND_COLOR }; in HWTEST_F()
/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp2351 originStyle.types = previewStyle.types; in UpdatePreviewStyleWithAnimation()
2362 currentStyle.types = { PreviewType::FOREGROUND_COLOR, PreviewType::RADIUS }; in UpdatePreviewStyleWithAnimation()
2561 for (const auto &type : previewStyle.types) { in ModifyPreviewStyle()
/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp460 // go ahead and write all of the field types, so we don't inadvertently write them while we're in writeStruct()
462 std::vector<SpvId> types; in writeStruct() local
464 types.push_back(this->getType(*f.fType, memoryLayout)); in writeStruct()
466 this->writeOpCode(SpvOpTypeStruct, 2 + (int32_t) types.size(), fConstantBuffer); in writeStruct()
468 for (SpvId id : types) { in writeStruct()
566 // For non-array types, we can simply look up the "actual" type and use it. in getType()
2335 // IR allows mismatched types in expressions (e.g. float2 * float), but they need special in writeBinaryExpression()
2708 // This improves codegen, especially for certain types of divides (e.g. vector/scalar). in writeBinaryExpression()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_view_abstract_ffi.cpp1416 void FfiOHOSAceFrameworkViewAbstractExpandSafeArea(uint32_t types, uint32_t edges) in FfiOHOSAceFrameworkViewAbstractExpandSafeArea() argument
1418 NG::SafeAreaExpandOpts opts { .type = types, .edges = edges }; in FfiOHOSAceFrameworkViewAbstractExpandSafeArea()
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.cpp1397 constexpr GLenum types[] = { GL_VERTEX_SHADER, GL_FRAGMENT_SHADER, GL_COMPUTE_SHADER };
1411 entry.shader = glCreateShader(types[type]);
/third_party/backends/frontend/
H A Dsaned.c33 #include <sys/types.h>
77 #include <sys/types.h>
/third_party/libabigail/tools/
H A Dabipkgdiff.cc47 // if its declarations just come first. Also, include sys/types.h
50 #include <sys/types.h>
70 #include <sys/types.h>
339 /// types are defined.
858 << " --drop-private-types drop private types from " in display_usage()
875 << " --non-reachable-types|-t consider types non reachable" in display_usage()
1768 /// package) to generate suppression specification to filter out types
1771 /// Filtering out types no
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dlinker.cpp61 * be the same as the types and qualifiers of inputs defined with the same
236 * A visitor helper that provides methods for updating the types of
237 * ir_dereferences. Classes that update variable types (say, updating
238 * array sizes) will want to use this so that dereference types stay in sync.
790 /* Consider the types to be "the same" if both types are arrays in validate_intrastage_arrays()
876 /* Check if types match. */ in cross_validate_globals()
2083 "input types\n"); in link_gs_inout_layout_qualifiers()
2094 "output types\n"); in link_gs_inout_layout_qualifiers()
2872 * location. For all shader types, in assign_attribute_or_color_locations()
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2grep.c58 #include <sys/types.h>
493 /* Table of names for newline types. Must be kept in step with the definitions
845 #include <sys/types.h>
3313 /* Deal with regular files in the normal way below. These types are: in grep_or_recurse()
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_cfg_test.cpp172 static const std::string types = in types_consts() local
180 return types; in types_consts()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_cfg_test.cpp172 static const std::string types = in types_consts() local
180 return types; in types_consts()
/third_party/selinux/libsepol/cil/src/
H A Dcil.c2322 (*attr)->types = NULL; in cil_typeattribute_init()
2778 (*role)->types = NULL; in cil_role_init()

Completed in 135 milliseconds

1...<<201202203204205206207208209210>>...234