HomeSort by relevance Sort by last modified time
    Searched defs:rd (Results 26 - 50 of 115) sorted by null

12 3 4 5

  /external/icu4c/test/intltest/
regiontst.cpp 368 KnownRegion rd = knownRegions[i]; local
370 const Region *r = Region::getInstance(rd.code,status);
373 int32_t e = rd.numeric;
378 if (r->getType() != rd.type) {
379 errln("Expected region %s to be of type %d. Got: %d",r->getRegionCode(),rd.type,r->getType());
382 int32_t nc = rd.numeric;
390 dataerrln("Known region %s was not recognized.",rd.code);
496 KnownRegion rd = knownRegions[i]; local
499 const Region *r = Region::getInstance(rd.code,status);
516 dataerrln("Known region %s was not recognized.",rd.code)
523 KnownRegion rd = knownRegions[i]; local
550 KnownRegion rd = knownRegions[i]; local
574 KnownRegion rd = knownRegions[i]; local
636 KnownRegion rd = knownRegions[i]; local
    [all...]
tchcfmt.cpp 423 double rd = (result.getType() == Formattable::kLong) ? result.getLong() : result.getDouble(); local
424 if (rd == 3.0) {
431 rd = (result.getType() == Formattable::kLong) ? result.getLong() : result.getDouble();
432 if (rd == 3.0) {
  /external/liblzf/
lzf.c 225 int l, rd; local
284 rd = bytes - l;
285 if (rd > 0)
286 if ((rc = rread (from, p, rd)) != rd)
  /external/qemu/android/skin/
scaler.c 62 SDL_Rect rd; /* destination rectangle */ member in struct:__anon26529
131 op.rd.x = (int)(sx * scaler->scale + scaler->xdisp);
132 op.rd.y = (int)(sy * scaler->scale + scaler->ydisp);
133 op.rd.w = (int)(ceil((sx + sw) * scaler->scale + scaler->xdisp)) - op.rd.x;
134 op.rd.h = (int)(ceil((sy + sh) * scaler->scale + scaler->ydisp)) - op.rd.y;
138 op.sx = (int)((op.rd.x - scaler->xdisp) * scaler->invscale * 65536);
139 op.sy = (int)((op.rd.y - scaler->ydisp) * scaler->invscale * 65536);
144 op.dst_line += op.rd.x*4 + op.rd.y*op.dst_pitch
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_pixels.c 318 int rd, gd, bd; local
324 rd = pal->colors[i].r - r;
327 distance = (rd*rd)+(gd*gd)+(bd*bd);
  /hardware/ti/wpan/ti_st/uim-sysfs/
uim.c 143 int remain, rd; local
158 rd = read(fd, buf, 1);
159 if (rd <= 0 && rd_retry_count++ < 4) {
174 rd = read(fd, buf + count, 3 - count);
175 if (rd <= 0)
177 count += rd;
187 rd = read(fd, buf + count, remain - (count - 3));
188 if (rd <= 0)
190 count += rd;
  /libcore/luni/src/main/java/javax/xml/datatype/
FactoryFinder.java 249 BufferedReader rd; local
251 rd = new BufferedReader(new InputStreamReader(is, "UTF-8"), DEFAULT_LINE_LENGTH);
253 rd = new BufferedReader(new InputStreamReader(is), DEFAULT_LINE_LENGTH);
260 factoryClassName = rd.readLine();
265 IoUtils.closeQuietly(rd);
  /libcore/luni/src/main/java/javax/xml/validation/
SchemaFactoryFinder.java 339 BufferedReader rd; local
341 rd = new BufferedReader(new InputStreamReader(in, "UTF-8"), DEFAULT_LINE_LENGTH);
343 rd = new BufferedReader(new InputStreamReader(in), DEFAULT_LINE_LENGTH);
351 factoryClassName = rd.readLine();
386 IoUtils.closeQuietly(rd);
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 273 BufferedReader rd; local
275 rd = new BufferedReader(new InputStreamReader(in, "UTF-8"), DEFAULT_LINE_LENGTH);
277 rd = new BufferedReader(new InputStreamReader(in), DEFAULT_LINE_LENGTH);
285 factoryClassName = rd.readLine();
320 IoUtils.closeQuietly(rd);
  /libcore/luni/src/test/java/libcore/java/io/
OldPipedWriterTest.java 88 PipedReader rd = new PipedReader(); local
91 pw = new PipedWriter(rd);
96 readerThread = new Thread(reader = new PReader(rd), "Constructor(Reader)");
108 rd = new PipedReader(new PipedWriter());
110 pw = new PipedWriter(rd);
118 PipedReader rd = new PipedReader(); local
119 pw = new PipedWriter(rd);
120 reader = new PReader(rd);
129 PipedReader rd = new PipedReader(); local
133 pw.connect(rd);
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
utils.c 428 int rd = rename (from, to);
429 if (rd != -1)
426 int rd = rename (from, to); local
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
PipedWriterTest.java 82 PipedReader rd = new PipedReader(); local
83 pw = new PipedWriter(rd);
84 rdrThread = new Thread(reader = new PReader(rd), "Constructor(Reader)");
100 PipedReader rd = new PipedReader(); local
101 pw = new PipedWriter(rd);
102 reader = new PReader(rd);
119 PipedReader rd = new PipedReader(); local
121 pw.connect(rd);
122 rdrThread = new Thread(reader = new PReader(rd), "connect");
  /external/chromium_org/third_party/icu/source/test/intltest/
tchcfmt.cpp 411 double rd = (result.getType() == Formattable::kLong) ? result.getLong() : result.getDouble(); local
412 if (rd == 3.0) {
419 rd = (result.getType() == Formattable::kLong) ? result.getLong() : result.getDouble();
420 if (rd == 3.0) {
  /external/oprofile/opcontrol/
opcontrol.cpp 281 int rd = read(fd, buffer, sizeof(buffer)-1); local
282 buffer[rd] = 0;
  /external/qemu/target-arm/
op_helper.c 512 int rd = ((insn >> 12) & 0x0f) | ((insn >> 18) & 0x10); local
532 env->vfp.regs[rd] = make_float64(LDQ(addr));
534 STQ(addr, float64_val(env->vfp.regs[rd]));
544 env->vfp.regs[rd] = make_float64(tmp64);
546 tmp64 = float64_val(env->vfp.regs[rd]);
559 env->vfp.regs[rd] = make_float64(tmp64);
561 tmp64 = float64_val(env->vfp.regs[rd]);
573 env->vfp.regs[rd] = make_float64(tmp64);
575 tmp64 = float64_val(env->vfp.regs[rd]);
582 rd += spacing
    [all...]
  /hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
uim.c 201 int remain, rd; local
217 rd = read(fd, buf, 1);
218 if (rd <= 0 && rd_retry_count++ < 4) {
233 rd = read(fd, buf + count, 3 - count);
234 if (rd <= 0) {
237 count += rd;
248 rd = read(fd, buf + count, remain - (count - 3));
249 if (rd <= 0) {
252 count += rd;
  /frameworks/base/core/java/android/app/
LoadedApk.java 546 LoadedApk.ReceiverDispatcher rd = rmap.valueAt(i); local
549 + rd.getIntentReceiver() + " that was " +
552 leak.setStackTrace(rd.getLocation().getStackTrace());
559 rd.getIIntentReceiver());
597 LoadedApk.ReceiverDispatcher rd = null; local
602 rd = map.get(r);
605 if (rd == null) {
606 rd = new ReceiverDispatcher(r, context, handler,
613 map.put(r, rd);
616 rd.validate(context, handler)
627 LoadedApk.ReceiverDispatcher rd = null; local
685 LoadedApk.ReceiverDispatcher rd = mDispatcher.get(); local
    [all...]
  /bionic/libc/private/
arpa_nameser_compat.h 107 unsigned rd: 1; /* recursion desired */ member in struct:__anon694
117 unsigned rd :1; /* recursion desired */ member in struct:__anon694
  /external/chromium_org/v8/src/arm/
disasm-arm.cc 334 } else if (format[1] == 'd') { // 'rd: Rd register
464 int rd = instr->RdValue(); local
465 PrintRegister(rd);
740 // The MUL instruction description (A 4.1.33) refers to Rd as being
747 // of registers as "Rd, Rm, Rs, Rn". But confusingly it uses the
748 // Rn field to encode the Rd register and the Rd field to encode
750 Format(instr, "mla'cond's 'rn, 'rm, 'rs, 'rd");
753 // of registers as "Rd, Rm, Rs, Rn". But confusingly it uses th
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-0x.cpp 94 double& rd = d; member in namespace:std_example_1
  /external/libppp/src/
ip.c 92 unsigned rd : 1; member in struct:dns_header
  /external/v8/src/arm/
disasm-arm.cc 328 } else if (format[1] == 'd') { // 'rd: Rd register
414 int rd = instr->RdValue(); local
415 PrintRegister(rd);
690 // The MUL instruction description (A 4.1.33) refers to Rd as being
696 // of registers as "Rd, Rm, Rs, Rn". But confusingly it uses the
697 // Rn field to encode the Rd register and the Rd field to encode
699 Format(instr, "mla'cond's 'rn, 'rm, 'rs, 'rd");
704 // and Rd fields as follows
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h 56 unsigned rd: 1; /* recursion desired */ member in struct:__anon39042
66 unsigned rd :1; /* recursion desired */ member in struct:__anon39042
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 56 unsigned rd: 1; /* recursion desired */ member in struct:__anon40632
66 unsigned rd :1; /* recursion desired */ member in struct:__anon40632
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 56 unsigned rd: 1; /* recursion desired */ member in struct:__anon42147
66 unsigned rd :1; /* recursion desired */ member in struct:__anon42147

Completed in 1939 milliseconds

12 3 4 5