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

1 2 3 4 5 6 7 8 91011>>

  /art/test/099-vmdebug/
expected.txt 23 Instances of ClassA assignable 3
25 Array counts assignable [3, 1, 0]
29 ClassD assignable got 5, combined mask: 31
30 ClassE assignable got 2, combined mask: 18
31 null assignable got 0
  /external/clang/test/SemaObjC/
property-not-lvalue.m 18 f.size.width = 2.2; // expected-error {{expression is not assignable}}
19 f.size.inner.dim = 200; // expected-error {{expression is not assignable}}
31 self.size.width = 2.2; // expected-error {{expression is not assignable}}
  /external/clang/test/Sema/
2007-10-01-BuildArrayRef.c 6 arr[0] = 1; // expected-error {{read-only variable is not assignable}}
18 fp[0].bar = 1; // expected-error {{read-only variable is not assignable}}
assign.c 16 b[4] = 1; // expected-error {{read-only variable is not assignable}}
17 b2[4] = 1; // expected-error {{read-only variable is not assignable}}
invalid-assignment-constant-address-space.c 7 c[0] = 1; //expected-error{{read-only variable is not assignable}}
va_arg_x86_32.c 4 __builtin_va_arg((char*)0, int); // expected-error {{expression is not assignable}}
ext_vector_components.c 29 vec4_2.xyzx = vec4.xyzw; // expected-error {{vector is not assignable (contains duplicate components)}}
30 vec4_2.xyzz = vec4.xyzw; // expected-error {{vector is not assignable (contains duplicate components)}}
31 vec4_2.xyyw = vec4.xyzw; // expected-error {{vector is not assignable (contains duplicate components)}}
33 vec2.xx = vec2_2.xy; // expected-error {{vector is not assignable (contains duplicate components)}}
56 vec4_2.rgbr = vec4.rgba; // expected-error {{vector is not assignable (contains duplicate components)}}
57 vec4_2.rgbb = vec4.rgba; // expected-error {{vector is not assignable (contains duplicate components)}}
58 vec4_2.rgga = vec4.rgba; // expected-error {{vector is not assignable (contains duplicate components)}}
60 vec2.rr = vec2_2.rg; // expected-error {{vector is not assignable (contains duplicate components)}}
typedef-retain.c 20 r[0]=10; // expected-error {{read-only variable is not assignable}}
24 y[0] = 10; // expected-error {{read-only variable is not assignable}}
predef.c 12 __func__[0] = 'a'; // expected-error {{variable is not assignable}}
captured-statements.c 59 y = z; // expected-error{{variable is not assignable (missing __block type specifier)}}
75 d = b; // expected-error{{variable is not assignable (missing __block type specifier)}}
conditional-expr.c 5 *(0 ? (double *)0 : (void *)(int *)0) = 0; // expected-error {{incomplete type 'void' is not assignable}}
6 *(0 ? (double *)0 : (void *)(double *)0) = 0; // expected-error {{incomplete type 'void' is not assignable}}
7 *(0 ? (double *)0 : (int *)(void *)0) = 0; // expected-error {{incomplete type 'void' is not assignable}} expected-warning {{pointer type mismatch ('double *' and 'int *')}}
9 *((void *) 0) = 0; // expected-error {{incomplete type 'void' is not assignable}}
65 *(test0 ? const_int : nonconst_int) = 42; // expected-error {{read-only variable is not assignable}}
66 *(test0 ? nonconst_int : const_int) = 42; // expected-error {{read-only variable is not assignable}}
  /external/clang/test/SemaObjCXX/
sel-address.mm 12 @selector(dealloc) = s; // expected-error {{expression is not assignable}}
  /external/libcxx/test/std/utilities/optional/optional.object/
