HomeSort by relevance Sort by last modified time
    Searched refs:cur (Results 426 - 450 of 1519) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_associate.py 147 self.cur = None
155 if self.cur:
156 self.cur.close()
157 self.cur = None
243 self.cur = self.getDB().cursor(txn)
245 rec = self.cur.first()
254 rec = getattr(self.cur, "next")()
260 self.cur = secDB.cursor(txn)
264 vals = self.cur.pget('Unknown', flags=db.DB_LAST)
271 vals = self.cur.pget('Unknown', data='wrong value', flags=db.DB_GET_BOTH
    [all...]
  /external/libxml2/
xmlregexp.c 53 #define NEXT ctxt->cur++
54 #define CUR (*(ctxt->cur))
55 #define NXT(index) (ctxt->cur[index])
58 #define NEXTL(l) ctxt->cur += l;
62 * when it's guaranteed that cur is not at the beginning of ctxt->string!
64 #define PREV (ctxt->cur[-1])
244 xmlChar *cur; member in struct:_xmlAutomata
405 idx = ctxt->cur - ctxt->string;
694 ret->cur = ret->string
4603 int cur; local
4633 int cur; local
4850 int cur; local
4995 int cur, len; local
5199 int cur; local
6353 const char *cur; member in struct:_xmlExpCtxt
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/isc/
ev_timers.c 250 if (ctx->cur != NULL &&
251 ctx->cur->type == Timer &&
252 ctx->cur->u.timer.this == del) {
478 evTimer *cur = what; local
481 cur = what;
484 cur->func, cur->uap,
485 (long)cur->due.tv_sec, cur->due.tv_nsec,
486 (long)cur->inter.tv_sec, cur->inter.tv_nsec)
    [all...]
  /external/freetype/src/base/
ftobjs.c 619 FT_GlyphSlot cur; local
624 cur = slot->face->glyph;
626 while ( cur )
628 if ( cur == slot )
631 slot->face->glyph = cur->next;
633 prev->next = cur->next;
643 prev = cur;
644 cur = cur->next;
1183 FT_CharMap* cur; local
1272 FT_CharMap* cur; local
2340 FT_Module* cur; local
3460 FT_CharMap* cur; local
3502 FT_CharMap* cur; local
4268 FT_ListNode cur; local
4841 FT_Module* cur; local
4899 FT_Module* cur = library->modules; local
4937 FT_Module* cur = library->modules; local
4974 FT_Module* cur; local
    [all...]
ftinit.c 201 const FT_Module_Class* const* cur; local
213 cur = (const FT_Module_Class* const*)FT_DEFAULT_MODULES_GET;
216 while ( *cur )
218 error = FT_Add_Module( library, *cur );
223 (*cur)->module_name, error ));
224 cur++;
  /external/python/cpython2/Lib/sqlite3/test/
