HomeSort by relevance Sort by last modified time
    Searched full:exclusive (Results 126 - 150 of 1222) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/icu4c/common/unicode/
rep.h 46 * start offset is inclusive, and the limit offset is exclusive.
138 * @param limit the ending index, exclusive; <code>start <= limit
164 * @param limit the ending index, exclusive; <code>start <= limit <=
  /external/javassist/src/main/javassist/bytecode/
LocalVariableAttribute.java 180 void shiftPc(int where, int gapLength, boolean exclusive) {
189 if (pc > where || (exclusive && pc == where && pc != 0))
191 else if (pc + len > where || (exclusive && pc + len == where))
  /external/jsr305/javadoc/javax/annotation/meta/
Exhaustive.html 54 &nbsp;<A HREF="../../../javax/annotation/meta/Exclusive.html" title="annotation in javax.annotation.meta"><B>PREV CLASS</B></A>&nbsp;
102 Applications of the type qualifier with different values are exclusive, and
154 &nbsp;<A HREF="../../../javax/annotation/meta/Exclusive.html" title="annotation in javax.annotation.meta"><B>PREV CLASS</B></A>&nbsp;
  /external/neven/Embedded/common/src/b_BasicEm/
Context.h 202 /** Returns allocated memory in selected exclusive segment in units of 16bits */
205 /** Returns allocated memory in selected exclusive segment in units of 16bits
216 * - one dynamic exclusive segment
  /frameworks/base/core/tests/coretests/src/android/view/
MenuTest.java 195 // Set to exclusive
200 Assert.assertFalse("Item was not unchecked due to exclusive checkable", item2.isChecked());
203 Assert.assertFalse("Item was not unchecked due to exclusive checkable", item1.isChecked());
  /bionic/libc/kernel/common/linux/
perf_event.h 129 exclusive : 1, member in struct:perf_event_attr
  /dalvik/dexgen/src/com/android/dexgen/util/
LabeledList.java 59 * Gets the maximum label (exclusive) of any block added to this instance.
  /dalvik/libdex/
DexOptData.cpp 29 * exclusive). Returns true if valid.
  /development/samples/BrowserPlugin/jni/
PluginObject.h 9 terms, Apple grants you a personal, non-exclusive license, under Apple?s copyrights in
  /external/chromium/chrome/browser/history/
archived_database.cc 38 // Run the database in exclusive mode. Nobody else should be accessing the
  /external/iptables/extensions/
libxt_DSCP.c 39 " These two options are mutually exclusive !\n"
libxt_TCPMSS.c 24 "TCPMSS target mutually-exclusive options:\n"
libxt_dscp.c 40 " These two options are mutually exclusive !\n");
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberMatch.java 93 /** Returns the exclusive end index of the matched phone number within the searched text. */
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
project.h 76 // time and to visit an input state or arc is assumed and exclusive
  /external/stlport/
LICENSE 1 Boris Fomitchev grants Licensee a non-exclusive, non-transferable, royalty-free license to use STLport and its documentation without fee.
  /external/webkit/Examples/NetscapeCocoaPlugin/
MenuHandler.m 9 terms, Apple grants you a personal, non-exclusive license, under Apple?s copyrights in
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
compile.h 12 subject to these terms, NVIDIA grants you a personal, non-exclusive
cpp.h 12 subject to these terms, NVIDIA grants you a personal, non-exclusive
cppstruct.c 12 subject to these terms, NVIDIA grants you a personal, non-exclusive
parser.h 12 subject to these terms, NVIDIA grants you a personal, non-exclusive
scanner.h 12 subject to these terms, NVIDIA grants you a personal, non-exclusive
slglobals.h 12 subject to these terms, NVIDIA grants you a personal, non-exclusive
symbols.h 12 subject to these terms, NVIDIA grants you a personal, non-exclusive
tokens.h 12 subject to these terms, NVIDIA grants you a personal, non-exclusive

Completed in 245 milliseconds

1 2 3 4 56 7 8 91011>>