HomeSort by relevance Sort by last modified time
    Searched full:optional (Results 326 - 350 of 9800) sorted by null

<<11121314151617181920>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.syn/
optional_lvalue_ref.fail.cpp 10 // <optional>
12 // A program that necessitates the instantiation of template optional for a
15 #include <experimental/optional>
20 using std::experimental::optional;
22 optional<int&> opt;
optional_nullopt_t.fail.cpp 10 // <optional>
12 // A program that necessitates the instantiation of template optional for
15 #include <experimental/optional>
20 using std::experimental::optional;
24 optional<nullopt_t> opt;
optional_rvalue_ref.fail.cpp 10 // <optional>
12 // A program that necessitates the instantiation of template optional for a
15 #include <experimental/optional>
20 using std::experimental::optional;
22 optional<int&&> opt;
  /external/chromium_org/tools/deep_memory_profiler/
policy.android.browser.json 68 "stacktrace": "optional",
69 "allocator": "optional"
88 "stacktrace": "optional",
89 "allocator": "optional"
93 "stacktrace": "optional",
94 "allocator": "optional"
98 "stacktrace": "optional",
99 "allocator": "optional"
285 "stacktrace": "optional",
286 "allocator": "optional"
    [all...]
  /external/llvm/unittests/ADT/
OptionalTest.cpp 1 //===- llvm/unittest/ADT/OptionalTest.cpp - Optional unit tests -----------===//
11 #include "llvm/ADT/Optional.h"
48 Optional<NonDefaultConstructible> O;
54 Optional<NonDefaultConstructible> O(NonDefaultConstructible(3));
67 Optional<NonDefaultConstructible>(NonDefaultConstructible(3));
76 Optional<NonDefaultConstructible> A(NonDefaultConstructible(3));
81 Optional<NonDefaultConstructible> B(A);
95 Optional<NonDefaultConstructible> A(NonDefaultConstructible(3));
96 Optional<NonDefaultConstructible> B;
115 Optional<NonDefaultConstructible> A(NonDefaultConstructible(3))
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
chrome_web_view_internal.json 22 "optional": true
55 "optional": true,
60 "optional": true,
65 "optional": true,
70 "optional": true,
81 "optional": true,
86 "optional": true,
101 "optional": true,
107 "optional": true,
113 "optional": true
    [all...]
  /external/chromium_org/extensions/common/api/
