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

<<11121314151617181920>>

  /external/opencv3/modules/imgproc/perf/
perf_morph.cpp 3 using namespace std;
4 using namespace cv;
5 using namespace perf;
6 using std::tr1::make_tuple;
7 using std::tr1::get;
  /external/v8/test/webkit/
date-set-to-nan-expected.txt 24 This tests if the Date setters handle invalid parameters correctly resulting in a NaN date and if a recovery from such a NaN date is only possible by using the date.setTime() and date.set[[UTC]Full]Year() functions.
31 PASS recover from NaN date using date.setTime()
35 PASS no recovering from NaN date using date.setMilliseconds(arg0)
39 PASS no recovering from NaN date using date.setUTCMilliseconds(arg0)
42 PASS no recovering from NaN date using date.setSeconds(arg0, 0)
45 PASS no recovering from NaN date using date.setSeconds(arg0)
48 PASS no recovering from NaN date using date.setUTCSeconds(arg0, 0)
51 PASS no recovering from NaN date using date.setUTCSeconds(arg0)
54 PASS no recovering from NaN date using date.setMinutes(arg0, 0, 0)
56 PASS no recovering from NaN date using date.setMinutes(arg0, 0
    [all...]
  /cts/libs/json/src/com/android/json/stream/
JsonToken.java 25 * The opening of a JSON array. Written using {@link JsonWriter#beginObject}
26 * and read using {@link JsonReader#beginObject}.
31 * The closing of a JSON array. Written using {@link JsonWriter#endArray}
32 * and read using {@link JsonReader#endArray}.
37 * The opening of a JSON object. Written using {@link JsonWriter#beginObject}
38 * and read using {@link JsonReader#beginObject}.
43 * The closing of a JSON object. Written using {@link JsonWriter#endObject}
44 * and read using {@link JsonReader#endObject}.
50 * their values. Written using {@link JsonWriter#name} and read using {@lin
    [all...]
  /frameworks/base/core/java/android/util/
JsonToken.java 25 * The opening of a JSON array. Written using {@link JsonWriter#beginObject}
26 * and read using {@link JsonReader#beginObject}.
31 * The closing of a JSON array. Written using {@link JsonWriter#endArray}
32 * and read using {@link JsonReader#endArray}.
37 * The opening of a JSON object. Written using {@link JsonWriter#beginObject}
38 * and read using {@link JsonReader#beginObject}.
43 * The closing of a JSON object. Written using {@link JsonWriter#endObject}
44 * and read using {@link JsonReader#endObject}.
50 * their values. Written using {@link JsonWriter#name} and read using {@lin
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
cstdlib 46 using std::lldiv_t;
49 using std::llabs;
50 using std::lldiv;
53 using std::atoll;
54 using std::strtoll;
55 using std::strtoull;
57 using std::strtof;
58 using std::strtold;
61 using std::abs;
63 using std::div
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
cstdlib 46 using std::lldiv_t;
49 using std::llabs;
50 using std::lldiv;
53 using std::atoll;
54 using std::strtoll;
55 using std::strtoull;
57 using std::strtof;
58 using std::strtold;
61 using std::abs;
63 using std::div
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
cstdlib 46 using std::lldiv_t;
49 using std::llabs;
50 using std::lldiv;
53 using std::atoll;
54 using std::strtoll;
55 using std::strtoull;
57 using std::strtof;
58 using std::strtold;
61 using std::abs;
63 using std::div
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
cstdlib 46 using std::lldiv_t;
49 using std::llabs;
50 using std::lldiv;
53 using std::atoll;
54 using std::strtoll;
55 using std::strtoull;
57 using std::strtof;
58 using std::strtold;
61 using std::abs;
63 using std::div
    [all...]
  /external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/
MainPage.xaml.cpp 15 using namespace video_capture_xaml;
17 using namespace Platform;
18 using namespace Windows::Foundation;
19 using namespace Windows::Foundation::Collections;
20 using namespace Windows::UI::Xaml;
21 using namespace Windows::UI::Xaml::Controls;
22 using namespace Windows::UI::Xaml::Controls::Primitives;
23 using namespace Windows::UI::Xaml::Data;
24 using namespace Windows::UI::Xaml::Input;
25 using namespace Windows::UI::Xaml::Media
    [all...]
  /external/opencv3/samples/winrt/ImageManipulations/
App.xaml.cpp 21 using namespace SDKSample;
22 using namespace SDKSample::Common;
23 using namespace SDKSample::MediaCapture;
25 using namespace Concurrency;
26 using namespace Platform;
27 using namespace Windows::ApplicationModel;
28 using namespace Windows::ApplicationModel::Activation;
29 using namespace Windows::Foundation;
30 using namespace Windows::Foundation::Collections;
31 using namespace Windows::UI::Core
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/
functional 74 using ::boost::reference_wrapper;
75 using ::boost::ref;
76 using ::boost::cref;
78 using ::boost::result_of;
80 using ::boost::mem_fn;
82 using ::boost::bind;
85 using ::_1;
86 using ::_2;
87 using ::_3;
88 using ::_4
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/
functional 74 using ::boost::reference_wrapper;
75 using ::boost::ref;
76 using ::boost::cref;
78 using ::boost::result_of;
80 using ::boost::mem_fn;
82 using ::boost::bind;
85 using ::_1;
86 using ::_2;
87 using ::_3;
88 using ::_4
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
placeholders.hpp 21 using BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE::_;
37 using BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE::_1;
50 using BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE::_2;
63 using BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE::_3;
76 using BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE::_4;
89 using BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE::_5;
102 using BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE::_6;
  /development/samples/browseable/BasicAndroidKeyStore/
_index.jd 11 using those keys.\n\n
13 To sign some data using a KeyPair, click \"Sign\".\n\n
14 To verify the data using the signature provided, click \"Verify\".\n\n
  /external/opencv3/modules/video/perf/
perf_tvl1optflow.cpp 3 using namespace std;
4 using namespace cv;
5 using namespace perf;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
ctime 60 using ::clock_t;
61 using ::time_t;
62 using ::tm;
64 using ::clock;
65 using ::difftime;
66 using ::mktime;
67 using ::time;
68 using ::asctime;
69 using ::ctime;
70 using ::gmtime
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
ctime 60 using ::clock_t;
61 using ::time_t;
62 using ::tm;
64 using ::clock;
65 using ::difftime;
66 using ::mktime;
67 using ::time;
68 using ::asctime;
69 using ::ctime;
70 using ::gmtime
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
ctime 60 using ::clock_t;
61 using ::time_t;
62 using ::tm;
64 using ::clock;
65 using ::difftime;
66 using ::mktime;
67 using ::time;
68 using ::asctime;
69 using ::ctime;
70 using ::gmtime
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
ctime 60 using ::clock_t;
61 using ::time_t;
62 using ::tm;
64 using ::clock;
65 using ::difftime;
66 using ::mktime;
67 using ::time;
68 using ::asctime;
69 using ::ctime;
70 using ::gmtime
    [all...]
  /bionic/libc/include/
stdatomic.h 70 using std::atomic_is_lock_free;
71 using std::atomic_init;
72 using std::atomic_store;
73 using std::atomic_store_explicit;
74 using std::atomic_load;
75 using std::atomic_load_explicit;
76 using std::atomic_exchange;
77 using std::atomic_exchange_explicit;
78 using std::atomic_compare_exchange_strong;
79 using std::atomic_compare_exchange_strong_explicit
    [all...]
  /development/ndk/platforms/android-21/include/
stdatomic.h 64 using std::atomic_is_lock_free;
65 using std::atomic_init;
66 using std::atomic_store;
67 using std::atomic_store_explicit;
68 using std::atomic_load;
69 using std::atomic_load_explicit;
70 using std::atomic_exchange;
71 using std::atomic_exchange_explicit;
72 using std::atomic_compare_exchange_strong;
73 using std::atomic_compare_exchange_strong_explicit
    [all...]
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
stdatomic.h 70 using std::atomic_is_lock_free;
71 using std::atomic_init;
72 using std::atomic_store;
73 using std::atomic_store_explicit;
74 using std::atomic_load;
75 using std::atomic_load_explicit;
76 using std::atomic_exchange;
77 using std::atomic_exchange_explicit;
78 using std::atomic_compare_exchange_strong;
79 using std::atomic_compare_exchange_strong_explicit
    [all...]
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
stdatomic.h 70 using std::atomic_is_lock_free;
71 using std::atomic_init;
72 using std::atomic_store;
73 using std::atomic_store_explicit;
74 using std::atomic_load;
75 using std::atomic_load_explicit;
76 using std::atomic_exchange;
77 using std::atomic_exchange_explicit;
78 using std::atomic_compare_exchange_strong;
79 using std::atomic_compare_exchange_strong_explicit
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
stdatomic.h 70 using std::atomic_is_lock_free;
71 using std::atomic_init;
72 using std::atomic_store;
73 using std::atomic_store_explicit;
74 using std::atomic_load;
75 using std::atomic_load_explicit;
76 using std::atomic_exchange;
77 using std::atomic_exchange_explicit;
78 using std::atomic_compare_exchange_strong;
79 using std::atomic_compare_exchange_strong_explicit
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
stdatomic.h 70 using std::atomic_is_lock_free;
71 using std::atomic_init;
72 using std::atomic_store;
73 using std::atomic_store_explicit;
74 using std::atomic_load;
75 using std::atomic_load_explicit;
76 using std::atomic_exchange;
77 using std::atomic_exchange_explicit;
78 using std::atomic_compare_exchange_strong;
79 using std::atomic_compare_exchange_strong_explicit
    [all...]

Completed in 4074 milliseconds

<<11121314151617181920>>