HomeSort by relevance Sort by last modified time
    Searched full:exclusive (Results 176 - 200 of 2339) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/wilhelm/src/
locks.h 42 // Currently shared locks are implemented as exclusive, but don't count on it
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
shared_mutex.cpp 22 // Exclusive ownership
  /packages/apps/Camera2/src/com/android/camera/one/v2/core/
FrameServerImpl.java 32 * Implements a FrameServer by managing exclusive access to a single
  /packages/apps/Contacts/res/layout/
raw_contact_editor_view.xml 24 <!-- There are two mutually exclusive account headers that look significantly different.
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialMatchPosition.java 25 * start and end indicate that the range start to end (exclusive) correspond to some characters
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationInput.java 91 * exclusive.
  /packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
CollectionUtils.java 40 * @param end Last index exclusive to be converted.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
fcntl.h 122 #define LOCK_EX 2 /* exclusive lock */
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
memoryobject.h 41 exclusive write lock. If this is not allowed by the
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_commands.py 31 # under our exclusive control; from that, we can invent a pathname
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
memoryobject.h 41 exclusive write lock. If this is not allowed by the
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_commands.py 31 # under our exclusive control; from that, we can invent a pathname
  /art/runtime/base/
timing_logger.h 123 // Each begin split has a total time and exclusive time. Exclusive time is total time - total
  /art/runtime/gc/accounting/
mod_union_table.h 82 // for said cards. Exclusive lock is required since verify sometimes uses
124 // Exclusive lock is required since verify uses SpaceBitmap::VisitMarkedRange and
  /dalvik/dx/src/com/android/dx/dex/cf/
OptimizerOptions.java 74 + " are mutually exclusive.");
174 * mutually exclusive.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
RandomAdaptor.java 148 * between 0 (inclusive) and the specified value (exclusive), drawn from
154 * value between 0 (inclusive) and n (exclusive).
RandomGenerator.java 82 * between 0 (inclusive) and the specified value (exclusive), drawn from
88 * value between 0 (inclusive) and n (exclusive).
  /external/icu/icu4c/source/common/unicode/
urep.h 99 * exclusive.
141 * exclusive.
  /external/icu/icu4c/source/test/intltest/
caltztst.cpp 52 fgDateFormat = 0; // We have exclusive right to this formatter.
99 fgCalendar = 0; // We have exclusive right to this calendar.
  /external/javassist/src/main/javassist/bytecode/
LineNumberAttribute.java 172 void shiftPc(int where, int gapLength, boolean exclusive) {
177 if (pc > where || (exclusive && pc == where))
StackMapTable.java 788 void shiftPc(int where, int gapSize, boolean exclusive)
791 new Shifter(this, where, gapSize, exclusive).doit();
799 private boolean exclusive; field in class:StackMapTable.Shifter
801 public Shifter(StackMapTable smt, int where, int gap, boolean exclusive) {
808 this.exclusive = exclusive;
829 if (exclusive)
876 if (exclusive)
  /external/jsr305/javadoc/
allclasses-frame.html 31 <A HREF="javax/annotation/meta/Exclusive.html" title="annotation in javax.annotation.meta" target="classFrame">Exclusive</A>
allclasses-noframe.html 31 <A HREF="javax/annotation/meta/Exclusive.html" title="annotation in javax.annotation.meta">Exclusive</A>
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
FrameReader.java 93 * @param exclusive inserts this stream ID as the sole child of
96 void priority(int streamId, int streamDependency, int weight, boolean exclusive);
  /external/parameter-framework/parameter/
SelectionCriterion.cpp 136 strFormattedDescription += _pType->isTypeInclusive() ? "Inclusive" : "Exclusive";
158 strFormattedDescription += _pType->isTypeInclusive() ? "inclusive" : "exclusive";

Completed in 786 milliseconds

1 2 3 4 5 6 78 91011>>