HomeSort by relevance Sort by last modified time
    Searched full:instantiation (Results 451 - 475 of 1076) sorted by null

<<11121314151617181920>>

  /external/chromium_org/tools/gn/
function_template.cc 41 " instantiation so that the names are globally unique. The variable\n"
  /external/chromium_org/ui/views/controls/webview/
webview.h 117 // instantiation of the inline IPC::Listener methods in all translation units.
  /external/clang/lib/AST/
DumpXML.cpp 474 // TODO: instantiation, etc.
496 // TODO: instantiation, etc.
660 Unknown ? "uninstantiated" : "instantiation");
688 Unknown ? "uninstantiated" : "instantiation");
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p5.cpp 33 ExpansionLengthMismatch<short, int, long>::Inner<unsigned int, unsigned long>::type // expected-note{{in instantiation of template class 'ExpansionLengthMismatch<short, int, long>::Inner<unsigned int, unsigned long>' requested here}}
401 typedef zip<short>::with<unsigned short, unsigned>::type T2; // expected-note{{in instantiation of template class}}
422 B<1,2>::C<4,5,6> c1; // expected-note{{in instantiation of}}
423 B<1,2,3,4>::C<4,5,6> c2; // expected-note{{in instantiation of}}
  /external/clang/test/Index/
complete-documentation-templates.cpp 124 // typedef for implicit instantiation should pick up the documentation
  /external/clang/test/SemaCXX/
cxx0x-initializer-stdinitializerlist.cpp 161 f({"A", "BB", "CCC"}); // expected-note{{in instantiation of function template specialization 'Decay::f<const char *>' requested here}}
  /external/clang/test/SemaTemplate/
ms-lookup-template-base-classes.cpp 195 text_provider2 = text_provider; // expected-note {{in instantiation of function template specialization}}
typename-specifier-4.cpp 153 void test_X(X<HasIterator> xi) { // expected-note{{in instantiation of template class}}
  /external/eigen/Eigen/src/StlSupport/
StdDeque.h 16 // Define the explicit instantiation (e.g. necessary for the Intel compiler)
  /external/javassist/sample/evolve/
Evolution.java 18 * behavior of the instantiation of the class A.
  /external/javassist/src/main/javassist/
CodeConverter.java 53 * Modify a method body so that instantiation of the specified class
67 * <p>This enables to intercept instantiation of <code>Point</code>
101 * Modify a method body so that instantiation of the class
103 * is replaced with instantiation of another class <code>newClass</code>.
  /external/libvpx/libvpx/vpx_mem/memory_manager/include/
hmm_intrnl.h 147 /* Interface to AVL tree generic package instantiation. */
  /external/openfst/src/include/fst/script/
script-impl.h 87 // instantiation of the template function in #2.
  /external/protobuf/java/src/main/java/com/google/protobuf/
WireFormat.java 45 // Do not allow instantiation.
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
MessageNanoPrinter.java 43 // Do not allow instantiation
  /external/qemu/elff/
elf_alloc.h 108 * instantiation.
  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table.h 83 // Static instantiation function.
  /external/srtp/crypto/include/
cipher.h 153 * cipher_t defines an instantiation of a particular cipher, with fixed
  /external/stlport/src/
dll_main.cpp 241 // _M_increment; _M_decrement instantiation
num_get.cpp 104 // Force instantiation of num_get<>
num_put.cpp 167 // Force instantiation of num_put<>
  /frameworks/native/include/ui/
Fence.h 103 // Only allow instantiation using ref counting.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsStorageMonitor.java 34 * into a separate class to support instantiation of multiple SMSDispatchers on
  /libcore/luni/src/main/java/java/sql/
Types.java 28 * Private constructor to prevent instantiation.
  /libcore/luni/src/main/java/java/util/
Random.java 60 * unlikely to be duplicated by a subsequent instantiation.

Completed in 1047 milliseconds

<<11121314151617181920>>