HomeSort by relevance Sort by last modified time
    Searched full:objects (Results 1 - 25 of 7158) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2007-04-05-PadBeforeZeroLengthField.c 6 union A objects[]; member in struct:B
8 void foo(union A * objects, struct B *array, unsigned long k)
9 { array->objects[k] = objects[k]; }
  /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...]
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
DERString.java 4 * basic interface for DER string objects.
  /external/hamcrest/src/org/hamcrest/core/
package.html 5 <p>Fundamental matchers of objects and values, and composite matchers.</p>
  /external/clang/test/SemaCXX/
address-space-newdelete.cpp 9 (void)new int_1; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}}
10 (void)new __attribute__((address_space(1))) int; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}}
11 (void)new int_1 [5]; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}}
12 (void)new __attribute__((address_space(1))) int [5]; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}}
15 (void)new (p) int_1; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}}
16 (void)new (p) __attribute__((address_space(1))) int; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}}
17 (void)new (p) int_1 [5]; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}}
18 (void)new (p) __attribute__((address_space(1))) int [5]; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}}
22 delete ip1; // expected-error{{'delete' cannot delete objects of type 'int' in address space '1'}}
23 delete [] ip1; // expected-error{{'delete' cannot delete objects of type 'int' in address space '1'}
    [all...]
  /external/bluetooth/glib/glib/gnulib/
makefile.msc 7 OBJECTS = \
16 gnulib.lib : $(OBJECTS)
17 lib -out:gnulib.lib $(OBJECTS)
  /external/dropbear/libtomcrypt/testprof/
makefile.msvc 3 OBJECTS=base64_test.obj cipher_hash_test.obj der_tests.obj \
7 tomcrypt_prof.lib: $(OBJECTS)
8 lib /out:tomcrypt_prof.lib $(OBJECTS)
makefile 8 OBJECTS = base64_test.o cipher_hash_test.o der_tests.o \
18 $(LIBTEST_S): $(OBJECTS)
19 $(AR) $(ARFLAGS) $@ $(OBJECTS)
makefile.icc 4 OBJECTS = base64_test.o cipher_hash_test.o der_tests.o \
14 $(LIBTEST_S): $(OBJECTS)
15 $(AR) $(ARFLAGS) $@ $(OBJECTS)
  /prebuilt/common/antlr/
PREBUILT 1 The objects in this prebuilt directory are coming from
  /prebuilts/tools/common/eclipse/
PREBUILT 1 The objects in this prebuilt directory can be rebuilt
  /frameworks/base/tests/CoreTests/android/core/
HeapTest.java 49 private static void makeRefs(Object objects[], SoftReference<Object> refs[]) {
50 for (int i = 0; i < objects.length; i++) {
51 objects[i] = (Object) new byte[8 * 1024];
52 refs[i] = new SoftReference<Object>(objects[i]);
71 private static void clearRefs(Object objects[], int skip) {
72 for (int i = 0; i < objects.length; i += skip) {
73 objects[i] = null;
77 private static void clearRefs(Object objects[]) {
78 clearRefs(objects, 1);
81 private static <T> void checkRefs(T objects[], SoftReference<T> refs[])
98 Object objects[] = new Object[NUM_REFS]; local
141 Object objects[] = new Object[NUM_REFS]; local
202 Object objects[] = new Object[NUM_REFS]; local
314 Object objects[] = new Object[NUM_REFS]; local
371 FinalizableObject objects[] = new FinalizableObject[NUM_REFS]; local
    [all...]
  /external/javassist/src/main/javassist/bytecode/
LongVector.java 22 private ConstInfo[][] objects; field in class:LongVector
26 objects = new ConstInfo[VSIZE][];
32 objects = new ConstInfo[vsize][];
38 public int capacity() { return objects.length * ASIZE; }
44 return objects[i >> ABITS][i & (ASIZE - 1)];
50 int len = objects.length;
53 System.arraycopy(objects, 0, newObj, 0, len);
54 objects = newObj;
57 if (objects[nth] == null)
58 objects[nth] = new ConstInfo[ASIZE]
    [all...]
  /external/v8/test/mjsunit/
to_number_order.js 141 // Test whether valueOf is called when comparing identical objects
143 assertTrue(a < b, "Compare objects a < b");
144 assertEquals("hestfisk", x, "Compare objects a < b valueOf order");
147 assertFalse(a < a, "Compare objects a < a");
148 // assertEquals("hesthest", x, "Compare objects a < a valueOf order");
151 assertTrue(a == a, "Compare objects a == a");
152 assertEquals("", x, "Compare objects a == a valueOf not called");
155 assertFalse(b > b, "Compare objects b > b");
156 assertEquals("fiskfisk", x, "Compare objects b > b valueOf order");
159 assertTrue(b >= b, "Compare objects b >= b")
    [all...]
  /external/bluetooth/glib/docs/reference/gobject/tmpl/
.gitignore 9 objects.sgml
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/win/
resource.h 5 // Next default values for new objects
  /prebuilt/common/asm/
PREBUILT 1 The objects in this prebuilt directory can be rebuilt
  /prebuilt/common/commons-cli/
PREBUILT 1 The objects in this prebuilt directory are coming from
  /prebuilt/common/ecj/
PREBUILT 1 The objects in this prebuilt directory can be rebuilt
  /prebuilt/common/jython/
PREBUILT 1 The objects in this prebuilt directory can be rebuilt
  /prebuilt/common/kxml2/
PREBUILT 1 The objects in this prebuilt directory can be rebuilt
  /prebuilt/common/netbeans-visual/
PREBUILT 1 The objects in this prebuilt directory can be rebuilt
  /prebuilt/darwin-x86/flex/
PREBUILT 1 The objects in this prebuilt directory can be rebuilt
  /prebuilt/darwin-x86/make/
PREBUILT 1 The objects in this prebuilt directory can be rebuilt
  /prebuilt/linux-x86/flex/
PREBUILT 1 The objects in this prebuilt directory can be rebuilt

Completed in 637 milliseconds

1 2 3 4 5 6 7 8 91011>>