Searched refs:enums (Results 1 – 23 of 23) sorted by relevance
159 const vector<EnumDescriptorProto>& enums, const vector<DescriptorProto>& messages) in write_file() argument189 N = enums.size(); in write_file()191 write_enum(text, enums[i], indented); in write_file()216 vector<EnumDescriptorProto> enums; in write_multiple_files() local219 enums.push_back(file_descriptor.enum_type(i)); in write_multiple_files()226 true, enums, messages); in write_multiple_files()232 vector<EnumDescriptorProto> enums; in write_multiple_files() local239 false, enums, messages); in write_multiple_files()248 vector<EnumDescriptorProto> enums; in write_single_file() local251 enums.push_back(file_descriptor.enum_type(i)); in write_single_file()[all …]
144 self.enums = collections.OrderedDict()185 if value not in self.enums:186 self.enums[value] = name206 for enum in self.enums.iteritems():
145 <!-- Types generated from corresponding <enums> tags below -->179 <enums namespace="VK" comment="Misc. hardcoded constants - not an enumerated type">»193 «</enums>275 <enums namespace="VK" name="{{Macro "EnumName" $ | TrimRight "s"}}Bits" type="bitmask">»284 «</enums>298 <enums namespace="VK" name="{{Macro "EnumName" $}}" type="enum" §306 «</enums>
14 {{/* Generate AsciiDoc files for API enums and bitfields (flags). */}}17 {{$filename := print $docPath "enums/" (Macro "EnumName" $e) ".txt"}}
49 > ../enums.in
24 import "frameworks/base/core/proto/android/app/enums.proto";25 import "frameworks/base/core/proto/android/app/job/enums.proto";26 import "frameworks/base/core/proto/android/bluetooth/enums.proto";27 import "frameworks/base/core/proto/android/os/enums.proto";28 import "frameworks/base/core/proto/android/server/enums.proto";29 import "frameworks/base/core/proto/android/telecomm/enums.proto";30 import "frameworks/base/core/proto/android/telephony/enums.proto";31 import "frameworks/base/core/proto/android/view/enums.proto";207 // New screen state, from frameworks/base/core/proto/android/view/enums.proto.220 // The state, from frameworks/base/core/proto/android/app/enums.proto.[all …]
410 int[] enums, int value, int mod) { in printProto() argument412 if (index >= 0 && index < enums.length) { in printProto()413 proto.write(fieldId, enums[index]); in printProto()
31 // Network type enums, primarily used by android/telephony/TelephonyManager.java.
30 (this is needed because enums have to be 32 bits and there's no nice way to put 64bit
31 (this is needed because enums have to be 32 bits and there's no nice way to put 64bit
22 import "frameworks/base/core/proto/android/app/enums.proto";24 import "frameworks/base/core/proto/android/os/enums.proto";30 import "frameworks/base/core/proto/android/view/enums.proto";
23 import "frameworks/base/core/proto/android/app/job/enums.proto";
22 import "frameworks/base/core/proto/android/app/enums.proto";
23 import "frameworks/base/core/proto/android/os/enums.proto";
24 import "frameworks/base/core/proto/android/service/enums.proto";
81 …8.256229)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !2, globals: !2)
363 ENUM = 0x00010000; // Allows enums that are defined in the Attribute's symbols.381 // The set of enums/flags defined in this attribute. Only makes sense if the format includes
22 import "frameworks/base/core/proto/android/app/job/enums.proto";24 import "frameworks/base/core/proto/android/telephony/enums.proto";
121 self.enums = {}
META-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
907 # classes and enums directly into the documentation.
898 # classes and enums directly into the documentation.
1741 //@vulkan1_1 enums