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

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-3960126/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
  /prebuilts/clang/host/darwin-x86/clang-3977809/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
  /prebuilts/clang/host/darwin-x86/clang-4053586/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
  /prebuilts/clang/host/linux-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
  /prebuilts/clang/host/linux-x86/clang-3960126/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
  /prebuilts/clang/host/linux-x86/clang-3977809/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
  /prebuilts/clang/host/linux-x86/clang-4053586/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
  /libcore/ojluni/src/main/java/java/lang/reflect/
Executable.java 198 * Returns an array of {@code TypeVariable} objects that represent the
204 * @return an array of {@code TypeVariable} objects that represent
214 * Returns an array of {@code Class} objects that represent the formal
238 * Returns an array of {@code Type} objects that represent the formal
250 * @return an array of {@code Type}s that represent the formal
317 * Returns an array of {@code Parameter} objects that represent
427 * Returns an array of {@code Class} objects that represent the
439 * Returns an array of {@code Type} objects that represent the
447 * @return an array of Types that represent the exception types
501 * represent the annotations on the formal parameters, i
    [all...]
  /external/pdfium/core/fpdfapi/parser/
cpdf_hint_tables.cpp 95 // Item 3: The number of bits needed to represent the difference
106 // Item 5: The number of bits needed to represent the difference
115 // Item 10: The number of bits needed to represent the greatest
121 // Item 11: The number of bits needed to represent the numerically
127 // Item 12: The number of bits needed to represent the numerator of
282 // Item 5: The number of bits needed to represent the greatest number of
289 // Item 7: The number of bits needed to represent the difference between the
  /external/llvm/include/llvm/IR/
DerivedTypes.h 10 // This file contains the declarations of classes that represent "derived
33 /// Class to represent integer types. Note that this class is also used to
34 /// represent the built-in integer types: Int1Ty, Int8Ty, Int16Ty, Int32Ty and
97 /// Class to represent function types
176 /// Class to represent struct types. There are two different kinds of struct
309 /// All of these represent "arrays" in memory. The array type represents a
311 /// vector types represent specifically sized arrays that allow for use of SIMD
337 /// Class to represent array types.
364 /// Class to represent vector types.
442 /// Class to represent pointers
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
DerivedTypes.h 10 // This file contains the declarations of classes that represent "derived
32 /// Class to represent integer types. Note that this class is also used to
33 /// represent the built-in integer types: Int1Ty, Int8Ty, Int16Ty, Int32Ty and
94 /// FunctionType - Class to represent function types
169 /// StructType - Class to represent struct types. There are two different kinds
298 /// type classes. All of these represent "arrays" in memory. The array type
300 /// size arrays, vector types represent specifically sized arrays that
330 /// ArrayType - Class to represent array types.
357 /// VectorType - Class to represent vector types.
423 /// PointerType - Class to represent pointers
    [all...]
  /libcore/ojluni/src/main/java/java/time/
LocalDateTime.java 111 * This class does not store or represent a time-zone.
114 * It cannot represent an instant on the time-line without additional information
220 * @param year the year to represent, from MIN_YEAR to MAX_YEAR
221 * @param month the month-of-year to represent, not null
222 * @param dayOfMonth the day-of-month to represent, from 1 to 31
223 * @param hour the hour-of-day to represent, from 0 to 23
224 * @param minute the minute-of-hour to represent, from 0 to 59
244 * @param year the year to represent, from MIN_YEAR to MAX_YEAR
245 * @param month the month-of-year to represent, not null
246 * @param dayOfMonth the day-of-month to represent, from 1 to 3
    [all...]
  /external/llvm/docs/
ExtendingLLVM.rst 80 adding a new instruction. New nodes are often added to help represent
152 nodes, which represent individual instructions. In order for the targets to
187 add a definition for the class that will represent your instruction
258 add new class to represent new type in the hierarchy
290 add new class to represent new class in the hierarchy; add forward
304 add new class to represent new class in the hierarchy
  /external/icu/android_icu4j/src/main/java/android/icu/text/
StringMatcher.java 23 * A StringMatcher may represent a segment, in which case it has a
63 * stand-ins that represent nested UnicodeMatcher objects.
82 * stand-ins that represent nested UnicodeMatcher objects.
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
StringMatcher.java 22 * A StringMatcher may represent a segment, in which case it has a
62 * stand-ins that represent nested UnicodeMatcher objects.
81 * stand-ins that represent nested UnicodeMatcher objects.
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
assertions.xml 7 Higher numerical values for the priority represent higher priorities
51 argument shall represent the time parameters to be used by the sporadic
55 The sched_ss_max_repl member of the param argument shall represent the
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/representer/
Representer.java 39 * Represent JavaBeans
47 protected class RepresentJavaBean implements Represent {
107 * Represent one JavaBean property.
  /packages/apps/Test/connectivity/sl4n/rapidjson/doc/
encoding.md 67 When using the DOM-style API, the `Encoding` template parameter in `GenericValue<Encoding>` and `GenericDocument<Encoding>` indicates the encoding to be used to represent JSON string in memory. So normally we will use `UTF8`, `UTF16` or `UTF32` for this template parameter. The choice depends on operating systems and other libraries that the application is using. For example, Windows API represents Unicode characters in UTF-16, while most Linux distributions and applications prefer UTF-8.
94 Although the JSON standards did not mention about [ASCII](http://en.wikipedia.org/wiki/ASCII), sometimes we would like to write 7-bit ASCII JSON for applications that cannot handle UTF-8. Since any JSON can represent unicode characters in escaped sequence `\uXXXX`, JSON can always be encoded in ASCII.
110 ASCII *cannot* be used in memory (encoding of `Document` or target encoding of `Reader`), as it cannot represent Unicode code points.
  /art/tools/ahat/src/heapdump/
Size.java 20 * The Size class is used to represent how much space an instance takes up.
  /bionic/libc/include/netinet/
in_systm.h 51 * represent the types with the bytes in ``high-ender'' order.
  /build/make/tools/ziptime/
ZipEntry.h 36 * ZipEntry objects represent a single entry in a Zip archive.
  /dalvik/dx/src/com/android/dx/dex/file/
CallSiteIdItem.java 39 * @param invokeDynamicRef {@code non-null;} The call site to represent in the DEX file.
  /dalvik/dx/src/com/android/dx/rop/cst/
CstCallSite.java 23 * Constant type to represent a call site.
  /developers/build/prebuilts/gradle/DirectShare/Application/src/main/java/com/example/android/directshare/
SampleChooserTargetService.java 49 // The icon to represent this target.
  /developers/build/prebuilts/gradle/SpeedTracker/Wearable/src/main/java/com/example/android/wearable/speedtracker/ui/
SpeedPickerLayout.java 30 * A simple extension of the {@link android.widget.LinearLayout} to represent a single item in a

Completed in 1606 milliseconds

<<11121314151617181920>>