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

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCSectionELF.h 33 /// This is the sh_type field of a section, drawn from the enums below.
36 /// This is the sh_flags field of a section, drawn from the enums below.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCSectionELF.h 33 /// This is the sh_type field of a section, drawn from the enums below.
36 /// This is the sh_flags field of a section, drawn from the enums below.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCSectionELF.h 33 /// This is the sh_type field of a section, drawn from the enums below.
36 /// This is the sh_flags field of a section, drawn from the enums below.
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
enumsimple.swg 5 * and earlier wrapped global enums with constant integers in the module
6 * class. Enums declared within a C++ class were wrapped by constant integers
  /prebuilts/misc/common/swig/include/2.0.11/java/
enumsimple.swg 5 * and earlier wrapped global enums with constant integers in the module class
6 * or Constants interface. Enums declared within a C++ class were wrapped by
  /system/tpm/attestation/common/
proto_print.py 113 A tuple in the form (package, imports, messages, enums) where
117 enums: A list of Enum objects; one for each enum in the proto.
122 enums = []
135 # Close off the current scope. Enums first because they can't be nested.
138 enums.append(current_enum)
178 return package, imports, messages, enums
402 package, imports, messages, enums = ParseProto(input_file)
410 for enum in enums:
  /toolchain/binutils/binutils-2.27/elfcpp/
ChangeLog-0815 71 * arm.h: Add enums for Tag_ABI_FP_number_model and Tag_ABI_VFP_args.
101 * aarch64.h: New file. New enums for aarch64-elf64 relocations.
125 R_MICROMIPS_PC23_S20, R_MIPS_EH): New enums for relocations (mips16 and
216 Update DWARF enums from ../include/dwarf2.h.
229 * elfcpp.h (SHT_MIPS_REGINFO): New enums for processor-specific flags.
315 * arm.h: New enums for EABI object attribute tags and values.
319 * arm.h: Define enums for Tag_CPU_arch EABI attribute.
333 EF_ARM_EABI_VER4, EF_ARM_EABI_VER5): New enums for processor-specific
  /art/compiler/jni/quick/arm/
calling_convention_arm.h 20 #include "base/enums.h"
  /art/compiler/jni/quick/arm64/
calling_convention_arm64.h 20 #include "base/enums.h"
  /art/compiler/jni/quick/mips/
calling_convention_mips.h 20 #include "base/enums.h"
  /art/compiler/jni/quick/mips64/
calling_convention_mips64.h 20 #include "base/enums.h"
  /art/compiler/jni/quick/x86/
calling_convention_x86.h 20 #include "base/enums.h"
  /art/compiler/jni/quick/x86_64/
calling_convention_x86_64.h 20 #include "base/enums.h"
  /art/runtime/arch/
instruction_set_test.cc 21 #include "base/enums.h"
  /art/runtime/
offsets.h 22 #include "base/enums.h"
  /build/make/tools/droiddoc/templates-pdk/
customizations.cs 65 <?cs call:list("Enums", class.package.enums) ?>
73 <?cs call:class_link_list("Enums", package.enums) ?>
  /device/generic/goldfish/camera/jpeg-stub/
Android.mk 28 jpeg_cflags := -fno-short-enums -DQEMU_HARDWARE
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Include/Protocol/
GlobalNvsArea.h 69 UINT32 PlatformType; // Set to one of EFI_PLATFORM_TYPE enums.
  /external/autotest/client/cros/cellular/
mm1.py 25 # Modem States from Modemmanager-enums.h
  /external/clang/docs/tools/
dump_format_style.py 108 enums = {}
164 enums[enum.name] = enum
180 if enums.has_key(option.type):
181 option.enum = enums[option.type]
  /external/clang/test/CodeGen/
attr-mode-enums.c 3 // Test checks that 'mode' attribute is handled correctly with enums, i. e. code
le32-arguments.c 42 // Enums should be treated as the underlying i32
  /external/clang/test/Modules/Inputs/
DebugCXX.h 9 // Enums.
  /external/jcommander/src/test/java/com/beust/jcommander/args/
ArgsEnum.java 31 * Test enums.
  /external/libdrm/tests/proptest/
proptest.c 129 printf(" %s=%llu", prop->enums[i].name,
130 prop->enums[i].value);
135 printf(" %s=0x%llx", prop->enums[i].name,
136 (1LL << prop->enums[i].value));

Completed in 1078 milliseconds

<<11121314151617181920>>