Searched
full:optional (Results
426 -
450 of
9800) sorted by null
<<11121314151617181920>>
/external/chromium_org/base/prefs/ |
README | 5 optional. If you use Prefs, you should add a GYP dependency on
|
/external/chromium_org/build/toolchain/ |
clang.gni | 6 # Enable the optional type profiler in Clang, which will tag heap allocations
|
/external/chromium_org/chrome/common/extensions/api/ |
commands.json | 16 "optional": true, 21 "optional": true, 26 "optional": true, 54 "optional": true,
|
wallpaper.json | 25 "optional": true, 30 "optional": true, 44 "optional": true, 55 "optional": true,
|
/external/chromium_org/extensions/common/api/ |
extensions_manifest_types.json | 24 "optional": true, 30 "optional": true, 36 "optional": true, 52 "optional": true, 57 "optional": true, 77 "optional": true, 82 "optional": true, 87 "optional": true, 92 "optional": true, 99 "optional": true [all...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Iterator.idl | 10 [CallWith=ScriptState, RaisesException] any next(optional any value);
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
CustomEvent.idl | 31 [Custom] void initCustomEvent([Default=Undefined] optional DOMString typeArg, 32 [Default=Undefined] optional boolean canBubbleArg, 33 [Default=Undefined] optional boolean cancelableArg, 34 [Default=Undefined] optional any detailArg);
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLOptionElement.idl | 22 NamedConstructor=Option(optional DOMString data = null, 23 optional DOMString value = null, 24 [Default=Undefined] optional boolean defaultSelected, 25 [Default=Undefined] optional boolean selected),
|
/external/chromium_org/third_party/WebKit/Source/core/plugins/ |
PluginArray.idl | 26 getter Plugin item([Default=Undefined] optional unsigned long index); 27 Plugin namedItem([Default=Undefined] optional DOMString name); 28 [NotEnumerable, ImplementedAs=namedItem] getter Plugin ([Default=Undefined] optional DOMString name); 29 void refresh([Default=Undefined] optional boolean reload);
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
DictionaryTest.idl | 8 void set(optional InternalDictionary testingDictionary);
|
/external/chromium_org/third_party/WebKit/Source/modules/gamepad/ |
WebKitGamepadList.idl | 10 getter WebKitGamepad item([Default=Undefined] optional unsigned long index);
|
/external/chromium_org/third_party/WebKit/Source/modules/quota/ |
DeprecatedStorageInfo.idl | 33 [CallWith=ExecutionContext] void queryUsageAndQuota(unsigned short storageType, optional StorageUsageCallback usageCallback, optional StorageErrorCallback errorCallback); 34 [CallWith=ExecutionContext] void requestQuota(unsigned short storageType, unsigned long long newQuotaInBytes, optional StorageQuotaCallback quotaCallback, optional StorageErrorCallback errorCallback);
|
/external/chromium_org/tools/json_schema_compiler/test/ |
functions_as_parameters.json | 22 "optional": true,
|
/external/droiddriver/ |
Android.mk | 7 LOCAL_MODULE_TAGS := optional
|
/external/e2fsprogs/lib/uuid/ |
Android.mk | 54 LOCAL_MODULE_TAGS := optional 65 LOCAL_MODULE_TAGS := optional 77 LOCAL_MODULE_TAGS := optional 89 LOCAL_MODULE_TAGS := optional
|
/external/javasqlite/ |
Android.mk | 9 LOCAL_MODULE_TAGS := optional 22 LOCAL_MODULE_TAGS := optional 31 LOCAL_MODULE_TAGS := optional 39 LOCAL_MODULE_TAGS := optional
|
/external/libcxx/test/utilities/optional/optional.object/ |
optional_const_void.fail.cpp | 10 // <optional> 14 #include <experimental/optional> 19 using std::experimental::optional; 21 optional<const void> opt;
|
optional_not_destructible.fail.cpp | 10 // <optional> 14 #include <experimental/optional> 18 using std::experimental::optional; 31 optional<X> opt;
|
optional_not_noexcept_destructible.fail.cpp | 10 // <optional> 14 #include <experimental/optional> 18 using std::experimental::optional; 30 optional<X> opt;
|
optional_void.fail.cpp | 10 // <optional> 14 #include <experimental/optional> 19 using std::experimental::optional; 21 optional<void> opt;
|
/external/libhevc/test/ |
decoder.mk | 6 LOCAL_MODULE_TAGS := optional
|
/external/libogg/ |
Android.mk | 8 LOCAL_MODULE_TAGS := optional
|
/external/libusb/ |
TODO | 3 optional timerfd support (runtime detection)
|
/external/lldb/source/ |
Android.mk | 18 LOCAL_MODULE_TAGS := optional
|
/external/lldb/source/Host/freebsd/ |
Android.mk | 17 LOCAL_MODULE_TAGS := optional
|
Completed in 780 milliseconds
<<11121314151617181920>>