OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exclusive
(Results
51 - 75
of
2339
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/luni/src/main/java/java/nio/channels/
FileLock.java
27
* can be <em>
exclusive
</em> or <em>shared</em>. Multiple processes can hold
29
* an
exclusive
lock on a given region of a file and no other process can
30
* simultaneously hold a shared lock overlapping the
exclusive
lock. An
31
* application can determine whether a {@code FileLock} is shared or
exclusive
82
// If true then shared, if false then
exclusive
97
* {@code false} is
exclusive
.
136
*
exclusive
.
139
*
exclusive
.
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
FileChannelLockingTest.java
87
// Cannot acquire an
exclusive
lock on a read-only file channel
90
fail("Acquiring a full
exclusive
lock on a read only channel should fail.");
105
// Acquire an
exclusive
lock across the entire file.
160
fail("Acquiring a full
exclusive
lock on a read channel should have thrown an exception.");
167
// It is illegal to request an
exclusive
lock on a read-only channel
170
fail("Acquiring
exclusive
lock on read-only channel should fail");
/external/jsr305/javadoc/javax/annotation/meta/
Exclusive.html
7
Exclusive
10
<META NAME="keywords" CONTENT="javax.annotation.meta.
Exclusive
class">
17
parent.document.title="
Exclusive
";
57
<A HREF="../../../index.html?javax/annotation/meta/
Exclusive
.html" target="_top"><B>FRAMES</B></A>
58
<A HREF="
Exclusive
.html" target="_top"><B>NO FRAMES</B></A>
89
Annotation Type
Exclusive
</H2>
94
</FONT>public @interface <B>
Exclusive
</B></DL>
106
@
Exclusive
int value();
149
<A HREF="../../../index.html?javax/annotation/meta/
Exclusive
.html" target="_top"><B>FRAMES</B></A>
150
<A HREF="
Exclusive
.html" target="_top"><B>NO FRAMES</B></A>  
[
all
...]
package-frame.html
48
<A HREF="
Exclusive
.html" title="annotation in javax.annotation.meta" target="classFrame">
Exclusive
</A>
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
SortedMultisetTestSuiteBuilder.java
110
INCLUSIVE,
EXCLUSIVE
, NO_BOUND;
127
Bound.
EXCLUSIVE
));
130
derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.
EXCLUSIVE
,
132
derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.
EXCLUSIVE
,
133
Bound.
EXCLUSIVE
));
134
derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.
EXCLUSIVE
,
139
Bound.
EXCLUSIVE
));
210
} else if (from == Bound.
EXCLUSIVE
) {
216
} else if (to == Bound.
EXCLUSIVE
) {
/frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuItem.java
55
private static final int
EXCLUSIVE
= 0x00000004;
143
public ActionMenuItem setExclusiveCheckable(boolean
exclusive
) {
144
mFlags = (mFlags & ~
EXCLUSIVE
) | (
exclusive
?
EXCLUSIVE
: 0);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ActionMenuItem.java
59
private static final int
EXCLUSIVE
= 0x00000004;
147
public ActionMenuItem setExclusiveCheckable(boolean
exclusive
) {
148
mFlags = (mFlags & ~
EXCLUSIVE
) | (
exclusive
?
EXCLUSIVE
: 0);
/dalvik/dexgen/src/com/android/dexgen/rop/
ByteBlock.java
33
/** {@code > start;} bytecode offset (
exclusive
) of the end of the block */
48
* @param end {@code > start;} bytecode offset (
exclusive
) of the end
119
* Gets the bytecode offset (
exclusive
) of the end of this block.
/dalvik/dx/src/com/android/dx/cf/code/
ByteBlock.java
33
/** {@code > start;} bytecode offset (
exclusive
) of the end of the block */
48
* @param end {@code > start;} bytecode offset (
exclusive
) of the end
119
* Gets the bytecode offset (
exclusive
) of the end of this block.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
klm_prot.x
68
bool
exclusive
; /* FALSE if shared lock */
98
bool
exclusive
;
106
bool
exclusive
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
klm_prot.x
67
bool
exclusive
; /* FALSE if shared lock */
97
bool
exclusive
;
105
bool
exclusive
;
/external/javassist/src/main/javassist/bytecode/
ExceptionTable.java
251
void shiftPc(int where, int gapLength, boolean
exclusive
) {
255
e.startPc = shiftPc(e.startPc, where, gapLength,
exclusive
);
256
e.endPc = shiftPc(e.endPc, where, gapLength,
exclusive
);
257
e.handlerPc = shiftPc(e.handlerPc, where, gapLength,
exclusive
);
262
boolean
exclusive
) {
263
if (pc > where || (
exclusive
&& pc == where))
/device/asus/fugu/original-kernel-headers/drm/ttm/
ttm_placement.h
85
* allow concurrent READ access and
exclusive
write access.
86
* Currently GPU- and CPU accesses are
exclusive
.
/external/libnfc-nci/src/nfa/dm/
nfa_dm_cfg.c
99
NFA_DM_AUTO_DETECT_NDEF, /* Automatic NDEF detection (when not in
exclusive
RF mode) */
100
NFA_DM_AUTO_READ_NDEF, /* Automatic NDEF read (when not in
exclusive
RF mode) */
/external/llvm/lib/Target/ARM/
LICENSE.TXT
23
distributed by LLVM a perpetual, worldwide, non-
exclusive
, no-charge,
30
distributed by LLVM a perpetual, worldwide, non-
exclusive
, no-charge,
/libcore/luni/src/main/java/java/lang/
CharSequence.java
42
* to the {@code end} index (
exclusive
) of this sequence.
49
* the end offset of the sub-sequence. It is
exclusive
, that is,
/libcore/luni/src/main/java/java/util/concurrent/locks/
package-info.java
21
*
exclusive
to writers. Only a single implementation, {@link
42
* class that helps record the thread currently holding
exclusive
/packages/apps/Camera2/src/com/android/camera/one/v2/core/
FrameServer.java
68
* Creates an
exclusive
session. Blocks, if necessary, until any existing
69
*
exclusive
session is closed.
/external/libxml2/doc/devhelp/
libxml2-c14n.html
5
<title>c14n: Provide Canonical XML and
Exclusive
XML Canonicalization</title>
41
<p>c14n - Provide Canonical XML and
Exclusive
XML Canonicalization</p>
62
<a name="XML_C14N_EXCLUSIVE_1_0">XML_C14N_EXCLUSIVE_1_0</a> = 1 /*
Exclusive
C14N 1.0 spec */
73
</pre><p>Dumps the canonized image of given XML document into memory. For details see "Canonical XML" (http://www.w3.org/TR/xml-c14n) or "
Exclusive
XML Canonicalization" (http://www.w3.org/TR/xml-exc-c14n)</p>
74
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>doc</tt></i>:</span></td><td>the XML document for canonization</td></tr><tr><td><span class="term"><i><tt>nodes</tt></i>:</span></td><td>the nodes set to be included in the canonized image or NULL if all document nodes should be included</td></tr><tr><td><span class="term"><i><tt>mode</tt></i>:</span></td><td>the c14n mode (see @xmlC14NMode)</td></tr><tr><td><span class="term"><i><tt>inclusive_ns_prefixes</tt></i>:</span></td><td>the list of inclusive namespace prefixes ended with a NULL or NULL if there is no inclusive namespaces (only for
exclusive
canonicalization, ignored otherwise)</td></tr><tr><td><span class="term"><i><tt>with_comments</tt></i>:</span></td><td>include comments in the result (!=0) or not (==0)</td></tr><tr><td><span class="term"><i><tt>doc_txt_ptr</tt></i>:</span></td><td>the memory pointer for allocated canonical XML text; the caller of this functions is responsible for calling xmlFree() to free allocated memory</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the number of bytes written on success or a negative value on fail</td></tr></tbody></table></div></div>
77
</pre><p>Dumps the canonized image of given XML document into the file. For details see "Canonical XML" (http://www.w3.org/TR/xml-c14n) or "
Exclusive
XML Canonicalization" (http://www.w3.org/TR/xml-exc-c14n)</p>
78
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>doc</tt></i>:</span></td><td>the XML document for canonization</td></tr><tr><td><span class="term"><i><tt>nodes</tt></i>:</span></td><td>the nodes set to be included in the canonized image or NULL if all document nodes should be included</td></tr><tr><td><span class="term"><i><tt>mode</tt></i>:</span></td><td>the c14n mode (see @xmlC14NMode)</td></tr><tr><td><span class="term"><i><tt>inclusive_ns_prefixes</tt></i>:</span></td><td>the list of inclusive namespace prefixes ended with a NULL or NULL if there is no inclusive namespaces (only for
exclusive
canonicalization, ignored otherwise)</td></tr><tr><td><span class="term"><i><tt>with_comments</tt></i>:</span></td><td>include comments in the result (!=0) or not (==0)</td></tr><tr><td><span class="term"><i><tt>filename</tt></i>:</span></td><td>the filename to store canonical XML image</td></tr><tr><td><span class="term"><i><tt>compression</tt></i>:</span></td><td>the compression level (zlib requred): -1 - libxml default, 0 - uncompressed, >0 - compression level</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the number of bytes written success or a negative value on fail</td></tr></tbody></table></div></div>
81
</pre><p>Dumps the canonized image of given XML document into the provided buffer. For details see "Canonical XML" (http://www.w3.org/TR/xml-c14n) or "
Exclusive
XML Canonicalization" (http://www.w3.org/TR/xml-exc-c14n)</p>
82
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>doc</tt></i>:</span></td><td>the XML document for canonization</td></tr><tr><td><span class="term"><i><tt>nodes</tt></i>:</span></td><td>the nodes set to be included in the canonized image or NULL if all document nodes should be included</td></tr><tr><td><span class="term"><i><tt>mode</tt></i>:</span></td><td>the c14n mode (see @xmlC14NMode)</td></tr><tr><td><span class="term"><i><tt>inclusive_ns_prefixes</tt></i>:</span></td><td>the list of inclusive namespace prefixes ended with a NULL or NULL if there is no inclusive namespaces (only for
exclusive
canonicalization, ignored otherwise)</td></tr><tr><td><span class="term"><i><tt>with_comments</tt></i>:</span></td><td>include comments in the result (!=0) or not (==0)</td></tr><tr><td><span class="term"><i><tt>buf</tt></i>:</span></td><td>the output buffer to store canonical XML; this buffer MUST have encoder==NULL because C14N requires UTF-8 output</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>non-negative value on success or a negative value on fail</td></tr></tbody></table></div></div>
85
</pre><p>Dumps the canonized image of given XML document into the provided buffer. For details see "Canonical XML" (http://www.w3.org/TR/xml-c14n) or "
Exclusive
XML Canonicalization" (http://www.w3.org/TR/xml-exc-c14n)</p
[
all
...]
/dalvik/dexgen/src/com/android/dexgen/dex/code/
CatchTable.java
99
/** {@code > start;} end address (
exclusive
) */
109
* @param end {@code > start;} end address (
exclusive
)
175
* Gets the end address (
exclusive
).
177
* @return {@code > start;} the end address (
exclusive
)
/dalvik/dx/src/com/android/dx/dex/code/
CatchTable.java
98
/** {@code > start;} end address (
exclusive
) */
108
* @param end {@code > start;} end address (
exclusive
)
174
* Gets the end address (
exclusive
).
176
* @return {@code > start;} the end address (
exclusive
)
/development/samples/training/AnimationsDemo/res/layout/
activity_crossfade.xml
26
should be mutually
exclusive
. -->
/external/clang/test/Sema/
builtins-arm-exclusive.c
24
sum += __builtin_arm_ldrex((__int128 *)addr); // expected-error {{__int128 is not supported on this target}} expected-error {{address argument to load or store
exclusive
builtin must be a pointer to 1,2,4 or 8 byte type}}
51
res |= __builtin_arm_strex(1, (__int128 *)addr); // expected-error {{__int128 is not supported on this target}} expected-error {{address argument to load or store
exclusive
builtin must be a pointer to 1,2,4 or 8 byte type}}
75
sum += __builtin_arm_ldaex((__int128 *)addr); // expected-error {{__int128 is not supported on this target}} expected-error {{address argument to load or store
exclusive
builtin must be a pointer to 1,2,4 or 8 byte type}}
102
res |= __builtin_arm_stlex(1, (__int128 *)addr); // expected-error {{__int128 is not supported on this target}} expected-error {{address argument to load or store
exclusive
builtin must be a pointer to 1,2,4 or 8 byte type}}
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
CatchTable.java
99
/** {@code > start;} end address (
exclusive
) */
109
* @param end {@code > start;} end address (
exclusive
)
175
* Gets the end address (
exclusive
).
177
* @return {@code > start;} the end address (
exclusive
)
/external/guava/guava/src/com/google/common/collect/
BoundType.java
29
* The endpoint value <i>is not</i> considered part of the set ("
exclusive
").
Completed in 490 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>