Searched
full:default (Results
626 -
650 of
41679) sorted by null
<<21222324252627282930>>
/external/chromium_org/third_party/sqlite/src/test/ |
tkt3791.test | 13 # an arbitrary expression as its default value. 22 CREATE TABLE t1(x, y DEFAULT(datetime('now')));
|
/external/chromium_org/tools/gyp/test/win/linker-flags/ |
library-directories.gyp | 31 '<(DEPTH)/out/Default/obj/subdir', # ninja style 32 '<(DEPTH)/subdir/Default/lib', # msvs style
|
/external/chromium_org/tools/perf/page_sets/ |
tough_canvas_cases.json | 14 { "url":"http://ie.microsoft.com/testdrive/Graphics/HowStuffWorksGears/Default.html" }, 15 { "url":"http://ie.microsoft.com/testdrive/Performance/FishIETank/Default.html" }, 16 { "url":"http://ie.microsoft.com/testdrive/Performance/SpeedReading/Default.html" }, 22 "url":"http://ie.microsoft.com/testdrive/Performance/Fireflies/Default.html" 34 { "url":"http://ie.microsoft.com/testdrive/Graphics/WorkerFountains/Default.html" }, 35 { "url":"http://ie.microsoft.com/testdrive/Graphics/TweetMap/Default.html" }, 36 { "url":"http://ie.microsoft.com/testdrive/Graphics/VideoCity/Default.html" }, 37 { "url":"http://ie.microsoft.com/testdrive/Performance/AsteroidBelt/Default.html" },
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
profile_types.py | 10 BASE_PROFILE_TYPES = ['clean', 'default'] 25 profile directory (e.g. using the browser default profile).
|
/external/chromium_org/ui/gl/ |
gl_image_ozone.cc | 23 default: 41 default:
|
/external/chromium_org/ui/views/ |
view_aura.cc | 9 // Default horizontal drag threshold in pixels. 13 // Default vertical drag threshold in pixels.
|
/external/clang/test/ARCMT/ |
protected-scope.m | 23 default: 34 default:
|
protected-scope.m.result | 25 default: 36 default:
|
/external/clang/test/CXX/expr/expr.post/expr.call/ |
p7-0x.cpp | 13 X3(const X3&) = default; 17 X4(const X4&) = default;
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
p19.cpp | 12 // Default constructor 13 decltype(lambda1) lambda2; // expected-error{{call to implicitly-deleted default constructor of 'decltype(lambda1)' (aka '<lambda}}
|
/external/clang/test/CXX/special/class.copy/ |
p15-0x.cpp | 7 foo(const foo&) = default; 14 bar(const bar&) = default;
|
/external/clang/test/CodeGenCXX/ |
cxx11-special-members.cpp | 10 B(B&&) = default; 11 B &operator=(B&&) = default;
|
cxx11-vtable-key-function.cpp | 10 X::~X() = default; 18 virtual ~X() = default; // Not a key function.
|
/external/clang/test/OpenMP/ |
parallel_ast_print.cpp | 19 #pragma omp parallel default(none), private(argc,b) 20 // CHECK-NEXT: #pragma omp parallel default(none) private(argc,b)
|
/external/clang/test/SemaCXX/ |
dependent-noexcept-unevaluated.cpp | 31 DefaultOnly() = default; 34 ~DefaultOnly() = default;
|
warn-new-overaligned-3.cpp | 19 new Test; // expected-warning {{type 'test1::Test' requires 256 bytes of alignment and the default allocator only guarantees}} 20 new Test[10]; // expected-warning {{type 'test1::Test' requires 256 bytes of alignment and the default allocator only guarantees}}
|
/external/clang/test/SemaObjC/ |
custom-atomic-property.m | 8 -(Foo*)myProp {return 0;} // expected-warning {{atomic by default property 'myProp' has a user defined getter (property should be marked 'atomic' if this is intended)}} 9 -(void)setMyProp:(Foo*)e {} // expected-warning {{atomic by default property 'myProp' has a user defined setter (property should be marked 'atomic' if this is intended)}}
|
error-outof-scope-property-use.m | 1 // RUN: %clang_cc1 -fsyntax-only -fobjc-default-synthesize-properties -verify -Wno-objc-root-class %s 2 // RUN: %clang_cc1 -x objective-c++ -fsyntax-only -fobjc-default-synthesize-properties -verify -Wno-objc-root-class %s
|
/external/iproute2/man/man8/ |
ip-maddress.8 | 31 .BI dev " NAME " (default) 42 .BI address " LLADDRESS " (default)
|
/external/iptables/extensions/ |
libxt_string.man | 7 Set the offset from which it starts looking for any matching. If not passed, default is 0. 12 If not passed, default is the packet size.
|
/external/jsr305/ri/src/main/java/javax/annotation/ |
ParametersAreNonnullByDefault.java | 12 * the method parameters in that element are nonnull by default unless there is: 17 * <li> there is a default parameter annotation applied to a more tightly nested
|
/external/kernel-headers/original/linux/ |
threads.h | 6 * The default limit for the nr of threads is now in 25 * This controls the default maximum pid allocated to a process
|
/external/libnfc-nxp/inc/ |
phNfcLlcpTypes.h | 35 * \name LLCP default parameters. 37 * Definitions for use when wanting to use default LLCP parameter values. 41 #define PHFRINFC_LLCP_MIU_DEFAULT 128 /**< Default MIU value (in bytes).*/ 42 #define PHFRINFC_LLCP_WKS_DEFAULT 1 /**< Default WKS value (bitfield).*/ 43 #define PHFRINFC_LLCP_LTO_DEFAULT 10 /**< Default LTO value (in step of 10ms).*/ 44 #define PHFRINFC_LLCP_RW_DEFAULT 1 /**< Default RW value (in frames).*/ 45 #define PHFRINFC_LLCP_OPTION_DEFAULT 0 /**< Default OPTION value (in frames).*/ 46 #define PHFRINFC_LLCP_MIUX_DEFAULT 0 /**< Default MIUX value (in bytes) */
|
/external/libsepol/src/ |
handle.c | 17 /* by default do not disable dontaudits */ 21 /* by default needless unused branch of tunables would be discarded */
|
/external/llvm/test/Transforms/IPConstantProp/ |
user-with-multiple-uses.ll | 20 switch i64 %i, label %sw.default [ 25 sw.default:
|
Completed in 862 milliseconds
<<21222324252627282930>>