HomeSort by relevance Sort by last modified time
    Searched full:instantiated (Results 1 - 25 of 1290) 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/chromium_org/base/android/java/src/org/chromium/base/
PowerStatusReceiver.java 15 * It's instantiated by the framework via the application intent-filter
JavaHandlerThread.java 12 * It is instantiated and owned by the native object.
  /external/chromium_org/content/public/test/
web_contents_tester.cc 13 // The two subclasses here are instantiated via the deprecated
  /external/chromium_org/content/test/plugin/
plugin_javascript_open_popup.h 14 // instantiated in a popup window. The plugin instance needs to
28 // This class represents a windowed plugin instance instantiated within a
  /external/chromium_org/remoting/host/
disconnect_window_mac.h 30 // instantiated via a xib.
35 // it can be instantiated via a xib.
  /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/chromium_org/third_party/icu/source/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
  /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
  /external/chromium_org/content/public/renderer/
key_system_info.h 19 // A key system string that can be instantiated, such as
23 // A key system string that cannot be instantiated like a concrete key system
54 // The following indicate how the corresponding CDM should be instantiated.
  /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
  /packages/apps/Launcher3/src/com/android/launcher3/
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
  /development/samples/ActionBarCompat/
_index.jd 7 11 or greater. The example 'compatible' action bar, instantiated on pre-Android 3.0 devices,
  /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/chromium_org/media/audio/
audio_output_dispatcher.cc 21 // We expect to be instantiated on the audio thread. Otherwise the
  /external/chromium_org/third_party/skia/include/effects/
SkArithmeticMode.h 34 SkArithmeticMode(); // can't be instantiated
  /external/chromium_org/ui/gfx/mac/
scoped_ns_disable_screen_updates.h 14 // A stack-based class to disable Cocoa screen updates. When instantiated, it
  /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.

Completed in 404 milliseconds

1 2 3 4 5 6 7 8 91011>>