OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:directory
(Results
76 - 100
of
12135
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/data/
README
1
This empty
directory
serves as destination for temporary files
/external/e2fsprogs/tests/f_h_reindex/
expect.1
4
Pass 2: Checking
directory
structure
5
Problem in HTREE
directory
inode 16001: block #1 has bad max hash
6
Problem in HTREE
directory
inode 16001: block #2 has bad min hash
7
Problem in HTREE
directory
inode 16001: block #2 has bad max hash
8
Problem in HTREE
directory
inode 16001: block #3 has bad min hash
9
Problem in HTREE
directory
inode 16001: block #3 has bad max hash
10
Problem in HTREE
directory
inode 16001: block #4 has bad min hash
11
Problem in HTREE
directory
inode 16001: block #4 has bad max hash
12
Problem in HTREE
directory
inode 16001: block #5 has bad min hash
13
Problem in HTREE
directory
inode 16001: block #5 has bad max has
[
all
...]
/external/e2fsprogs/tests/f_h_badnode/
expect.1
2
Pass 2: Checking
directory
structure
3
Problem in HTREE
directory
inode 12929: block #531 has bad max hash
4
Problem in HTREE
directory
inode 12929: block #993 referenced twice
5
Problem in HTREE
directory
inode 12929: block #1061 has bad min hash
6
Problem in HTREE
directory
inode 12929: block #1062 has invalid depth (2)
7
Problem in HTREE
directory
inode 12929: block #1062 has bad max hash
8
Problem in HTREE
directory
inode 12929: block #1062 not referenced
9
Invalid HTREE
directory
inode 12929 (/test2). Clear HTree index? yes
11
Pass 3: Checking
directory
connectivity
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/META-INF/maven/
archetype-metadata.xml
4
<
directory
>src/main/java</
directory
>
10
<
directory
>src/main/antlr3</
directory
>
19
<
directory
>src/main/antlr3/imports</
directory
>
/external/e2fsprogs/tests/f_h_badroot/
expect.1
4
HTREE
directory
inode 13345 has an invalid root node.
7
HTREE
directory
inode 26689 has an unsupported hash version (240)
10
HTREE
directory
inode 40033 has an invalid root node.
13
HTREE
directory
inode 53377 has a tree depth (8) which is too big
16
HTREE
directory
inode 66721 uses an incompatible htree root node flag.
19
Pass 2: Checking
directory
structure
20
Problem in HTREE
directory
inode 80065: block #0 has an unordered hash table
23
Problem in HTREE
directory
inode 86737: block #0 has invalid limit (511)
26
Problem in HTREE
directory
inode 93409: block #0 has invalid count (234)
29
Problem in HTREE
directory
inode 73393: block #1 has bad min has
[
all
...]
/external/llvm/test/Verifier/
README.txt
1
This
directory
contains testcases that the verifier is supposed to detect as
3
identifies as malformed should go in the test/Assembler
directory
.
/external/chromium_org/third_party/WebKit/PerformanceTests/DOM/
README
1
Do not touch this
directory
without talking to rniwa@apple.com. He has opinions.
/external/chromium_org/ui/views/corewm/
README.chromium
1
This
directory
contains window-manager code that is shared by Ash and the
/external/chromium_org/ui/views/widget/desktop_aura/
README.chromium
1
This
directory
contains the views::NativeWidget implementation used for the
/external/clang/examples/
CMakeLists.txt
2
set_property(
DIRECTORY
PROPERTY EXCLUDE_FROM_ALL ON)
/external/e2fsprogs/tests/f_baddir2/
expect.1
2
Pass 2: Checking
directory
structure
3
Directory
inode 12, block #0, offset 60:
directory
corrupted
6
Pass 3: Checking
directory
connectivity
/external/harfbuzz_ng/contrib/
README
1
Contents of this
directory
and outdated and unmaintained.
/external/harfbuzz_ng/src/hb-icu-le/
COPYING
1
The contents of this
directory
are licensed under the ICU license.
/external/sonivox/jet_tools/logic_templates/
README.txt
1
This
directory
contains Apple Logic template files to facilitate the creation of MIDI files to import in JetCreat (…)
/external/valgrind/main/none/tests/
cmdline5.stderr.exp
1
valgrind: ./no-such-program-my-friend: No such file or
directory
/external/xmp_toolkit/
Android.mk
1
# Include the makefiles under this
directory
.
/external/zlib/src/win32/
VisualC.txt
3
use the appropriate project from the projects/
directory
.
/frameworks/base/core/tests/overlaytests/
Android.mk
1
# Dummy makefile to halt recursive
directory
traversal.
/prebuilts/misc/common/ddmlib/
PREBUILT
1
The object in this prebuilt
directory
can be rebuilt from
/prebuilts/misc/common/json/
PREBUILT
1
The object in this prebuilt
directory
can be rebuilt from
/prebuilts/misc/common/tradefed/
PREBUILT
1
The object in this prebuilt
directory
can be rebuilt from
/frameworks/base/docs/html/shareables/
README.txt
1
DO NOT PUT ANY FILES IN THIS
DIRECTORY
3
All URLS pointing to this
directory
redirect to a corresponding location
6
This
directory
was originally created for downloadable items such as ZIP files,
/external/chromium_org/cloud_print/gcp20/prototype/
print_job_handler.cc
28
base::FilePath
directory
(kJobsPath);
32
if (!base::DirectoryExists(
directory
) && !CreateDirectory(
directory
)) {
33
LOG(WARNING) << "Cannot create
directory
: " <<
directory
.value();
37
directory
=
directory
.AppendASCII(job_name);
39
if (!base::DirectoryExists(
directory
) && !CreateDirectory(
directory
)) {
40
LOG(WARNING) << "Cannot create
directory
: " << directory.value()
[
all
...]
/external/chromium_org/sync/test/engine/
test_directory_setter_upper.h
6
// syncable::
Directory
instance for unit tests that require one.
22
// Then, in your tests, get at the
directory
like so:
25
// ... now use metadb_.
directory
() to get at syncable::Entry objects ...
45
class
Directory
;
55
// Create a
Directory
instance open it.
58
// Create a
Directory
instance using |directory_store| as backend storage.
63
// Undo everything done by SetUp(): close the
directory
and delete the
64
// backing files. Before closing the
directory
, this will run the
directory
65
// invariant checks and perform the SaveChanges action on the
directory
68
syncable::Directory*
directory
() { return
directory
_.get(); }
function in class:syncer::TestDirectorySetterUpper
[
all
...]
/external/e2fsprogs/tests/f_baddotdir/
expect.1
4
Pass 2: Checking
directory
structure
5
Missing '.' in
directory
inode 12.
8
Missing '..' in
directory
inode 12.
11
First entry 'X' (inode=11) in
directory
inode 13 (/b) should be '.'
14
Missing '..' in
directory
inode 14.
17
Second entry 'XX' (inode=11) in
directory
inode 15 should be '..'
20
'.'
directory
entry in
directory
inode 17 is not NULL terminated
23
'..'
directory
entry in
directory
inode 17 is not NULL terminate
[
all
...]
Completed in 1981 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>