factory.py 61 cur = self.con.cursor()
62 self.assertIsInstance(cur, sqlite.Cursor)
63 cur = self.con.cursor(MyCursor)
64 self.assertIsInstance(cur, MyCursor)
65 cur = self.con.cursor(factory=lambda con: MyCursor(con))
66 self.assertIsInstance(cur, MyCursor)
81 cur = self.con.cursor(factory=MyCursor)
82 cur.execute("select 4+5 as foo")
83 row = cur.fetchone()
85 cur.close(
    [all...]
  /external/python/cpython3/Lib/sqlite3/test/
factory.py 61 cur = self.con.cursor()
62 self.assertIsInstance(cur, sqlite.Cursor)
63 cur = self.con.cursor(MyCursor)
64 self.assertIsInstance(cur, MyCursor)
65 cur = self.con.cursor(factory=lambda con: MyCursor(con))
66 self.assertIsInstance(cur, MyCursor)
81 cur = self.con.cursor(factory=MyCursor)
82 cur.execute("select 4+5 as foo")
83 row = cur.fetchone()
85 cur.close(
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkQueryUtil.hpp 202 for (ExtensionIterator cur = begin; cur != end; ++cur)
204 if (isCompatible(*cur, required))
213 for (LayerIterator cur = begin; cur != end; ++cur)
215 if (isCompatible(*cur, required))
  /external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
seekoff.pass.cpp 34 pos_type p = f.pubseekoff(-15, std::ios_base::cur);
55 pos_type p = f.pubseekoff(-15, std::ios_base::cur);
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
seekg_off.pass.cpp 64 is.seekg(5, std::ios_base::cur);
74 is.seekg(5, std::ios_base::cur);
  /external/libdrm/freedreno/
freedreno_ringbuffer.h 45 uint32_t *cur, *end, *start, *last_start; member in struct:fd_ringbuffer
70 (*ring->cur++) = data;
  /external/lzma/C/
Bcj2Enc.c 85 Byte *cur = p->bufs[p->state]; local
86 if (cur == p->lims[p->state])
88 SetBe32(cur, p->tempTarget);
89 p->bufs[p->state] = cur + 4;
217 Byte *cur = p->bufs[cj]; local
218 if (cur == p->lims[cj])
224 SetBe32(cur, absVal);
225 p->bufs[cj] = cur + 4;
  /external/lzma/CPP/7zip/Common/
LimitedStreams.cpp 242 UInt32 cur; local
243 HRESULT res = Stream->Read(data, size, &cur);
245 *processedSize = cur;
246 _virtPos += cur;
336 UInt32 cur; local
337 HRESULT res = Stream->Write(data, size, &cur);
339 *processedSize = cur;
340 _virtPos += cur;
  /external/mesa3d/src/gallium/drivers/ilo/shader/
toy_tgsi.h 65 int cur, size; member in struct:toy_tgsi::__anon29593
141 if (index >= tgsi->imm_data.cur)
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_push.c 102 ctx->translate->run_elts8(ctx->translate, elts, nr, 0, 0, ctx->push->cur);
104 ctx->push->cur += size;
134 ctx->translate->run_elts16(ctx->translate, elts, nr, 0, 0, ctx->push->cur);
136 ctx->push->cur += size;
166 ctx->translate->run_elts(ctx->translate, elts, nr, 0, 0, ctx->push->cur);
168 ctx->push->cur += size;
190 ctx->translate->run(ctx->translate, start, push, 0, 0, ctx->push->cur);
191 ctx->push->cur += size;
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_screen_dri.c 72 vmw_dri1_check_version(const struct dri1_api_version *cur,
77 if (cur->major > required->major && cur->major <= compat->major)
79 if (cur->major == required->major && cur->minor >= required->minor)
86 cur->major, cur->minor, cur->patch_level,
  /external/syslinux/gpxe/src/include/gpxe/
ata.h 84 uint8_t cur; member in struct:ata_fifo::__anon38210
88 uint8_t cur;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
dct.h 173 //void Block1x1DCTzmv (Short *out,UChar *prev,UChar *cur,UChar *rec,Int lx,Int chroma);
174 void Block1x1DCTwSub(Short *out, UChar *cur, UChar *prev, Int pitch_chroma);
175 void Block1x1DCTIntra(Short *out, UChar *cur, UChar *dummy1, Int pitch_chroma);
177 Void BlockDCT_AANwSub(Short *out, UChar *cur, UChar *prev, Int pitch_chroma);
178 Void Block4x4DCT_AANwSub(Short *out, UChar *cur, UChar *prev, Int pitch_chroma);
179 Void Block2x2DCT_AANwSub(Short *out, UChar *cur, UChar *prev, Int pitch_chroma);
180 //Void BlockDCT_AANzmv(Short *out,UChar *prev,UChar *cur,UChar *rec,Int ColTh,Int lx,Int chroma);
181 //Void Block4x4DCT_AANzmv(Short *out,UChar *prev,UChar *cur,UChar *rec,Int ColTh,Int lx,Int chroma);
182 //Void Block2x2DCT_AANzmv(Short *out,UChar *prev,UChar *cur,UChar *rec,Int ColTh,Int lx,Int chroma);
183 Void BlockDCT_AANIntra(Short *out, UChar *cur, UChar *dummy1, Int pitch_chroma)
    [all...]
motion_est.cpp 75 void MBMotionSearch(VideoEncData *video, UChar *cur, UChar *best_cand[],
78 Int fullsearch(VideoEncData *video, Vol *currVol, UChar *ref, UChar *cur,
80 Int fullsearchBlk(VideoEncData *video, Vol *currVol, UChar *cent, UChar *cur,
91 void PrepareCurMB(VideoEncData *video, UChar *cur);
105 void HTFMPrepareCurMB(VideoEncData *video, HTFM_Stat *htfm_stat, UChar *cur);
156 UChar *cur, *best_cand[5]; local
187 cur = currFrame->yChan;
196 (*ComputeMBSum)(cur + (i << 4), width, mot_mb);
202 cur += (width << 4);
274 cur = currFrame->yChan + offset
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
seekoff.pass.cpp 34 pos_type p = f.pubseekoff(-15, std::ios_base::cur);
55 pos_type p = f.pubseekoff(-15, std::ios_base::cur);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/input.streams/istream.unformatted/
seekg_off.pass.cpp 64 is.seekg(5, std::ios_base::cur);
74 is.seekg(5, std::ios_base::cur);
  /system/extras/tests/workloads/
youtube.sh 81 cur=1
92 while [ $cur -le $iterations ]
140 ((cur=cur+1))
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_asm_annotation.c 174 struct annotation *cur = &annotation->ann[i]; local
176 ann = cur;
182 memmove(next, cur,
184 cur->error = NULL;
185 cur->error_length = 0;
186 cur->block_end = NULL;
  /external/python/cpython3/Lib/test/
test_resource.py 22 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
32 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max))
36 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
73 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max))
78 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max))
85 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
  /external/skia/src/lazy/
SkDiscardableMemoryPool.cpp 148 PoolDiscardableMemory* cur = iter.init(fList, Iter::kTail_IterStart); local
149 while ((fUsed > budget) && (cur)) {
150 if (!cur->fLocked) {
151 PoolDiscardableMemory* dm = cur;
156 cur = iter.prev();
161 cur = iter.prev();

Completed in 870 milliseconds

<<11121314151617181920>>