HomeSort by relevance Sort by last modified time
    Searched full:defaults (Results 101 - 125 of 3746) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/test/Rewriter/
instancetype-test.mm 57 [[Subclass1<Proto1> alloc] methodInProto2]; // expected-warning{{method '-methodInProto2' not found (return type defaults to 'id')}}
62 [[sc1proto1 self] methodInProto2]; // expected-warning{{method '-methodInProto2' not found (return type defaults to 'id')}}
72 [sc1proto1.self methodInProto2]; // expected-warning{{method '-methodInProto2' not found (return type defaults to 'id')}}
75 [sc1proto1.selfProp methodInProto2]; // expected-warning{{method '-methodInProto2' not found (return type defaults to 'id')}}
  /external/clang/test/Sema/
invalid-struct-init.c 6 expected-warning {{type specifier missing, defaults to 'int'}}
  /external/clang/test/SemaObjC/
gcc-cast-ext.m 23 return [[[self alloc] initWithFileReference:fileRef gylphRange:(NSRange)range anchor:(NSString *)htmlAnchor] autorelease]; // expected-warning {{method '-initWithFileReference:gylphRange:anchor:' not found (return type defaults to 'id')}}
method-lookup.m 25 for (NSObject<PBXCompletionItem> * item in [self completionItems]) // expected-warning{{method '+completionItems' not found (return type defaults to 'id')}}
  /external/e2fsprogs/misc/
default_profile.c 2 "[defaults]\n"
  /external/emma/core/res/com/vladium/emma/data/
merge_usage.res 10 "merged data output file (defaults to 'coverage.es')";
  /external/mdnsresponder/mDNSShared/
dnsextd.conf 48 // This defaults to: * port 53
50 // This defaults to: 127.0.0.1:5030
52 // This defaults to: 5533
54 // This defaults to: 5352
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tm.h 30 # include "defaults.h"
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tm.h 30 # include "defaults.h"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/
text.py 26 header. This defaults to "us-ascii". Note that as a side-effect, the
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/
text.py 26 header. This defaults to "us-ascii". Note that as a side-effect, the
  /system/core/healthd/
healthd_board_default.cpp 21 // use defaults
  /external/chromium_org/chrome/browser/extensions/
chrome_extension_function.h 41 // If there is no containing window, the current browser defaults to the
58 // contents then defaults to the foremost one.
  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_source_top_sites.h 45 // Gets the sorting order from the command-line arguments. Defaults to
50 // Gets the filter width from the command-line arguments. Defaults to one
  /external/chromium_org/chrome/browser/webdata/
web_intents_table.h 39 // Also manages the defaults table:
50 // The defaults are scoped by action, then type, then url prefix.
  /external/chromium_org/device/bluetooth/
bluetooth_service_record.h 36 // or unknown services defaults to true.
40 // or unknown services defaults to true.
  /external/iproute2/man/man8/
tc-sfb.8 83 Defaults to 10 minutes.
97 Defaults to one minute, should be lower than
103 Further packets are dropped. Defaults to the transmit queue length of the
112 Defaults to 25.
126 to be over-used. Must be between 0 and 1.0. Defaults to 0.00050.
131 Defaults to 0.00005.
143 Defaults to 20 packets.
182 Rather, packets are enqueued to the inner qdisc (defaults to pfifo).
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
base64_codec.py 18 errors defines the error handling to apply. It defaults to
36 errors defines the error handling to apply. It defaults to
hex_codec.py 18 errors defines the error handling to apply. It defaults to
36 errors defines the error handling to apply. It defaults to
quopri_codec.py 15 errors defines the error handling to apply. It defaults to
31 errors defines the error handling to apply. It defaults to
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
base64_codec.py 18 errors defines the error handling to apply. It defaults to
36 errors defines the error handling to apply. It defaults to
hex_codec.py 18 errors defines the error handling to apply. It defaults to
36 errors defines the error handling to apply. It defaults to
quopri_codec.py 15 errors defines the error handling to apply. It defaults to
31 errors defines the error handling to apply. It defaults to
  /bionic/libc/netbsd/net/
nsdispatch.c 112 const char *method, const ns_src defaults[], ...)
125 assert(defaults != NULL);
126 if (database == NULL || method == NULL || defaults == NULL)
129 srclist = defaults;
141 va_start(ap, defaults);
144 if (defaults[0].flags & NS_FORCEALL)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
config.py 34 """Initialize the configuration attributes to their defaults."""
35 # Defaults for [run]
43 # Defaults for [report]
52 # Defaults for [html]
55 # Defaults for [xml]
58 # Defaults for [paths]

Completed in 671 milliseconds

1 2 3 45 6 7 8 91011>>