HomeSort by relevance Sort by last modified time
    Searched refs:constant (Results 251 - 275 of 730) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
timex.h 43 long constant; member in struct:timex
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
timex.h 43 long constant; member in struct:timex
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
timex.h 43 long constant; member in struct:timex
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
timex.h 43 long constant; member in struct:timex
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
timex.h 43 long constant; member in struct:timex
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
timex.h 43 long constant; member in struct:timex
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
timex.h 43 long constant; member in struct:timex
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
timex.h 43 long constant; member in struct:timex
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 186 (** The opcodes for LLVM instructions and constant expressions. *)
640 (** [is_constant v] returns [true] if the value [v] is a constant, [false]
641 otherwise. Similar to [llvm::isa<Constant>]. *)
644 (** [const_null ty] returns the constant null (zero) of the type [ty].
645 See the method [llvm::Constant::getNullValue]. *)
648 (** [const_all_ones ty] returns the constant '-1' of the integer or vector type
649 [ty]. See the method [llvm::Constant::getAllOnesValue]. *)
652 (** [const_pointer_null ty] returns the constant null (zero) pointer of the type
661 See the method [llvm::Constant::isNullValue]. *)
712 (** [const_int ty i] returns the integer constant of type [ty] and value [i]
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
FunctionsTest.java 280 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/chromium_org/v8/test/webkit/
dfg-constant-fold-uncaptured-variable-that-is-later-captured.js 25 "Tests that constant folding an access to an uncaptured variable that is captured later in the same basic block doesn't lead to assertion failures."
43 // (2) that the callee ends up being constant but requires CFA to prove it, and (3) that we actually load that constant
dfg-constant-fold-logical-not-branch.js 25 "Tests what happens if we fail to constant fold a LogicalNot that leads into a branch, when the CFA proves that the LogicalNot has a constant value."
  /external/proguard/src/proguard/classfile/editor/
MemberReferenceFixer.java 28 import proguard.classfile.constant.*;
29 import proguard.classfile.constant.visitor.ConstantVisitor;
34 * This ClassVisitor fixes constant pool field and method references to fields
67 // Fix the constant pool entries.
70 Constant constant = programClass.constantPool[index]; local
71 if (constant != null)
76 constant.accept(programClass, this);
91 public void visitAnyConstant(Clazz clazz, Constant constant) {}
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.h 398 // Adds constant to src and tags the result as a smi.
400 void Integer64PlusConstantToSmi(Register dst, Register src, int constant);
512 // to the constant.
514 Smi* constant,
534 // Optimistically adds an integer constant to a supposed smi.
539 Smi* constant,
543 // Add an integer constant to a tagged smi, giving a tagged smi as result.
545 void SmiAddConstant(Register dst, Register src, Smi* constant);
547 // Add an integer constant to a tagged smi, giving a tagged smi as result.
549 void SmiAddConstant(const Operand& dst, Smi* constant);
722 Register constant = GetSmiConstant(source); local
    [all...]
  /external/proguard/src/proguard/classfile/constant/
Utf8Constant.java 21 package proguard.classfile.constant;
24 import proguard.classfile.constant.visitor.ConstantVisitor;
29 * This Constant represents a UTF-8 constant in the constant pool.
33 public class Utf8Constant extends Constant
139 // Implementations for Constant.
  /external/proguard/src/proguard/optimize/info/
SideEffectInstructionChecker.java 25 import proguard.classfile.constant.*;
26 import proguard.classfile.constant.visitor.ConstantVisitor;
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
module.hpp 61 constant, enumerator in enum:clover::module::argument::type
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/tgsi/
compiler.cpp 58 else if (tok == "constant")
59 args.push_back({ module::argument::constant, 4 });
  /external/chromium_org/third_party/mesa/src/src/glsl/
opt_algebraic.cpp 59 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.
  /external/chromium_org/v8/test/mjsunit/
bitops-info.js 41 var x = non_int32(); // Not a constant.
42 var y = hidden_smi(); // Not a constant.
unbox-double-arrays.js 68 // This function has a constant and won't get inlined.
79 assertEquals(value_6, a[computed_6()]); // Test non-constant key
89 assertEquals(value_6, a[computed_6()]); // Test non-constant key
99 assertEquals(value_6, a[computed_6()]); // Test non-constant key
109 assertEquals(value_6, a[computed_6()]); // Test non-constant key
122 assertEquals(value_6, a[computed_6()]); // Test non-constant key
133 assertEquals(value_6, a[computed_6()]); // Test non-constant key
143 assertEquals(value_6, a[computed_6()]); // Test non-constant key
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1132.js 32 // NOTE: stack size constant above has been empirically chosen.
33 // If the test starts to fail in Genesis, consider increasing this constant.
regress-386.js 31 // a constant function, in the first call to the constructor, leaves
32 // the object's map in the fast case and adds a constant function map
  /external/clang/test/SemaCXX/
conversion.cpp 61 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 to 'int'}
    [all...]

Completed in 2273 milliseconds

<<11121314151617181920>>