Searched refs:rec (Results 1 - 25 of 515) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-350865.js9 function rec() { function
11 rec();
17 rec();
/external/chromium_org/third_party/skia/src/core/
H A DSkRefDict.cpp30 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
81 Impl* rec = fImpl; local
[all...]
H A DSkTLS.cpp43 SkTLSRec* rec = (SkTLSRec*)ptr; local
45 SkTLSRec* next = rec->fNext;
46 SkDELETE(rec);
47 rec = next;
48 } while (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
70 SkTLSRec* rec = new SkTLSRec; local
89 const SkTLSRec* rec = (const SkTLSRec*)ptr; local
[all...]
H A DSkMetaData.cpp46 Rec* rec = fRec; local
47 while (rec) {
48 if (kPtr_Type == rec->fType) {
49 PtrPair* pair = (PtrPair*)rec->data();
54 Rec* next = rec->fNext;
55 Rec::Free(rec);
56 rec = next;
65 const Rec* rec = src.fRec; local
66 while (rec)
68 this->set(rec
120 Rec* rec = Rec::Alloc(sizeof(Rec) + dataSize * count + len + 1); local
147 const Rec* rec = this->find(name, kS32_Type); local
160 const Rec* rec = this->find(name, kScalar_Type); local
173 const Rec* rec = this->find(name, kScalar_Type); local
186 const Rec* rec = this->find(name, kPtr_Type); local
203 const Rec* rec = this->find(name, kString_Type); local
210 const Rec* rec = this->find(name, kBool_Type); local
222 const Rec* rec = this->find(name, kData_Type); local
235 const Rec* rec = fRec; local
246 Rec* rec = fRec; local
334 Free(Rec* rec) argument
[all...]
/external/skia/src/core/
H A DSkRefDict.cpp30 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
81 Impl* rec = fImpl; local
[all...]
H A DSkTLS.cpp43 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
70 SkTLSRec* rec = new SkTLSRec; local
89 const SkTLSRec* rec = (const SkTLSRec*)ptr; local
[all...]
H A DSkMetaData.cpp46 Rec* rec = fRec; local
47 while (rec) {
48 if (kPtr_Type == rec->fType) {
49 PtrPair* pair = (PtrPair*)rec->data();
54 Rec* next = rec->fNext;
55 Rec::Free(rec);
56 rec = next;
65 const Rec* rec = src.fRec; local
66 while (rec)
68 this->set(rec
120 Rec* rec = Rec::Alloc(sizeof(Rec) + dataSize * count + len + 1); local
147 const Rec* rec = this->find(name, kS32_Type); local
160 const Rec* rec = this->find(name, kScalar_Type); local
173 const Rec* rec = this->find(name, kScalar_Type); local
186 const Rec* rec = this->find(name, kPtr_Type); local
203 const Rec* rec = this->find(name, kString_Type); local
210 const Rec* rec = this->find(name, kBool_Type); local
222 const Rec* rec = this->find(name, kData_Type); local
235 const Rec* rec = fRec; local
246 Rec* rec = fRec; local
334 Free(Rec* rec) argument
[all...]
/external/chromium_org/third_party/skia/src/views/
H A DSkTagList.cpp16 SkTagList* SkTagList::Find(SkTagList* rec, U8CPU tag) argument
20 while (rec != NULL)
22 if (rec->fTag == tag)
24 rec = rec->fNext;
26 return rec;
33 SkTagList* rec = *head;
36 while (rec != NULL)
38 SkTagList* next = rec->fNext;
40 if (rec
[all...]
H A DSkViewPriv.cpp31 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
91 Layout_SkTagList* rec = (Layout_SkTagList*)this->findTagList(kViewLayout_SkTagList); local
[all...]
/external/skia/src/views/
H A DSkTagList.cpp16 SkTagList* SkTagList::Find(SkTagList* rec, U8CPU tag) argument
20 while (rec != NULL)
22 if (rec->fTag == tag)
24 rec = rec->fNext;
26 return rec;
33 SkTagList* rec = *head;
36 while (rec != NULL)
38 SkTagList* next = rec->fNext;
40 if (rec
[all...]
H A DSkViewPriv.cpp31 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
91 Layout_SkTagList* rec = (Layout_SkTagList*)this->findTagList(kViewLayout_SkTagList); local
[all...]
/external/srec/srec/crec/
H A Dsrec_initialize.c72 static void allocate_recognition1(srec *rec, argument
91 rec->current_model_scores = (costdata*) CALLOC_CLR(max_model_states, sizeof(costdata), "search.srec.current_model_scores"); /*FIX - either get NUM_MODELS from acoustic models, or check this someplace to make sure we have enough room*/
92 rec->num_model_slots_allocated = (modelID)max_model_states;
94 rec->fsmarc_token_array_size = (stokenID)max_hmm_tokens;
96 rec->fsmarc_token_array = (fsmarc_token*) CALLOC_CLR(rec->fsmarc_token_array_size , sizeof(fsmarc_token), "search.srec.fsmarc_token_array");
97 rec->max_new_states = (stokenID)max_hmm_tokens;
99 rec->word_token_array = (word_token*) CALLOC_CLR(max_word_tokens, sizeof(word_token), "search.srec.word_token_array");
100 rec->word_token_array_size = (wtokenID)max_word_tokens;
102 rec
138 allocate_recognition(multi_srec *rec, int viterbi_prune_thresh, int max_hmm_tokens, int max_fsmnode_tokens, int max_word_tokens, int max_altword_tokens, int num_wordends_per_frame, int max_fsm_nodes, int max_fsm_arcs, int max_frames, int max_model_states, int max_searches) argument
211 free_recognition1(srec *rec) argument
225 free_recognition(multi_srec *rec) argument
[all...]
H A Dsrec_debug.h26 void print_altword_token(srec* rec, altword_token* b, char* msg);
30 void print_fsmnode_token(srec* rec, ftokenID token_index, char* msg);
31 void print_fsmnode_token_list(srec* rec, stokenID token_index, char* msg);
32 void print_search_status(srec* rec);
33 void print_fsmarc_token(srec* rec, stokenID token_index, char* msg);
34 void print_fsmarc_token_list(srec* rec, stokenID token_index, char* msg);
H A Dsrec_tokens.c37 int count_fsmarc_token_list(srec* rec, stokenID token_index) argument
43 fsmarc_token* stoken = &rec->fsmarc_token_array[token_index];
53 void initialize_free_fsmarc_tokens(srec *rec) argument
58 for (i = 0;i < rec->fsmarc_token_array_size - 1;i++)
60 rec->fsmarc_token_array[i].next_token_index = i + 1;
62 rec->fsmarc_token_array[rec->fsmarc_token_array_size-1].next_token_index = MAXstokenID;
63 rec->fsmarc_token_freelist = 0;
67 stokenID setup_free_fsmarc_token(srec *rec, FSMarc* arc, arcID fsm_arc_index, miscdata what_to_do_if_fails) argument
73 if (rec
115 free_fsmarc_token(srec *rec, stokenID old_token_index) argument
129 sort_fsmarc_token_list(srec* rec, stokenID* ptoken_index) argument
136 initialize_free_word_tokens(srec *rec) argument
151 get_free_word_token(srec *rec, miscdata what_to_do_if_fails) argument
191 count_fsmnode_token_list(srec* rec, ftokenID token_index) argument
204 initialize_free_fsmnode_tokens(srec *rec) argument
219 get_free_fsmnode_token(srec *rec, miscdata what_to_do_if_fails) argument
253 free_fsmnode_token(srec *rec, ftokenID old_token_index) argument
269 initialize_free_altword_tokens(srec *rec) argument
288 count_altword_token(srec* rec, altword_token* b) argument
300 get_free_altword_token(srec* rec, miscdata what_to_do_if_fails) argument
316 free_altword_token(srec* rec, altword_token* old_token) argument
329 free_altword_token_batch(srec* rec, altword_token* old_token) argument
[all...]
H A Dsrec_tokens.h34 int count_fsmarc_token_list(srec* rec, stokenID token_index);
35 void initialize_free_fsmarc_tokens(srec *rec);
36 stokenID setup_free_fsmarc_token(srec *rec, FSMarc* arc, arcID fsm_arc_index, miscdata what_to_do_if_fails);
37 void free_fsmarc_token(srec *rec, stokenID old_token_index);
38 void sort_fsmarc_token_list(srec* rec, stokenID* ptoken_index);
44 void initialize_free_word_tokens(srec *rec);
45 wtokenID get_free_word_token(srec *rec, miscdata what_to_do_if_fails);
51 int count_fsmnode_token_list(srec* rec, ftokenID token_index);
52 void initialize_free_fsmnode_tokens(srec *rec);
53 ftokenID get_free_fsmnode_token(srec *rec, miscdat
[all...]
H A Dsrec_debug.c26 static char* sprint_altwords(srec* rec, altword_token* awtoken, char* buf) argument
43 void print_fsmnode_token(srec* rec, ftokenID token_index, char* msg) argument
54 ftoken = &rec->fsmnode_token_array[token_index];
55 printf("%sftoken %d rec %d@%d fsmnode %d cost %d word %d(%s) word_backtrace %d next_token_index %d ", msg, token_index, rec->id, rec->current_search_frame, ftoken->FSMnode_index, ftoken->cost, ftoken->word,
56 sprint_altwords(rec, ftoken->aword_backtrace, buf),
60 if (ftoken->word < rec->context->olabels->num_words)
61 p = rec->context->olabels->words[ftoken->word];
62 sprint_bword_token_backtrace(word_backtrace_trans, sizeof(word_backtrace_trans), rec, ftoke
66 print_fsmnode_token_list(srec* rec, stokenID token_index, char* msg) argument
78 print_search_status(srec* rec) argument
91 print_fsmarc_token(srec* rec, stokenID token_index, char* msg) argument
120 print_fsmarc_token_list(srec* rec, stokenID token_index, char* msg) argument
[all...]
/external/libselinux/src/
H A Dlabel.c19 typedef int (*selabel_initfunc)(struct selabel_handle *rec,
45 int selabel_validate(struct selabel_handle *rec, argument
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
98 selabel_lookup_common(struct selabel_handle *rec, const char *key, int type) argument
109 selabel_lookup(struct selabel_handle *rec, char **con, const char *key, int type) argument
122 selabel_partial_match(struct selabel_handle *rec, const char *key) argument
134 selabel_lookup_best_match(struct selabel_handle *rec, char **con, const char *key, const char **aliases, int type) argument
152 selabel_close(struct selabel_handle *rec) argument
158 selabel_stats(struct selabel_handle *rec) argument
[all...]
/external/qemu/distrib/libselinux/src/
H A Dlabel.c19 typedef int (*selabel_initfunc)(struct selabel_handle *rec,
45 int selabel_validate(struct selabel_handle *rec, argument
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
98 selabel_lookup_common(struct selabel_handle *rec, const char *key, int type) argument
109 selabel_lookup(struct selabel_handle *rec, char **con, const char *key, int type) argument
122 selabel_partial_match(struct selabel_handle *rec, const char *key) argument
134 selabel_close(struct selabel_handle *rec) argument
140 selabel_stats(struct selabel_handle *rec) argument
[all...]
/external/chromium_org/third_party/skia/tests/
H A DGradientTest.cpp49 static void color_gradproc(skiatest::Reporter* reporter, const GradRec& rec) { argument
50 SkAutoTUnref<SkShader> s(new SkColorShader(rec.fColors[0]));
60 static void linear_gradproc(skiatest::Reporter* reporter, const GradRec& rec) { argument
61 SkAutoTUnref<SkShader> s(SkGradientShader::CreateLinear(rec.fPoint,
62 rec.fColors,
63 rec.fPos,
64 rec.fColorCount,
65 rec.fTileMode));
68 rec.gradCheck(reporter, s, &info, SkShader::kLinear_GradientType);
69 REPORTER_ASSERT(reporter, !memcmp(info.fPoint, rec
72 radial_gradproc(skiatest::Reporter* reporter, const GradRec& rec) argument
86 radial2_gradproc(skiatest::Reporter* reporter, const GradRec& rec) argument
102 sweep_gradproc(skiatest::Reporter* reporter, const GradRec& rec) argument
114 conical_gradproc(skiatest::Reporter* reporter, const GradRec& rec) argument
169 GradRec rec; local
[all...]
/external/skia/tests/
H A DGradientTest.cpp50 static void color_gradproc(skiatest::Reporter* reporter, const GradRec& rec) { argument
51 SkAutoTUnref<SkShader> s(new SkColorShader(rec.fColors[0]));
61 static void linear_gradproc(skiatest::Reporter* reporter, const GradRec& rec) { argument
62 SkAutoTUnref<SkShader> s(SkGradientShader::CreateLinear(rec.fPoint,
63 rec.fColors,
64 rec.fPos,
65 rec.fColorCount,
66 rec.fTileMode));
69 rec.gradCheck(reporter, s, &info, SkShader::kLinear_GradientType);
70 REPORTER_ASSERT(reporter, !memcmp(info.fPoint, rec
73 radial_gradproc(skiatest::Reporter* reporter, const GradRec& rec) argument
87 radial2_gradproc(skiatest::Reporter* reporter, const GradRec& rec) argument
103 sweep_gradproc(skiatest::Reporter* reporter, const GradRec& rec) argument
115 conical_gradproc(skiatest::Reporter* reporter, const GradRec& rec) argument
170 GradRec rec; local
[all...]
/external/clang/test/Parser/
H A Dcxx-ambig-paren-expr.cpp30 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/oprofile/opjitconv/
H A Dparse_dump.c32 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
119 struct jr_code_debug_info const * rec = ptr; local
141 struct jr_prefix const * rec = ptr; local
[all...]
/external/chromium_org/third_party/skia/src/utils/ios/
H A DSkOSFile_iOS.mm49 SkFILE* rec = new SkFILE;
50 rec->fData = data;
51 rec->fOffset = 0;
52 rec->fLength = [data length];
53 return reinterpret_cast<SkFILE*>(rec);
58 size_t sk_fgetsize(SkFILE* rec) {
59 SkASSERT(rec);
60 return rec->fLength;
63 bool sk_frewind(SkFILE* rec) {
64 SkASSERT(rec);
[all...]
/external/skia/src/utils/ios/
H A DSkOSFile_iOS.mm49 SkFILE* rec = new SkFILE;
50 rec->fData = data;
51 rec->fOffset = 0;
52 rec->fLength = [data length];
53 return reinterpret_cast<SkFILE*>(rec);
58 size_t sk_fgetsize(SkFILE* rec) {
59 SkASSERT(rec);
60 return rec->fLength;
63 bool sk_frewind(SkFILE* rec) {
64 SkASSERT(rec);
[all...]
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dd1_enc.c135 SSL3_RECORD *rec; local
150 rec= &(s->s3->wrec);
156 if ( rec->data != rec->input)
158 fprintf(stderr, "%s:%d: rec->data != rec->input\n",
162 if (RAND_bytes(rec->input, EVP_CIPHER_block_size(ds->cipher)) <= 0)
175 rec= &(s->s3->rrec);
189 memmove(rec->data,rec
[all...]

Completed in 1180 milliseconds

1234567891011>>