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

/external/icu/icu4c/source/samples/ustring/
H A Dustring.cpp401 static const UChar readonly[]={ variable
427 // set "one" to contain the 3 UChars from readonly
429 one.setTo(readonly, UPRV_LENGTHOF(readonly));
442 // * UnicodeString using readonly-alias to a const UChar array
443 // construct a string that aliases a readonly buffer
444 UnicodeString three(FALSE, readonly, UPRV_LENGTHOF(readonly));
445 printUnicodeString("readonly-alias string: ", three);
449 printUnicodeString("readonly
[all...]
/external/openssh/
H A Dsshbuf.h47 int readonly; /* Refers to external, const data */ member in struct:sshbuf
H A Dsftp-server.c76 static int readonly; variable
121 int does_write; /* if nonzero, banned for readonly mode */
125 /* NB. SSH2_FXP_OPEN does the readonly check in the handler itself */
163 if (readonly && h->does_write) {
697 if (readonly &&
1536 readonly = 1;
H A Dsshconnect.c799 * is not valid. user_hostfile[0] will not be updated if 'readonly' is true.
806 Key *host_key, int readonly,
907 if (readonly || want_cert)
945 if (readonly || want_cert)
1063 if (readonly == ROQUIET)
805 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/libnfc-nci/src/nfa/ce/
H A Dnfa_ce_act.c685 BOOLEAN readonly; local
696 readonly = (p_cb->listen_info[NFA_CE_LISTEN_INFO_IDX_NDEF].flags & NFC_CE_LISTEN_INFO_READONLY_NDEF) ? TRUE : FALSE;
705 status = CE_T3tSetLocalNDEFMsg (readonly,
715 status = CE_T4tSetLocalNDEFMsg (readonly,
1099 NFA_TRACE_DEBUG5 ("Configuring local NDEF tag: protocol_mask=%01x cur_size=%i, max_size=%i, readonly=%i",
/external/e2fsprogs/lib/ext2fs/
H A Dunix_io.c576 int readonly = 0; local
579 error = ioctl(data->dev, BLKROGET, &readonly);
580 if (!error && readonly) {
/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/llvm/include/llvm/Support/
H A DFileSystem.h649 readonly, ///< May only access map via const_data as read only. enumerator in enum:llvm::sys::fs::mapped_file_region::mapmode
/external/pdfium/fpdfsdk/src/javascript/
H A DField.cpp61 JS_STATIC_PROP_ENTRY(readonly)
2041 FX_BOOL Field::readonly(IJS_Context* cc, function in class:Field
/external/v8/src/
H A Dobjects.cc6925 PropertyDescriptor readonly; local
6926 readonly.set_writable(false);
6928 isolate, a, isolate->factory()->length_string(), &readonly,
/external/guice/extensions/struts2/lib/
H A Dstruts2-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/struts2/ org/apache/struts2/dispatcher/ ...
/external/guice/lib/build/
H A Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...
/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/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jar ... void setHidden (boolean) boolean hidden public void setReadOnly (boolean) boolean readOnly public void setSymbolicLink (boolean) boolean symLink public java.lang ...
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 496 milliseconds