/external/chromium_org/sync/syncable/ |
directory_backing_store.cc | 791 "bookmark_favicon, is_dir"), 1204 bool is_dir = get.ColumnBool(3); local [all...] |
directory.cc | 320 if (!kernel->ref(IS_DIR)) [all...] |
/external/chromium/chrome/browser/sync/engine/ |
syncapi.cc | 277 return GetEntry()->Get(syncable::IS_DIR); 469 if (entry_->Get(syncable::IS_DIR) == folder) 472 entry_->Put(syncable::IS_DIR, folder); 781 entry_->Put(syncable::IS_DIR, true); 829 // IS_DIR: We'll leave it the same. 853 // Only set IS_DIR for new entries. Don't bitflip undeleted ones. 858 entry_->Put(syncable::IS_DIR, false); [all...] |
apply_updates_command_unittest.cc | 113 entry.Put(syncable::IS_DIR, is_folder);
|
syncapi_unittest.cc | 157 entry.Put(syncable::IS_DIR, true); [all...] |
/external/chromium_org/sync/internal_api/public/ |
base_node.h | 100 // Nodes are either folders or not. This corresponds to the IS_DIR property
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
php-brief.php | 84 'ereg', 'ereg_replace', 'eregi', 'eregi_replace', 'split', 'spliti', 'join', 'sql_regcase', 'dl', 'pclose', 'popen', 'readfile', 'rewind', 'rmdir', 'umask', 'fclose', 'feof', 'fgetc', 'fgets', 'fgetss', 'fread', 'fopen', 'fpassthru', 'ftruncate', 'fstat', 'fseek', 'ftell', 'fflush', 'fwrite', 'fputs', 'mkdir', 'rename', 'copy', 'tempnam', 'tmpfile', 'file', 'file_get_contents', 'stream_select', 'stream_context_create', 'stream_context_set_params', 'stream_context_set_option', 'stream_context_get_options', 'stream_filter_prepend', 'stream_filter_append', 'fgetcsv', 'flock', 'get_meta_tags', 'stream_set_write_buffer', 'set_file_buffer', 'set_socket_blocking', 'stream_set_blocking', 'socket_set_blocking', 'stream_get_meta_data', 'stream_register_wrapper', 'stream_wrapper_register', 'stream_set_timeout', 'socket_set_timeout', 'socket_get_status', 'realpath', 'fnmatch', 'fsockopen', 'pfsockopen', 'pack', 'unpack', 'get_browser', 'crypt', 'opendir', 'closedir', 'chdir', 'getcwd', 'rewinddir', 'readdir', 'dir', 'glob', 'fileatime', 'filectime', 'filegroup', 'fileinode', 'filemtime', 'fileowner', 'fileperms', 'filesize', 'filetype', 'file_exists', 'is_writable', 'is_writeable', 'is_readable', 'is_executable', 'is_file', 'is_dir', 'is_link', 'stat', 'lstat', 'chown',
|
php.php | 417 'is_array','is_bool','is_callable','is_dir','is_double', [all...] |
/external/chromium/net/base/ |
net_util.h | 248 // other information (is_dir, size, modification time), it returns 261 bool is_dir, int64 size,
|
/external/chromium_org/net/base/ |
net_util.h | 235 // other information (is_dir, size, modification time), it returns 248 bool is_dir, int64 size,
|
/external/e2fsprogs/resize/ |
resize2fs.c | 1237 int is_dir; member in struct:process_block_struct [all...] |
/external/chromium/chrome/browser/sync/ |
profile_sync_service_typed_url_unittest.cc | 56 using syncable::IS_DIR;
|
profile_sync_service_password_unittest.cc | 52 using syncable::IS_DIR;
|
/external/chromium/chrome/browser/sync/syncable/ |
syncable.cc | [all...] |
directory_backing_store.cc | 877 "bookmark_favicon, is_dir"), [all...] |
syncable.h | 121 IS_DIR = IS_DEL + 1, [all...] |
/external/chromium_org/sync/engine/ |
syncer_proto_util.cc | 36 using syncable::IS_DIR;
|
syncer_util.cc | 50 using syncable::IS_DIR;
|
/ndk/sources/host-tools/make-3.81/ |
function.c | 593 int is_dir= !is_basename; 605 if (p >= p2 && (is_dir)) 611 else if (p2[0] && p2[1] == ':' && is_dir) 614 else if (is_dir) 586 int is_dir= !is_basename; local [all...] |
/external/chromium_org/ppapi/proxy/ |
ppapi_param_traits.cc | 400 ParamTraits<bool>::Write(m, p.is_dir); 408 ParamTraits<bool>::Read(m, iter, &r->is_dir);
|
/external/chromium_org/sync/internal_api/ |
sync_manager_impl.cc | 256 if (a.ref(syncable::IS_DIR) != b.ref(syncable::IS_DIR)) [all...] |
/external/chromium_org/tools/gyp/pylib/gyp/ |
xcodeproj_file.py | [all...] |
/external/openssh/ |
sftp.c | 485 is_dir(char *path) function 543 if (g.gl_matchc > 1 && dst != NULL && !is_dir(dst)) { 560 if (is_dir(dst)) { [all...] |
/external/libvpx/libvpx/examples/includes/geshi/contrib/ |
langcheck.php | 151 } else if(!is_dir(GESHI_LANG_ROOT)) { [all...] |
/external/valgrind/main/coregrind/ |
m_libcfile.c | 345 Bool VG_(is_dir) ( const HChar* f ) function [all...] |