test.json 23 "optional": true,
28 "optional": true,
41 "optional": true,
54 "optional": true,
94 {"type": "string", "name": "message", "optional": true}
114 "optional": true,
138 {"type": "any", "name": "message", "optional": true}
146 {"type": "any", "name": "message", "optional": true}
173 {"type": "string", "name": "message", "optional": true}
188 {"type": "string", "name": "message", "optional": true
    [all...]
  /external/chromium_org/components/dom_distiller/core/proto/
distilled_page.proto 33 optional string title = 5;
37 optional string log = 1;
41 optional DebugInfo debug_info = 6;
  /external/chromium_org/components/policy/proto/
policy_signing_key.proto 14 optional bytes signing_key = 1;
19 optional bytes signing_key_signature = 2;
25 optional bytes verification_key = 3;
  /external/chromium_org/sync/protocol/
attachments.proto 21 optional string unique_id = 1;
26 optional AttachmentIdProto id = 1;
28 optional bool is_on_server = 2;
extension_setting_specifics.proto 20 optional string extension_id = 1;
23 optional string key = 2;
26 optional string value = 3;
favicon_tracking_specifics.proto 18 optional string favicon_url= 1;
21 optional int64 last_visit_time_ms = 3;
23 optional bool is_bookmarked = 4;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10_1.idl 144 [out,optional] ID3D10ShaderResourceView1 **c
149 [out, optional] ID3D10BlendState1 **b
160 [in,optional] IDXGIAdapter* a,
166 [out,optional] ID3D10Device1** g
170 [in,optional] IDXGIAdapter*,
176 [in, optional] DXGI_SWAP_CHAIN_DESC*,
177 [out,optional] IDXGISwapChain**,
178 [out,optional] ID3D10Device1**
182 [in,optional] IDXGIAdapter* a,
188 [in,optional] DXGI_SWAP_CHAIN_DESC* g
    [all...]
  /external/chromium_org/ui/views/controls/table/
table_view_observer.h 24 // Optional method invoked when the user double clicks on the table.
27 // Optional method invoked when the user middle clicks on the table.
30 // Optional method invoked when the user hits a key with the table in focus.
  /external/libcxx/test/utilities/optional/optional.object/optional.object.ctor/
rvalue_T.pass.cpp 10 // <optional>
12 // constexpr optional(T&& v);
14 #include <experimental/optional>
20 using std::experimental::optional;
57 constexpr optional<T> opt(T(5));
62 : public optional<T>
69 constexpr optional<T> opt(T(3));
74 : public optional<T>
81 optional<T> opt(T(3));
87 constexpr optional<T> opt(T(3))
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10_1.idl 144 [out,optional] ID3D10ShaderResourceView1 **c
149 [out, optional] ID3D10BlendState1 **b
160 [in,optional] IDXGIAdapter* a,
166 [out,optional] ID3D10Device1** g
170 [in,optional] IDXGIAdapter*,
176 [in, optional] DXGI_SWAP_CHAIN_DESC*,
177 [out,optional] IDXGISwapChain**,
178 [out,optional] ID3D10Device1**
182 [in,optional] IDXGIAdapter* a,
188 [in,optional] DXGI_SWAP_CHAIN_DESC* g
    [all...]
  /frameworks/native/opengl/tests/gl2_jni/
Android.mk 12 LOCAL_MODULE_TAGS := optional
30 # Optional tag would mean it doesn't get installed by default
31 LOCAL_MODULE_TAGS := optional
  /frameworks/native/opengl/tests/gl_jni/
Android.mk 12 LOCAL_MODULE_TAGS := optional
30 # Optional tag would mean it doesn't get installed by default
31 LOCAL_MODULE_TAGS := optional
  /frameworks/native/opengl/tests/gl_perfapp/
Android.mk 12 LOCAL_MODULE_TAGS := optional
33 # Optional tag would mean it doesn't get installed by default
34 LOCAL_MODULE_TAGS := optional
  /frameworks/native/opengl/tests/gldual/
Android.mk 12 LOCAL_MODULE_TAGS := optional
30 # Optional tag would mean it doesn't get installed by default
31 LOCAL_MODULE_TAGS := optional
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.ctor/
rvalue_T.pass.cpp 10 // <optional>
12 // constexpr optional(T&& v);
14 #include <experimental/optional>
20 using std::experimental::optional;
57 constexpr optional<T> opt(T(5));
62 : public optional<T>
69 constexpr optional<T> opt(T(3));
74 : public optional<T>
81 optional<T> opt(T(3));
87 constexpr optional<T> opt(T(3))
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/proto/
chrome_device_policy.proto 13 optional int64 device_policy_refresh_rate = 1;
41 optional bool allow_new_users = 1 [default = true];
46 optional bool guest_mode_enabled = 1 [default = true];
51 optional bool show_user_names = 1 [default = true];
56 optional bool data_roaming_enabled = 1 [default = false];
61 optional string proxy_mode = 1;
62 optional string proxy_server = 2;
63 optional string proxy_pac_url = 3;
64 optional string proxy_bypass_list = 4;
70 optional bool camera_enabled = 1
    [all...]
  /external/chromium_org/components/metrics/proto/
histogram_event.proto 16 optional fixed64 name_hash = 1;
22 optional int64 sum = 2;
32 optional int64 min = 1;
33 optional int64 max = 2;
39 optional int32 bucket_index = 3 [deprecated = true];
42 optional int64 count = 4;
  /external/chromium_org/third_party/webtreemap/src/
webtreemap.css 8 /* Optional: CSS animation. */
15 /* Optional: highlight nodes on mouseover. */
20 /* Optional: Different background colors depending on symbol. */
56 /* Optional: Different borders depending on level. */
73 /* Optional: styling on node captions. */
81 /* Optional: styling on captions on mouse hover. */
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/META-INF/
MANIFEST.MF 13 org.apache.derby;resolution:=optional,
14 Cloudscape;resolution:=optional,
15 org.eclipse.test.performance.derby;bundle-version="10.4.2";resolution:=optional,
17 org.eclipse.ui.views;bundle-version="3.4.0";resolution:=optional,
19 org.eclipse.ui;bundle-version="3.5.0";resolution:=optional,
20 org.eclipse.ui.ide;bundle-version="3.5.0";resolution:=optional,

Completed in 1361 milliseconds

<<11121314151617181920>>