Searched refs:is_executable (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/webkit/common/appcache/
H A Dappcache_interfaces.cc62 is_executable(false) {
71 is_executable(false) {
76 bool is_pattern, bool is_executable)
81 is_executable(is_executable) {
74 Namespace( NamespaceType type, const GURL& url, const GURL& target, bool is_pattern, bool is_executable) argument
H A Dappcache_interfaces.h105 bool is_pattern, bool is_executable);
114 bool is_executable; member in struct:appcache::Namespace
/external/chromium_org/v8/src/
H A Dplatform-cygwin.cc106 bool is_executable) {
108 int prot = PROT_READ | PROT_WRITE | (is_executable ? PROT_EXEC : 0);
347 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { argument
348 return CommitRegion(address, size, is_executable);
363 bool VirtualMemory::CommitRegion(void* base, size_t size, bool is_executable) { argument
364 int prot = is_executable ? PAGE_EXECUTE_READWRITE : PAGE_READWRITE;
104 Allocate(const size_t requested, size_t* allocated, bool is_executable) argument
H A Dplatform-macos.cc120 bool is_executable) {
122 int prot = PROT_READ | PROT_WRITE | (is_executable ? PROT_EXEC : 0);
327 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { argument
328 return CommitRegion(address, size, is_executable);
359 bool is_executable) {
360 int prot = PROT_READ | PROT_WRITE | (is_executable ? PROT_EXEC : 0);
118 Allocate(const size_t requested, size_t* allocated, bool is_executable) argument
357 CommitRegion(void* address, size_t size, bool is_executable) argument
H A Dplatform-openbsd.cc112 bool is_executable) {
114 int prot = PROT_READ | PROT_WRITE | (is_executable ? PROT_EXEC : 0);
365 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { argument
366 return CommitRegion(address, size, is_executable);
395 bool VirtualMemory::CommitRegion(void* base, size_t size, bool is_executable) { argument
396 int prot = PROT_READ | PROT_WRITE | (is_executable ? PROT_EXEC : 0);
110 Allocate(const size_t requested, size_t* allocated, bool is_executable) argument
H A Dplatform-solaris.cc129 bool is_executable) {
131 int prot = PROT_READ | PROT_WRITE | (is_executable ? PROT_EXEC : 0);
329 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { argument
330 return CommitRegion(address, size, is_executable);
359 bool VirtualMemory::CommitRegion(void* base, size_t size, bool is_executable) { argument
360 int prot = PROT_READ | PROT_WRITE | (is_executable ? PROT_EXEC : 0);
127 Allocate(const size_t requested, size_t* allocated, bool is_executable) argument
H A Dplatform-freebsd.cc308 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { argument
309 return CommitRegion(address, size, is_executable);
338 bool VirtualMemory::CommitRegion(void* base, size_t size, bool is_executable) { argument
339 int prot = PROT_READ | PROT_WRITE | (is_executable ? PROT_EXEC : 0);
H A Dplatform-linux.cc357 bool is_executable) {
359 int prot = PROT_READ | PROT_WRITE | (is_executable ? PROT_EXEC : 0);
615 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { argument
616 return CommitRegion(address, size, is_executable);
645 bool VirtualMemory::CommitRegion(void* base, size_t size, bool is_executable) { argument
651 int prot = PROT_READ | PROT_WRITE | (is_executable ? PROT_EXEC : 0);
355 Allocate(const size_t requested, size_t* allocated, bool is_executable) argument
H A Dplatform.h261 bool is_executable);
499 bool Commit(void* address, size_t size, bool is_executable);
530 static bool CommitRegion(void* base, size_t size, bool is_executable);
H A Dplatform-win32.cc941 bool is_executable) {
946 int prot = is_executable ? PAGE_EXECUTE_READWRITE : PAGE_READWRITE;
1550 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { argument
1551 return CommitRegion(address, size, is_executable);
1577 bool VirtualMemory::CommitRegion(void* base, size_t size, bool is_executable) { argument
1578 int prot = is_executable ? PAGE_EXECUTE_READWRITE : PAGE_READWRITE;
939 Allocate(const size_t requested, size_t* allocated, bool is_executable) argument
H A Dplatform-nullos.cc380 bool VirtualMemory::CommitRegion(void* base, size_t size, bool is_executable) { argument
/external/v8/src/
H A Dplatform-macos.cc152 bool is_executable) {
154 int prot = PROT_READ | PROT_WRITE | (is_executable ? PROT_EXEC : 0);
435 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { argument
436 return CommitRegion(address, size, is_executable);
448 bool is_executable) {
449 int prot = PROT_READ | PROT_WRITE | (is_executable ? PROT_EXEC : 0);
150 Allocate(const size_t requested, size_t* allocated, bool is_executable) argument
446 CommitRegion(void* address, size_t size, bool is_executable) argument
H A Dplatform-solaris.cc181 bool is_executable) {
183 int prot = PROT_READ | PROT_WRITE | (is_executable ? PROT_EXEC : 0);
402 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { argument
403 return CommitRegion(address, size, is_executable);
432 bool VirtualMemory::CommitRegion(void* base, size_t size, bool is_executable) { argument
433 int prot = PROT_READ | PROT_WRITE | (is_executable ? PROT_EXEC : 0);
179 Allocate(const size_t requested, size_t* allocated, bool is_executable) argument
H A Dplatform.h184 bool is_executable);
366 bool Commit(void* address, size_t size, bool is_executable);
397 static bool CommitRegion(void* base, size_t size, bool is_executable);
H A Dplatform-cygwin.cc154 bool is_executable) {
156 int prot = PROT_READ | PROT_WRITE | (is_executable ? PROT_EXEC : 0);
348 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { argument
349 int prot = is_executable ? PAGE_EXECUTE_READWRITE : PAGE_READWRITE;
152 Allocate(const size_t requested, size_t* allocated, bool is_executable) argument
H A Dplatform-freebsd.cc412 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { argument
413 return CommitRegion(address, size, is_executable);
442 bool VirtualMemory::CommitRegion(void* base, size_t size, bool is_executable) { argument
443 int prot = PROT_READ | PROT_WRITE | (is_executable ? PROT_EXEC : 0);
H A Dplatform-linux.cc362 bool is_executable) {
364 int prot = PROT_READ | PROT_WRITE | (is_executable ? PROT_EXEC : 0);
665 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { argument
666 return CommitRegion(address, size, is_executable);
695 bool VirtualMemory::CommitRegion(void* base, size_t size, bool is_executable) { argument
696 int prot = PROT_READ | PROT_WRITE | (is_executable ? PROT_EXEC : 0);
360 Allocate(const size_t requested, size_t* allocated, bool is_executable) argument
H A Dplatform-openbsd.cc187 bool is_executable) {
189 int prot = PROT_READ | PROT_WRITE | (is_executable ? PROT_EXEC : 0);
459 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { argument
460 return CommitRegion(address, size, is_executable);
489 bool VirtualMemory::CommitRegion(void* base, size_t size, bool is_executable) { argument
490 int prot = PROT_READ | PROT_WRITE | (is_executable ? PROT_EXEC : 0);
185 Allocate(const size_t requested, size_t* allocated, bool is_executable) argument
H A Dplatform-win32.cc924 bool is_executable) {
929 int prot = is_executable ? PAGE_EXECUTE_READWRITE : PAGE_READWRITE;
1517 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { argument
1518 if (CommitRegion(address, size, is_executable)) {
1537 bool VirtualMemory::CommitRegion(void* base, size_t size, bool is_executable) { argument
1538 int prot = is_executable ? PAGE_EXECUTE_READWRITE : PAGE_READWRITE;
922 Allocate(const size_t requested, size_t* allocated, bool is_executable) argument
/external/linux-tools-perf/util/
H A Dhelp.c111 static int is_executable(const char *name) function
149 if (!is_executable(buf.buf))
/external/llvm/utils/
H A Dllvm-compilers-check116 def is_executable(fpath):
551 if not is_executable(program):
565 if not is_executable(program):
/external/chromium_org/webkit/browser/appcache/
H A Dappcache_database.cc710 if (record->namespace_.is_executable) {
972 record->namespace_.is_executable =
974 DCHECK(!record->namespace_.is_executable ||
/external/chromium-trace/trace-viewer/examples/stream_server/
H A Dstandalone.py497 # Replace CGIHTTPRequestHandler.is_executable method.
499 self.is_executable = self._options.is_executable_method
638 if not self.is_executable(scriptfile):
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dstandalone.py493 # Replace CGIHTTPRequestHandler.is_executable method.
495 self.is_executable = self._options.is_executable_method
634 if not self.is_executable(scriptfile):
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A Dstandalone.py656 # Replace CGIHTTPRequestHandler.is_executable method.
658 self.is_executable = self._options.is_executable_method
797 if not self.is_executable(scriptfile):

Completed in 410 milliseconds

12