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

1 2 3 4 5

  /external/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 21 template <class Analysis, bool Simple>
35 ViewGraph(Graph, Name, Simple, Title);
46 template <class Analysis, bool Simple>
70 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;
generatePatchCommand.pl 33 use Test::Simple tests => 10;
  /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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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>());
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qgraphicswkview.h 26 enum BackingStoreType { Simple, Tiled };
27 QGraphicsWKView(QWKContext* context, BackingStoreType backingStoreType = Simple, QGraphicsItem* parent = 0);
  /external/v8/test/mjsunit/bugs/
618.js 28 // Simple class using inline constructor.
43 // Simple class using inline constructor.
58 // Simple class using inline constructor.
73 // Simple class using inline constructor.
  /external/chromium/net/base/
test_completion_callback_unittest.cc 118 TEST_F(TestCompletionCallbackTest, Simple) {
  /external/v8/test/cctest/
test-lock.cc 16 // Simple test of locking logic
17 TEST(Simple) {
  /external/v8/test/mjsunit/
array-iteration.js 40 // Simple use.
78 // Simple use.
119 // Simple use.
160 // Simple use.
197 // Simple use.
debug-referenced-by.js 32 // Simple object.
44 // Add some more references from simple objects and arrays.
60 // Simple closure.
  /external/clang/lib/CodeGen/
CGValue.h 34 /// simple LLVM SSA value, a pair of SSA values for complex numbers, or the
101 /// bitfields, this is not a simple LLVM pointer, it may be a pointer plus a
105 Simple, // This is a normal l-value, use getAddress().
172 bool isSimple() const { return LVType == Simple; }
229 // simple lvalue
264 R.LVType = Simple;

Completed in 836 milliseconds

1 2 3 4 5