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

1 2 3 4 5 6 7

  /external/v8/test/cctest/
test-unbound-queue.cc 18 Record rec = 0; local
19 cq.Dequeue(&rec);
20 CHECK_EQ(1, rec);
35 Record rec = 0; local
38 cq.Dequeue(&rec);
39 CHECK_EQ(i, rec);
47 cq.Dequeue(&rec);
48 CHECK_EQ(i, rec);
test-circular-queue.cc 25 Record* rec = reinterpret_cast<Record*>(scq.Enqueue()); local
26 CHECK_NE(NULL, rec);
27 *rec = i;
34 Record* rec = reinterpret_cast<Record*>(scq.Enqueue()); local
35 CHECK_NE(NULL, rec);
36 *rec = i;
40 Record* rec = reinterpret_cast<Record*>(scq.Enqueue()); local
41 CHECK_NE(NULL, rec);
42 *rec = 20;
49 Record* rec = reinterpret_cast<Record*>(scq.StartDequeue()) local
66 Record* rec = reinterpret_cast<Record*>(scq.StartDequeue()); local
97 Record* rec = reinterpret_cast<Record*>(scq_->Enqueue()); local
141 Record* rec = reinterpret_cast<Record*>(scq.StartDequeue()); local
153 Record* rec = reinterpret_cast<Record*>(scq.StartDequeue()); local
165 Record* rec = reinterpret_cast<Record*>(scq.StartDequeue()); local
    [all...]
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3parser.h 59 pANTLR3_BASE_RECOGNIZER rec; member in struct:ANTLR3_PARSER_struct
antlr3treeparser.h 57 pANTLR3_BASE_RECOGNIZER rec; member in struct:ANTLR3_TREE_PARSER_struct
antlr3lexer.h 105 pANTLR3_BASE_RECOGNIZER rec; member in struct:ANTLR3_LEXER_struct
antlr3rewritestreams.h 101 pANTLR3_BASE_RECOGNIZER rec; member in struct:ANTLR3_REWRITE_RULE_ELEMENT_STREAM_struct
  /external/skia/legacy/src/views/
SkViewPriv.cpp 31 Artist_SkTagList* rec = (Artist_SkTagList*)this->findTagList(kViewArtist_SkTagList); local
32 SkASSERT(rec == NULL || rec->fArtist != NULL);
34 return rec ? rec->fArtist : NULL;
45 Artist_SkTagList* rec = (Artist_SkTagList*)this->findTagList(kViewArtist_SkTagList); local
47 if (rec)
48 SkRefCnt_SafeAssign(rec->fArtist, obj);
77 Layout_SkTagList* rec = (Layout_SkTagList*)this->findTagList(kViewLayout_SkTagList); local
78 SkASSERT(rec == NULL || rec->fLayout != NULL)
91 Layout_SkTagList* rec = (Layout_SkTagList*)this->findTagList(kViewLayout_SkTagList); local
    [all...]
  /external/skia/src/utils/mac/
SkStream_mac.cpp 49 CGDataProviderSequentialCallbacks rec; local
50 sk_bzero(&rec, sizeof(rec));
51 rec.version = 0;
52 rec.getBytes = get_bytes_proc;
53 rec.skipForward = skip_forward_proc;
54 rec.rewind = rewind_proc;
55 rec.releaseInfo = release_info_proc;
56 return CGDataProviderCreateSequential(stream, &rec);
  /external/skia/src/views/
SkViewPriv.cpp 31 Artist_SkTagList* rec = (Artist_SkTagList*)this->findTagList(kViewArtist_SkTagList); local
32 SkASSERT(rec == NULL || rec->fArtist != NULL);
34 return rec ? rec->fArtist : NULL;
45 Artist_SkTagList* rec = (Artist_SkTagList*)this->findTagList(kViewArtist_SkTagList); local
47 if (rec)
48 SkRefCnt_SafeAssign(rec->fArtist, obj);
77 Layout_SkTagList* rec = (Layout_SkTagList*)this->findTagList(kViewLayout_SkTagList); local
78 SkASSERT(rec == NULL || rec->fLayout != NULL)
91 Layout_SkTagList* rec = (Layout_SkTagList*)this->findTagList(kViewLayout_SkTagList); local
    [all...]
  /external/srec/srec/crec/
astar_pphash.h 43 srec* rec; member in struct:__anon15411
47 void hash_init(FixedSizeHash* hash, srec* rec);
50 int compare_parp(partial_path* parp1, partial_path* parp2, srec* rec);
  /external/valgrind/main/memcheck/tests/linux/
lsframe2.c 13 int rec ( int depth ) function
20 zzz = rec(depth-1);
31 sum = rec(N_MBYTES);
  /system/extras/tests/bionic/libc/glibc/assert/
test-assert.c 14 jmp_buf rec; variable
20 longjmp (rec, 1); /* recover control */
59 if (!setjmp (rec))
64 if (!setjmp (rec))
69 if (!setjmp (rec))
  /dalvik/vm/hprof/
HprofString.cpp 79 hprof_record_t *rec = &ctx->curRec; local
103 err = hprofAddU4ToRecord(rec, (u4)str);
105 err = hprofAddUtf8StringToRecord(rec, str);
HprofClass.cpp 108 hprof_record_t *rec = &ctx->curRec; local
133 hprofAddU4ToRecord(rec, clazz->serialNumber);
134 hprofAddIdToRecord(rec, (hprof_class_object_id)clazz);
135 hprofAddU4ToRecord(rec, HPROF_NULL_STACK_TRACE);
136 hprofAddIdToRecord(rec, getPrettyClassNameId(clazz->descriptor));
  /external/clang/test/Parser/
