HomeSort by relevance Sort by last modified time
    Searched refs:ref (Results 526 - 550 of 1627) sorted by null

<<21222324252627282930>>

  /external/chromium/googleurl/src/
gurl_unittest.cc 70 GURL url(WStringToUTF16(L"http://user:pass@google.com:99/foo;bar?q=a#ref"));
76 EXPECT_EQ("http://user:pass@google.com:99/foo;bar?q=a#ref", url.spec());
86 EXPECT_EQ("ref", url.ref());
102 EXPECT_EQ("", url.ref());
106 GURL url(WStringToUTF16(L"http://user:pass@google.com:99/foo;bar?q=a#ref"));
111 EXPECT_EQ("http://user:pass@google.com:99/foo;bar?q=a#ref", url2.spec());
120 EXPECT_EQ("ref", url2.ref());
135 EXPECT_EQ("", invalid2.ref());
241 const char* ref; member in struct:ReplaceCase
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DebugInfoDecoder.java 92 * @param ref method descriptor of method this debug info is for
96 boolean isStatic, CstMethodRef ref, DexFile file) {
103 this.desc = ref.getPrototype();
414 * @param ref {@code non-null;} method whose info is being decoded
419 CstMethodRef ref, DalvCode code, boolean isStatic) {
428 isStatic, ref, file, pl, ll);
435 "while processing " + ref.toHuman());
440 int countRegisters, boolean isStatic, CstMethodRef ref,
444 isStatic, ref, file);
  /external/libvpx/libvpx/vp8/common/
loopfilter.c 118 ref, /* index in ref_lf_deltas */ local
162 ref = INTRA_FRAME;
165 lvl_ref += mbd->ref_lf_deltas[ref];
173 lfi->lvl[seg][ref][mode] = lvl_mode;
177 lfi->lvl[seg][ref][mode] = lvl_mode;
180 for(ref = 1; ref < MAX_REF_FRAMES; ref++)
185 lvl_ref += mbd->ref_lf_deltas[ref];
193 lfi->lvl[seg][ref][mode] = lvl_mode
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
FuncDocument.java 152 XMLString ref = (null != iterator) local
169 if (null == ref)
183 int indexOfColon = ref.indexOf(':');
184 int indexOfSlash = ref.indexOf('/');
194 int newDoc = getDoc(xctxt, context, ref.toString(), base);
  /external/chromium/chrome/browser/history/
redirect_uitest.cc 182 // Need to test final path and ref separately since constructing a file url
192 EXPECT_EQ(final_ref, current_url.ref());
231 const std::string ref("reference");
235 "server-redirect?" + final_url.spec() + "#" + ref);
240 EXPECT_EQ(ref, url.ref());
  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 185 llvm::StringRef ref = static_cast<llvm::MDString*>(v)->getString(); local
187 char *c = new char[ref.size() + 1];
188 memcpy(c, ref.data(), ref.size());
189 c[ref.size()] = '\0';
  /external/linux-tools-perf/util/
