HomeSort by relevance Sort by last modified time
    Searched full:initialize (Results 801 - 825 of 12265) sorted by null

<<31323334353637383940>>

  /external/clang/test/SemaCXX/
unknown-anytype.cpp 12 // TODO: it would be great if the 'cannot initialize' errors
  /external/clang/test/SemaObjC/
compatible-protocol-qualified-types.m 36 + (void)initialize {
method-lookup-2.m 38 + (void) initialize {}
  /external/clang/test/SemaObjCXX/
objc-pointer-conv.mm 35 [sel Meth : p]; // expected-error {{cannot initialize a parameter of type 'I *' with an lvalue of type 'const I *'}}
parameterized_classes_arc.mm 36 Forward2 *x = [obj get]; // expected-error {{cannot initialize}}
41 Forward2 *x = [obj get]; // expected-error {{cannot initialize}}
46 Forward2 *x = [obj get]; // expected-error {{cannot initialize}}
59 Forward2 *x = [obj get]; // expected-error {{cannot initialize}}
  /external/clang/test/SemaTemplate/
instantiate-non-dependent-types.cpp 5 static void member() { T* x = 1; } // expected-error{{cannot initialize a variable of type 'int *' with an rvalue of type 'int'}}
typename-specifier-2.cpp 21 bind_metafun<add_pointer, float>::type::type fp = &i; // expected-error{{cannot initialize a variable of type 'bind_metafun<add_pointer, float>::type::type' (aka 'float *') with an rvalue of type 'int *'}}
  /external/compiler-rt/test/builtins/timing/
ashldi3.c 24 // Initialize the input array with data of various sizes.
ashrdi3.c 24 // Initialize the input array with data of various sizes.
divdi3.c 25 // Initialize the input array with data of various sizes.
lshrdi3.c 24 // Initialize the input array with data of various sizes.
moddi3.c 25 // Initialize the input array with data of various sizes.
modsi3.c 25 // Initialize the input array with data of various sizes.
muldi3.c 25 // Initialize the input array with data of various sizes.
negdi2.c 24 // Initialize the input array with data of various sizes.
udivdi3.c 25 // Initialize the input array with data of various sizes.
umoddi3.c 25 // Initialize the input array with data of various sizes.
  /external/compiler-rt/test/profile/
instrprof-write-file-only.c 17 // Since the runtime has been suppressed, initialize the file name, as the
  /external/conscrypt/src/compat/java/org/conscrypt/
NativeCryptoJni.java 20 * Helper to initialize the JNI libraries. This version runs when compiled
  /external/dagger2/compiler/src/it/functional-tests/src/test/java/test/cycle/
LongCycleTest.java 29 * Tests a cycle long enough that the real factory is created in a separate initialize method from
  /external/dagger2/compiler/src/test/java/dagger/internal/codegen/
InaccessibleTypeTest.java 98 " initialize(builder);",
110 " private void initialize(final Builder builder) {",
219 " initialize(builder);",
231 " private void initialize(final Builder builder) {",
  /external/dng_sdk/source/
dng_jpeg_memory_source.cpp 66 // Initialize function pointers.
  /external/fdlibm/
s_lib_version.c 21 * define and initialize _LIB_VERSION
  /external/google-benchmark/test/
filter_test.cc 72 benchmark::Initialize(&argc, argv);
  /external/guice/core/src/com/google/inject/binder/
ScopedBindingBuilder.java 41 * Instructs the {@link com.google.inject.Injector} to eagerly initialize this

Completed in 957 milliseconds

<<31323334353637383940>>