HomeSort by relevance Sort by last modified time
    Searched defs:CONST (Results 51 - 75 of 190) sorted by null

1 23 4 5 6 7 8

  /dalvik/dx/src/com/android/dx/io/
OpcodeInfo.java 135 new Info(Opcodes.CONST_4, "const/4",
139 new Info(Opcodes.CONST_16, "const/16",
142 public static final Info CONST =
143 new Info(Opcodes.CONST, "const",
147 new Info(Opcodes.CONST_HIGH16, "const/high16",
151 new Info(Opcodes.CONST_WIDE_16, "const-wide/16",
155 new Info(Opcodes.CONST_WIDE_32, "const-wide/32",
159 new Info(Opcodes.CONST_WIDE, "const-wide",
163 new Info(Opcodes.CONST_WIDE_HIGH16, "const-wide/high16"
    [all...]
Opcodes.java 65 public static final int CONST = 0x14;
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
JavaToken.java 271 CONST(20),
648 return CONST;
  /external/skia/tools/bookmaker/
definition.cpp 11 static size_t count_indent(const string& text, size_t test, size_t end) {
22 static void add_code(const string& text, int pos, int end,
55 #ifdef CONST
56 #undef CONST
75 #define CONST 1
103 const struct OperatorParser {
105 const char* fSymbol;
106 const char* fName;
120 {{ CONST, OpType::kThis, OpMod::kReference, },
121 { CONST, OpType::kThis, OpMod::kReference, }}}
    [all...]
  /external/skqp/tools/bookmaker/
definition.cpp 11 static size_t count_indent(const string& text, size_t test, size_t end) {
22 static void add_code(const string& text, int pos, int end,
55 #ifdef CONST
56 #undef CONST
75 #define CONST 1
103 const struct OperatorParser {
105 const char* fSymbol;
106 const char* fName;
120 {{ CONST, OpType::kThis, OpMod::kReference, },
121 { CONST, OpType::kThis, OpMod::kReference, }}}
    [all...]
  /external/v8/src/ast/
scopes.cc 48 const AstRawString* name, VariableMode mode,
69 Variable* VariableMap::DeclareName(Zone* zone, const AstRawString* name,
84 const AstRawString* name = var->raw_name();
89 const AstRawString* name = var->raw_name();
98 Variable* VariableMap::Lookup(const AstRawString* name) {
101 DCHECK(reinterpret_cast<const AstRawString*>(p->key) == name);
118 Zone* zone, const AstRawString* name,
269 Scope::Scope(Zone* zone, const AstRawString* catch_variable_name,
346 bool DeclarationScope::ShouldEagerCompile() const {
364 bool Scope::IsAsmModule() const {
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
ObjectOutputStreamTest.java 908 final int CONST = -500;
909 spf.anInstanceVar = CONST;
916 ((SerialPersistentFieldsWithoutField) objLoaded).anInstanceVar != CONST);
    [all...]
SerializationStressTest2.java 914 final int CONST = -500;
915 spf.anInstanceVar = CONST;
922 ((SerialPersistentFields) objLoaded).anInstanceVar == CONST);
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Opcode.java 40 CONST,
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvOps.java 54 public static final int CONST = 0x14;
  /device/linaro/bootloader/edk2/MdePkg/Include/
Base.h 293 #define CONST const
    [all...]
  /external/mesa3d/src/mesa/main/
get.c 175 const int *extra;
201 #undef CONST /* already defined through windows.h */
202 #define CONST(value) \
240 static const int extra_##e[] = { \
245 static const int extra_##e1##_##e2[] = { \
261 static const int extra_new_buffers[] = {
266 static const int extra_new_frag_clamp[] = {
271 static const int extra_valid_draw_buffer[] = {
276 static const int extra_valid_texture_unit[] = {
281 static const int extra_valid_clip_distance[] =
    [all...]
  /external/python/cpython2/Modules/
_tkinter.c 54 /* Starting with Tcl 8.4, many APIs offer const-correctness. Unfortunately,
76 /* For Tcl 8.2 and 8.3, CONST* is not defined (except on Cygwin). */
79 #undef CONST
80 #define CONST
266 const Tcl_ObjType *OldBooleanType;
267 const Tcl_ObjType *BooleanType;
268 const Tcl_ObjType *ByteArrayType;
269 const Tcl_ObjType *DoubleType;
270 const Tcl_ObjType *IntType;
271 const Tcl_ObjType *WideIntType
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
glslang_tab.cpp.h 50 CONST = 260,
glslang_tab.cpp 127 CONST = 260,
756 static const yytype_uint16 yytranslate[] =
818 static const yytype_uint16 yyrline[] =
872 static const char *const yytname[] =
874 "$end", "error", "$undefined", "ATTRIBUTE", "VARYING", "CONST", "BOOL",
    [all...]
  /external/doclava/src/com/google/doclava/parser/
JavaLexer.java 65 public static final int CONST=37;
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java 62 CONST_4(0x12, "const/4", ReferenceType.NONE, Format.Format11n, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
63 CONST_16(0x13, "const/16", ReferenceType.NONE, Format.Format21s, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
64 CONST(0x14, "const", ReferenceType.NONE, Format.Format31i, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
65 CONST_HIGH16(0x15, "const/high16", ReferenceType.NONE, Format.Format21ih, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
66 CONST_WIDE_16(0x16, "const-wide/16", ReferenceType.NONE, Format.Format21s, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER),
67 CONST_WIDE_32(0x17, "const-wide/32", ReferenceType.NONE, Format.Format31i, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER),
68 CONST_WIDE(0x18, "const-wide", ReferenceType.NONE, Format.Format51l, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER),
69 CONST_WIDE_HIGH16(0x19, "const-wide/high16", ReferenceType.NONE, Format.Format21lh, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER),
70 CONST_STRING(0x1a, "const-string", ReferenceType.STRING, Format.Format21c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.S (…)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bcrypt.h 34 #ifndef CONST
35 #define CONST const
ntdef.h 89 #ifndef CONST
90 #define CONST const
334 typedef CONST UCHAR *PCUCHAR;
335 typedef CONST USHORT *PCUSHORT;
336 typedef CONST ULONG *PCULONG;
383 typedef CONST CHAR *LPCCH, *PCCH;
386 typedef CONST PSTR *PCZPSTR;
387 typedef CONST CHAR *LPCSTR, *PCSTR;
392 typedef CONST char *PCSZ
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 335 #define CONST(a) CHOICE(CONCAT($,a), $a, a)
464 #define INT3 CHOICE(int CONST(3), int3, int CONST(3))
    [all...]
  /external/annotation-tools/asmx/test/lib/
javancss.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.2.1/
commons-lang3-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3/
commons-lang3-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3.2/
commons-lang3-3.3.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.4/
commons-lang3-3.4.jar 

Completed in 638 milliseconds

1 23 4 5 6 7 8