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

1 2

  /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/lldb/include/lldb/Utility/
RefCounter.h 47 decrement(T* t) function in class:lldb_utility::RefCounter
SharingPtr.h 36 decrement(T& t) function in namespace:lldb_private::imp
474 // true means decrement is about to happen
602 if (imp::decrement(shared_owners_) == -1)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
PositionIterator.cpp 73 void PositionIterator::decrement() function in class:blink::PositionIterator
  /external/chromium_org/third_party/WebKit/Source/wtf/
RefCountedLeakCounter.cpp 41 void RefCountedLeakCounter::decrement() { } function in class:WTF::RefCountedLeakCounter
89 void RefCountedLeakCounter::decrement()
  /external/nist-sip/java/gov/nist/javax/sip/header/
Indentation.java 85 * decrement the indentation field
87 protected void decrement() { method in class:Indentation
  /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*));
  /external/chromium_org/net/tools/balsa/
balsa_headers.h 375 void decrement() { function in class:net::BalsaHeaders::iterator_base
453 iterator_base::decrement();
457 void decrement() { function in class:net::BalsaHeaders::reverse_iterator_base
484 iterator_base::decrement();
516 reverse_iterator_base::decrement();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXNodeObject.cpp 1545 void AXNodeObject::decrement() function in class:blink::AXNodeObject
    [all...]
AXObject.h 523 virtual void decrement() { } function in class:blink::AXObject
  /external/chromium_org/third_party/WebKit/Source/web/
WebAXObject.cpp 674 bool WebAXObject::decrement() const function in class:blink::WebAXObject
680 m_private->decrement();
  /external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.cpp 674 // set spans from start to end to decrement by one
718 bool decrement, track, bigger; local
725 decrement = test->fWindValue && oTest->fWindValue;
733 if (decrement) {
749 if (decrement) {
781 if (decrement) {
1107 bool decrement = baseWind && oBaseWind; local
    [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...]
  /art/runtime/gc/allocator/
rosalloc.cc 1502 size_t decrement = last_free_page_run->ByteSize(this); local
    [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...]
  /bionic/libc/kernel/uapi/linux/
pkt_sched.h 596 __u32 decrement; member in struct:tc_sfb_qopt
  /development/ndk/platforms/android-L/include/linux/
pkt_sched.h 580 __u32 decrement; member in struct:tc_sfb_qopt
  /external/iproute2/include/linux/
pkt_sched.h 614 * Note: increment, decrement are Q0.16 fixed-point values.
622 __u32 decrement; /* probability decrement, (d2 in Blue) */ member in struct:tc_sfb_qopt
  /external/kernel-headers/original/uapi/linux/
pkt_sched.h 631 * Note: increment, decrement are Q0.16 fixed-point values.
639 __u32 decrement; /* probability decrement, (d2 in Blue) */ member in struct:tc_sfb_qopt
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 
org.eclipse.equinox.util_1.0.200.v20100503.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 1153 milliseconds

1 2