HomeSort by relevance Sort by last modified time
    Searched full:represent (Results 351 - 375 of 7724) sorted by null

<<11121314151617181920>>

  /dalvik/dx/src/com/android/dex/
EncodedValueCodec.java 34 * Figure out how many bits are needed to represent the value,
65 // Figure out how many bits are needed to represent the value.
92 // Figure out how many bits are needed to represent the value.
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationItem.java 50 /** {@code non-null;} the annotation to represent */
98 * @param annotation {@code non-null;} annotation to represent
104 * leb128 type is used to represent some things.
  /device/google/contexthub/lib/include/nanohub/
appRelocFormat.h 87 #define TOKEN_16BIT_OFST 0xFC // followed by 16-bit x, such that the value we want to represent is x + MAX_8_BIT_NUM
88 #define TOKEN_24BIT_OFST 0xFB // followed by 24-bit x, such that the value we want to represent is x + MAX_16_BIT_NUM
89 #define TOKEN_32BIT_OFST 0xFA // followed by 32-bit value we want to represent, sent directly
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Library/EblCmdLib/
EblCmdLib.c 46 @param Argv Array of strings that represent the parsed command line.
124 @param Argv Array of strings that represent the parsed command line.
206 @param Argv Array of strings that represent the parsed command line.
  /device/linaro/bootloader/edk2/BeagleBoardPkg/Library/EblCmdLib/
EblCmdLib.c 46 @param Argv Array of strings that represent the parsed command line.
124 @param Argv Array of strings that represent the parsed command line.
206 @param Argv Array of strings that represent the parsed command line.
  /external/bison/src/
scan-code.h 98 * - \c self has been overwritten to represent the specified plain code
114 * - \c self has been overwritten to represent the specified symbol action.
131 * - \c self has been overwritten to represent the specified rule action.
  /external/llvm/include/llvm/MC/
MCInst.h 11 // is the basic representation used to represent low-level machine code
31 /// \brief Instances of this class represent operands of the MCInst class.
148 /// \brief Instances of this class represent a single low-level machine
  /external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/
WebSocketProtocol.java 50 * If this flag is set, the next four bytes represent the mask key. These bytes appear after
57 * If this value is {@link #PAYLOAD_SHORT}, the next two bytes represent the length.
58 * If this value is {@link #PAYLOAD_LONG}, the next eight bytes represent the length.
  /external/python/cpython2/Doc/library/
aetypes.rst 12 The :mod:`aetypes` defines classes used to represent Apple Event data
40 The :mod:`AEObjects` module defines the following classes to represent Apple
132 represent AppleScript classes and properties in Python:
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ValueTypes.td 69 // Pseudo valuetype to represent "vector of any size"
72 // Pseudo valuetype to represent "float of any format"
75 // Pseudo valuetype to represent "integer of any bit width"
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInst.h 11 // is the basic representation used to represent low-level machine code
29 /// MCOperand - Instances of this class represent operands of the MCInst class.
127 /// MCInst - Instances of this class represent a single low-level machine
  /frameworks/base/drm/java/android/drm/
DrmStore.java 25 * Interface definition for the columns that represent DRM constraints.
30 * represent three most common types of constraints: count-based,
32 * at the same time to represent more sophisticated constraints.
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInst.h 11 // is the basic representation used to represent low-level machine code
33 /// \brief Instances of this class represent operands of the MCInst class.
157 /// \brief Instances of this class represent a single low-level machine
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInst.h 11 // is the basic representation used to represent low-level machine code
33 /// \brief Instances of this class represent operands of the MCInst class.
157 /// \brief Instances of this class represent a single low-level machine
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInst.h 11 // is the basic representation used to represent low-level machine code
33 /// \brief Instances of this class represent operands of the MCInst class.
157 /// \brief Instances of this class represent a single low-level machine
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInst.h 11 // is the basic representation used to represent low-level machine code
33 /// \brief Instances of this class represent operands of the MCInst class.
157 /// \brief Instances of this class represent a single low-level machine
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInst.h 11 // is the basic representation used to represent low-level machine code
33 /// \brief Instances of this class represent operands of the MCInst class.
157 /// \brief Instances of this class represent a single low-level machine
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInst.h 11 // is the basic representation used to represent low-level machine code
33 /// \brief Instances of this class represent operands of the MCInst class.
157 /// \brief Instances of this class represent a single low-level machine
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInst.h 11 // is the basic representation used to represent low-level machine code
33 /// \brief Instances of this class represent operands of the MCInst class.
157 /// \brief Instances of this class represent a single low-level machine
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInst.h 11 // is the basic representation used to represent low-level machine code
33 /// \brief Instances of this class represent operands of the MCInst class.
157 /// \brief Instances of this class represent a single low-level machine
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
AttributeDescriptor.java 30 * An attribute descriptor also knows which UI node should be instantiated to represent
54 * or attribute separator, all of which do not represent any real attribute.)
101 * no matter what they represent.
  /external/llvm/include/llvm/Target/
TargetItinerary.td 19 // Processor functional unit - These values represent the function units
43 // Instruction stage - These values represent a non-pipelined step in
45 // discrete time slots needed to complete the stage. Units represent
73 // Instruction itinerary classes - These values represent 'named' instruction
121 // Processor itineraries - These values represent the set of all itinerary
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetSchedule.td 16 // Processor functional unit - These values represent the function units
40 // Instruction stage - These values represent a non-pipelined step in
42 // discrete time slots needed to complete the stage. Units represent
70 // Instruction itinerary classes - These values represent 'named' instruction
117 // Processor itineraries - These values represent the set of all itinerary
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELF.h 70 // getGV - From a global value return a elf symbol to represent it
82 // getExtSym - Create and return an elf symbol to represent an
94 // getSectionSym - Returns a elf symbol to represent an elf section
104 // getFileSym - Returns a elf symbol to represent the module identifier
183 /// Sym - The symbol to represent this section if it has one.
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetItinerary.td 19 // Processor functional unit - These values represent the function units
43 // Instruction stage - These values represent a non-pipelined step in
45 // discrete time slots needed to complete the stage. Units represent
73 // Instruction itinerary classes - These values represent 'named' instruction
121 // Processor itineraries - These values represent the set of all itinerary

Completed in 1248 milliseconds

<<11121314151617181920>>