OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLACKLIST
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/ots/test/
test_unmalicious_fonts.sh
9
BLACKLIST
=./
BLACKLIST
.txt
12
if [ ! -r "$
BLACKLIST
" ] ; then
13
echo "$
BLACKLIST
is not found."
49
egrep -i -e "^$base" "$
BLACKLIST
" > /dev/null 2>&1 || "$CHECKER" "$1" > /dev/null 2>&1 || (echo ; echo "FAIL: $1 (Run $CHECKER $1 for more information.)")
/external/chromium_org/chrome/browser/
PRESUBMIT.py
56
BLACKLIST
= ['chrome/browser/resources/pdf/index.html',
59
return (maybe_resource.LocalPath() not in
BLACKLIST
and
/external/chromium_org/chrome/common/extensions/docs/server2/
PRESUBMIT.py
19
BLACKLIST
= [ r'integration_test.py$' ]
92
input_api, output_api, '.', whitelist=WHITELIST,
blacklist
=
BLACKLIST
)
/external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js
27
BLACKLIST
: 'mv-
blacklist
', // triggers tile
blacklist
animation
35
HIDE_BLACKLIST_BUTTON: 'mv-x-hide', // hides
blacklist
button during animation
438
// Trigger the
blacklist
animation and re-render the tiles when it
443
lastBlacklistedTileElement.classList.add(CLASSES.
BLACKLIST
);
602
// The button used to
blacklist
this page.
609
// When a tile is focused, have delete also
blacklist
the page.
648
* Shows the
blacklist
notification and triggers a delay to hide it.
659
* Hides the
blacklist
notification
[
all
...]
Completed in 338 milliseconds