HomeSort by relevance Sort by last modified time
    Searched defs:Objects (Results 1 - 20 of 20) sorted by null

  /external/llvm/lib/IR/
LeakDetector.cpp 25 static ManagedStatic<LeakDetectorImpl<void> > Objects;
28 Objects->clear();
34 Objects->addGarbage(Object);
44 Objects->removeGarbage(Object);
57 Objects->setName("GENERIC");
61 if (Objects->hasGarbage(Message) |
  /frameworks/base/core/java/com/android/internal/util/
Objects.java 24 public class Objects {
27 * Determines whether two possibly-null objects are equal. Returns:
36 * <p>This assumes that any non-null objects passed to this function conform
52 * return Objects.hashCode(getX(), getY(), getZ());
58 public static int hashCode(Object... objects) {
59 return Arrays.hashCode(objects);
  /external/guava/guava-tests/test/com/google/common/base/
ObjectsTest.java 26 * Tests for {@link Objects}.
33 assertTrue(Objects.equal(1, 1));
34 assertTrue(Objects.equal(null, null));
36 // test distinct string objects
39 assertTrue(Objects.equal(s1, s2));
41 assertFalse(Objects.equal(s1, null));
42 assertFalse(Objects.equal(null, s1));
43 assertFalse(Objects.equal("foo", "bar"));
44 assertFalse(Objects.equal("1", 1));
48 int h1 = Objects.hashCode(1, "two", 3.0)
    [all...]
  /libcore/luni/src/main/java/libcore/util/
Objects.java 23 public final class Objects {
24 private Objects() {}
27 * Returns true if two possibly-null objects are equal.
  /external/guava/guava/src/com/google/common/base/
Objects.java 34 public final class Objects {
35 private Objects() {}
38 * Determines whether two possibly-null objects are equal. Returns:
47 * <p>This assumes that any non-null objects passed to this function conform
63 * return Objects.hashCode(getX(), getY(), getZ());
69 public static int hashCode(@Nullable Object... objects) {
70 return Arrays.hashCode(objects);
79 * Objects.toStringHelper(this)
83 * Objects.toStringHelper(this)
88 * Objects.toStringHelper("MyObject"
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
GeneralRangeTest.java 28 import com.google.common.base.Objects;
84 assertEquals(Objects.equal(i, j), range.contains(j));
  /external/llvm/tools/llvm-symbolizer/
LLVMSymbolize.h 91 SymbolMapTy Objects;
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
BloomFilter.java 49 * BloomFilter is used to make objects in the scene have a glow effect.<br>
50 * There are 2 mode : Scene and Objects.<br>
52 * Object mode make objects glow according to their material's glowMap or their GlowColor<br>
60 * GlowMode specifies if the glow will be applied to the whole scene,or to objects that have aglow color or a glow map
69 * Apply bloom only to objects that have a glow map or a glow color.
71 Objects,
73 * Apply bloom to both bright parts of the scene and objects with glow map.
138 extractMat.setBoolean("Extract", glowMode != GlowMode.Objects);
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 54 /// of abstract objects on the stack frame.
57 /// objects requested clients. These identifiers are negative integers for
58 /// fixed stack objects (such as arguments passed on the stack) or nonnegative
59 /// for objects that may be reordered. Instructions which refer to stack
60 /// objects use a special MO_FrameIndex operand to represent these frame
68 /// variable sized stack objects, it is safe to decide whether there will be
69 /// any variable sized objects before all stack objects are known (for
71 /// objects).
96 // default, fixed objects are immutable unless marked otherwise
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 107 llvm::Value *Objects = CreateMemTemp(ElementArrayType, "objects");
117 LValue LV = LValue::MakeAddr(Builder.CreateStructGEP(Objects, i),
133 LValue ValueLV = LValue::MakeAddr(Builder.CreateStructGEP(Objects, i),
146 Args.add(RValue::get(Objects), ArgQT);
257 // It's never necessary for class objects.
    [all...]
  /libcore/benchmarks/libs/
caliper.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 314 milliseconds