HomeSort by relevance Sort by last modified time
    Searched refs:directory (Results 201 - 225 of 1031) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/sync/syncable/
entry.cc 12 #include "sync/syncable/directory.h"
23 kernel_ = trans->directory()->GetEntryById(id);
28 kernel_ = trans->directory()->GetEntryByClientTag(tag);
33 kernel_ = trans->directory()->GetEntryByServerTag(tag);
38 kernel_ = trans->directory()->GetEntryByHandle(metahandle);
41 Directory* Entry::dir() const {
42 return basetrans_->directory();
syncable_util.cc 11 #include "sync/syncable/directory.h"
23 trans->directory()->GetUnsyncedMetaHandles(trans, handles);
63 Directory::Metahandles children;
64 trans->directory()->GetChildHandlesById(trans, old_id, &children);
65 Directory::Metahandles::iterator i = children.begin();
  /external/chromium_org/third_party/sqlite/src/tool/
omittest.tcl 19 defined together. Each run is performed in a seperate directory created
20 as a sub-directory of the current directory by the script. The output
21 of the build is saved in <sub-directory>/build.log. The output of the
22 test-suite is saved in <sub-directory>/test.log.
43 # parameter is the name of the directory to create and use to run the
66 # Create the directory and do the build. If an error occurs return
  /external/llvm/utils/TableGen/
tdtags 30 -I <dir> Add the directory to the search path for tblgen include files.
40 all - Generate an index in each directory that contains .td files
42 here - Generate an index for all .td files in the current directory.
43 recurse - Generate an index in each directory that contains .td files
44 in and under the current directory.
78 -I <dir> Add the directory <dir> to the search path for 'include'
92 Produce a tags file in every directory in the LLVM source tree
95 Produce a tags file from .td files in the current directory.
97 Produce a tags file in every directory that contains any .td
98 files, in and under the current directory
    [all...]