HomeSort by relevance Sort by last modified time
    Searched refs:construct (Results 276 - 300 of 517) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/test/mjsunit/compiler/
inline-construct.js 28 // Flags: --allow-natives-syntax --inline-construct
  /external/chromium_org/v8/test/mjsunit/
migrations.js 31 print("--- construct");
  /external/chromium_org/v8/test/webkit/
toString-number-dot-expr.js 29 // construct same test-case for different kinds of number literals. the switch is used to avoid
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 464 /// \brief Construct the Diagnostic message for the given ExplodedNode.
470 /// The class knows how to construct the stack hint message based on
484 /// 'getMessageForX()' methods to construct a specific message.
502 /// supply a message that will be used to construct an extra hint on the
602 static PathDiagnosticCallPiece *construct(const ExplodedNode *N,
606 static PathDiagnosticCallPiece *construct(PathPieces &pieces,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
bitmap_allocator.h 1057 construct(pointer __p, const_reference __data) function in class:bitmap_allocator
1063 construct(pointer __p, _Args&&... __args) function in class:bitmap_allocator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
bitmap_allocator.h 1061 construct(_Up* __p, _Args&&... __args) function in class:bitmap_allocator
1070 construct(pointer __p, const_reference __data) function in class:bitmap_allocator
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
bitmap_allocator.h 1061 construct(_Up* __p, _Args&&... __args) function in class:bitmap_allocator
1070 construct(pointer __p, const_reference __data) function in class:bitmap_allocator
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_list.h 464 _M_get_Tp_allocator().construct(&__p->_M_data, __x);
481 _M_get_Node_allocator().construct(__p,
494 // [23.2.2.1] construct/copy/destroy
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_list.h 464 _M_get_Tp_allocator().construct(&__p->_M_data, __x);
481 _M_get_Node_allocator().construct(__p,
494 // [23.2.2.1] construct/copy/destroy
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_list.h 464 _M_get_Tp_allocator().construct(&__p->_M_data, __x);
481 _M_get_Node_allocator().construct(__p,
494 // [23.2.2.1] construct/copy/destroy
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
bitmap_allocator.h 1057 construct(pointer __p, const_reference __data) function in class:bitmap_allocator
1063 construct(pointer __p, _Args&&... __args) function in class:bitmap_allocator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
bitmap_allocator.h 1056 construct(_Up* __p, _Args&&... __args) function in class:bitmap_allocator
1065 construct(pointer __p, const_reference __data) function in class:bitmap_allocator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
bitmap_allocator.h 1057 construct(pointer __p, const_reference __data) function in class:bitmap_allocator
1063 construct(pointer __p, _Args&&... __args) function in class:bitmap_allocator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
bitmap_allocator.h 1056 construct(_Up* __p, _Args&&... __args) function in class:bitmap_allocator
1065 construct(pointer __p, const_reference __data) function in class:bitmap_allocator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
bitmap_allocator.h 1061 construct(_Up* __p, _Args&&... __args) function in class:bitmap_allocator
1070 construct(pointer __p, const_reference __data) function in class:bitmap_allocator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
bitmap_allocator.h 1061 construct(_Up* __p, _Args&&... __args) function in class:bitmap_allocator
1070 construct(pointer __p, const_reference __data) function in class:bitmap_allocator
  /art/runtime/base/
hash_set.h 343 allocfn_.construct(allocfn_.address(data_[i]));