HomeSort by relevance Sort by last modified time
    Searched refs:Simple (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /external/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 22 template <class Analysis, bool Simple>
33 ViewGraph(Graph, Name, Simple, Title);
47 template <class Analysis, bool Simple>
65 WriteGraph(File, Graph, Simple, Title);
82 template <class Analysis, bool Simple>
92 ViewGraph(Graph, Name, Simple, Title);
106 template <class Analysis, bool Simple>
123 WriteGraph(File, Graph, Simple, Title);
  /external/dhcpcd/mk/
sys.mk 0 # Simple defaults
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
removeEOL.pl 33 use Test::Simple tests => 5;
parseFirstEOL.pl 24 use Test::Simple tests => 7;
runPatchCommand.pl 33 use Test::Simple tests => 4;
  /external/regex-re2/re2/testing/
exhaustive1_test.cc 14 // Test simple repetition operators
15 TEST(Repetition, Simple) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 54 binary_heap_const_iterator_<Value_Type, Entry, Simple, Allocator>
57 binary_heap_const_point_iterator_<Value_Type, Entry, Simple, Allocator>
62 bool Simple,
const_point_iterator.hpp 53 template<typename Value_Type, typename Entry, bool Simple,
108 return to_ptr(integral_constant<int, Simple>());
116 return *to_ptr(integral_constant<int, Simple>());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 54 binary_heap_const_iterator_<Value_Type, Entry, Simple, Allocator>
57 binary_heap_const_point_iterator_<Value_Type, Entry, Simple, Allocator>
62 bool Simple,
const_point_iterator.hpp 53 template<typename Value_Type, typename Entry, bool Simple,
108 return to_ptr(integral_constant<int, Simple>());
116 return *to_ptr(integral_constant<int, Simple>());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 54 binary_heap_const_iterator_<Value_Type, Entry, Simple, Allocator>
57 binary_heap_const_point_iterator_<Value_Type, Entry, Simple, Allocator>
62 bool Simple,
const_point_iterator.hpp 53 template<typename Value_Type, typename Entry, bool Simple,
108 return to_ptr(integral_constant<int, Simple>());
116 return *to_ptr(integral_constant<int, Simple>());
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 54 binary_heap_const_iterator_<Value_Type, Entry, Simple, Allocator>
57 binary_heap_const_point_iterator_<Value_Type, Entry, Simple, Allocator>
62 bool Simple,
const_point_iterator.hpp 53 template<typename Value_Type, typename Entry, bool Simple,
108 return to_ptr(integral_constant<int, Simple>());
116 return *to_ptr(integral_constant<int, Simple>());
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 54 binary_heap_const_iterator_<Value_Type, Entry, Simple, Allocator>
57 binary_heap_const_point_iterator_<Value_Type, Entry, Simple, Allocator>
62 bool Simple,
const_point_iterator.hpp 53 template<typename Value_Type, typename Entry, bool Simple,
108 return to_ptr(integral_constant<int, Simple>());
116 return *to_ptr(integral_constant<int, Simple>());
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 54 binary_heap_const_iterator_<Value_Type, Entry, Simple, Allocator>
57 binary_heap_const_point_iterator_<Value_Type, Entry, Simple, Allocator>
62 bool Simple,
const_point_iterator.hpp 53 template<typename Value_Type, typename Entry, bool Simple,
108 return to_ptr(integral_constant<int, Simple>());
116 return *to_ptr(integral_constant<int, Simple>());
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 54 binary_heap_const_iterator_<Value_Type, Entry, Simple, Allocator>
57 binary_heap_const_point_iterator_<Value_Type, Entry, Simple, Allocator>
62 bool Simple,
const_point_iterator.hpp 53 template<typename Value_Type, typename Entry, bool Simple,
108 return to_ptr(integral_constant<int, Simple>());
116 return *to_ptr(integral_constant<int, Simple>());
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 54 binary_heap_const_iterator_<Value_Type, Entry, Simple, Allocator>
57 binary_heap_const_point_iterator_<Value_Type, Entry, Simple, Allocator>
62 bool Simple,
const_point_iterator.hpp 53 template<typename Value_Type, typename Entry, bool Simple,
108 return to_ptr(integral_constant<int, Simple>());
116 return *to_ptr(integral_constant<int, Simple>());
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
point_const_iterator.hpp 53 template<typename Value_Type, typename Entry, bool Simple,
108 return to_ptr(integral_constant<int, Simple>());
116 return *to_ptr(integral_constant<int, Simple>());
const_iterator.hpp 53 binary_heap_point_const_iterator_<Value_Type, Entry, Simple, _Alloc>
58 bool Simple,
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qgraphicswkview.h 26 enum BackingStoreType { Simple, Tiled };
27 QGraphicsWKView(QWKContext* context, BackingStoreType backingStoreType = Simple, QGraphicsItem* parent = 0);

Completed in 525 milliseconds

1 2 3 4 5