Searched defs:readonly (Results 1 - 23 of 23) sorted by relevance

/external/chromium/chrome/browser/
H A Dtransport_security_persister.cc15 TransportSecurityPersister::TransportSecurityPersister(bool readonly) argument
17 readonly_(readonly) {
/external/dropbear/
H A Dcli-kex.c149 static FILE* open_known_hosts_file(int * readonly) argument
185 *readonly = 0;
190 TRACE(("trying readonly: %s", strerror(errno)))
191 *readonly = 1;
212 int readonly = 0; local
220 hostsfile = open_known_hosts_file(&readonly);
297 if (readonly) {
298 TRACE(("readonly"))
/external/kernel-headers/original/linux/mtd/
H A Dblktrans.h29 int readonly; member in struct:mtd_blktrans_dev
/external/icu4c/samples/ustring/
H A Dustring.cpp403 static const UChar readonly[]={ variable
429 // set "one" to contain the 3 UChars from readonly
431 one.setTo(readonly, LENGTHOF(readonly));
444 // * UnicodeString using readonly-alias to a const UChar array
445 // construct a string that aliases a readonly buffer
446 UnicodeString three(FALSE, readonly, LENGTHOF(readonly));
447 printUnicodeString("readonly-alias string: ", three);
451 printUnicodeString("readonly
[all...]
/external/chromium_org/chrome/browser/net/
H A Dtransport_security_persister.cc125 bool readonly)
130 readonly_(readonly),
122 TransportSecurityPersister( TransportSecurityState* state, const base::FilePath& profile_path, bool readonly) argument
/external/libnfc-nci/src/nfa/ce/
H A Dnfa_ce_act.c682 BOOLEAN readonly; local
693 readonly = (p_cb->listen_info[NFA_CE_LISTEN_INFO_IDX_NDEF].flags & NFC_CE_LISTEN_INFO_READONLY_NDEF) ? TRUE : FALSE;
702 status = CE_T3tSetLocalNDEFMsg (readonly,
712 status = CE_T4tSetLocalNDEFMsg (readonly,
1086 NFA_TRACE_DEBUG5 ("Configuring local NDEF tag: protocol_mask=%01x cur_size=%i, max_size=%i, readonly=%i",
/external/llvm/unittests/Support/
H A DPath.cpp437 fs::mapped_file_region::readonly, member in class:__anon21867::fs::mapped_file_region
450 fs::mapped_file_region::readonly, member in class:__anon21867::fs::mapped_file_region
/external/e2fsprogs/lib/ext2fs/
H A Dunix_io.c514 int readonly = 0; local
517 error = ioctl(data->dev, BLKROGET, &readonly);
518 if (!error && readonly) {
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_prefs_browsertest.cc59 bool readonly)
60 : policy_(policy.DeepCopy()), value_(value), readonly_(readonly) {}
67 bool readonly() const { return readonly_; } function in class:policy::__anon5516::IndicatorTestCase
295 bool readonly = false; local
296 indicator_test_dict->GetBoolean("readonly", &readonly);
298 new IndicatorTestCase(*policy, value, readonly));
316 bool readonly) {
367 EXPECT_EQ(readonly, indicator_readonly);
532 (*indicator_test_case)->readonly());
57 IndicatorTestCase(const base::DictionaryValue& policy, const std::string& value, bool readonly) argument
312 VerifyControlledSettingIndicators(Browser* browser, const std::string& selector, const std::string& value, const std::string& controlled_by, bool readonly) argument
[all...]
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCConnection.java66 * Database in readonly mode.
68 private boolean readonly = false; field in class:JDBCConnection
108 private DatabaseX open(boolean readonly) throws SQLException { argument
112 dbx.open(dbfile, readonly ? SQLite.Constants.SQLITE_OPEN_READONLY :
158 db = open(readonly);
235 return readonly;
341 if (ro != readonly) {
348 readonly = ro;
/external/openssh/
H A Dsftp-server.c74 int readonly; variable
562 if (readonly &&
660 else if (readonly)
774 if (readonly) {
828 else if (readonly)
978 if (readonly)
1003 if (readonly)
1024 if (readonly)
1074 if (readonly)
1160 if (readonly)
[all...]
H A Dsshconnect.c686 * is not valid. user_hostfile[0] will not be updated if 'readonly' is true.
693 Key *host_key, int readonly,
793 if (readonly || want_cert)
827 if (readonly || want_cert)
941 if (readonly == ROQUIET)
692 check_host_key(char *hostname, struct sockaddr *hostaddr, u_short port, Key *host_key, int readonly, char **user_hostfiles, u_int num_user_hostfiles, char **system_hostfiles, u_int num_system_hostfiles) argument
/external/qemu/
H A Dqemu-io.c1653 int readonly = 0; local
1666 readonly = 1;
1676 if (!readonly) {
1731 int readonly = 0; local
1765 readonly = 1;
1820 if (!readonly) {
/external/llvm/include/llvm/Support/
H A DFileSystem.h695 readonly, ///< May only access map via const_data as read only. enumerator in enum:llvm::sys::fs::mapped_file_region::mapmode
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
H A Dcoff-objfmt.c1327 int alloc = 0, load = 0, readonly = 0, code = 0, datasect = 0; local
1358 readonly = 0;
1366 readonly = 1;
1369 readonly = 0;
1382 else if (readonly)
/external/chromium_org/third_party/bintrees/bintrees/
H A Dcwalker.c78 int readonly; member in struct:__anon10605
H A Dqavltree.c78 int readonly; member in struct:__anon10609
H A Dqbintree.c78 int readonly; member in struct:__anon10613
H A Dqrbtree.c78 int readonly; member in struct:__anon10617
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 687 milliseconds