HomeSort by relevance Sort by last modified time
    Searched full:using (Results 351 - 375 of 46401) sorted by null

<<11121314151617181920>>

  /external/regex-re2/util/
util.h 31 using std::set;
32 using std::pair;
33 using std::vector;
34 using std::string;
35 using std::min;
36 using std::max;
37 using std::ostream;
38 using std::map;
39 using std::stack;
40 using std::sort
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 638 using ::signbit;
639 using ::fpclassify;
640 using ::isfinite;
641 using ::isinf;
642 using ::isnan;
643 using ::isnormal;
644 using ::isgreater;
645 using ::isgreaterequal;
646 using ::isless;
647 using ::islessequal
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 638 using ::signbit;
639 using ::fpclassify;
640 using ::isfinite;
641 using ::isinf;
642 using ::isnan;
643 using ::isnormal;
644 using ::isgreater;
645 using ::isgreaterequal;
646 using ::isless;
647 using ::islessequal
    [all...]
  /art/runtime/base/
dchecked_vector.h 41 using Base = std::vector<T, Alloc>;
44 using typename Base::value_type;
45 using typename Base::allocator_type;
46 using typename Base::reference;
47 using typename Base::const_reference;
48 using typename Base::pointer;
49 using typename Base::const_pointer;
50 using typename Base::iterator;
51 using typename Base::const_iterator;
52 using typename Base::reverse_iterator
    [all...]
  /external/eigen/Eigen/src/Core/
MapBase.h 50 using Base::derived;
51 // using Base::RowsAtCompileTime;
52 // using Base::ColsAtCompileTime;
53 // using Base::SizeAtCompileTime;
54 using Base::MaxRowsAtCompileTime;
55 using Base::MaxColsAtCompileTime;
56 using Base::MaxSizeAtCompileTime;
57 using Base::IsVectorAtCompileTime;
58 using Base::Flags;
59 using Base::IsRowMajor
    [all...]
  /bootable/recovery/fonts/
README 1 The images in this directory were generated using the font
  /build/tools/atree/
fs.h 6 using namespace std;
  /development/samples/browseable/ActivityInstrumentation/
_index.jd 8 This sample provides a basic example of using an InstrumentationTest to probe the
  /development/samples/browseable/BasicMediaDecoder/
_index.jd 8 This activity uses a TextureView to render the frames of a video decoded using the
  /development/samples/browseable/CommitContentSampleIME/
_index.jd 9 (such as images) to text fields using the Commit Content API.
  /development/samples/browseable/HorizontalPaging/
_index.jd 9 applications that use ActionBar, using a ViewPager widget.
  /development/samples/browseable/StorageProvider/
_index.jd 8 A simple implementation of a documents provider using the storage access framework in
  /external/ImageMagick/api_examples/
README 15 Each however does so in its own way using various functions in the
26 cli_process.c Using the function that processes a argument list
27 cli_operators.c Using operator groups to process individual options
31 wand.c using a MagickWand
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/
.gitattributes 2 # https://github.com/github/linguist#using-gitattributes
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
p2.cpp 11 using namespace M;
  /external/clang/test/Lexer/
cxx1y_binary_literal.cpp 5 using I = int;
6 using I = decltype(0b101001);
7 using ULL = unsigned long long;
8 using ULL = decltype(0b10101001ULL);
  /external/clang/test/SemaCXX/
using-decl-pr4441.cpp 9 using A::operator+;
using-decl-pr4450.cpp 9 using A::g;
  /external/clang/test/SemaObjC/
format-strings-system.h 6 // Do not emit warnings when using NSLocalizedString
  /external/eigen/doc/examples/
tut_matrix_resize_fixed_size.cpp 4 using namespace Eigen;
  /external/eigen/failtest/
block_nonconst_ctor_on_const_xpr_0.cpp 9 using namespace Eigen;
block_nonconst_ctor_on_const_xpr_1.cpp 9 using namespace Eigen;
block_nonconst_ctor_on_const_xpr_2.cpp 9 using namespace Eigen;
block_on_const_type_actually_const_0.cpp 9 using namespace Eigen;
block_on_const_type_actually_const_1.cpp 9 using namespace Eigen;

Completed in 1556 milliseconds

<<11121314151617181920>>