Searched refs:constant (Results 226 - 250 of 546) sorted by relevance

1234567891011>>

/external/proguard/src/proguard/classfile/editor/
H A DComparableConstant.java24 import proguard.classfile.constant.*;
25 import proguard.classfile.constant.visitor.ConstantVisitor;
31 * objects. It can store an index, in order to identify the constant pool
33 * types of the constant pool entries, and secondarily on the contents of
34 * the constant pool entries.
69 public ComparableConstant(Clazz clazz, int index, Constant constant) argument
73 this.thisConstant = constant;
97 // Compare based on the original indices, if the actual constant pool
H A DInstructionWriter.java104 // Create a new constant instruction that will fit.
108 constantInstruction.constant);
117 // Write out a dummy constant instruction for now.
119 constantInstruction.constant = 0;
138 variableInstruction.constant);
149 variableInstruction.constant = 0;
/external/proguard/src/proguard/classfile/visitor/
H A DClassCleaner.java30 import proguard.classfile.constant.Constant;
31 import proguard.classfile.constant.visitor.ConstantVisitor;
79 public void visitAnyConstant(Clazz clazz, Constant constant) argument
81 clean(constant);
/external/proguard/src/proguard/optimize/peephole/
H A DInstructionSequencesReplacer.java23 import proguard.classfile.constant.Constant;
H A DInstructionSequenceReplacer.java25 import proguard.classfile.constant.*;
26 import proguard.classfile.constant.visitor.ConstantVisitor;
266 matchedArgument(clazz, simpleInstruction.constant));
275 instructionSequenceMatcher.matchedArgument(variableInstruction.constant));
285 instructionSequenceMatcher.matchedArgument(constantInstruction.constant));
339 * Returns the matched or newly created constant index for the given
340 * pattern constant index.
348 // Create a new string constant and return its index.
359 // Do we have a matched constant index?
366 // Otherwise, we still have to create a new constant
[all...]
/external/proguard/src/proguard/shrink/
H A DClassShrinker.java28 import proguard.classfile.constant.*;
36 * This ClassVisitor removes constant pool entries, class members, and other
72 // Shrink the arrays for constant pool, interfaces, fields, methods,
79 // Shrinking the constant pool also sets up an index map.
97 // and remap their references to the constant pool.
102 // Remap the references to the constant pool if it has shrunk.
107 // Remap all constant pool references.
356 * constant pool.
369 // Shift the used constant pool entries together.
374 Constant constant
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli196 (** The opcodes for LLVM instructions and constant expressions. *)
735 (** [is_constant v] returns [true] if the value [v] is a constant, [false]
739 (** [const_null ty] returns the constant null (zero) of the type [ty].
743 (** [const_all_ones ty] returns the constant '-1' of the integer or vector type
747 (** [const_pointer_null ty] returns the constant null (zero) pointer of the type
819 (** [const_int ty i] returns the integer constant of type [ty] and value [i].
823 (** [const_of_int64 ty i] returns the integer constant of type [ty] and value
827 (** [int64_of_const c] returns the int64 value of the [c] constant integer.
828 None is returned if this is not an integer constant, or bitwidth exceeds 64.
832 (** [const_int_of_string ty s r] returns the integer constant o
[all...]
/external/chromium_org/v8/src/compiler/
H A Dinstruction.cc41 return os << "[constant:" << op.index() << "]";
297 OStream& operator<<(OStream& os, const Constant& constant) { argument
298 switch (constant.type()) {
300 return os << constant.ToInt32();
302 return os << constant.ToInt64() << "l";
304 return os << constant.ToFloat64();
306 return os << constant.ToExternalReference().address();
308 return os << Brief(*constant.ToHeapObject());
417 Constant constant = code.immediates_[i]; local
418 os << "IMM#" << i << ": " << constant << "\ local
[all...]
/external/guava/guava-tests/test/com/google/common/base/
H A DFunctionsTest.java280 Function<Object, String> numberToSpanish = Functions.constant("Yo no se");
296 Function<? super Integer, Boolean> h = Functions.constant(Boolean.TRUE);
356 Function<Object, Object> f = Functions.<Object>constant("correct");
360 Function<Object, String> g = Functions.constant(null);
365 .addEqualityGroup(f, Functions.constant("correct"))
366 .addEqualityGroup(Functions.constant("incorrect"))
372 .addEqualityGroup(g, Functions.constant(null))
373 .addEqualityGroup(Functions.constant("incorrect"))
381 checkCanReserialize(Functions.constant(5));
/external/proguard/lib/
H A Dproguard.jar ... .attribute.visitor.InnerClassesInfoVisitor proguard.classfile.constant.visitor.ConstantVisitor proguard.classfile.visitor. ...
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DR600GenRegisterInfo.pl19 use constant CONST_REG_COUNT => 1024;
20 use constant TEMP_REG_COUNT => 128;
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600GenRegisterInfo.pl19 use constant CONST_REG_COUNT => 1024;
20 use constant TEMP_REG_COUNT => 128;
/external/proguard/src/proguard/classfile/constant/
H A DUtf8Constant.java21 package proguard.classfile.constant;
24 import proguard.classfile.constant.visitor.ConstantVisitor;
29 * This Constant represents a UTF-8 constant in the constant pool.
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/shaders/compiled/
H A Dswizzlei2darrayps.h44 dcl_input_ps_siv constant v1.x, rendertarget_array_index
H A Dswizzleui2darrayps.h44 dcl_input_ps_siv constant v1.x, rendertarget_array_index
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dmodule.hpp61 constant, enumerator in enum:clover::module::argument::type
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/tgsi/
H A Dcompiler.cpp58 else if (tok == "constant")
59 args.push_back({ module::argument::constant, 4 });
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dopt_algebraic.cpp59 ir_constant *constant,
122 * Reassociates a constant down a tree of adds or multiplies.
128 ir_constant *constant,
156 if (reassociate_constant(ir1, const_index, constant,
162 if (reassociate_constant(ir1, const_index, constant,
250 /* Reassociate addition of constants so that we can do constant
292 * constant folding.
127 reassociate_constant(ir_expression *ir1, int const_index, ir_constant *constant, ir_expression *ir2) argument
/external/clang/test/SemaCXX/
H A Dconversion.cpp61 int a = NULL; // expected-warning {{implicit conversion of NULL constant to 'int'}}
63 b = NULL; // expected-warning {{implicit conversion of NULL constant to 'int'}}
65 int c = ((((NULL)))); // expected-warning {{implicit conversion of NULL constant to 'int'}}
67 d = ((((NULL)))); // expected-warning {{implicit conversion of NULL constant to 'int'}}
68 bool bl = NULL; // expected-warning {{implicit conversion of NULL constant to 'bool'}}
69 char ch = NULL; // expected-warning {{implicit conversion of NULL constant to 'char'}}
70 unsigned char uch = NULL; // expected-warning {{implicit conversion of NULL constant to 'unsigned char'}}
71 short sh = NULL; // expected-warning {{implicit conversion of NULL constant to 'short'}}
72 double dbl = NULL; // expected-warning {{implicit conversion of NULL constant to 'double'}}
79 FINIT // expected-warning {{implicit conversion of NULL constant t
[all...]
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DDexMaker.java282 * @param staticValue a constant representing the initial value for the
426 CstType thisType = type.constant;
428 ClassDefItem out = new ClassDefItem(thisType, flags, supertype.constant,
467 return new EncodedField(fieldId.constant, accessFlags);
499 return new EncodedMethod(method.constant, flags, dalvCode, StdTypeList.EMPTY);
/external/emma/core/java12/com/vladium/jcd/cls/
H A DField_info.java14 import com.vladium.jcd.cls.constant.CONSTANT_Utf8_info;
35 * The value of the name_index item must be a valid index into the constant pool
36 * table. The constant pool entry at that index must be a {@link CONSTANT_Utf8_info}
40 * The value of the descriptor_index item must be a valid index into the constant
41 * pool table. The constant pool entry at that index must be a
/external/kernel-headers/original/uapi/linux/
H A Dtimex.h49 * Added new constant NTP_PHASE_LIMIT
71 __kernel_long_t constant;/* pll time constant */ member in struct:timex
103 #define ADJ_TIMECONST 0x0020 /* pll time constant */
/external/llvm/test/MC/ARM/
H A Dldr-pseudo.s12 @ Check that large constants are converted to ldr from constant pool
36 @ TODO: the same constants should have the same constant pool location
58 @ a section defined in multiple pieces should be merged and use a single constant pool
184 @ Should not switch to section because it has no constant pool
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dmodule.hpp61 constant, enumerator in enum:clover::module::argument::type
/external/mesa3d/src/gallium/state_trackers/clover/tgsi/
H A Dcompiler.cpp58 else if (tok == "constant")
59 args.push_back({ module::argument::constant, 4 });

Completed in 1564 milliseconds

1234567891011>>