HomeSort by relevance Sort by last modified time
    Searched full:defaults (Results 76 - 100 of 4080) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/clang/test/SemaObjC/
property-lookup-in-id.m 28 fsEventStream = [NSApp delegate].fsEventStream; // expected-warning {{instance method '-delegate' not found (return type defaults to 'id')}} \
synchronized.m 9 id taskID = [task taskIdentifier]; // expected-warning {{method '-taskIdentifier' not found (return type defaults to 'id')}}
class-message-protocol-lookup.m 21 Class<TestProtocol> c = [c alloc]; // expected-warning {{class method '+alloc' not found (return type defaults to 'id')}}
30 Class<TestProtocol> c = [c alloc]; // expected-warning {{class method '+alloc' not found (return type defaults to 'id')}}
  /external/e2fsprogs/misc/
mke2fs-hurd.conf 0 [defaults]
  /libcore/luni/src/main/java/java/util/logging/
ConsoleHandler.java 28 * defaults to {@code Level.INFO} if this property is not found or has an
31 * class to be associated with this handler, defaults to {@code null} if this
34 * formatter class to be associated with this handler, defaults to
38 * handler will use to encode log messages, defaults to {@code null} if this
  /external/chromium_org/extensions/browser/value_store/
value_store_unittest.cc 15 // To save typing ValueStore::DEFAULTS everywhere.
16 const ValueStore::WriteOptions DEFAULTS = ValueStore::DEFAULTS;
193 changes, storage_->Set(DEFAULTS, key1_, *val1_));
209 EXPECT_PRED_FORMAT2(ChangesEq, changes, storage_->Set(DEFAULTS, *dict12_));
229 storage_->Set(DEFAULTS, *dict1_);
244 storage_->Set(DEFAULTS, *dict123_);
278 storage_->Set(DEFAULTS, key1_, *val2_);
284 EXPECT_PRED_FORMAT2(ChangesEq, changes, storage_->Set(DEFAULTS, *dict12_));
307 storage_->Set(DEFAULTS, *dict12_)
    [all...]
  /external/llvm/docs/
CMake.rst 171 targets. Case-sensitive. Defaults to *all*. Example:
175 Build LLVM tools. Defaults to ON. Targets for building each tool are generated
181 Generate build targets for the LLVM tools. Defaults to ON. You can use that
185 Build LLVM examples. Defaults to OFF. Targets for building each example are
190 Generate build targets for the LLVM examples. Defaults to ON. You can use that
194 Build LLVM unit tests. Defaults to OFF. Targets for building each unit test
202 Generate build targets for the LLVM unit tests. Defaults to ON. You can use
209 cmake must be invoked before the build. Defaults to OFF.
212 Build with threads support, if available. Defaults to ON.
215 Build in C++1y mode, if available. Defaults to OFF
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_sync_unittest.cc 39 // To save typing ValueStore::DEFAULTS everywhere.
40 const ValueStore::WriteOptions DEFAULTS = ValueStore::DEFAULTS;
306 storage1->Set(DEFAULTS, "foo", value1);
307 storage2->Set(DEFAULTS, "bar", value2);
334 storage1->Set(DEFAULTS, "foo", value1);
337 storage1->Set(DEFAULTS, "foo", value2);
357 storage1->Set(DEFAULTS, "foo", value1);
358 storage2->Set(DEFAULTS, "bar", value2);
392 storage1->Set(DEFAULTS, "overwriteMe", value1)
    [all...]
  /external/apache-http/src/org/apache/http/params/
