Searched full:descriptors (Results 1 – 25 of 2759) sorted by relevance
12345678910>>...111
... kotlin/reflect/jvm/internal/impl/descriptors/ kotlin/reflect/jvm/internal/impl ...
... /compiler.common.kotlin_module META-INF/descriptors.jvm.kotlin_module META-INF/descriptors. ...
... types.KotlinType kotlinType org.jetbrains.kotlin.descriptors.ClassDescriptor descriptor org.jetbrains.kotlin.types ...
11 Class used to store a cache of the most frequently used MBIM descriptors.12 This caching of descriptors avoids frequent access to the device for17 def __init__(self, descriptors): argument19 Store the the relevant descriptors from the list of descriptors.21 @param descriptors: Raw descriptor set obtained from the device.25 if self._check_ncm_mbim_device(descriptors):26 self._update_ncm_mbim_cache(descriptors)28 self._update_mbim_cache(descriptors)32 descriptors, argument39 Store the MBIM/NCM interface descriptors into the |device_context| and[all …]
78 subtype. Only descriptors have a bDescriptorSubtype field should specify326 A class for extracting USB descriptors from raw descriptor data.330 descriptors via instances derived from a subclass of Descriptor.365 # self._data[self._index + 2]: bDescriptorSubtype for some descriptors386 def filter_descriptors(descriptor_type, descriptors): argument388 Filter a list of descriptors based on the target |descriptor_type|.391 @param descriptors: The list of functional descriptors.393 @returns A list of target descriptors.396 if not descriptors:399 descriptors)[all …]
33 import com.google.protobuf.Descriptors.FieldDescriptor;63 for (final Map.Entry<Descriptors.FieldDescriptor, Object> entry : fields.entrySet()) { in writeMessageTo()64 final Descriptors.FieldDescriptor field = entry.getKey(); in writeMessageTo()68 && field.getType() == Descriptors.FieldDescriptor.Type.MESSAGE in writeMessageTo()89 for (final Map.Entry<Descriptors.FieldDescriptor, Object> entry : fields.entrySet()) { in getSerializedSize()90 final Descriptors.FieldDescriptor field = entry.getKey(); in getSerializedSize()94 && field.getType() == Descriptors.FieldDescriptor.Type.MESSAGE in getSerializedSize()126 for (final Descriptors.FieldDescriptor field : message.getDescriptorForType().getFields()) { in isInitialized()135 for (final Map.Entry<Descriptors.FieldDescriptor, Object> entry : in isInitialized()137 final Descriptors.FieldDescriptor field = entry.getKey(); in isInitialized()[all …]
50 public RubyMessage(Ruby ruby, RubyClass klazz, Descriptors.Descriptor descriptor) { in RubyMessage()63 * type exist, as provided by the #msgclass method on Descriptors after they73 this.repeatedFields = new HashMap<Descriptors.FieldDescriptor, RubyRepeatedField>(); in initialize()74 this.maps = new HashMap<Descriptors.FieldDescriptor, RubyMap>(); in initialize()75 this.fields = new HashMap<Descriptors.FieldDescriptor, IRubyObject>(); in initialize()76 this.oneofCases = new HashMap<Descriptors.OneofDescriptor, Descriptors.FieldDescriptor>(); in initialize()87 final Descriptors.FieldDescriptor fieldDescriptor = findField(context, key); in initialize()104 Descriptors.OneofDescriptor oneof = fieldDescriptor.getContainingOneof(); in initialize()109 …if (value instanceof RubyHash && fieldDescriptor.getType() == Descriptors.FieldDescriptor.Type.MES… in initialize()132 Descriptors.FieldDescriptor fieldDescriptor = findField(context, fieldName); in indexSet()[all …]
37 import com.google.protobuf.Descriptors;50 public static Descriptors.FieldDescriptor.Type rubyToFieldType(IRubyObject typeClass) { in rubyToFieldType()51 return Descriptors.FieldDescriptor.Type.valueOf(typeClass.asJavaString().toUpperCase()); in rubyToFieldType()54 …public static IRubyObject fieldTypeToRuby(ThreadContext context, Descriptors.FieldDescriptor.Type … in fieldTypeToRuby()67 …public static IRubyObject checkType(ThreadContext context, Descriptors.FieldDescriptor.Type fieldT… in checkType()118 Descriptors.EnumDescriptor enumDescriptor = in checkType()133 …public static IRubyObject wrapPrimaryValue(ThreadContext context, Descriptors.FieldDescriptor.Type… in wrapPrimaryValue()190 …public static IRubyObject validateStringEncoding(ThreadContext context, Descriptors.FieldDescripto… in validateStringEncoding()230 public static boolean isMapEntry(Descriptors.FieldDescriptor fieldDescriptor) { in isMapEntry()231 return fieldDescriptor.getType() == Descriptors.FieldDescriptor.Type.MESSAGE && in isMapEntry()[all …]
70 var descriptors = parseFontString(fontstr);71 var typeface = getFromFontCache(descriptors);72 descriptors['typeface'] = typeface;73 return descriptors;86 // descriptors is like https://developer.mozilla.org/en-US/docs/Web/API/FontFace/FontFace88 function addToFontCache(typeface, descriptors) { argument89 var key = (descriptors['style'] || 'normal') + '|' +90 (descriptors['variant'] || 'normal') + '|' +91 (descriptors['weight'] || 'normal');92 var fam = descriptors['family'];[all …]
5 //! Provides infrastructure for de/serializing descriptors embedded in Rust data structures.22 //! // Wraps Serialize types to collect side channel descriptors as Serialize is called.25 //! // Use the wrapper with any serializer to serialize data is normal, grabbing descriptors30 //! // (it contains tmp_f in this case), we can retrieve the actual descriptors45 //! // to side channel descriptors.72 let mut descriptors = d.borrow_mut(); in init_descriptor_dst() localVariable73 if descriptors.is_some() { in init_descriptor_dst()78 *descriptors = Some(Default::default()); in init_descriptor_dst()92 /// Pushes a descriptor on the thread local destination of descriptors, returning the index in which101 .map(|descriptors| { in push_descriptor()[all …]
17 static final com.google.protobuf.Descriptors.Descriptor22 static final com.google.protobuf.Descriptors.Descriptor27 static final com.google.protobuf.Descriptors.Descriptor32 static final com.google.protobuf.Descriptors.Descriptor37 static final com.google.protobuf.Descriptors.Descriptor43 public static com.google.protobuf.Descriptors.FileDescriptor47 private static com.google.protobuf.Descriptors.FileDescriptor59 com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =60 new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() {62 com.google.protobuf.Descriptors.FileDescriptor root) {[all …]
29 static final com.google.protobuf.Descriptors.Descriptor34 static final com.google.protobuf.Descriptors.Descriptor39 static final com.google.protobuf.Descriptors.Descriptor45 public static com.google.protobuf.Descriptors.FileDescriptor49 private static com.google.protobuf.Descriptors.FileDescriptor63 com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =64 new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() {66 com.google.protobuf.Descriptors.FileDescriptor root) {71 com.google.protobuf.Descriptors.FileDescriptor73 new com.google.protobuf.Descriptors.FileDescriptor[] { in internalBuildGeneratedFileFrom()
29 static final com.google.protobuf.Descriptors.Descriptor34 static final com.google.protobuf.Descriptors.Descriptor40 public static com.google.protobuf.Descriptors.FileDescriptor44 private static com.google.protobuf.Descriptors.FileDescriptor59 com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =60 new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() {62 com.google.protobuf.Descriptors.FileDescriptor root) {67 com.google.protobuf.Descriptors.FileDescriptor69 new com.google.protobuf.Descriptors.FileDescriptor[] { in internalBuildGeneratedFileFrom()
17 static final com.google.protobuf.Descriptors.Descriptor22 static final com.google.protobuf.Descriptors.Descriptor27 static final com.google.protobuf.Descriptors.Descriptor32 static final com.google.protobuf.Descriptors.Descriptor37 static final com.google.protobuf.Descriptors.Descriptor42 static final com.google.protobuf.Descriptors.Descriptor47 static final com.google.protobuf.Descriptors.Descriptor52 static final com.google.protobuf.Descriptors.Descriptor58 public static com.google.protobuf.Descriptors.FileDescriptor62 private static com.google.protobuf.Descriptors.FileDescriptor[all …]
17 static final com.google.protobuf.Descriptors.Descriptor22 static final com.google.protobuf.Descriptors.Descriptor27 static final com.google.protobuf.Descriptors.Descriptor32 static final com.google.protobuf.Descriptors.Descriptor37 static final com.google.protobuf.Descriptors.Descriptor42 static final com.google.protobuf.Descriptors.Descriptor47 static final com.google.protobuf.Descriptors.Descriptor52 static final com.google.protobuf.Descriptors.Descriptor57 static final com.google.protobuf.Descriptors.Descriptor62 static final com.google.protobuf.Descriptors.Descriptor[all …]
17 static final com.google.protobuf.Descriptors.Descriptor22 static final com.google.protobuf.Descriptors.Descriptor27 static final com.google.protobuf.Descriptors.Descriptor32 static final com.google.protobuf.Descriptors.Descriptor37 static final com.google.protobuf.Descriptors.Descriptor42 static final com.google.protobuf.Descriptors.Descriptor48 public static com.google.protobuf.Descriptors.FileDescriptor52 private static com.google.protobuf.Descriptors.FileDescriptor90 com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =91 new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() {[all …]
55 const std::vector<const Descriptor*>& descriptors) { in ResetTypeInfo() argument58 const DescriptorPool* pool = descriptors[0]->file()->pool(); in ResetTypeInfo()59 for (int i = 1; i < descriptors.size(); ++i) { in ResetTypeInfo()60 GOOGLE_CHECK(pool == descriptors[i]->file()->pool()) in ResetTypeInfo()61 << "Descriptors from different pools are not supported."; in ResetTypeInfo()73 std::vector<const Descriptor*> descriptors; in ResetTypeInfo() local74 descriptors.push_back(descriptor); in ResetTypeInfo()75 ResetTypeInfo(descriptors); in ResetTypeInfo()80 std::vector<const Descriptor*> descriptors; in ResetTypeInfo() local81 descriptors.push_back(descriptor1); in ResetTypeInfo()[all …]
90 * Descriptors format:98 * | | fs_count | LE32 | number of full-speed descriptors |99 * | | hs_count | LE32 | number of high-speed descriptors |100 * | | ss_count | LE32 | number of super-speed descriptors |101 * | | os_count | LE32 | number of MS OS descriptors |102 * | | fs_descrs | Descriptor[] | list of full-speed descriptors |103 * | | hs_descrs | Descriptor[] | list of high-speed descriptors |104 * | | ss_descrs | Descriptor[] | list of super-speed descriptors |105 * | | os_descrs | OSDesc[] | list of MS OS descriptors |111 * Legacy descriptors format (deprecated as of 3.14):[all …]
17 static final com.google.protobuf.Descriptors.Descriptor22 static final com.google.protobuf.Descriptors.Descriptor28 public static com.google.protobuf.Descriptors.FileDescriptor32 private static com.google.protobuf.Descriptors.FileDescriptor51 com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =52 new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() {54 com.google.protobuf.Descriptors.FileDescriptor root) {59 com.google.protobuf.Descriptors.FileDescriptor61 new com.google.protobuf.Descriptors.FileDescriptor[] { in internalBuildGeneratedFileFrom()
50 // Command must be reset before we destroy descriptors or we get a validation in ~Pipeline()91 // If there are no descriptors for this descriptor set we only in CreateDescriptorSetLayouts()94 for (auto& desc : info.descriptors) { in CreateDescriptorSetLayouts()120 for (auto& desc : info.descriptors) { in CreateDescriptorPools()228 for (auto& desc : info.descriptors) in UpdateDescriptorSetsIfNeeded()267 auto& descriptors = descriptor_set_info_[desc_set].descriptors; in GetDescriptorSlot() local268 for (auto& descriptor : descriptors) { in GetDescriptorSlot()292 auto& descriptors = descriptor_set_info_[cmd->GetDescriptorSet()].descriptors; in AddBufferDescriptor() local325 descriptors.push_back(std::move(image_desc)); in AddBufferDescriptor()330 descriptors.push_back(std::move(buffer_desc)); in AddBufferDescriptor()[all …]
37 \fIcurl_multi_wait(3)\fP polls all file descriptors used by the curl easy48 total number of file descriptors on which interesting events occurred. This49 number can include both libcurl internal descriptors as well as descriptors52 If no extra file descriptors are provided and libcurl has no file descriptor58 with 1024 maximum file descriptors.100 /* 'numfds' being zero means either a timeout or no file descriptors to102 descriptors and no file descriptors to wait for means wait for 100