probe-event.c 884 (*fieldp)->ref = true;
896 (*fieldp)->ref = false;
899 (*fieldp)->ref = true;
913 pr_debug("%s(%d), ", (*fieldp)->name, (*fieldp)->ref);
922 pr_debug("%s(%d)\n", (*fieldp)->name, (*fieldp)->ref);
1079 field->ref ? "->" : ".", field->name);
1179 static int __synthesize_probe_trace_arg_ref(struct probe_trace_arg_ref *ref,
1184 if (ref->next) {
1185 depth = __synthesize_probe_trace_arg_ref(ref->next, buf,
1191 ret = e_snprintf(*buf, *buflen, "%+ld(", ref->offset)
1206 struct probe_trace_arg_ref *ref = arg->ref; local
1372 struct probe_trace_arg_ref *ref, *next; local
    [all...]
  /dalvik/vm/interp/
Interp.cpp     [all...]
  /external/tremolo/Tremolo/
framing.c 180 length, a zero length ref is returned. */
357 b->ref=b->baseref;
359 b->end=b->pos+b->ref->length;
360 b->ptr=b->ref->buffer->data+b->ref->begin;
368 b->pos+=b->ref->length;
369 b->ref=b->ref->next;
370 b->end=b->ref->length+b->pos;
371 b->ptr=b->ref->buffer->data+b->ref->begin
    [all...]
  /external/v8/test/mjsunit/
mirror-object.js 95 assertEquals(mirror.constructorFunction().handle(), fromJSON.constructorFunction.ref, 'Unexpected constructor function handle in JSON');
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');
98 assertEquals(mirror.protoObject().handle(), fromJSON.protoObject.ref, 'Unexpected proto object handle in JSON');
99 assertEquals(mirror.protoObject().type(), refs.lookup(fromJSON.protoObject.ref).type, 'Unexpected proto object type in JSON');
100 assertEquals(mirror.prototypeObject().handle(), fromJSON.prototypeObject.ref, 'Unexpected prototype object handle in JSON');
101 assertEquals(mirror.prototypeObject().type(), refs.lookup(fromJSON.prototypeObject.ref).type, 'Unexpected prototype object type in JSON');
114 assertEquals(properties[i].value().handle(), fromJSON.properties[i].ref, 'Unexpected serialized handle');
134 var o = refs.lookup(fromJSON.properties[i].ref);
  /external/jdiff/src/jdiff/
Comments.java 240 String ref = ""; local
243 ref = pkg.name_ + "." + cls.name_ + ".";
245 ref = pkg.name_ + ".";
247 ref = ref.replace('.', '/');
340 result.append(ref);
  /external/openssl/crypto/x509v3/
v3_cpols.c 416 NOTICEREF *ref;
417 ref = notice->noticeref;
419 ref->organization->data);
421 sk_ASN1_INTEGER_num(ref->noticenos) > 1 ? "s" : "");
422 for(i = 0; i < sk_ASN1_INTEGER_num(ref->noticenos); i++) {
425 num = sk_ASN1_INTEGER_value(ref->noticenos, i);
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
CDPlayer.c 158 fsRefPB.ref = &rootRef;
329 FSRef ref; local
350 NULL, kFSCatInfoNone, NULL, &ref, NULL, &nameStr);
381 memcpy (&trackFiles[trackID], &ref, sizeof(FSRef));
392 int LoadFile (const FSRef *ref, int startFrame, int stopFrame)
411 thePlayer = new_AudioFilePlayer(ref);
  /external/stlport/test/unit/
vector_test.cpp 346 vector<int> ref; local
348 ref.push_back(i);
351 vector<vector<int> > v_v_int(1, ref);
353 v_v_int.push_back(ref);
356 v_v_int.push_back(ref);
360 CPPUNIT_ASSERT( *vvit == ref );
368 CPPUNIT_ASSERT( *vvit == ref );
  /ndk/tests/device/test-gnustl-full/unit/
vector_test.cpp 346 vector<int> ref; local
348 ref.push_back(i);
351 vector<vector<int> > v_v_int(1, ref);
353 v_v_int.push_back(ref);
356 v_v_int.push_back(ref);
360 CPPUNIT_ASSERT( *vvit == ref );
368 CPPUNIT_ASSERT( *vvit == ref );
  /ndk/tests/device/test-stlport/unit/
vector_test.cpp 346 vector<int> ref; local
348 ref.push_back(i);
351 vector<vector<int> > v_v_int(1, ref);
353 v_v_int.push_back(ref);
356 v_v_int.push_back(ref);
360 CPPUNIT_ASSERT( *vvit == ref );
368 CPPUNIT_ASSERT( *vvit == ref );
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
RemoteAdtTestRunner.java 231 ITestReference ref = c.getDeviceSuite(); local
232 ref.sendTree(this);
402 public synchronized void testEnded(TestCaseReference ref) {
403 mListener.notifyTestEnded(ref);
406 public synchronized void testFailed(TestReferenceFailure ref) {
407 mListener.notifyTestFailed(ref);
  /external/webp/src/dsp/
enc.c 43 static void CollectHistogram(const uint8_t* ref, const uint8_t* pred,
51 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out);
86 dst[(x) + (y) * BPS] = clip_8b(ref[(x) + (y) * BPS] + ((v) >> 3))
92 static WEBP_INLINE void ITransformOne(const uint8_t* ref, const int16_t* in,
125 static void ITransform(const uint8_t* ref, const int16_t* in, uint8_t* dst,
127 ITransformOne(ref, in, dst);
129 ITransformOne(ref + 4, in + 16, dst + 4);
133 static void FTransform(const uint8_t* src, const uint8_t* ref, int16_t* out) {
136 for (i = 0; i < 4; ++i, src += BPS, ref += BPS) {
137 const int d0 = src[0] - ref[0]; // 9bit dynamic range ([-255,255]
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopToDop.java 351 CstFieldRef ref = local
353 int basicType = ref.getBasicType();
364 CstFieldRef ref = local
366 int basicType = ref.getBasicType();
377 CstFieldRef ref = local
379 int basicType = ref.getBasicType();
390 CstFieldRef ref = local
392 int basicType = ref.getBasicType();
  /dalvik/dx/src/com/android/dx/dex/code/
RopToDop.java 523 CstFieldRef ref = local
525 int basicType = ref.getBasicType();
536 CstFieldRef ref = local
538 int basicType = ref.getBasicType();
549 CstFieldRef ref = local
551 int basicType = ref.getBasicType();
562 CstFieldRef ref = local
564 int basicType = ref.getBasicType();
  /dalvik/vm/mterp/armv5te/
OP_IGET.S 15 FETCH(r1, 1) @ r1<- field ref CCCC
OP_INVOKE_VIRTUAL.S 26 bl dvmResolveMethod @ r0<- call(clazz, ref, flags)
OP_SGET.S 13 FETCH(r1, 1) @ r1<- field ref BBBB
30 * r1: BBBB field ref
OP_SPUT.S 13 FETCH(r1, 1) @ r1<- field ref BBBB
31 * r1: BBBB field ref
  /dalvik/vm/mterp/armv6t2/
OP_IGET.S 15 FETCH(r1, 1) @ r1<- field ref CCCC

Completed in 745 milliseconds

<<21222324252627282930>>