/external/llvm/tools/llvmc/examples/Simple/ |
Makefile | 1 ##===- llvmc/examples/Simple/Makefile ----------------------*- Makefile -*-===## 12 LLVMC_BASED_DRIVER = Simple 13 BUILT_SOURCES = Simple.inc
|
/external/llvm/tools/llvmc/examples/ |
Makefile | 12 PARALLEL_DIRS := Hello Simple mcc16 Skeleton
|
/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;
|
/prebuilt/linux-x86/toolchain/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>());
|
/prebuilt/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>());
|
/prebuilt/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>());
|
/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(). 174 bool isSimple() const { return LVType == Simple; } 231 // simple lvalue 276 R.LVType = Simple;
|
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
RuleBasedCollatorTest.java | 38 String Simple = "< a< b< c< d"; 39 rbc = new RuleBasedCollator(Simple);
|
/external/llvm/unittests/ADT/ |
IntEqClassesTest.cpp | 17 TEST(IntEqClasses, Simple) {
|
/external/llvm/unittests/VMCore/ |
MetadataTest.cpp | 77 TEST_F(MDNodeTest, Simple) {
|
/external/protobuf/src/google/protobuf/stubs/ |
once_unittest.cc | 181 TEST_F(OnceInitTest, Simple) {
|