OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:check_file
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/tests/backup/
test_restore.sh
23
function
check_file
function
82
check_file
files/file.txt "first file" || need_bug=1
83
check_file
files/another_file.txt "asdf" || need_bug=1
84
#
check_file
files/3.txt "3" || need_bug=1
85
check_file
files/empty.txt "" || need_bug=1
86
check_file
shared_prefs/raw.xml '<map><int name="pref" value="1" /></map>' || need_bug=1
/frameworks/base/tools/localize/
res_check.cpp
8
static int
check_file
(const ValuesFile* file);
25
err |=
check_file
(valuesFile);
36
check_file
(const ValuesFile* file)
function
/external/webkit/WebKitTools/Scripts/
check-webkit-style
70
style_checker.
check_file
(filename)
/external/clearsilver/scripts/
cs_lint.py
33
def
check_file
(self, filename):
member in class:ClearSilverChecker
280
ClearSilverChecker().
check_file
(file)
/external/webkit/WebKitTools/Scripts/webkitpy/style/
checker.py
772
def
check_file
(self, file_path, handle_style_error=None, process_file=None):
member in class:StyleChecker
827
self.
check_file
(file_path, style_error_handler)
checker_unittest.py
550
"""Test the
check_file
() method of the StyleChecker class.
552
The
check_file
() method calls its process_file parameter when
556
to process_file by calls to
check_file
() made by this test
561
got_file_path: The file_path parameter passed by
check_file
()
564
by
check_file
() to its process_file
566
got_processor: The processor parameter passed by
check_file
() to
608
"""Call the
check_file
() method of a test StyleChecker instance."""
622
style_checker.
check_file
(file_path,
627
"""Test
check_file
() for a skipped-without-warning file."""
640
"""Test
check_file
() for a skipped-with-warning file.""
[
all
...]
/external/grub/stage2/
builtins.c
3860
int
check_file
(char *file)
function
[
all
...]
Completed in 116 milliseconds