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

<<11121314151617181920>>

  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
ctime 43 using ::clock_t;
44 using ::time_t;
45 using ::tm;
48 using ::clock;
49 using ::difftime;
50 using ::mktime;
51 using ::time;
52 using ::asctime;
53 using ::ctime;
54 using ::gmtime
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
ctime 43 using ::clock_t;
44 using ::time_t;
45 using ::tm;
48 using ::clock;
49 using ::difftime;
50 using ::mktime;
51 using ::time;
52 using ::asctime;
53 using ::ctime;
54 using ::gmtime
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/system/include/
ctime 45 using ::clock_t;
46 using ::time_t;
47 using ::tm;
50 using ::clock;
51 using ::difftime;
52 using ::mktime;
53 using ::time;
54 using ::asctime;
55 using ::ctime;
56 using ::gmtime
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/system/include/
ctime 45 using ::clock_t;
46 using ::time_t;
47 using ::tm;
50 using ::clock;
51 using ::difftime;
52 using ::mktime;
53 using ::time;
54 using ::asctime;
55 using ::ctime;
56 using ::gmtime
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gabi++/include/
ctime 45 using ::clock_t;
46 using ::time_t;
47 using ::tm;
50 using ::clock;
51 using ::difftime;
52 using ::mktime;
53 using ::time;
54 using ::asctime;
55 using ::ctime;
56 using ::gmtime
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/system/include/
ctime 45 using ::clock_t;
46 using ::time_t;
47 using ::tm;
50 using ::clock;
51 using ::difftime;
52 using ::mktime;
53 using ::time;
54 using ::asctime;
55 using ::ctime;
56 using ::gmtime
    [all...]
  /build/tools/atree/
options.h 7 using namespace std;
  /external/clang/test/CXX/basic/basic.scope/basic.scope.pdecl/
p3.cpp 8 using namespace NS;
23 using namespace NS;
24 using C = C; // ok, C = B::C
25 using C = NS::C; // ok, same type
  /external/clang/test/CXX/class.derived/class.member.lookup/
p9.cpp 12 using ClsA::f;
13 using ClsA::g; // expected-note{{member found by ambiguous name lookup}}
18 using ClsA::f;
19 using ClsA::g; // expected-note{{member found by ambiguous name lookup}}
  /external/clang/test/CXX/temp/temp.decls/temp.alias/
p2.cpp 3 template<typename T> using U = T;
5 using I = U<U<U<U<int>>>>;
6 using I = int;
8 template<typename A, typename B> using Fst = A;
9 template<typename A, typename B> using Snd = B;
11 using I = Fst<Snd<char,int>,double>;
19 template<class T> using Vec = vector<T, Alloc<T>>;
43 using VTest = vector<int, Alloc<int>>;
44 using VTest = decltype(v);
  /external/clang/test/CodeGenCXX/
2009-07-16-Using.cpp 8 using ::A::B;
  /external/clang/test/PCH/
pth.h 1 // This case came up when using PTH with Boost (<rdar://problem/8227989>).
  /external/clang/test/SemaCXX/
redeclared-alias-template.cpp 3 template<typename T> using A = int; // expected-note 2{{previous}}
4 template<typename T> using A = char; // expected-error {{type alias template redefinition with different types ('char' vs 'int')}}
5 template<typename T1, typename T2> using A = T1; // expected-error {{too many template parameters in template redeclaration}}
7 template<typename T1, typename T2> using B = T1; // expected-note {{previous}}
8 template<typename T2, typename T1> using B = T1; // expected-error {{type alias template redefinition with different types}}
12 template<template<typename> class F> using FInt = F<int>;
13 template<typename X> using SXRInt = FInt<S<X>::template R>;
14 template<typename X> using SXRInt = typename S<X>::template R<int>; // ok, redeclaration.
21 template<typename> using A = int;
using-decl-pr4441.cpp 8 using A::operator+;
  /external/compiler-rt/SDKs/linux/
README.txt 2 x86_64 using the Clang compiler.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/META-INF/
eclipse.inf 1 #Processed using Jarprocessor
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/data/
_README.txt 1 These files are sample data to get you started, generated using
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/META-INF/
eclipse.inf 1 #Processed using Jarprocessor
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/META-INF/
eclipse.inf 1 #Processed using Jarprocessor
  /external/kernel-headers/original/linux/
autoconf.h 4 /* we're not using this to build kernel stuff, so a subset should do */
  /external/webkit/LayoutTests/storage/domstorage/localstorage/
index-get-and-set-expected.txt 2 Setting FOO using the index setter.
8 Setting FOO again, using setItem.
14 Setting FOO again, using the index setter.
20 Setting FOO again, using property-slot syntax
  /external/webkit/LayoutTests/storage/domstorage/sessionstorage/
index-get-and-set-expected.txt 2 Setting FOO using the index setter.
8 Setting FOO again, using setItem.
14 Setting FOO again, using the index setter.
20 Setting FOO again, using property-slot syntax
  /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/
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
cmath 147 using ::double_t;
148 using ::float_t;
151 using ::acosh;
152 using ::acoshf;
153 using ::acoshl;
155 using ::asinh;
156 using ::asinhf;
157 using ::asinhl;
159 using ::atanh;
160 using ::atanhf
    [all...]

Completed in 3304 milliseconds

<<11121314151617181920>>