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

12

/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
H A Dconstants.js6 /** @const */ var Constants = {
/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/src/main/java/com/google/dexmaker/
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
337 <table id="constants" class="jd-sumtable"><tr><th colspan="12">Constants</th></tr>
348 <div style="clear:left;">Inherited Constants</div></th></tr>
585 <!-- Constants -->
589 <h2>Constants</h2>
/external/smack/src/org/apache/qpid/management/common/sasl/
H A DConstants.java24 public class Constants class
/external/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp42 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); local
43 for (unsigned I = 0, E = Constants.size(); I != E; ++I) {
44 if (Constants[I].isMachineConstantPoolEntry() &&
45 (Constants[I].getAlignment() & AlignMask) == 0) {
47 static_cast<SystemZConstantPoolValue *>(Constants[I].Val.MachineCPVal);
/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/chromium_org/chrome/browser/resources/net_internals/
H A Dmain.js28 var Constants = null; variable
299 Constants = receivedConstants;
301 EventType = Constants.logEventTypes;
303 EventPhase = Constants.logEventPhase;
304 EventSourceType = Constants.logSourceType;
306 LogLevelType = Constants.logLevelType;
307 ClientInfo = Constants.clientInfo;
308 LoadFlag = Constants.loadFlag;
309 NetError = Constants.netError;
310 QuicError = Constants
[all...]
/external/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h137 std::vector<MachineConstantPoolEntry> Constants; ///< The pool of constants. member in class:llvm::MachineConstantPool
159 bool isEmpty() const { return Constants.empty(); }
162 return Constants;
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DConstants.java22 * @version $Id: Constants.java,v 1.21 2006/03/05 02:43:19 herbyderby Exp $
24 public interface Constants extends org.mockito.asm.Opcodes { interface in inherits:org.mockito.asm.Opcodes
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_program.h165 struct rc_constant_list Constants; member in struct:rc_program
H A Dradeon_code.h88 struct rc_constant * Constants; member in struct:rc_constant_list
/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;
133 /// 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
H A Dradeon_code.h88 struct rc_constant * Constants; member in struct:rc_constant_list
/external/chromium_org/v8/src/
H A Dtypes.h401 Iterator<i::Object> Constants() { function in class:v8::internal::TypeImpl
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp30 #include "llvm/IR/Constants.h"
756 const std::vector<MachineConstantPoolEntry> &Constants = MCP->getConstants(); local
757 if (Constants.empty()) return 0;
760 for (unsigned i = 0, e = Constants.size(); i != e; ++i) {
761 MachineConstantPoolEntry CPE = Constants[i];
1018 const std::vector<MachineConstantPoolEntry> &Constants = MCP->getConstants(); local
1019 if (Constants.empty()) return;
1033 for (unsigned i = 0, e = Constants.size(); i != e; ++i) {
1034 MachineConstantPoolEntry CPE = Constants[i];
/external/javasqlite/src/main/java/SQLite/
H A DConstants.java12 public final class Constants { class
/external/llvm/lib/IR/
H A DVerifier.cpp58 #include "llvm/IR/Constants.h"
1216 SmallPtrSet<ConstantInt*, 32> Constants; local
1220 Assert2(Constants.insert(i.getCaseValue()),
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.event_1.2.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DConstants.java19 * $Id: Constants.java 468643 2006-10-28 06:56:03Z minchau $
28 public class Constants extends org.apache.xml.utils.Constants class in inherits:org.apache.xml.utils.Constants
/external/llvm/include/llvm/Support/
H A DDwarf.h1 //===-- llvm/Support/Dwarf.h ---Dwarf Constants------------------*- C++ -*-===//
749 enum Constants { enum
773 // Constants for debug_loc.dwo in the DWARF5 Split Debug Info Proposal
876 // Constants for the DWARF5 Accelerator Table Proposal
901 // Constants for the GNU pubnames/pubtypes extensions supporting gdb index.

Completed in 1055 milliseconds

12