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/compiler-rt/lib/tsan/lit_tests/
test_output.sh
7
BLACKLIST
=$ROOTDIR/lit_tests/Helpers/
blacklist
.txt
15
CFLAGS="-fsanitize=thread -fsanitize-
blacklist
=$
BLACKLIST
-fPIE -O1 -g -Wall"
/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
26
BLACKLIST
: 'mv-
blacklist
', // triggers tile
blacklist
animation
34
HIDE_BLACKLIST_BUTTON: 'mv-x-hide', // hides
blacklist
button during animation
447
// Trigger the
blacklist
animation and re-render the tiles when it
452
lastBlacklistedTileElement.classList.add(CLASSES.
BLACKLIST
);
610
// The button used to
blacklist
this page.
617
// When a tile is focused, have delete also
blacklist
the page.
656
* Shows the
blacklist
notification and triggers a delay to hide it.
667
* Hides the
blacklist
notification
[
all
...]
Completed in 2364 milliseconds