HomeSort by relevance Sort by last modified time
    Searched full:enums (Results 951 - 975 of 3341) sorted by null

<<31323334353637383940>>

  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Intrinsics.h 10 // This file defines a set of enums which allow processing of intrinsic
40 // Get the intrinsic enums generated from Intrinsics.td
  /prebuilts/misc/common/robolectric/3.1.1/lib/
xstream-1.4.8.pom 379 <exclude>**/enums/*</exclude>
389 <exclude>**/enums/*</exclude>
  /prebuilts/tools/common/m2/repository/com/thoughtworks/xstream/xstream/1.4.7/
xstream-1.4.7.pom 305 <exclude>**/enums/*</exclude>
313 <exclude>**/enums/*</exclude>
  /prebuilts/tools/common/m2/repository/com/thoughtworks/xstream/xstream/1.4.8/
xstream-1.4.8.pom 379 <exclude>**/enums/*</exclude>
389 <exclude>**/enums/*</exclude>
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/js/
js_generator.h 187 // Generate definitions for all message classes and enums in all files,
199 // Generate definitions for all message classes and enums.
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
translate.py 227 module's namespace. Only used with Structs, Unions, Interfaces and Enums."""
276 struct.enums = []
280 struct.enums = map(
427 interface.enums = map(
453 # so constants and enums can refer to each other.
587 module.enums = map(
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_dump.c 76 const char **enums,
82 ctx->dump_printf( ctx, "%s", enums[e] );
95 #define ENM(E,ENUMS) dump_enum( ctx, E, ENUMS, sizeof( ENUMS ) / sizeof( *ENUMS ) )
  /tools/metalava/src/main/java/com/android/tools/metalava/model/
ClassItem.kt 247 // In enums, visit the enum constants first, then the fields
714 private val enums: Sequence<FieldItem>
738 enums = fieldSequence
744 enums = emptySequence()
765 val classEmpty = (constructors.none() && methods.none() && enums.none() && fields.none())
824 for (enumConstant in enums) {
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp 716 // Unique the enums, but maintain the original declaration ordering.
718 uniqueEnumsInOrder(const std::vector<std::string> &enums) {
720 std::set<std::string> unique_set(enums.begin(), enums.end());
721 for (const auto &i : enums) {
733 std::vector<std::string> values, enums, uniques; member in class:__anon17099::EnumArgument
738 enums(Arg.getValueAsListOfStrings("Enums")),
739 uniques(uniqueEnumsInOrder(enums))
821 for (size_t I = 0; I < enums.size(); ++I)
852 std::vector<std::string> values, enums, uniques; member in class:__anon17099::VariadicEnumArgument
    [all...]
  /external/libxml2/doc/
apibuild.py 200 self.enums = {}
254 self.enums[name] = d
317 if id in self.enums:
325 for id in list(idx.enums.keys()):
326 if id in self.enums:
328 id, self.enums[id].header, idx.enums[id].header))
330 self.enums[id] = idx.enums[id]
331 self.identifiers[id] = idx.enums[id
    [all...]
  /toolchain/binutils/binutils-2.27/cpu/
or1korbis.cpu 130 ; Enums.
134 insn-opcode "insn main opcode enums" ((MACH ORBIS-MACHS)) OPC_ f-opcode
186 "systrapsync insn opcode enums" ((MACH ORBIS-MACHS))
197 "movhi/macrc insn opcode enums" ((MACH ORBIS-MACHS))
205 "multiply/accumulate insn opcode enums" ((MACH ORBIS-MACHS))
213 "shift/rotate insn opcode enums" ((MACH ORBIS-MACHS))
223 "extend byte/half opcode enums" ((MACH ORBIS-MACHS))
233 "extend word opcode enums" ((MACH ORBIS-MACHS))
241 "alu reg/reg insn opcode enums" ((MACH ORBIS-MACHS))
262 "setflag insn opcode enums" ((MACH ORBIS-MACHS)
    [all...]
  /external/golang-protobuf/protoc-gen-go/generator/
generator.go 97 // The file and package name method are common to messages and enums.
119 enums []*EnumDescriptor // Inner enums, if any.
242 // It includes slices of all the messages and enums defined within it.
247 enum []*EnumDescriptor // All the enums defined in this file.
521 cast string // if non-empty, a type cast is required (used for enums)
532 // Object is an interface abstracting the abilities shared by enums, messages, extensions and imported objects.
811 // We must wrap the descriptors before we wrap the enums
814 enums := wrapEnumDescriptors(f, descs)
815 g.buildNestedEnums(descs, enums)
    [all...]
  /external/mesa3d/src/mesa/main/
get_hash_params.py 143 # Enums in OpenGL and GLES1
357 # Enums in OpenGL and ES 3.0
443 # Enums in OpenGL and ES 3.1
    [all...]
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 149 // Does the file have top-level enums?
417 // enums defined in |file|.
445 // Prints all enums contained in all message types in |file|.
494 // Recursively prints enums in nested types within descriptor, then
495 // prints enums contained at the top level in descriptor.
    [all...]
  /external/python/cpython3/Doc/library/
enum.rst 96 Even though we use the :keyword:`class` syntax to create Enums, Enums
97 are not normal Python classes. See `How are Enums different?`_ for
413 Allowing subclassing of enums that define members would lead to a violation of
429 The usual restrictions for pickling apply: picklable enums must be defined in
435 With pickle protocol version 4 it is possible to easily pickle enums
480 Pickling enums created with the functional API can be tricky as frame stack
946 How are Enums different?
949 Enums have a custom metaclass that affects many aspects of both derived Enum
  /external/autotest/client/deps/webgl_mpd/src/debug/
webgl-debug.js 52 * Which arguments are enums based on the number of arguments to the function.
59 * means if there are 9 arguments then 6 and 7 are enums, if there are 6
60 * arguments 3 and 4 are enums
184 * @return {boolean} True if value matches one of the WebGL defined enums
796 * @return {boolean} True if value matches one of the WebGL defined enums
  /external/mesa3d/src/intel/genxml/
gen_pack_header.py 38 /* Instructions, enums and structures for %(platform)s.
270 elif self.type in self.parser.enums:
431 elif field.type in self.parser.enums:
492 self.enums = {}
539 self.enums[attrs["name"]] = 1
  /external/perfetto/src/protozero/protoc_plugin/
protozero_generator.cc 123 // Small enums can be written faster without involving VarInt encoder.
152 // Collect enums.
198 // Collect descriptors of messages and enums used in current proto.
553 // Using statements for nested enums.
561 // Values of nested enums.
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /external/capstone/arch/ARM/
ARMBaseInfo.h 31 // Enums corresponding to ARM condition codes
297 ARMII_AddrModeMask = 0x1f, // The AddrMode enums are declared in ARMBaseInfo.h
301 // The index mode enums are declared in ARMBaseInfo.h
  /external/google-breakpad/src/google_breakpad/processor/
stack_frame_cpu.h 193 // silently convert from ints to enums.
269 // silently convert from ints to enums.
399 // silently convert from ints to enums.
  /external/llvm/docs/TableGen/
index.rst 58 ``-print-enums`` option:
62 $ llvm-tblgen X86.td -print-enums -class=Register
72 $ llvm-tblgen X86.td -print-enums -class=Instruction
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 25 // Enums corresponding to ARM condition codes
327 AddrModeMask = 0x1f, // The AddrMode enums are declared in ARMBaseInfo.h
331 // The index mode enums are declared in ARMBaseInfo.h
  /external/mesa3d/docs/specs/
MESA_query_renderer.spec 349 just use glGetInteger and glGetString. However, the GL enums and
350 the GLX enums would have different names and would almost certainly
401 which the new enums can be passed. The "Current"
  /external/mesa3d/src/amd/addrlib/
addrtypes.h 164 * Neutral enums that define tile modes for all H/W
166 * R600/R800 tiling mode can be cast to hw enums directly but never cast into HW enum from
440 * Neutral enums that specifies micro tile type (MICRO_TILE_MODE)

Completed in 1296 milliseconds

<<31323334353637383940>>