/external/clang/test/Index/ |
D | overrides.m | 100 // CHECK: overrides.m:12:9: ObjCInstanceMethodDecl=protoMethod:12:9 [Overrides @3:9] 101 // CHECK: overrides.m:22:9: ObjCInstanceMethodDecl=method:22:9 [Overrides @16:9] 102 // CHECK: overrides.m:23:9: ObjCInstanceMethodDecl=protoMethod:23:9 [Overrides @8:9, @12:9, @17:9, … 103 // CHECK: overrides.m:27:9: ObjCInstanceMethodDecl=method:27:9 (Definition) [Overrides @16:9] 104 // CHECK: overrides.m:28:9: ObjCClassMethodDecl=methodWithParam::28:9 (Definition) [Overrides @18:9] 105 // CHECK: overrides.m:32:9: ObjCInstanceMethodDecl=protoMethod:32:9 [Overrides @8:9] 106 // CHECK: overrides.m:36:9: ObjCInstanceMethodDecl=protoMethod:36:9 [Overrides @8:9, @12:9, @17:9, … 107 // CHECK: overrides.m:50:8: ObjCInstanceMethodDecl=meth:50:8 (Definition) [Overrides @43:8] 108 // CHECK: overrides.m:55:8: ObjCInstanceMethodDecl=kol:55:8 Extent=[55:1 - 55:12] 109 // CHECK: overrides.m:65:26: ObjCInstanceMethodDecl=prop1:65:26 [Overrides @59:25] Extent=[65:26 - … [all …]
|
/external/toolchain-utils/binary_search_tool/ |
D | bisect.py | 26 def __init__(self, options, overrides=None): argument 34 self.overrides = overrides 35 if not overrides: 36 self.overrides = {} 40 def _PrettyPrintArgs(self, args, overrides): argument 93 changed_str = '*' if key in overrides else ' ' 100 def ArgOverride(self, args, overrides, pretty_print=True): argument 109 args.update(overrides) 111 self._PrettyPrintArgs(args, overrides) 132 def __init__(self, options, overrides): argument [all …]
|
/external/skia/tools/gpu/ |
D | GrContextFactory.cpp | 98 ContextInfo GrContextFactory::getContextInfoInternal(ContextType type, ContextOverrides overrides, in getContextInfoInternal() argument 106 context.fOverrides == overrides && in getContextInfoInternal() 175 ContextOverrides::kRequireNVPRSupport & overrides, glShareContext); in getContextInfoInternal() 198 if (ContextOverrides::kRequireNVPRSupport & overrides) { in getContextInfoInternal() 224 if (ContextOverrides::kDisableNVPR & overrides) { in getContextInfoInternal() 227 if (ContextOverrides::kUseInstanced & overrides) { in getContextInfoInternal() 230 if (ContextOverrides::kAllowSRGBWithoutDecodeControl & overrides) { in getContextInfoInternal() 237 if (ContextOverrides::kRequireNVPRSupport & overrides) { in getContextInfoInternal() 242 if (ContextOverrides::kUseInstanced & overrides) { in getContextInfoInternal() 247 if (ContextOverrides::kRequireSRGBSupport & overrides) { in getContextInfoInternal() [all …]
|
D | GrContextFactory.h | 134 ContextOverrides overrides = ContextOverrides::kNone); 146 GrContext* get(ContextType type, ContextOverrides overrides = ContextOverrides::kNone) { 147 return this->getContextInfo(type, overrides).grContext(); 152 ContextInfo getContextInfoInternal(ContextType type, ContextOverrides overrides,
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | ICUJDKCompare.java | 423 MorC[] overrides; field in ICUJDKCompare.MethodRecord 426 overrides = new MorC[] { m }; in MethodRecord() 430 overrides = ms; in MethodRecord() 434 return new MethodRecord((MorC[])overrides.clone()); in copy() 438 for (int i = 0; i < overrides.length; ++i) { in count() 439 if (overrides[i] == null) { in count() 443 return overrides.length; in count() 447 MorC[] temp = new MorC[overrides.length + 1]; in add() 448 for (int i = 0; i < overrides.length; ++i) { in add() 449 temp[i] = overrides[i]; in add() [all …]
|
/external/guice/core/src/com/google/inject/util/ |
D | Modules.java | 141 Module with(Module... overrides); in with() argument 146 Module with(Iterable<? extends Module> overrides); in with() argument 156 public Module with(Module... overrides) { in with() argument 157 return with(Arrays.asList(overrides)); in with() 160 public Module with(Iterable<? extends Module> overrides) { in with() argument 161 return new OverrideModule(overrides, baseModules); in with() 166 private final ImmutableSet<Module> overrides; field in Modules.OverrideModule 169 OverrideModule(Iterable<? extends Module> overrides, ImmutableSet<Module> baseModules) { in OverrideModule() argument 170 this.overrides = ImmutableSet.copyOf(overrides); in OverrideModule() 199 ImmutableList.<Module>builder().addAll(overrides).add(scannersModule).build()); in configure()
|
/external/emma/core/java12/com/vladium/emma/ |
D | Processor.java | 76 public synchronized final void setPropertyOverrides (final Properties overrides) in setPropertyOverrides() argument 78 m_propertyOverrides = EMMAProperties.wrap (overrides); in setPropertyOverrides() 85 public synchronized final void setPropertyOverrides (final IProperties overrides) in setPropertyOverrides() argument 87 m_propertyOverrides = overrides; in setPropertyOverrides()
|
/external/autotest/server/cros/faft/config/ |
D | config.py | 50 overrides = __import__(config_name, globals(), locals()) 51 overrides = overrides.Values() 53 self._precedence_list.insert(0, overrides)
|
/external/libmojo/base/ |
D | path_service.cc | 115 PathMap overrides; // Track path overrides. member 155 PathMap::const_iterator it = path_data->overrides.find(key); in LockedGetFromOverrides() 156 if (it != path_data->overrides.end()) { in LockedGetFromOverrides() 265 path_data->overrides[key] = file_path; in OverrideAndCreateIfNeeded() 277 if (path_data->overrides.find(key) == path_data->overrides.end()) in RemoveOverride() 284 path_data->overrides.erase(key); in RemoveOverride()
|
/external/curl/packages/TPF/ |
D | curl.mak | 37 # Additions and overrides for gcc compiler flags 44 # (overrides Curl's lib/config-tpf.h file) 48 # (overrides Curl's lib/config-tpf.h file)
|
/external/chromium-trace/catapult/telemetry/telemetry/wpr/ |
D | archive_info_unittest.py | 72 self.overrides = system_stub.Override(archive_info, ['cloud_storage']) 76 self.overrides.Restore() 106 cloud_storage_stub = self.overrides.cloud_storage 126 cloud_storage_stub = self.overrides.cloud_storage 157 cloud_storage_stub = self.overrides.cloud_storage 175 cloud_storage_stub = self.overrides.cloud_storage 267 cloud_storage_stub = self.overrides.cloud_storage 309 cloud_storage_stub = self.overrides.cloud_storage 359 cloud_storage_stub = self.overrides.cloud_storage
|
/external/emma/core/java12/com/vladium/util/ |
D | Property.java | 56 public static Properties combine (final Properties overrides, final Properties base) in combine() argument 62 if (overrides == null) in combine() 65 return overrides; in combine() 70 if (overrides == null) return base; in combine() 79 … for (Enumeration overrideNames = overrides.propertyNames (); overrideNames.hasMoreElements (); ) in combine() 82 final String v = overrides.getProperty (n); in combine()
|
D | IProperties.java | 112 public static IProperties combine (final IProperties overrides, final IProperties base) in combine() argument 114 final IProperties result = overrides != null in combine() 115 ? overrides.copy () in combine()
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/ |
D | antlr.js | 372 extend: function(subc, superc, overrides) { argument 386 if (overrides) { 387 for (var i in overrides) { 388 subc.prototype[i]=overrides[i]; 391 org.antlr.lang._IEEnumFix(subc.prototype, overrides);
|
/external/wpa_supplicant_8/src/utils/ |
D | radiotap.c | 121 iterator->overrides = NULL; in ieee80211_radiotap_iterator_init() 193 if (!iterator->overrides) in find_override() 197 if (iterator->_arg_index == iterator->overrides[i].field) { in find_override() 198 *align = iterator->overrides[i].align; in find_override() 199 *size = iterator->overrides[i].size; in find_override()
|
D | radiotap_iter.h | 74 const struct radiotap_override *overrides; member
|
/external/skia/dm/ |
D | DMGpuSupport.h | 34 sk_gpu_test::GrContextFactory::ContextOverrides overrides, in NewGpuSurface() argument 40 return SkSurface::MakeRenderTarget(grFactory->get(type, overrides), SkBudgeted::kNo, in NewGpuSurface()
|
/external/v8/tools/clang/blink_gc_plugin/tests/ |
D | non_virtual_trace.txt | 5 non_virtual_trace.cpp:13:1: warning: [blink-gc] Class 'C' overrides non-virtual trace of base class… 11 non_virtual_trace.cpp:18:1: warning: [blink-gc] Class 'D' overrides non-virtual trace of base class…
|
/external/toolchain-utils/crosperf/ |
D | experiment_file.py | 39 def __init__(self, experiment_file, overrides=None): argument 58 if overrides: 59 settings.Override(overrides)
|
/external/emma/core/res/ |
D | emma_default.properties | 4 # for user-editable property overrides use one of these options: 6 # (1) option-specific command line overrides, e.g.
|
/external/shflags/bin/ |
D | gen_test_results.flags | 3 # Flag definition overrides for the gen_test_results.sh script.
|
/external/clang/tools/scan-view/share/ |
D | ScanView.py | 672 overrides = { 'ScanView' : {}, 677 overrides['ScanView']['reporter'] = i 679 overrides['Radar']['Component'] = 'llvm - checker' 680 overrides['Radar']['Component Version'] = 'X' 681 return self.send_report(None, overrides)
|
/external/icu/icu4j/main/classes/core/ |
D | build.properties | 8 javac.compilerarg = -Xlint:all,-deprecation,-dep-ann,-options,-overrides
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
D | Dbg.stg | 31 /** Template overrides to add debugging to normal C output; 161 // Common debug event triggers used by region overrides below 177 // Region overrides that tell various constructs to add debugging triggers
|
/external/webrtc/build_overrides/ |
D | README.md | 1 # Build overrides in GN
|