HomeSort by relevance Sort by last modified time
    Searched defs:decrement (Results 1 - 25 of 211) sorted by null

1 2 3 4 5 6 7 8 9

  /external/deqp/framework/delibs/decpp/
deSemaphore.hpp 49 void decrement (void) throw();
65 * negative (there is a thread waiting in decrement) the waiting thread
76 * \brief Decrement semaphore count.
79 * (only -1 is possible) decrement() will block until the value is again 0
82 * If there is an another thread waiting in decrement(), the current thread
85 inline void Semaphore::decrement (void) throw() function in class:de::Semaphore
91 * \brief Try to decrement semaphore value.
  /external/nist-sip/java/gov/nist/javax/sip/header/
Indentation.java 85 * decrement the indentation field
87 protected void decrement() { method in class:Indentation
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
ReferenceCountedTrigger.java 45 decrement();
76 /** Adds a runnable to the last-decrement runnables list. */
82 public void decrement() { method in class:ReferenceCountedTrigger
96 * Runs and clears all the last-decrement runnables now.
109 * Convenience method to decrement this trigger as a animator listener. This listener is
110 * guarded to prevent being called back multiple times, and will trigger a decrement once and
120 decrement(); method
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
UnboundedFifoByteBuffer.java 203 * @param index the index to decrement
206 private int decrement(int index) { method in class:UnboundedFifoByteBuffer
264 tail = decrement(tail);
266 index = decrement(index);
  /external/guava/guava/src/com/google/common/cache/
LongAdder.java 91 public void decrement() { method in class:LongAdder
  /libcore/ojluni/src/main/java/java/util/concurrent/atomic/
LongAdder.java 106 public void decrement() { method in class:LongAdder
  /frameworks/base/core/java/android/nfc/tech/
MifareClassic.java 486 * Decrement a value block, storing the result in the temporary block on the tag.
494 * @param blockIndex index of block to decrement, starting from 0
495 * @param value non-negative to decrement by
499 public void decrement(int blockIndex, int value) throws IOException { method in class:MifareClassic
  /libcore/jsr166-tests/src/test/java/jsr166/
LongAdderTest.java 48 * decrement decrements and sum returns current value
52 ai.decrement();
54 ai.decrement();
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtodg.c 96 decrement(b) Bigint *b; function
98 decrement(Bigint *b)
902 /* boundary case -- decrement exponent */
931 decrement(rvb);
gdtoaimp.h 536 #define decrement __decrement_D2A macro
587 extern void decrement ANSI((Bigint*));
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
strtodg.c 111 decrement(Bigint *b) function
800 /* boundary case -- decrement exponent */
832 decrement(rvb);
gdtoaimp.h 508 #define decrement __decrement_D2A macro
560 extern int decrement (Bigint*);
  /prebuilts/misc/common/android-support-test/espresso/
espresso-idling-resource-2.3-beta-2-release-no-dep.jar 
  /external/autotest/client/bin/
job.py 93 def decrement(self): member in class:status_indenter
    [all...]
  /external/autotest/client/common_lib/
base_job.py 588 def decrement(self): member in class:status_indenter
688 self._indenter.decrement()
    [all...]
base_job_unittest.py 1089 def decrement(self): member in class:test_status_logger.setUp.stub_indenter
    [all...]
  /external/autotest/server/
server_job.py 127 def decrement(self): member in class:status_indenter
    [all...]
  /external/guava/guava/src/com/google/common/net/
InetAddresses.java 980 public static InetAddress decrement(InetAddress address) { method in class:InetAddresses
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderMatrixTests.cpp 418 // increment/decrement
433 tcu::Matrix<T, Rows, Cols> decrement (const tcu::Matrix<T, Rows, Cols>& mat) function in namespace:deqp::gles2::Functional::MatrixCaseUtils
528 evalCtx.color.xyz() = reduceToVec3(decrement(getInputValue<In0Type, In0DataType>(evalCtx, 0))) + reduceToVec3(decrement(getInputValue<In0Type, In0DataType>(evalCtx, 0)));
548 evalCtx.color.xyz() = reduceToVec3(getInputValue<In0Type, In0DataType>(evalCtx, 0)) + reduceToVec3(decrement(getInputValue<In0Type, In0DataType>(evalCtx, 0)));
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/
EventBus.java 253 * Internally, it is guaranteed that increment() and decrement() will be called before and the
285 mTrigger.decrement();
    [all...]
  /art/runtime/gc/allocator/
rosalloc.cc 1358 size_t decrement = last_free_page_run->ByteSize(this); local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderMatrixTests.cpp 851 // increment/decrement
866 tcu::Matrix<T, Rows, Cols> decrement (const tcu::Matrix<T, Rows, Cols>& mat) function in namespace:vkt::sr::__anon16556::MatrixCaseUtils
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderMatrixTests.cpp 856 // increment/decrement
871 tcu::Matrix<T, Rows, Cols> decrement (const tcu::Matrix<T, Rows, Cols>& mat) function in namespace:deqp::gles3::Functional::MatrixCaseUtils
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tix.py 642 def decrement(self): member in class:Control
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tix.py 642 def decrement(self): member in class:Control
    [all...]

Completed in 1779 milliseconds

1 2 3 4 5 6 7 8 9