HomeSort by relevance Sort by last modified time
    Searched full:instantiation (Results 651 - 675 of 1313) sorted by null

<<21222324252627282930>>

  /packages/apps/Email/tests/src/com/android/email/
DBTestHelper.java 46 private DBTestHelper() { // Utility class. No instantiation.
  /packages/apps/TV/tests/common/src/com/android/tv/testing/
ChannelUtils.java 152 // Prevent instantiation.
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
SuggestionsProvider.java 36 * Simple extension / instantiation of SearchRecentSuggestionsProvider, independent
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
HelpFragment.java 54 // Public no-args constructor needed for fragment re-instantiation
LimitedMultiSelectDialogFragment.java 62 // Public no-args constructor needed for fragment re-instantiation
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
VeiledAddressMatcher.java 89 * Make instantiation impossible.
  /packages/services/Car/service/src/com/android/car/cluster/
InstrumentClusterRendererLoader.java 69 /** To prevent instantiation of a singleton class. */
  /system/keymaster/
rsa_operation.h 205 * creating such operations, delegating only the actual operation instantiation.
  /system/tpm/trunks/
trunks_client_test.h 139 // Factory for instantiation of Tpm classes
  /system/update_engine/update_manager/
boxed_value.cc 36 // Template instantiation for common types; used in BoxedValue::ToString().
  /external/clang/test/CodeGenCXX/
dllexport-members.cpp     [all...]
mangle.cpp 749 namespace test31 { // instantiation-dependent mangling of decltype
801 // Mangling for instantiation-dependent decltype expressions.
808 // Mangling for non-instantiation-dependent sizeof expressions.
815 // Mangling for non-instantiation-dependent sizeof expressions
823 // Mangling for instantiation-dependent sizeof() expressions as
  /external/clang/include/clang/Sema/
ScopeInfo.h 695 /// until its instantiation. But we still need to capture it in the
703 /// if the enclosing full-expression is instantiation dependent).
769 /// if we can determine that the full expression is not instantiation-
778 /// instantiation-dependent. It could be useful to avoid capturing such
779 /// variables, even when they are referred to in an instantiation-dependent
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /art/tools/dexfuzz/src/dexfuzz/fuzzers/
Fuzzer.java 153 Log.errorAndQuit("Invalid arguments to instantiation of Executor.");
155 Log.errorAndQuit("Instantiation of Executor threw an Exception!");
  /external/chromium-trace/catapult/third_party/WebOb/docs/
index.txt 172 during instantiation with ``Request(environ, charset='utf8')``. If
215 instantiation.
  /external/clang/lib/CodeGen/
CGCXX.cpp 162 // FIXME: An extern template instantiation will create functions with
172 // template instantiation or a dllexported class, avoid forming it on COFF.
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x.cpp 201 maybe_shrink_int<15>((int)3); // expected-note {{in instantiation}}
202 maybe_shrink_int<70000>((char)3); // expected-note {{in instantiation}}
  /external/clang/test/OpenMP/
parallel_reduction_messages.cpp 256 return tmain(argc) + tmain(fl); // expected-note {{in instantiation of function template specialization 'tmain<int>' requested here}} expected-note {{in instantiation of function template specialization 'tmain<float>' requested here}}
parallel_sections_reduction_messages.cpp 376 return tmain(argc) + tmain(fl); // expected-note {{in instantiation of function template specialization 'tmain<int>' requested here}} expected-note {{in instantiation of function template specialization 'tmain<float>' requested here}}
sections_reduction_messages.cpp 431 return tmain(argc) + tmain(fl); // expected-note {{in instantiation of function template specialization 'tmain<int>' requested here}} expected-note {{in instantiation of function template specialization 'tmain<float>' requested here}}
teams_reduction_messages.cpp 324 return tmain(argc) + tmain(fl); // expected-note {{in instantiation of function template specialization 'tmain<int>' requested here}} expected-note {{in instantiation of function template specialization 'tmain<float>' requested here}}
  /external/clang/test/Parser/
MicrosoftExtensions.cpp 276 // Necessary to force instantiation in -fdelayed-template-parsing mode.
389 A<int> b(0); // expected-note {{in instantiation of member function}}
  /external/clang/test/SemaCXX/
cxx1y-deduced-return-type.cpp 134 int k = instantiate<int>(); // expected-note {{in instantiation of}}
412 template int U<int>::g(); // expected-note {{in instantiation of}}
enable_if.cpp 111 typedep(n); // expected-note{{in instantiation of function template specialization 'typedep<Nothing>' requested here}}
136 // FIXME: issue an error (without instantiation) because ::h(T()) is not

Completed in 692 milliseconds

<<21222324252627282930>>