special_member_gen.pass.cpp 33 "optional<T> is copy assignable if and only if T is both copy "
34 "constructible and copy assignable.");
38 "optional<T> is move assignable if and only if T is both move constructible and "
39 "move assignable, or both copy constructible and copy assignable.");
57 "optional<T> is trivially copy assignable if and only if T is trivially destructible, "
58 "trivially copy constructible, and trivially copy assignable.");
64 "optional<T> is trivially move assignable if T is trivially destructible, and either "
65 "(1) trivially move constructible and trivially move assignable, or "
66 "(2) not move constructible or not move assignable, and
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/optional/optional.object/
special_member_gen.pass.cpp 33 "optional<T> is copy assignable if and only if T is both copy "
34 "constructible and copy assignable.");
38 "optional<T> is move assignable if and only if T is both move constructible and "
39 "move assignable, or both copy constructible and copy assignable.");
57 "optional<T> is trivially copy assignable if and only if T is trivially destructible, "
58 "trivially copy constructible, and trivially copy assignable.");
64 "optional<T> is trivially move assignable if T is trivially destructible, and either "
65 "(1) trivially move constructible and trivially move assignable, or "
66 "(2) not move constructible or not move assignable, and
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/
p1inst.cpp 11 *t = u; // expected-warning{{indirection on operand of type 'void *'}} expected-error{{not assignable}}
  /art/runtime/entrypoints/quick/
quick_cast_entrypoints.cc 22 // Assignable test for code, won't throw. Null and equality tests already performed
30 // Is assignable test for code, won't throw. Null and equality test already performed.
  /external/libchrome/base/task_scheduler/
sequence_sort_key.h 15 // An immutable but assignable representation of the priority of a Sequence.
35 // being copy-assignable (i.e. instead of making its members const).
  /dalvik/dx/src/com/android/dx/cf/code/
Merger.java 208 * Returns whether the given supertype is possibly assignable from
213 * types and all arrays are assignable to
246 * No two distinct primitive types are assignable in this sense,
256 * A known-null supertype is only assignable from another
263 * A known-null subtype is in fact assignable to any
269 * Object is assignable from any reference type.
275 // The subtype isn't an array, and so can't be assignable.
293 * assignable only to Serializable and Cloneable.
300 * least possibly assignable.
  /external/junit/src/main/java/org/junit/experimental/theories/
DataPoints.java 17 * which their types are assignable. When multiple sets of DataPoints exist with
28 * assignable to the parameter type as potential values, including named sets of
31 * DataPoints methods whose array types aren't assignable from the target
DataPoint.java 17 * which its type is assignable. When multiple {@code DataPoint}s exist
28 * assignable to the parameter type as potential values, including named sets of
  /external/clang/test/SemaCXX/
instantiate-blocks.cpp 11 block_arg = arg; // expected-error {{variable is not assignable (missing __block type specifier)}}
  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/object/
IsCompatibleType.java 31 * assignable from the examined class.
  /art/compiler/dex/
verified_method.cc 84 // if the types are not assignable.
86 // The types are assignable, we record that dependency in the VerifierDeps so
96 /* assignable */ true);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bcmeth.h 54 * 17-126 reserved, assignable
57 * 32769-65534 reserved, assignable
  /art/test/099-vmdebug/src/
Main.java 244 System.out.println("Instances of ClassA assignable " +
250 System.out.println("Array counts assignable " + Arrays.toString(counts));
296 System.out.println("ClassD assignable got " + instances[0].length + ", combined mask: " + mask);
302 System.out.println("ClassE assignable got " + instances[1].length + ", combined mask: " + mask);
303 System.out.println("null assignable got " + instances[2].length);
352 public static long countInstancesofClass(Class<?> c, boolean assignable) throws Exception {
353 return (long) countInstancesOfClassMethod.invoke(null, new Object[]{c, assignable});
355 public static long[] countInstancesofClasses(Class<?>[] classes, boolean assignable)
358 null, new Object[]{classes, assignable});
360 public static Object[][] getInstancesOfClasses(Class<?>[] classes, boolean assignable) throws Exception
    [all...]

Completed in 1314 milliseconds

1 2 3 4 5 6 7 8 91011>>