Searched refs:exclusion (Results 1 – 25 of 99) sorted by relevance
1234
/external/chromium_org/build/linux/unbundle/ |
D | remove_bundled_libraries.py | 34 for exclusion in args: 35 exclusion_used[exclusion] = False 49 for exclusion in args: 50 if relpath.startswith(exclusion): 53 exclusion_used[exclusion] = True 74 for exclusion, used in exclusion_used.iteritems(): 76 print '%s does not exist' % exclusion
|
/external/chromium_org/third_party/sqlite/ |
D | mac_time_machine.patch | 53 + /* Set the TimeMachine exclusion metadata for the journal if it has 63 + /* Ignore errors from the following exclusion call. */
|
/external/chromium_org/third_party/icu/source/tools/gendraft/ |
D | Makefile | 34 …perl ./genheaders.pl --srcdir=$(DOCDIR) --destdir=$(COMMONHDR) --version=$(VERSION) --exclusion-li…
|
/external/chromium/base/mac/ |
D | mac_util_unittest.mm | 105 // set its exclusion property. 107 // Reset the exclusion in case it was set previously.
|
D | mac_util.mm | 279 LOG(WARNING) << "Failed to set backup exclusion for file '"
|
/external/chromium_org/ppapi/ |
D | ppapi.gyp | 24 # -fvisibility=hidden gets stripped by the exclusion in common.gypi
|
D | ppapi_internal.gyp | 20 # -fvisibility=hidden gets stripped by the exclusion in common.gypi
|
/external/emma/core/res/com/vladium/emma/instr/ |
D | instr_usage.res | 30 "coverage inclusion/exclusion patterns {?,*}";
|
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
D | libgtk2ui.gyp | 34 # the normal, global gtk exclusion rules, as we are otherwise using gtk
|
/external/emma/core/res/com/vladium/emma/ |
D | run_usage.res | 20 "coverage inclusion/exclusion patterns {?,*}";
|
/external/chromium_org/chrome/ |
D | common_constants.gyp | 79 # re-add it in target_conditionals so it's after that exclusion.
|
/external/chromium_org/third_party/lcov/ |
D | CHANGES | 30 - Fixed exclusion markers for --derive-func-data. Reported by bettse@gmail.com 89 - Fixed problem where exclusion markers are ignored when gathering 139 - Added support for exclusion markers: Users can exclude lines of code from
|
/external/chromium/chrome/browser/cocoa/ |
D | file_metadata.mm | 111 // is on and the file doesn't match an exclusion.
|
/external/chromium_org/content/browser/download/ |
D | file_metadata_mac.mm | 112 // is on and the file doesn't match an exclusion.
|
/external/chromium_org/base/mac/ |
D | mac_util_unittest.mm | 104 // The file must already exist in order to set its exclusion property.
|
D | mac_util.mm | 295 << "Failed to set backup exclusion for file '"
|
/external/eigen/ |
D | COPYING.MPL2 | 297 * jurisdictions do not allow the exclusion or limitation of * 298 * incidental or consequential damages, so this exclusion and *
|
/external/valgrind/main/docs/internals/ |
D | segments-seginfos.txt | 110 (well, dlopen() does try for mutual exclusion) and that any "holes" between
|
/external/dnsmasq/contrib/dnslist/ |
D | dnslist.pl | 558 convey the exclusion of warranty; and each file should have at least
|
/external/icu4c/data/translit/ |
D | Latin_Bopomofo.txt | 23 # (in some cases the exclusion is only for the pinyin, not the corresponding zhuyin: zh ch sh r z c… 24 …t l g k h j q x r z c s]]; # and minus zh ch sh, covered for this by h already in the exclusion set
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSValueKeywords.in | 968 exclusion
|
/external/pixman/pixman/ |
D | pixman-combine-float.c | 492 MAKE_SEPARABLE_PDF_COMBINERS (exclusion)
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/ |
D | prototype-1.6.0.3.js | 2951 var exclusion = []; 2957 exclusion.push("(" + v.substring(1, v.length - 1) + ")"); 2963 return "[not(" + exclusion.join(" and ") + ")]";
|
/external/clang/include/clang/Basic/ |
D | DiagnosticLexKinds.td | 570 "expected %select{module exclusion with 'exclude'|'export *'}0">;
|
/external/blktrace/ |
D | COPYING | 290 convey the exclusion of warranty; and each file should have at least
|
1234