Searched refs:simple (Results 1 – 25 of 61) sorted by relevance
123
35 s simple39 s simple
7 .o with a single simple pattern. The second filter-out function8 augments the simple pattern with three literal names, which are
1 Facts are simple and facts are straight
146 # Hackery, pure and simple
4 simple functionality of make. It mimics the6 It also tests the simple definition of VPATH.";
4 simple functionality of make. It is the same as
46 # TEST 0: A simple double-colon rule that isn't the goal target.60 # TEST 2: A simple double-colon rule that is the goal target
8 ."directive forms and clears them afterwards. It has a simple\n"
74 # TEST #6 -- test expansion of pattern-specific simple variables
12 // Description : implements simple text based progress monitor
6 Construct a simple makefile that builds a target.
6 - long double functions (simple wrappers really, since 'long double' is
426 const RE simple(TypeParam("hello")); in TYPED_TEST() local427 EXPECT_STREQ("hello", simple.pattern()); in TYPED_TEST()884 const RE simple("hello"); in TEST() local885 EXPECT_STREQ("hello", simple.pattern()); in TEST()
16 Generating machine code is simple: just add 'x86-64' to your APP_ABI
16 Generating mips machine code is simple: just add 'mips' to your APP_ABI
13 'ndk-stack' is a simple tool that allows you to filter stack traces as they
25 Here is a simple example:
14 a simple STL implementation. Note that it currently does not support
109 -test-ndk-mod-find-first.simple = \409 -test-ndk-mod-get-topological-depends.simple = \507 -test-ndk-mod-get-bfs-depends.simple = \
141 -test-find-first.simple = \
30 # TEST #0 -- simple test
37 - No need to care about kernel interfaces. Everything uses mmap() and simple40 - The API is simple, and straightforward (no hidden behaviour changes due to
16 // A small, simple heap manager based (loosely) on