Home
last modified time | relevance | path

Searched defs:properties (Results 1 – 25 of 468) sorted by relevance

12345678910>>...19

/third_party/node/doc/api/
Dcrypto.md1596 ### `crypto.constants`
1605 ### `crypto.DEFAULT_ENCODING`
1624 ### `crypto.fips`
1638 ### `crypto.createCipher(algorithm, password[, options])`
1694 ### `crypto.createCipheriv(algorithm, key, iv[, options])`
1753 ### `crypto.createDecipher(algorithm, password[, options])`
1790 ### `crypto.createDecipheriv(algorithm, key, iv[, options])`
1849 ### `crypto.createDiffieHellman(prime[, primeEncoding][, generator][, generatorEncoding])`
1884 ### `crypto.createDiffieHellman(primeLength[, generator])`
1897 ### `crypto.createDiffieHellmanGroup(name)`
[all …]
/third_party/boost/tools/build/test/
DTestToolset.py32 def adjust_properties(properties): argument
36 def has_property(name, properties): argument
39 def get_property(name, properties): argument
44 def get_target_os(properties): argument
47 def expand_properties(properties): argument
67 def compute_path(properties, target_type): argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
Dwpas-dbus-new-signals.py37 def interfaceAdded(interface, properties): argument
43 def propertiesChanged(properties): argument
92 def bssAdded(bss, properties): argument
105 def networkAdded(network, properties): argument
114 def propertiesChangedInterface(properties): argument
118 def propertiesChangedBss(properties): argument
122 def propertiesChangedNetwork(properties): argument
Dwpas-dbus-new-wps.py16 def propertiesChanged(properties): argument
23 def bssAdded(bss, properties): argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
Dwpas-dbus-new-signals.py37 def interfaceAdded(interface, properties): argument
43 def propertiesChanged(properties): argument
92 def bssAdded(bss, properties): argument
105 def networkAdded(network, properties): argument
114 def propertiesChangedInterface(properties): argument
118 def propertiesChangedBss(properties): argument
122 def propertiesChangedNetwork(properties): argument
Dwpas-dbus-new-wps.py16 def propertiesChanged(properties): argument
23 def bssAdded(bss, properties): argument
/third_party/boost/tools/build/src/build/
Dproperty.py277 def refine (properties, requirements): argument
313 def translate_paths (properties, path): argument
338 def translate_indirect(properties, context_module): argument
356 def validate (properties): argument
366 def expand_subfeatures_in_conditions (properties): argument
410 def select (features, properties): argument
428 def evaluate_conditionals_in_context (properties, context): argument
457 def change (properties, feature, value = None): argument
520 def remove(attributes, properties): argument
542 def take(attributes, properties): argument
[all …]
Dtype.py222 def set_generated_target_suffix (type, properties, suffix): argument
242 def change_generated_target_suffix (type, properties, suffix): argument
251 def generated_target_suffix(type, properties): argument
260 def set_generated_target_prefix(type, properties, prefix): argument
279 def change_generated_target_prefix(type, properties, prefix): argument
285 def generated_target_prefix(type, properties): argument
292 def set_generated_target_ps(is_suffix, type, properties, val): argument
300 def change_generated_target_ps(is_suffix, type, properties, val): argument
314 def generated_target_ps_real(is_suffix, type, properties): argument
Dfeature.py338 def expand_subfeatures(properties, dont_validate = False): argument
552 def get_values (feature, properties): argument
569 def expand_composites (properties): argument
664 def expand (properties): argument
682 def add_defaults (properties): argument
724 def minimize (properties): argument
786 def split (properties): argument
798 def split_one (properties): argument
819 def compress_subproperties (properties): argument
861 def __select_subproperties (parent_property, properties): argument
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DAdapterDiscoveryTests.cpp60 wgpu::AdapterProperties properties; in TEST() local
78 wgpu::AdapterProperties properties; in TEST() local
96 wgpu::AdapterProperties properties; in TEST() local
125 wgpu::AdapterProperties properties; in TEST() local
144 wgpu::AdapterProperties properties; in TEST() local
178 wgpu::AdapterProperties properties; in TEST() local
219 wgpu::AdapterProperties properties; in TEST() local
242 wgpu::AdapterProperties properties; in TEST() local
255 wgpu::AdapterProperties properties; in TEST() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DNumberPropertyMapper.java40 DecimalFormatProperties properties, in create()
48 DecimalFormatProperties properties, in create()
62 DecimalFormatProperties properties = PatternStringParser.parseToProperties(pattern); in create() local
81 DecimalFormatProperties properties, in oldToNew()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkPhysicalDevice.cpp595 VkPhysicalDeviceProperties properties = { in getProperties() local
614 static const VkPhysicalDeviceProperties properties = getProperties(); in getProperties() local
619 static void getIdProperties(T *properties) in getIdProperties()
638 static void getMaintenance3Properties(T *properties) in getMaintenance3Properties()
650 static void getMultiviewProperties(T *properties) in getMultiviewProperties()
662 static void getPointClippingProperties(T *properties) in getPointClippingProperties()
673 static void getProtectedMemoryProperties(T *properties) in getProtectedMemoryProperties()
837 VkExternalMemoryProperties *properties = &pExternalBufferProperties->externalMemoryProperties; in getProperties() local
928 static void getDriverProperties(T *properties) in getDriverProperties()
952 static void getFloatControlsProperties(T *properties) in getFloatControlsProperties()
[all …]
/third_party/boost/tools/build/src/tools/
Dgcc.py347 def gcc_compile_cpp(targets, sources, properties): argument
357 def gcc_compile_c(targets, sources, properties): argument
401 def gcc_compile_asm(targets, sources, properties): argument
611 def gcc_link(targets, sources, properties): argument
638 def gcc_archive(targets, sources, properties): argument
677 def gcc_link_dll(targets, sources, properties): argument
Dmsvc.py229 def archive(targets, sources=None, properties=None): argument
283 def compile_c(targets, sources = [], properties = None): argument
288 def compile_c_preprocess(targets, sources = [], properties = None): argument
293 def compile_c_pch(targets, sources = [], properties = []): argument
300 def compile_cpp(targets,sources=[],properties=None): argument
305 def compile_cpp_preprocess(targets,sources=[],properties=None): argument
309 def compile_cpp_pch(targets,sources=[],properties=None): argument
356 def setup_compile_c_cpp_action(targets, sources, properties): argument
377 def setup_preprocess_c_cpp_action(targets, sources, properties): argument
414 def setup_c_cpp_pch(targets, sources, properties): argument
[all …]
/third_party/flutter/flutter/packages/flutter_tools/schema/
Dpubspec_yaml.json7 "properties": { object
15 "properties": { object
30 "properties": { object
37 "properties": { object
50 "properties": { object
59 "properties": { object
/third_party/typescript/tests/cases/compiler/
DindexSignatureAndMappedType.ts30 properties: Dictionary; property
34 properties: Record<T, string>; property
/third_party/node/deps/icu-small/source/python/icutools/databuilder/
Dfiltration_schema.json9 "properties": { object
31 "properties": { object
51 "properties": { object
63 "properties": { object
91 "properties": { object
101 "properties": { object
111 "properties": { object
121 "properties": { object
131 "properties": { object
141 "properties": { object
[all …]
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/
Dfiltration_schema.json9 "properties": { object
31 "properties": { object
51 "properties": { object
63 "properties": { object
91 "properties": { object
101 "properties": { object
111 "properties": { object
121 "properties": { object
131 "properties": { object
141 "properties": { object
[all …]
/third_party/flutter/flutter/dev/integration_tests/android_views/android/app/src/main/java/io/flutter/integration/androidviews/
DMotionEventCodec.java25 MotionEvent.PointerProperties properties = new MotionEvent.PointerProperties(); in encode() local
53 private static HashMap<String, Object> encodePointerProperties(PointerProperties properties) { in encodePointerProperties()
106 PointerProperties properties = new PointerProperties(); in decodePointerProperties() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dgen_overlay_widgets.py113 def extract_type_and_constructor(properties): argument
123 def get_font_size_constant(properties): argument
137 def __init__(self, properties, is_graph_description=False): argument
148 def extract_common(self, properties): argument
/third_party/icu/icu4c/source/python/icutools/databuilder/
Dfiltration_schema.json9 "properties": { object
31 "properties": { object
51 "properties": { object
63 "properties": { object
91 "properties": { object
101 "properties": { object
111 "properties": { object
121 "properties": { object
138 "properties": { object
/third_party/grpc/src/csharp/Grpc.Core.Api/
DAuthContext.cs35 Dictionary<string, List<AuthProperty>> properties; field in Grpc.Core.AuthContext
42 …lic AuthContext(string peerIdentityPropertyName, Dictionary<string, List<AuthProperty>> properties) in AuthContext()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DRoundingUtils.java174 public static MathContext getMathContextOrUnlimited(DecimalFormatProperties properties) { in getMathContextOrUnlimited()
194 public static MathContext getMathContextOr34Digits(DecimalFormatProperties properties) { in getMathContextOr34Digits()
217 public static Scale scaleFromProperties(DecimalFormatProperties properties) { in scaleFromProperties()
/third_party/boost/boost/compute/interop/opengl/
Dcontext.hpp56 cl_context_properties properties[] = { in opengl_create_shared_context() local
94 cl_context_properties properties[] = { in opengl_create_shared_context() local
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/refs/
Djson-schema-secure.json17 "properties": { object
26 "properties": { object
29 "properties": { object
58 "properties": { object
81 "properties": { object

12345678910>>...19