Home
last modified time | relevance | path

Searched refs:represent (Results 1 – 25 of 542) sorted by relevance

12345678910>>...22

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue132/
DScalarEventTagTest.java47 Node intNode = yaml.represent(7); in testDump()
55 Node strNode = yaml.represent("7"); in testDump()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetSchedule.td16 // 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/llvm/test/MC/ARM/
Derror-location.s13 @ CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: No relocation available to represent this relative express…
16 @ CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: Cannot represent a difference across sections
/external/llvm/include/llvm/Target/
DTargetItinerary.td19 // 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/CodeGen/
DValueTypes.td69 // 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/llvm/include/llvm/CodeGen/
DValueTypes.td106 // Pseudo valuetype to represent "vector of any size"
109 // Pseudo valuetype to represent "float of any format"
112 // Pseudo valuetype to represent "integer of any bit width"
118 // Pseudo valuetype to represent "any type of any size".
/external/flatbuffers/reflection/
Dreflection.fbs1 // This schema defines objects that represent a parsed schema, like
4 // It can even ... represent itself (!)
/external/python/cpython2/Doc/library/
Daetypes.rst12 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:
Dlocale.rst170 represent date and time in a locale-specific way.
175 represent a date in a locale-specific way.
180 represent a time in a locale-specific way.
184 Get a format string for :func:`time.strftime` to represent time in the am/pm
255 Get a format string for :func:`time.strftime` to represent date and time in a
260 Get a format string for :func:`time.strftime` to represent a date in a
265 Get a format string for :func:`time.strftime` to represent a time in a
270 Get a representation of up to 100 values used to represent the values
Dsymbol.rst12 This module provides constants which represent the numeric values of internal
Dmhlib.rst34 :class:`Message` objects represent individual messages in a folder. The Message
111 :class:`Folder` instances represent open folders and have the following methods:
/external/snakeyaml/src/test/java/examples/jodatime/
DJodaTimeFlowStylesTest.java51 Node node1 = dumper.represent(bean); in testLoadBeanWithBlockFlow()
55 Node node2 = dumper2.represent(bean); in testLoadBeanWithBlockFlow()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/
DYaml.java193 public Node represent(Object data) { in represent() method in Yaml
194 return representer.represent(data); in represent()
242 Node node = representer.represent(data.next()); in dumpAll()
/external/hyphenation-patterns/hy/
Dhyph-hy.lic.txt22 % Some of the patterns below represent combinations that never
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinIntrinsics.td19 // These intrinsics have sideeffects. Each represent a single instruction, but
/external/libyuv/files/tools_libyuv/ubsan/
Dvptr_blacklist.txt4 # tricky to represent C++ types. For now, any possible changes by name manglings
/external/swiftshader/third_party/LLVM/test/Transforms/LoopDeletion/
Dmultiple-exit-conditions.ll4 ; it can't represent the exact trip count as an expression. That's
/external/llvm/docs/
DExtendingLLVM.rst80 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/llvm/test/Transforms/LoopDeletion/
Dmultiple-exit-conditions.ll5 ; it can't represent the exact trip count as an expression. That's
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue310/
DPropertyWithPrivateCostructorTest.java38 return represent(opt.getValue()); in representData()
/external/webrtc/tools/ubsan/
Dvptr_blacklist.txt4 # tricky to represent C++ types. For now, any possible changes by name manglings
/external/skia/site/user/api/
Dskregion.md8 Regions are a highly compressed way to represent (integer) areas. Skia
9 uses them to represent (internally) the current clip on the
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/lowlevel/
DLowLevelApiTest.java45 Node node = yaml.represent(list); in testLowLevel()
/external/eigen/unsupported/Eigen/
DEulerAngles25 * Euler angles are a way to represent 3D rotation.
/external/llvm/test/CodeGen/X86/
Dunknown-location.ll4 ; represent this in the debug information. This is done by setting line

12345678910>>...22