Searched refs:refs (Results 101 - 125 of 255) sorted by relevance

1234567891011

/external/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/
H A Dget_date_wide.pass.cpp32 explicit my_facet(const std::string& nm, std::size_t refs = 0)
33 : F(nm, refs) {}
H A Dget_monthname.pass.cpp32 explicit my_facet(const std::string& nm, std::size_t refs = 0)
33 : F(nm, refs) {}
H A Dget_time.pass.cpp32 explicit my_facet(const std::string& nm, std::size_t refs = 0)
33 : F(nm, refs) {}
H A Dget_time_wide.pass.cpp32 explicit my_facet(const std::string& nm, std::size_t refs = 0)
33 : F(nm, refs) {}
H A Dget_weekday.pass.cpp32 explicit my_facet(const std::string& nm, std::size_t refs = 0)
33 : F(nm, refs) {}
H A Dget_weekday_wide.pass.cpp32 explicit my_facet(const std::string& nm, std::size_t refs = 0)
33 : F(nm, refs) {}
H A Dget_year.pass.cpp31 explicit my_facet(const std::string& nm, std::size_t refs = 0)
32 : F(nm, refs) {}
H A Dget_year_wide.pass.cpp31 explicit my_facet(const std::string& nm, std::size_t refs = 0)
32 : F(nm, refs) {}
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_sad.c63 const uint8_t *const refs[], int ref_stride, \
67 sads[i] = vp9_sad##m##x##n##_c(src, src_stride, refs[i], ref_stride); \
196 const uint8_t *const refs[], \
200 sads[i] = vp9_high_sad##m##x##n##_c(src, src_stride, refs[i], ref_stride); \
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dopt_array_splitting.cpp358 ir_array_reference_visitor refs; local
359 if (!refs.get_split_list(instructions, linked))
367 foreach_iter(exec_list_iterator, iter, refs.variable_list) {
395 ir_array_splitting_visitor split(&refs.variable_list);
/external/chromium_org/v8/test/mjsunit/bugs/harmony/
H A Ddebug-blockscopes.js115 for (var j = 0; j < response.refs.length && !found; j++) {
116 found = response.refs[j].handle == response.body.scopes[i].object.ref;
180 for (var i = 0; i < response.refs.length && !found; i++) {
181 found = response.refs[i].handle == response.body.object.ref;
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-handle.js179 var refs = [];
181 refs.push(obj.properties[i].ref);
184 var arguments = '{"handles":[' + refs.join(',') + ']}';
213 assertTrue(refs.indexOf(parseInt(handle)) != -1,
H A Dmirror-object.js48 var refs = new MirrorRefCache(
103 assertEquals('function', refs.lookup(fromJSON.constructorFunction.ref).type, 'Unexpected constructor function type in JSON');
104 assertEquals(ctor_name, refs.lookup(fromJSON.constructorFunction.ref).name, 'Unexpected constructor function name in JSON');
106 assertEquals(mirror.protoObject().type(), refs.lookup(fromJSON.protoObject.ref).type, 'Unexpected proto object type in JSON');
108 assertEquals(mirror.prototypeObject().type(), refs.lookup(fromJSON.prototypeObject.ref).type, 'Unexpected prototype object type in JSON');
143 var o = refs.lookup(fromJSON.properties[i].ref);
H A Ddebug-backtrace.js54 if (this.response_.refs) {
55 for (var i = 0; i < this.response_.refs.length; i++) {
56 this.refs_[this.response_.refs[i].handle] = this.response_.refs[i];
/external/clang/lib/ARCMigrate/
H A DTransforms.h208 void clearRefsIn(Stmt *S, ExprSet &refs);
210 void clearRefsIn(iterator begin, iterator end, ExprSet &refs) { argument
212 clearRefsIn(*begin, refs);
215 void collectRefs(ValueDecl *D, Stmt *S, ExprSet &refs);
H A DTransforms.cpp227 ReferenceClear(ExprSet &refs) : Refs(refs) { } argument
236 ReferenceCollector(ValueDecl *D, ExprSet &refs) argument
237 : Dcl(D), Refs(refs) { }
309 void trans::clearRefsIn(Stmt *S, ExprSet &refs) { argument
310 ReferenceClear(refs).TraverseStmt(S);
313 void trans::collectRefs(ValueDecl *D, Stmt *S, ExprSet &refs) { argument
314 ReferenceCollector(D, refs).TraverseStmt(S);
/external/mesa3d/src/glsl/
H A Dopt_array_splitting.cpp358 ir_array_reference_visitor refs; local
359 if (!refs.get_split_list(instructions, linked))
367 foreach_iter(exec_list_iterator, iter, refs.variable_list) {
395 ir_array_splitting_visitor split(&refs.variable_list);
/external/chromium_org/tools/json_schema_compiler/test/
H A Darrays_unittest.cc204 value->Set("refs", ref_array.release());
207 ASSERT_EQ(3u, ref_array_type->refs.size());
208 EXPECT_EQ(1, ref_array_type->refs[0]->val);
209 EXPECT_EQ(2, ref_array_type->refs[1]->val);
210 EXPECT_EQ(3, ref_array_type->refs[2]->val);
217 value->Set("refs", not_ref_array.release());
278 ASSERT_EQ(2u, params->refs.size());
279 EXPECT_EQ(1, params->refs[0]->val);
280 EXPECT_EQ(2, params->refs[1]->val);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c347 ubyte refs[TGSI_QUAD_SIZE]; local
351 refs[j] = data->shader_stencil_refs[j] & valMask;
353 refs[j] = ref & valMask;
362 if (refs[j] < (data->stencilVals[j] & valMask)) {
369 if (refs[j] == (data->stencilVals[j] & valMask)) {
376 if (refs[j] <= (data->stencilVals[j] & valMask)) {
383 if (refs[j] > (data->stencilVals[j] & valMask)) {
390 if (refs[j] != (data->stencilVals[j] & valMask)) {
397 if (refs[j] >= (data->stencilVals[j] & valMask)) {
429 ubyte refs[TGSI_QUAD_SIZ local
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c347 ubyte refs[TGSI_QUAD_SIZE]; local
351 refs[j] = data->shader_stencil_refs[j] & valMask;
353 refs[j] = ref & valMask;
362 if (refs[j] < (data->stencilVals[j] & valMask)) {
369 if (refs[j] == (data->stencilVals[j] & valMask)) {
376 if (refs[j] <= (data->stencilVals[j] & valMask)) {
383 if (refs[j] > (data->stencilVals[j] & valMask)) {
390 if (refs[j] != (data->stencilVals[j] & valMask)) {
397 if (refs[j] >= (data->stencilVals[j] & valMask)) {
429 ubyte refs[TGSI_QUAD_SIZ local
[all...]
/external/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/
H A Dget_time.pass.cpp30 explicit my_facet(std::size_t refs = 0)
31 : F(refs) {}
H A Dget_time_wide.pass.cpp30 explicit my_facet(std::size_t refs = 0)
31 : F(refs) {}
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_setup.h112 const ubyte refs[2] );
/external/chromium_org/v8/test/mjsunit/es6/
H A Dgenerators-debug-scopes.js106 for (var j = 0; j < response.refs.length && !found; j++) {
107 found = response.refs[j].handle == response.body.scopes[i].object.ref;
168 for (var i = 0; i < response.refs.length && !found; i++) {
169 found = response.refs[i].handle == response.body.object.ref;
H A Dgenerators-mirror.js32 var refs = new MirrorRefCache(

Completed in 1568 milliseconds

1234567891011