OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isreadonly
(Results
151 - 175
of
283
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/lib/Target/
TargetLoweringObjectFile.cpp
281
if (Kind.
isReadOnly
() && ReadOnlySection != nullptr)
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DatagramChannelTest.java
687
assertTrue(dst.
isReadOnly
());
785
assertTrue(dst.
isReadOnly
());
927
assertTrue(dst.
isReadOnly
());
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/editor/
LabeledEditorView.java
200
public boolean
isReadOnly
() {
/prebuilts/misc/common/swig/include/2.0.11/csharp/
std_vector.i
45
public bool
IsReadOnly
{
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java
408
if (mUnit.
isReadOnly
()) {
[
all
...]
/external/robolectric/v1/lib/main/
h2-1.2.147.jar
/libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java
[
all
...]
/cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteDatabaseTest.java
631
assertFalse(mDatabase.
isReadOnly
());
637
assertTrue(database.
isReadOnly
());
[
all
...]
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar
/art/runtime/
common_runtime_test.cc
489
CHECK(dex_file->
IsReadOnly
());
dex_file.cc
183
bool DexFile::
IsReadOnly
() const {
188
CHECK(
IsReadOnly
());
197
CHECK(!
IsReadOnly
());
343
CHECK(dex_file->
IsReadOnly
()) << location;
[
all
...]
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
Impl_RowSet.java
98
public boolean
isReadOnly
() {
/external/clang/lib/Sema/
SemaObjCProperty.cpp
451
if (!(PIDecl->
isReadOnly
() && isReadWrite)) {
[
all
...]
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Wnd.cpp
725
FX_BOOL CPWL_Wnd::
IsReadOnly
() const {
/libcore/ojluni/src/main/java/sun/nio/ch/
DatagramChannelImpl.java
335
if (dst.
isReadOnly
())
/prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/
jetty-io-8.1.14.v20131031.jar
/external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar
/external/llvm/lib/Analysis/
LoopAccessAnalysis.cpp
433
void addLoad(MemoryLocation &Loc, bool
IsReadOnly
) {
437
if (
IsReadOnly
)
[
all
...]
/external/v8/src/crankshaft/
hydrogen.h
[
all
...]
/prebuilts/devtools/tools/lib/
osgi-4.0.0.jar
/prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar
Completed in 1194 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>