HomeSort by relevance Sort by last modified time
    Searched refs:Container (Results 226 - 250 of 333) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.h 592 template<class Container, class Compare>
593 void InternalSort(Container *v, uptr size, Compare comp) {
628 template<class Container, class Value, class Compare>
629 uptr InternalBinarySearch(const Container &v, uptr first, uptr last,
  /external/guice/extensions/struts2/lib/
jetty-util-6.1.0.jar 
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
STLExtras.h 237 // Returns an iterator_range over the given container which iterates in reverse.
238 // Note that the container must have rbegin()/rend() methods for this to work.
252 // Returns an iterator_range over the given container which iterates in reverse.
253 // Note that the container must have begin()/end() methods which return
569 /// For a container of pointers, deletes the pointers and then clears the
570 /// container.
571 template<typename Container>
572 void DeleteContainerPointers(Container &C) {
578 /// In a container of pairs (usually a map) whose second element is a pointer,
579 /// deletes the second elements and then clears the container
    [all...]
  /external/clang/lib/Parse/
Parser.cpp 45 SmallVectorImpl<TemplateIdAnnotation *> &Container;
49 SmallVectorImpl<TemplateIdAnnotation *> &Container)
50 : Container(Container) {}
54 Container.begin(),
55 E = Container.end();
58 Container.clear();
    [all...]
  /external/pdfium/xfa/fxfa/parser/
xfa_layout_itemlayout.cpp     [all...]
  /external/fmtlib/test/gmock/
gmock.h     [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
CalendarCalc.java 17 import java.awt.Container;
139 void addWithFont(Container container, Component foo, Font font) {
142 container.add(foo);
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFObjectWriter.cpp 198 template <class Container>
199 static void dumpRelocs(const char *Prefix, const Container &Relocs) {
  /external/webrtc/talk/app/webrtc/
statstypes.cc 761 Container::iterator it = std::find_if(list_.begin(), list_.end(),
776 Container::iterator it = std::find_if(list_.begin(), list_.end(),
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUResourceBundleReader.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUResourceBundleReader.java     [all...]
  /art/compiler/optimizing/
graph_visualizer.cc 71 template <typename Container>
72 explicit StringList(const Container& list, Format format = kArrayBrackets) : StringList(format) {
73 for (const typename Container::value_type& current : list) {
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubycontainer.swg 4 * Ruby sequence <-> C++ container wrapper
330 * container, giving it begin(), end(), and iterators.
533 /**** The Ruby container methods ****/
537 %define %swig_container_methods(Container...)
542 Container* dup()
544 return new Container(*$self);
553 * Macro used to define common Ruby printing methods for STL container
  /prebuilts/go/darwin-x86/src/syscall/
exec_linux.go 14 // SysProcIDMap holds Container ID to Host ID mappings used for User Namespaces in Linux.
17 ContainerID int // Container ID.
  /prebuilts/go/linux-x86/src/syscall/
exec_linux.go 14 // SysProcIDMap holds Container ID to Host ID mappings used for User Namespaces in Linux.
17 ContainerID int // Container ID.
  /art/runtime/base/
bit_utils_test.cc 322 template <typename Container>
323 void CheckElements(const std::initializer_list<uint32_t>& expected, const Container& elements) {
  /external/guava/guava-tests/test/com/google/common/reflect/
TypeTokenTest.java     [all...]
  /external/clang/tools/libclang/
CXIndexDataConsumer.cpp 923 ContainerInfo Container;
924 getContainerInfo(DC, Container);
931 &Container };
946 CXIdxClientContainer container) {
952 if (container
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]

Completed in 589 milliseconds

1 2 3 4 5 6 7 8 91011>>