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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
templated-friend-decl.cpp 8 // The templated declaration for class Bar should not be instantiated when
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
CharStream.js 3 * This class should not be instantiated directly. Instead, use one of its subclasses.
  /external/llvm/test/CodeGen/ARM/
odr_comdat.ll 4 ; of instantiated C++ templates.
6 ; section 5.2.6 Instantiated templates
  /external/llvm/test/CodeGen/X86/
odr_comdat.ll 4 ; of instantiated C++ templates.
6 ; section 5.2.6 Instantiated templates
  /external/clang/test/SemaTemplate/
instantiate-complete.cpp 10 T f; // expected-error{{data member instantiated with function type 'float (int)'}} \
11 // expected-error{{data member instantiated with function type 'int (int)'}} \
12 // expected-error{{data member instantiated with function type 'char (char)'}} \
13 // expected-error{{data member instantiated with function type 'short (short)'}} \
14 // expected-error{{data member instantiated with function type 'float (float)'}}
instantiate-field.cpp 6 T y; // expected-error{{data member instantiated with function type}}
9 // expected-error{{data member instantiated with function type}}
11 mutable T x2; // expected-error{{data member instantiated with function type}}
inject-templated-friend.cpp 3 // PR8007: friend function not instantiated.
  /external/icu4c/tools/ctestfw/unicode/
tstdtmod.h 32 * unit (such as a resource bundle. It is instantiated using
71 * @param index index of the test to be instantiated
72 * @return an instantiated TestData object, ready to provide settings and cases for
78 * @param name name of the test to be instantiated
79 * @return an instantiated TestData object, ready to provide settings and cases for
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherAppWidgetInfo.java 24 * Represents a widget (either instantiated or about to be) in the Launcher.
29 * Indicates that the widget hasn't been instantiated yet.
58 // Since the widget isn't instantiated yet, we don't know these values. Set them to -1
  /external/chromium/chrome/browser/
browsing_data_helper_browsertest.h 18 // helper classes. It is supposed to be instantiated with the respective
  /external/chromium/chrome/browser/chromeos/
proxy_config_service.h 15 // instantiated in ProfileIOData::CreateProxyConfigService.
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p1-0x.cpp 23 template enum Z<int>::E; // expected-error {{enumerations cannot be explicitly instantiated}}
p8.cpp 12 template class X0<int(int)>; // ok; nothing gets instantiated.
  /external/guava/guava-gwt/src/com/google/common/collect/
ImmutableList_CustomFieldSerializer.java 20 * Even though {@link ImmutableList} cannot be instantiated, we still need
ImmutableMultiset_CustomFieldSerializer.java 20 * Even though {@link ImmutableMultiset} cannot be instantiated, we still need
ImmutableSet_CustomFieldSerializer.java 20 * Even though {@link ImmutableSet} cannot be instantiated, we still need
ImmutableSortedSet_CustomFieldSerializer.java 20 * Even though {@link ImmutableSortedSet} cannot be instantiated, we still need
  /frameworks/base/media/java/android/media/
MediaCryptoException.java 20 * Exception thrown if MediaCrypto object could not be instantiated for
  /external/chromium/testing/gtest/test/
gtest-typed-test2_test.cc 40 // instantiated in different translation units linked together.
41 // (ContainerTest is also instantiated in gtest-typed-test_test.cc.)
gtest-typed-test_test.h 42 // instantiated in different translation units linked together.
43 // ContainerTest will be instantiated in both gtest-typed-test_test.cc
  /external/clang/test/CXX/temp/temp.arg/temp.arg.type/
p2.cpp 3 static T t; // expected-error{{static data member instantiated with function type 'int ()'}}
9 B() { T t; } // expected-error{{variable instantiated with function type 'int ()'}}
  /external/gtest/test/
gtest-typed-test2_test.cc 40 // instantiated in different translation units linked together.
41 // (ContainerTest is also instantiated in gtest-typed-test_test.cc.)
gtest-typed-test_test.h 42 // instantiated in different translation units linked together.
43 // ContainerTest will be instantiated in both gtest-typed-test_test.cc
  /external/protobuf/gtest/test/
gtest-typed-test2_test.cc 40 // instantiated in different translation units linked together.
41 // (ContainerTest is also instantiated in gtest-typed-test_test.cc.)
gtest-typed-test_test.h 42 // instantiated in different translation units linked together.
43 // ContainerTest will be instantiated in both gtest-typed-test_test.cc

Completed in 1287 milliseconds

1 2 3 4 5 6 7 8 91011>>