HomeSort by relevance Sort by last modified time
    Searched full:filesystem (Results 401 - 425 of 1906) sorted by null

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
OpenGLTraceAction.java 19 import org.eclipse.core.filesystem.EFS;
20 import org.eclipse.core.filesystem.IFileStore;
  /sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/
TraceviewLauncher.java 21 import org.eclipse.core.filesystem.EFS;
22 import org.eclipse.core.filesystem.IFileStore;
  /system/core/libcutils/
socket_local_server.c 66 /* basically: if this is a filesystem path, unlink first */
89 /** Open a server-side UNIX domain datagram socket in the Linux non-filesystem
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
rebaseline.py 94 return self._tool.filesystem.join(port.layout_tests_dir(), 'platform', override_dir)
98 return self._tool.filesystem.splitext(test_name)[0]
123 immediate_predecessors_in_fallback.append(self._tool.filesystem.basename(baseline_search_path[index - 1]))
131 if self._tool.filesystem.basename(port.baseline_version_dir()) == baseline:
142 # Need to gather all the baseline paths before modifying the filesystem since
146 if not self._tool.filesystem.exists(old_baseline):
150 new_baseline = self._tool.filesystem.join(port.baseline_path(), self._file_name_for_expected_result(test_name, suffix))
151 if self._tool.filesystem.exists(new_baseline):
168 self._tool.filesystem.maybe_make_directory(self._tool.filesystem.dirname(new_baseline)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
run_webkit_tests_integrationtest.py 219 failing_results_text = host.filesystem.read_text_file('/tmp/layout-test-results/failing_results.json')
223 full_results_text = host.filesystem.read_text_file('/tmp/layout-test-results/full_results.json')
436 host.filesystem.write_text_file('/tmp/overrides.txt', 'Bug(x) passes/image.html [ ImageOnlyFailure Pass ]\n')
461 self.assertEqual(host.filesystem.read_text_file('/tmp/layout-test-results/passes/error-stderr.txt'),
467 host.filesystem.write_text_file(filename, 'passes/text.html')
470 host.filesystem.remove(filename)
478 host.filesystem.write_text_file(filename, 'LayoutTests/passes/text.html')
485 host.filesystem.write_text_file(smoke_test_filename, 'passes/text.html\n')
522 file_list = host.filesystem.written_files.keys()
524 json_string = host.filesystem.read_text_file('/tmp/layout-test-results/full_results.json'
    [all...]
  /external/chromium_org/webkit/browser/fileapi/
async_file_util.h 32 // An interface which provides filesystem-specific file operations for
35 // Each filesystem which needs to be dispatched from FileSystemOperationImpl
213 // This must be called for files that belong to the same filesystem
222 // FileSystemOperationImpl::Copy calls this for same-filesystem copy case.
242 // This must be called for files that belong to the same filesystem
245 // FileSystemOperationImpl::Move calls this for same-filesystem move case.
263 // Copies in a single file from a different filesystem.
265 // FileSystemOperationImpl::Copy or Move calls this for cross-filesystem
329 // In regular filesystem cases the implementation may simply return
331 // while in non-regular filesystem case the backend may create
    [all...]
  /external/chromium_org/chrome/common/
content_settings_pattern_unittest.cc 97 GURL("filesystem:http://www.google.com/temporary/")));
99 GURL("filesystem:http://foo.www.google.com/temporary/")));
101 GURL("filesystem:http://www.google.com:80/temporary/")));
103 GURL("filesystem:http://www.google.com:81/temporary/")));
107 GURL("filesystem:https://www.google.com/temporary/")));
109 GURL("filesystem:https://www.google.com:443/temporary/")));
111 GURL("filesystem:https://foo.www.google.com/temporary/")));
113 GURL("filesystem:https://www.google.com:81/temporary/")));
115 // A pattern from a filesystem URLs is equivalent to a pattern from the inner
116 // URL of the filesystem URL
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
Proc.java 25 * Utilities for accessing /proc filesystem information.
  /device/samsung/manta/
init.smdk5250.rc 46 # create filesystem if necessary
  /external/chromium/android/content/common/
url_constants.cc 17 const char kFileSystemScheme[] = "filesystem";
  /external/chromium/chrome/browser/policy/
file_based_policy_provider.h 31 // filesystem. Returns base::Time() if the information is not present, in
  /external/chromium_org/chrome/browser/browsing_data/
mock_browsing_data_file_system_helper.h 27 // Adds a specific filesystem.
  /external/chromium_org/chrome/browser/chromeos/drive/
file_change.h 19 // Represents change in the filesystem. Rename is represented as two entries:
  /external/chromium_org/chrome/browser/sync_file_system/local/
root_delete_helper.h 25 // A helper class to delete the root directory of a given Sync FileSystem.
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/
file_handlers.html 37 To handle files, apps also need to declare the $ref:fileSystem
  /external/chromium_org/chrome/common/extensions/docs/templates/json/
intro_tables.json 90 "fileSystem": {
94 "text": "\"fileSystem\""
98 "text": "{\"fileSystem\": [\"write\"]}"
102 "text": "{\"fileSystem\": [\"write\", \"retainEntries\", \"directory\"]}"
  /external/chromium_org/content/browser/loader/
upload_data_stream_builder.h 43 // filesystem URLs. |file_task_runner| is used to perform file operations
  /external/chromium_org/content/common/sandbox_linux/
sandbox_bpf_base_policy_linux.h 38 // Get the errno(3) to return for filesystem errors.
  /external/chromium_org/content/public/browser/
child_process_security_policy.h 111 // Grants permission to copy-into filesystem |filesystem_id|. 'copy-into'
112 // is used to allow copying files into the destination filesystem without
117 // Grants permission to delete from filesystem |filesystem_id|. 'delete-from'
118 // is used to allow deleting files into the destination filesystem without
  /external/chromium_org/ppapi/tests/
test_file_ref.h 25 // Creates a FileRef on an external filesystem.
  /external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
baseline_policy.h 28 // |fs_denied_errno| is the errno returned when a filesystem access system
  /external/chromium_org/third_party/WebKit/Source/core/events/
EventTargetFactory.in 25 modules/filesystem/FileWriter
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragData.cpp 36 #include "modules/filesystem/DraggedIsolatedFileSystem.h"
166 DraggedIsolatedFileSystem* filesystem = DraggedIsolatedFileSystem::from(m_platformDragData); local
167 if (!filesystem)
169 return filesystem->filesystemId();
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
FileSystemCallback.idl 32 void handleEvent(DOMFileSystem fileSystem);
HTMLInputElementFileSystem.idl 32 [RuntimeEnabled=FileSystem,CallWith=ExecutionContext] readonly attribute Entry[] webkitEntries;

Completed in 1021 milliseconds

<<11121314151617181920>>