HomeSort by relevance Sort by last modified time
    Searched full:decr (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/sepolicy/
mls_macros 12 define(`gen_cats',`decl_cats(0,decr($1))')
30 decl_sens(0,decr($1))
33 dominance { gen_dominance(0,decr($1)) }
47 define(`gen_levels',`decl_levels(0,decr($1),decr($2))')
54 define(`mls_systemhigh',`s`'decr(mls_num_sens):c0.c`'decr(mls_num_cats)')
  /external/opencv/cvaux/src/
_cvvectrack.h 96 CvRect Increase(const CvRect& r, int decr)
99 rect.x = r.x * decr;
100 rect.y = r.y * decr;
101 rect.width = r.width * decr;
102 rect.height = r.height * decr;
107 CvPoint Increase(const CvPoint& p, int decr)
110 point.x = p.x * decr;
111 point.y = p.y * decr;
  /prebuilts/misc/common/swig/include/2.0.11/octave/
octiterators.swg 33 virtual OctSwigIterator *decr(size_t n = 1)
59 decr();
65 return (n > 0) ? incr(n) : decr(-n);
84 decr();
206 OctSwigIterator *decr(size_t n = 1)
257 OctSwigIterator *decr(size_t n = 1)
312 %catches(swig::stop_iteration) OctSwigIterator::decr(size_t n = 1);
336 virtual OctSwigIterator *decr(size_t n = 1);
octrun.swg     [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyiterators.swg 38 virtual SwigPyIterator *decr(size_t /*n*/ = 1)
75 decr();
83 return (n > 0) ? incr(n) : decr(-n);
232 SwigPyIterator *decr(size_t n = 1)
283 SwigPyIterator *decr(size_t n = 1)
353 %catches(swig::stop_iteration) SwigPyIterator::decr(size_t n = 1);
380 virtual SwigPyIterator *decr(size_t n = 1);
  /external/openfst/src/include/fst/
lock.h 82 int Decr() const { return --count_; }
add-on.h 55 int DecrRefCount() { return ref_count_.Decr(); }
127 return ref_count_.Decr();
accumulator.h 140 int DecrRefCount() { return ref_count_.Decr(); }
381 int DecrRefCount() { return ref_count_.Decr(); }
639 int DecrRefCount() { return ref_count_.Decr(); }
encode.h 177 int DecrRefCount() { return ref_count_.Decr(); }
symbol-table.h 153 return ref_count_.Decr();
  /external/apache-http/src/org/apache/commons/codec/binary/
BinaryCodec.java 178 * We decr index jj by 8 as we go along to not recompute indices using multiplication every time inside the
205 * We decr index jj by 8 as we go along to not recompute indices using multiplication every time inside the
234 * We decr index jj by 8 as we go along to not recompute indices using multiplication every time inside the
264 * We decr index jj by 8 as we go along to not recompute indices using multiplication every time inside the
  /external/mesa3d/src/gallium/auxiliary/util/
u_dump_defines.c 250 "decr",
  /external/mesa3d/src/mesa/main/
renderbuffer.c 157 /*printf("RB DECR %p (%d) to %d\n", (void*) oldRb, oldRb->Name, oldRb->RefCount);*/
shaderobj.c 71 /*printf("SHADER DECR %p (%d) to %d\n",
arrayobj.c 145 printf("ArrayObj %p %d DECR to %d\n",
shaderapi.c 316 /* effectively, decr shProg's refcount */
334 /* effectively, decr sh's refcount */
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
lex.c 272 input(); yylval.i = DECR; RET(DECR);
awkgram.y 91 %right DECR INCR
368 | DECR var { $$ = op1(PREDECR, $2); }
370 | var DECR { $$ = op1(POSTDECR, $1); }
  /external/deqp/scripts/opengl/
gen_str_util.py 342 ("StencilOp", ["ZERO", "KEEP", "REPLACE", "INCR", "DECR", "INVERT", "INCR_WRAP", "DECR_WRAP"]),
  /system/core/include/sysutils/
List.h 135 * Incr/decr, used to move through the list.
  /system/core/include/utils/
List.h 134 * Incr/decr, used to move through the list.
  /system/keymaster/
List.h 134 * Incr/decr, used to move through the list.
  /system/netd/server/
List.h 135 * Incr/decr, used to move through the list.
  /packages/apps/Camera/res/values-pt-rPT/
strings.xml 38 <string name="pref_camera_timer_title" msgid="3105232208281893389">"Temporizador de contagem decr."</string>
  /external/compiler-rt/lib/BlocksRuntime/
runtime.c 467 // Tell GC we no longer have our own refcounts. GC will decr its refcount

Completed in 654 milliseconds

1 2 3