HomeSort by relevance Sort by last modified time
    Searched refs:refs (Results 26 - 50 of 129) sorted by null

12 3 4 5 6

  /external/stlport/src/
facets_byname.cpp 41 ctype_byname<char>::ctype_byname(const char* name, size_t refs)
42 : ctype<char>( 0, false, refs) {
112 ctype_byname<wchar_t>::ctype_byname(const char* name, size_t refs)
113 : ctype<wchar_t>(refs) {
184 collate_byname<char>::collate_byname(const char* name, size_t refs)
185 : collate<char>(refs) {
231 collate_byname<wchar_t>::collate_byname(const char* name, size_t refs)
232 : collate<wchar_t>(refs) {
277 ::codecvt_byname(const char* name, size_t refs)
278 : codecvt<char, char, mbstate_t>(refs) {
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
facets_byname.cpp 41 ctype_byname<char>::ctype_byname(const char* name, size_t refs)
42 : ctype<char>( 0, false, refs) {
112 ctype_byname<wchar_t>::ctype_byname(const char* name, size_t refs)
113 : ctype<wchar_t>(refs) {
184 collate_byname<char>::collate_byname(const char* name, size_t refs)
185 : collate<char>(refs) {
231 collate_byname<wchar_t>::collate_byname(const char* name, size_t refs)
232 : collate<wchar_t>(refs) {
277 ::codecvt_byname(const char* name, size_t refs)
278 : codecvt<char, char, mbstate_t>(refs) {
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Rule.java 122 * that we can detect refs to $rule.attr etc...
129 * So, if there are 3 ID refs in a rule's alt number 2, you'll have
142 * So, if there are 3 expr refs in a rule's alt number 2, you'll have
271 List refs = (List)altToTokenRefMap[outerAltNum].get(refAST.getText()); local
272 if ( refs==null ) {
273 refs = new ArrayList();
274 altToTokenRefMap[outerAltNum].put(refAST.getText(), refs); local
276 refs.add(refAST);
288 List refs = (List)altToRuleRefMap[outerAltNum].get(refAST.getText()); local
289 if ( refs==null )
291 altToRuleRefMap[outerAltNum].put(refAST.getText(), refs); local
    [all...]
  /frameworks/native/libs/binder/
IPCThreadState.cpp 440 RefBase::weakref_type* refs = mPendingWeakDerefs[i]; local
441 refs->decWeak(mProcess.get());
899 RefBase::weakref_type* refs; local
911 refs = (RefBase::weakref_type*)mIn.readInt32();
913 ALOG_ASSERT(refs->refBase() == obj,
915 refs, obj, refs->refBase());
922 mOut.writeInt32((int32_t)refs);
927 refs = (RefBase::weakref_type*)mIn.readInt32();
929 ALOG_ASSERT(refs->refBase() == obj
    [all...]
ProcessState.cpp 176 e.refs = NULL;
196 if (b == NULL || !e->refs->attemptIncWeak(this)) {
199 if (b) e->refs = b->getWeakRefs();
206 e->refs->decWeak(this);
230 if (b == NULL || !e->refs->attemptIncWeak(this)) {
234 if (b) e->refs = b->getWeakRefs();
237 e->refs->decWeak(this);
  /external/webp/src/enc/
histogram.c 31 void VP8LHistogramStoreRefs(const VP8LBackwardRefs* const refs,
34 for (i = 0; i < refs->size; ++i) {
35 VP8LHistogramAddSinglePixOrCopy(histo, &refs->refs[i]);
40 const VP8LBackwardRefs* const refs,
46 VP8LHistogramStoreRefs(refs, p);
232 const PixOrCopy* const v = &backward_refs->refs[i];
380 const VP8LBackwardRefs* const refs,
394 HistogramBuildImage(xsize, histo_bits, refs, image_out);
vp8l.c 417 const VP8LBackwardRefs* const refs,
425 for (i = 0; i < refs->size; ++i) {
426 const PixOrCopy* const v = &refs->refs[i];
469 VP8LBackwardRefs refs; local
476 if (!VP8LGetBackwardReferences(width, height, argb, quality, 0, 1, &refs)) {
480 VP8LHistogramStoreRefs(&refs, histogram_image->histograms[0]);
501 StoreImageToBitMask(bw, width, 0, &refs, histogram_symbols, huffman_codes);
506 VP8LClearBackwardRefs(&refs);
526 VP8LBackwardRefs refs; local
    [all...]
  /frameworks/native/opengl/libs/EGL/
egl_display.h 95 inline bool isReady() const { return (refs > 0); }
104 inline uint32_t getRefsCount() const { return refs; }
133 uint32_t refs; member in class:android::egl_display_t
147 // STRONG refs cancel (inc) or initiate (dec) a hibernation attempt
148 // the next time the wakecount reaches zero. WEAK refs don't affect
149 // whether a hibernation attempt will be made. Use STRONG refs only
  /dalvik/vm/mterp/armv5te/
OP_NEW_ARRAY.S 52 mov r2, #ALLOC_DONT_TRACK @ don't track in local refs table
  /external/v8/test/mjsunit/regress/
regress-1081309.js 40 if (this.response_.refs) {
41 for (var i = 0; i < this.response_.refs.length; i++) {
42 this.refs_[this.response_.refs[i].handle] = this.response_.refs[i];
  /device/common/
generate-blob-lists.sh 120 git push $1/device/$MANUFACTURERNAME/$DEVICENAME.git HEAD:refs/for/$2/autoblobs
130 git push $1/device/$MANUFACTURERNAME/$DEVICENAME.git HEAD:refs/for/$2/autoblobs
  /external/dbus/test/
unused-code-gc.py 15 refs = s[2]
16 for r in refs:
37 refs = s[2]
38 for r in refs:
  /external/v8/test/mjsunit/
mirror-function.js 48 var refs = new MirrorRefCache(
76 assertEquals('function', refs.lookup(fromJSON.constructorFunction.ref).type);
77 assertEquals('Function', refs.lookup(fromJSON.constructorFunction.ref).name);
debug-return-value.js 36 if (this.response_.refs) {
37 for (var i = 0; i < this.response_.refs.length; i++) {
38 this.refs_[this.response_.refs[i].handle] = this.response_.refs[i];
mirror-unresolved-function.js 46 var refs = new MirrorRefCache(
73 assertEquals('undefined', refs.lookup(fromJSON.constructorFunction.ref).type, 'Unexpected constructor function type in JSON');
75 assertEquals('undefined', refs.lookup(fromJSON.protoObject.ref).type, 'Unexpected proto object type in JSON');
77 assertEquals('undefined', refs.lookup(fromJSON.prototypeObject.ref).type, 'Unexpected prototype object type in JSON');
mirror-array.js 48 var refs = new MirrorRefCache(
80 assertEquals('function', refs.lookup(fromJSON.constructorFunction.ref).type, 'Unexpected constructor function type in JSON');
81 assertEquals('Array', refs.lookup(fromJSON.constructorFunction.ref).name, 'Unexpected constructor function name in JSON');
90 assertEquals('number', refs.lookup(fromJSON.properties[i].ref).type, "Unexpected type of the length property");
91 assertEquals(a.length, refs.lookup(fromJSON.properties[i].ref).value, "Length mismatch in parsed JSON");
101 assertEquals(indexedProperties[index].value().type(), refs.lookup(fromJSON.properties[i].ref).type, 'Unexpected serialized type');
mirror-object.js 48 var refs = new MirrorRefCache(
96 assertEquals('function', refs.lookup(fromJSON.constructorFunction.ref).type, 'Unexpected constructor function type in JSON');
97 assertEquals(ctor_name, refs.lookup(fromJSON.constructorFunction.ref).name, 'Unexpected constructor function name in JSON');
99 assertEquals(mirror.protoObject().type(), refs.lookup(fromJSON.protoObject.ref).type, 'Unexpected proto object type in JSON');
101 assertEquals(mirror.prototypeObject().type(), refs.lookup(fromJSON.prototypeObject.ref).type, 'Unexpected prototype object type in JSON');
134 var o = refs.lookup(fromJSON.properties[i].ref);
debug-referenced-by.js 107 refs = [];
109 refs[i] = {'y': y};
mirror-error.js 48 var refs = new MirrorRefCache(
73 assertEquals(e.message, refs.lookup(p.ref).value);
  /dalvik/vm/mterp/mips/
OP_NEW_ARRAY.S 31 li a2, ALLOC_DONT_TRACK # don't track in local refs table
  /external/clang/lib/ARCMigrate/
Transforms.cpp 209 ExprSet &Refs;
211 ReferenceClear(ExprSet &refs) : Refs(refs) { }
212 bool VisitDeclRefExpr(DeclRefExpr *E) { Refs.erase(E); return true; }
217 ExprSet &Refs;
220 ReferenceCollector(ValueDecl *D, ExprSet &refs)
221 : Dcl(D), Refs(refs) { }
225 Refs.insert(E)
    [all...]
  /hardware/ril/mock-ril/src/cpp/
node_buffer.cpp 86 unsigned int refs; member in struct:Blob_
107 blob->refs = 0;
114 blob->refs++;
119 assert(blob->refs > 0);
120 if (--blob->refs == 0) {
148 //fprintf(stderr, "free ascii slice (%d refs left)\n", blob_->refs);
256 assert(blob_->refs > 0);
271 assert(blob_->refs > 0);
272 //fprintf(stderr, "free buffer (%d refs left)\n", blob_->refs)
    [all...]
  /external/oprofile/daemon/liblegacy/
p_module.h 148 unsigned tgt_long refs; member in struct:module
  /frameworks/native/include/binder/
ProcessState.h 86 RefBase::weakref_type* refs; member in struct:android::ProcessState::handle_entry
  /frameworks/native/include/utils/
RefBase.h 224 void set_object_and_refs(T* other, weakref_type* refs);
421 void wp<T>::set_object_and_refs(T* other, weakref_type* refs)
423 if (other) refs->incWeak(this);
426 m_refs = refs;

Completed in 567 milliseconds

12 3 4 5 6