HomeSort by relevance Sort by last modified time
    Searched refs:test_extent (Results 1 - 3 of 3) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/meta/meta.unary.prop.query/
extent.pass.cpp 17 void test_extent() function
42 test_extent<void, 0>();
43 test_extent<int&, 0>();
44 test_extent<Class, 0>();
45 test_extent<int*, 0>();
46 test_extent<const int*, 0>();
47 test_extent<int, 0>();
48 test_extent<double, 0>();
49 test_extent<bool, 0>();
50 test_extent<unsigned, 0>()
    [all...]
  /external/e2fsprogs/resize/
Makefile.in 16 TEST_PROGS= test_extent
21 TEST_EXTENT_OBJS= extent.o test_extent.o
55 test_extent: $(TEST_EXTENT_OBJS)
57 $(Q) $(CC) $(ALL_LDFLAGS) -o test_extent $(TEST_EXTENT_OBJS) $(LIBS)
91 test_extent.out: test_extent $(srcdir)/test_extent.in
92 LD_LIBRARY_PATH=$(LIB) DYLD_LIBRARY_PATH=$(LIB) ./test_extent < $(srcdir)/test_extent.in \
93 > test_extent.ou
    [all...]
  /external/clang/bindings/python/tests/cindex/
test_location.py 72 def test_extent(): function

Completed in 688 milliseconds