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

<<11121314151617181920>>

  /prebuilts/misc/linux-x86/bison/
PREBUILT 2 using the source in external/bison, with build command
  /prebuilts/misc/linux-x86/futility/
PREBUILT 1 The binaries in this prebuilt directory can be rebuilt using
  /prebuilts/misc/linux-x86/protobuf/
PREBUILT 1 The binaries in this prebuilt directory can be rebuilt using
  /prebuilts/tools/common/eclipse/
PREBUILT 2 using the source archive hosted at <http://android.kernel.org/pub/>.
  /prebuilts/tools/darwin-x86/jetcreator/
PREBUILT 2 using the source located in external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mri/
label.d 5 # Test using an MRI style label
label.s 1 ; Test using an MRI style label
  /external/libcxx/include/
cstring 69 using ::size_t;
70 using ::memcpy;
71 using ::memmove;
72 using ::strcpy;
73 using ::strncpy;
74 using ::strcat;
75 using ::strncat;
76 using ::memcmp;
77 using ::strcmp;
78 using ::strncmp
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cstring 69 using ::size_t;
70 using ::memcpy;
71 using ::memmove;
72 using ::strcpy;
73 using ::strncpy;
74 using ::strcat;
75 using ::strncat;
76 using ::memcmp;
77 using ::strcmp;
78 using ::strncmp
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
cstring 69 using ::size_t;
70 using ::memcpy;
71 using ::memmove;
72 using ::strcpy;
73 using ::strncpy;
74 using ::strcat;
75 using ::strncat;
76 using ::memcmp;
77 using ::strcmp;
78 using ::strncmp
    [all...]
  /external/clang/test/SemaCXX/
using-directive.cpp 16 using namespace B;
29 using namespace A;
30 using namespace B;
38 using namespace A;
39 using namespace A::B;
43 using namespace C;
45 using namespace E; // expected-error{{reference to 'E' is ambiguous}}
53 using namespace A;
63 using namespace A; // expected-error{{not allowed}}
76 using namespace A
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cstring 75 using ::memchr;
76 using ::memcmp;
77 using ::memcpy;
78 using ::memmove;
79 using ::memset;
80 using ::strcat;
81 using ::strcmp;
82 using ::strcoll;
83 using ::strcpy;
84 using ::strcspn
    [all...]
cwctype 82 using ::wctrans_t;
83 using ::wctype_t;
84 using ::wint_t;
86 using ::iswalnum;
87 using ::iswalpha;
89 using ::iswblank;
91 using ::iswcntrl;
92 using ::iswctype;
93 using ::iswdigit;
94 using ::iswgraph
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
cstring 75 using ::memchr;
76 using ::memcmp;
77 using ::memcpy;
78 using ::memmove;
79 using ::memset;
80 using ::strcat;
81 using ::strcmp;
82 using ::strcoll;
83 using ::strcpy;
84 using ::strcspn
    [all...]
cwctype 82 using ::wctrans_t;
83 using ::wctype_t;
84 using ::wint_t;
86 using ::iswalnum;
87 using ::iswalpha;
89 using ::iswblank;
91 using ::iswcntrl;
92 using ::iswctype;
93 using ::iswdigit;
94 using ::iswgraph
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cstring 75 using ::memchr;
76 using ::memcmp;
77 using ::memcpy;
78 using ::memmove;
79 using ::memset;
80 using ::strcat;
81 using ::strcmp;
82 using ::strcoll;
83 using ::strcpy;
84 using ::strcspn
    [all...]
cwctype 82 using ::wctrans_t;
83 using ::wctype_t;
84 using ::wint_t;
86 using ::iswalnum;
87 using ::iswalpha;
89 using ::iswblank;
91 using ::iswcntrl;
92 using ::iswctype;
93 using ::iswdigit;
94 using ::iswgraph
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
cstring 75 using ::memchr;
76 using ::memcmp;
77 using ::memcpy;
78 using ::memmove;
79 using ::memset;
80 using ::strcat;
81 using ::strcmp;
82 using ::strcoll;
83 using ::strcpy;
84 using ::strcspn
    [all...]
cwctype 82 using ::wctrans_t;
83 using ::wctype_t;
84 using ::wint_t;
86 using ::iswalnum;
87 using ::iswalpha;
89 using ::iswblank;
91 using ::iswcntrl;
92 using ::iswctype;
93 using ::iswdigit;
94 using ::iswgraph
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
fenv.hpp 17 /* If we're using clang + glibc, we have to get hacky.
49 using ::fenv_t;
50 using ::fexcept_t;
51 using ::fegetexceptflag;
52 using ::fesetexceptflag;
53 using ::feclearexcept;
54 using ::feraiseexcept;
55 using ::fetestexcept;
56 using ::fegetround;
57 using ::fesetround
    [all...]
  /external/clang/include/clang/Basic/
LLVM.h 55 using llvm::isa;
56 using llvm::cast;
57 using llvm::dyn_cast;
58 using llvm::dyn_cast_or_null;
59 using llvm::cast_or_null;
62 using llvm::None;
63 using llvm::Optional;
64 using llvm::StringRef;
65 using llvm::Twine;
66 using llvm::ArrayRef
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 167 using _STLP_VENDOR_CSTD::wint_t;
178 using ::wint_t;
180 using _STLP_VENDOR_CSTD::wint_t;
184 using _STLP_VENDOR_CSTD::size_t;
187 using _STLP_VENDOR_MB_NAMESPACE::mbstate_t;
193 using _STLP_VENDOR_MB_NAMESPACE::btowc;
195 using _STLP_VENDOR_MB_NAMESPACE::mbsinit;
200 using _STLP_VENDOR_MB_NAMESPACE::mbrlen;
201 using _STLP_VENDOR_MB_NAMESPACE::mbrtowc;
202 using _STLP_VENDOR_MB_NAMESPACE::mbsrtowcs
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 167 using _STLP_VENDOR_CSTD::wint_t;
178 using ::wint_t;
180 using _STLP_VENDOR_CSTD::wint_t;
184 using _STLP_VENDOR_CSTD::size_t;
187 using _STLP_VENDOR_MB_NAMESPACE::mbstate_t;
193 using _STLP_VENDOR_MB_NAMESPACE::btowc;
195 using _STLP_VENDOR_MB_NAMESPACE::mbsinit;
200 using _STLP_VENDOR_MB_NAMESPACE::mbrlen;
201 using _STLP_VENDOR_MB_NAMESPACE::mbrtowc;
202 using _STLP_VENDOR_MB_NAMESPACE::mbsrtowcs
    [all...]
  /development/samples/browseable/ElevationBasic/
_index.jd 9 first view has a fixed elevation using XML and the second one is raised when the user
10 taps on it, using setTranslationZ().
  /external/clang/test/PCH/
cxx-alias-decl.cpp 11 using T1 = decltype(a);
12 using T1 = D<int, char>;
14 using T2 = B<A>;
15 using T2 = S;
17 using A = int;
18 template<typename U> using B = S;
19 template<typename U> using C = T<U>;
20 template<typename U, typename V> using D = typename T<U>::template A<V>;

Completed in 2569 milliseconds

<<11121314151617181920>>