Searched defs:Constants (Results 1 - 25 of 81) sorted by relevance

1234

/external/flatbuffers/php/
H A DConstants.php20 class Constants class
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dconstants.rb38 =begin rdoc ANTLR3::Constants
44 module Constants module in class:ANTLR3
97 include Constants
H A Dtoken.rb69 include ANTLR3::Constants
285 module Constants module in class:ANTLR3
307 include Constants
424 4. include ANTLR3::Constants in the new scheme module
507 const_set( :TOKEN_NAMES, ::ANTLR3::Constants::BUILT_IN_TOKEN_NAMES.clone )
509 @types = ::ANTLR3::Constants::BUILT_IN_TOKEN_NAMES.invert
510 @unused = ::ANTLR3::Constants::MIN_TOKEN_TYPE
524 include ANTLR3::Constants
599 type_value = Constants::MIN_TOKEN_TYPE + i
630 Constants
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DConstants.cs42 internal sealed class Constants class in namespace:Antlr.Runtime
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
H A DConstants.java35 final class Constants { class
36 private Constants() {} method in class:Constants
/external/doclava/res/assets/templates/
H A Dclass.cs49 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#constants">Constants</a>
53 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhconstants">Inherited Constants</a> external variable declarations
340 <table id="constants" class="jd-sumtable"><tr><th colspan="12">Constants</th></tr>
351 <div style="clear:left;">Inherited Constants</div></th></tr>
588 <!-- Constants -->
592 <h2>Constants</h2>
/external/doclava/res/assets/templates-sdk/
H A Dpage_info.cs71 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#constants">Constants</a>
75 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhconstants">Inherited Constants</a> external variable declarations
/external/flatbuffers/java/com/google/flatbuffers/
H A DConstants.java24 public class Constants { class
/external/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h57 // Constants are special because when we encounter one,
63 // Note: Constants that end up as immediate in the related instructions,
65 SmallSetVector<const Constant *, 8> Constants; member in class:llvm::IRTranslator
87 /// => Update ValToVReg and remember that we saw a constant in Constants.
/external/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp32 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); local
33 for (unsigned I = 0, E = Constants.size(); I != E; ++I) {
34 if (Constants[I].isMachineConstantPoolEntry() &&
35 (Constants[I].getAlignment() & AlignMask) == 0) {
37 static_cast<SystemZConstantPoolValue *>(Constants[I].Val.MachineCPVal);
/external/testng/src/main/java/org/testng/internal/
H A DConstants.java12 * Constants used by TestNG
17 public class Constants { class
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DConstants.java19 * $Id: Constants.java 468655 2006-10-28 07:12:06Z minchau $
27 public class Constants class
/external/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h123 std::vector<MachineConstantPoolEntry> Constants; ///< The pool of constants. member in class:llvm::MachineConstantPool
148 bool isEmpty() const { return Constants.empty(); }
151 return Constants;
/external/sl4a/Common/src/com/googlecode/android_scripting/
H A DConstants.java21 public interface Constants { interface
/external/swiftshader/src/Shader/
H A DConstants.cpp15 #include "Constants.hpp"
24 Constants constants;
26 Constants::Constants() function in class:sw::Constants
H A DConstants.hpp22 struct Constants struct in namespace:sw
24 Constants();
113 extern Constants constants;
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineConstantPool.h136 std::vector<MachineConstantPoolEntry> Constants; ///< The pool of constants. member in class:llvm::MachineConstantPool
156 bool isEmpty() const { return Constants.empty(); }
159 return Constants;
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationGeometryPointSizeTests.cpp52 enum Constants enum in namespace:vkt::tessellation::__anon3977
H A DvktTessellationGeometryGridRenderTests.cpp55 enum Constants enum in namespace:vkt::tessellation::__anon3975
H A DvktTessellationGeometryPassthroughTests.cpp378 enum Constants enum in namespace:vkt::tessellation::__anon3976
/external/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h73 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); local
74 for (unsigned i = 0, e = Constants.size(); i != e; ++i) {
75 if (Constants[i].isMachineConstantPoolEntry() &&
76 (Constants[i].getAlignment() & AlignMask) == 0) {
78 (ARMConstantPoolValue *)Constants[i].Val.MachineCPVal;
131 /// ARMConstantPoolConstant - ARM-specific constant pool values for Constants,
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_program.h165 struct rc_constant_list Constants; member in struct:rc_program
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMConstantPoolValue.cpp17 #include "llvm/Constants.h"
168 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants(); local
169 for (unsigned i = 0, e = Constants.size(); i != e; ++i) {
170 if (Constants[i].isMachineConstantPoolEntry() &&
171 (Constants[i].getAlignment() & AlignMask) == 0) {
173 (ARMConstantPoolValue *)Constants[i].Val.MachineCPVal;
233 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants(); local
234 for (unsigned i = 0, e = Constants.size(); i != e; ++i) {
235 if (Constants[i].isMachineConstantPoolEntry() &&
236 (Constants[
289 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants(); local
[all...]
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawNegativeViewportHeightTests.cpp52 enum Constants enum in namespace:vkt::Draw::__anon3784
H A DvktDrawShaderDrawParametersTests.cpp64 enum Constants enum in namespace:vkt::Draw::__anon3787

Completed in 733 milliseconds

1234