cxx-ambig-paren-expr.cpp 30 struct rec { rec(int); }; struct
34 struct rec { rec(int); }; struct in namespace:ns
39 struct rec { rec(int); }; struct in struct:cls
57 if (result((cls::rec) i).check())
60 if (result((ns::rec) i).check())
63 if (result((::rec) i).check())
  /external/libselinux/src/
label.c 19 typedef int (*selabel_initfunc)(struct selabel_handle *rec,
45 int selabel_validate(struct selabel_handle *rec,
50 if (!rec->validating || contexts->validated)
70 struct selabel_handle *rec = NULL; local
80 rec = (struct selabel_handle *)malloc(sizeof(*rec));
81 if (!rec)
84 memset(rec, 0, sizeof(*rec));
85 rec->backend = backend
    [all...]
  /external/openssl/ssl/
d1_enc.c 139 SSL3_RECORD *rec; local
154 rec= &(s->s3->wrec);
160 if ( rec->data != rec->input)
162 fprintf(stderr, "%s:%d: rec->data != rec->input\n",
166 if (RAND_bytes(rec->input, EVP_CIPHER_block_size(ds->cipher)) <= 0)
179 rec= &(s->s3->rrec);
193 memmove(rec->data,rec->input,rec->length)
    [all...]
  /external/oprofile/opjitconv/
parse_dump.c 32 struct jr_code_load const * rec = ptr_arg; local
35 end = rec->code_addr ? ptr + size : NULL;
41 ptr += sizeof(*rec);
46 entry->code = rec->code_addr ? ptr : NULL;
47 entry->vma = rec->vma;
48 entry->code_size = rec->code_size;
50 entry->life_start = rec->timestamp;
63 rec_totalsize = sizeof(*rec) + strlen(entry->symbol_name) + 1 + entry->code_size;
88 struct jr_code_unload const * rec = ptr; local
92 rec->vma, rec->timestamp)
119 struct jr_code_debug_info const * rec = ptr; local
141 struct jr_prefix const * rec = ptr; local
    [all...]
  /external/skia/gm/
distantclip.cpp 36 SkCanvas* rec = pict.beginRecording(100, offset + extents); local
37 rec->drawColor(0xffff0000);
38 rec->save();
47 rec->clipPath(p, SkRegion::kIntersect_Op, true);
48 rec->drawColor(0xff00ff00);
49 rec->restore();
  /external/skia/legacy/src/core/
SkRefDict.cpp 30 Impl* rec = fImpl; local
31 while (rec) {
32 if (rec->fName.equals(name)) {
33 return rec->fData;
35 rec = rec->fNext;
45 Impl* rec = fImpl; local
47 while (rec) {
48 if (rec->fName.equals(name)) {
52 rec->fData->unref()
80 Impl* rec = fImpl; local
    [all...]
  /external/skia/src/core/
SkRefDict.cpp 30 Impl* rec = fImpl; local
31 while (rec) {
32 if (rec->fName.equals(name)) {
33 return rec->fData;
35 rec = rec->fNext;
45 Impl* rec = fImpl; local
47 while (rec) {
48 if (rec->fName.equals(name)) {
52 rec->fData->unref()
80 Impl* rec = fImpl; local
    [all...]
SkTLS.cpp 43 SkTLSRec* rec = (SkTLSRec*)ptr; local
45 SkTLSRec* next = rec->fNext;
46 SkDELETE(rec);
47 rec = next;
48 } while (NULL != rec);
59 const SkTLSRec* rec = (const SkTLSRec*)ptr; local
61 if (rec->fCreateProc == createProc) {
62 SkASSERT(rec->fDeleteProc == deleteProc);
63 return rec->fData;
65 } while ((rec = rec->fNext) != NULL)
70 SkTLSRec* rec = new SkTLSRec; local
89 const SkTLSRec* rec = (const SkTLSRec*)ptr; local
    [all...]
  /frameworks/compile/mclinker/lib/Support/
MemoryAreaFactory.cpp 25 HandleToArea::iterator rec, rEnd = m_HandleToArea.end(); local
26 for (rec = m_HandleToArea.begin(); rec != rEnd; ++rec) {
27 if (rec->handle->isOpened()) {
28 rec->handle->close();
30 delete rec->handle;
  /external/e2fsprogs/lib/ext2fs/
bb_inode.c 60 struct set_badblock_record rec; local
68 rec.bad_block_count = 0;
69 rec.ind_blocks_size = rec.ind_blocks_ptr = 0;
70 rec.max_ind_blocks = 10;
71 retval = ext2fs_get_array(rec.max_ind_blocks, sizeof(blk_t),
72 &rec.ind_blocks);
75 memset(rec.ind_blocks, 0, rec.max_ind_blocks * sizeof(blk_t));
76 retval = ext2fs_get_mem(fs->blocksize, &rec.block_buf)
158 struct set_badblock_record *rec = (struct set_badblock_record *) local
215 struct set_badblock_record *rec = (struct set_badblock_record *) local
    [all...]
  /external/skia/legacy/src/effects/
SkGroupShape.cpp 22 const Rec& rec = fList[index]; local
24 *mr = rec.fMatrixRef;
26 return rec.fShape;
40 Rec* rec; local
42 rec = fList.append();
44 rec = fList.insert(index);
46 rec->fShape = shape;
47 rec->fMatrixRef = mr
52 Rec& rec = fList[index]; local
60 Rec* rec = fList.begin(); local
73 const Rec* rec = fList.begin(); local
95 const Rec* rec = fList.begin(); local
    [all...]

Completed in 777 milliseconds

1 2 3 4 5 6 7