DefaultedHttpParams.java 49 private final HttpParams defaults; field in class:DefaultedHttpParams
51 public DefaultedHttpParams(final HttpParams local, final HttpParams defaults) {
57 this.defaults = defaults;
65 return new DefaultedHttpParams(clone, this.defaults);
75 if (obj == null && this.defaults != null) {
76 obj = this.defaults.getParameter(name);
98 return this.defaults;
  /external/chromium_org/third_party/skia/dm/
README 14 once. --cpuThreads defaults to the number of cores on the machine.
15 --gpuThreads defaults to 1, but you may find 2 or 4 runs a little faster.
  /external/chromium_org/tools/cr/cr/fixups/
arch.py 31 """Fixes bad initial defaults.
34 it was writing invalid architecture defaults. This detects that case and sets
  /external/chromium_org/v8/tools/
tick-processor.html 83 ArgumentsProcessor.DEFAULTS = {
104 new (entriesProviders[ArgumentsProcessor.DEFAULTS.platform])(
105 ArgumentsProcessor.DEFAULTS.nm,
106 ArgumentsProcessor.DEFAULTS.targetRootFS),
107 ArgumentsProcessor.DEFAULTS.separateIc,
108 ArgumentsProcessor.DEFAULTS.callGraphSize,
109 ArgumentsProcessor.DEFAULTS.ignoreUnknown,
110 ArgumentsProcessor.DEFAULTS.stateFilter,
  /external/clang/test/FixIt/
fixit-missing-method-return-type.m 13 - initWithFoo:(id)foo; // expected-warning {{method has no return type specified; defaults to 'id' [-Wmissing-method-return-type]}}
19 - initWithFoo:(id)foo { return 0; } // expected-warning {{method has no return type specified; defaults to 'id' [-Wmissing-method-return-type]}}
  /external/clang/test/Modules/
method_pool.m 23 [object method4]; // expected-warning{{instance method '-method4' not found (return type defaults to 'id')}}
41 [object method3]; // expected-warning{{instance method '-method3' not found (return type defaults to 'id')}}
  /external/clang/test/Sema/
invalid-decl.c 9 typedef xtype (*x)(void* handle); // expected-error {{function cannot return function type}} expected-warning {{type specifier missing, defaults to 'int'}} expected-warning {{type specifier missing, defaults to 'int'}}
  /external/dnsmasq/contrib/Suse/
dnsmasq-SuSE.patch 7 -as. The defaults to "dip", if available, to facilitate access to
8 +as. The defaults to "dialout", if available, to facilitate access to
  /external/emma/core/res/com/vladium/emma/instr/
instr_usage.res 15 "metadata output file (defaults to 'coverage.em')";
25 "output mode (defaults to 'copy')";
  /external/markdown/docs/extensions/
HTML_Tidy.txt 16 [options][] for a full list of the available options. The defaults are set to
17 most closely match Markdowns defaults with the exception that you get much
  /external/skia/dm/
README 14 once. --cpuThreads defaults to the number of cores on the machine.
15 --gpuThreads defaults to 1, but you may find 2 or 4 runs a little faster.
  /external/chromium_org/chrome/common/extensions/api/
location.idl 60 // Minimum distance between location updates, in meters. Defaults to 0 - any
64 // Minimum time interval between location updates, in milliseconds. Defaults
71 // Defaults to 0.
80 // |name| : Optional name to identify this request. Defaults to the empty
87 // |name| : Optional name to identify the request to remove. Defaults to the
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
templates.cpp 133 void defaults(int x = []{ return T(); }()) { }; // expected-error{{cannot initialize a parameter of type 'int' with an rvalue of type 'int *'}} \ function in namespace:NonLocalLambdaInstantation
137 defaults<int>();
138 defaults<float>();
139 defaults<int*>(); // expected-note{{in instantiation of default function argument expression for 'defaults<int *>' required here}}
  /external/llvm/docs/CommandGuide/
llvm-symbolizer.rst 71 Defaults to ``linkage``.
76 in debug info sections. Defaults to true.
80 Print demangled function names. Defaults to true.
85 inlnied frames. Defaults to true.
93 address will not be symbolized. Defaults to empty string.
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
output_xml.properties 21 # Specify defaults when method="xml". These defaults serve as a base for
22 # other defaults, such as output_html and output_text.
  /external/chromium_org/third_party/WebKit/public/platform/
WebContentLayer.h 43 // Defaults to false.
47 // be rasterized based on the layer's hierarchy and transform. This defaults
54 // Defaults to false.
WebExternalTextureLayer.h 52 // Sets whether every pixel in this layer is opaque. Defaults to false.
55 // Sets whether this layer's texture has premultiplied alpha or not. Defaults to true.
59 // at draw time. Defaults to false.

Completed in 779 milliseconds

1 2 34 5 6 7 8 91011>>