HomeSort by relevance Sort by last modified time
    Searched defs:rep (Results 51 - 75 of 83) sorted by null

1 23 4

  /frameworks/av/media/libeffects/downmix/
EffectDownmix.c 414 effect_param_t *rep = (effect_param_t *) pReplyData; local
417 *(int32_t *)rep->data, rep->vsize);
418 rep->status = Downmix_getParameter(pDownmixer, *(int32_t *)rep->data, &rep->vsize,
419 rep->data + sizeof(int32_t));
420 *replySize = sizeof(effect_param_t) + sizeof(int32_t) + rep->vsize;
    [all...]
  /frameworks/base/core/java/android/text/method/
QwertyKeyListener.java 260 String rep = getReplacement(content, x, oldStart, view); local
262 if (rep != null) {
273 content.replace(x, oldStart, rep);
  /external/chromium/chrome/browser/search_engines/
template_url.cc 560 GURL::Replacements rep; local
565 rep.SetPath(favicon_path, url_parse::Component(0, favicon_path_len));
566 rep.ClearUsername();
567 rep.ClearPassword();
568 rep.ClearQuery();
569 rep.ClearRef();
570 return url.ReplaceComponents(rep);
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 47 bool OnReport(const ReportDesc *rep, bool suppressed);
50 bool WEAK OnReport(const ReportDesc *rep, bool suppressed) {
51 (void)rep;
505 const ReportDesc *rep = srep.GetReport(); local
506 uptr suppress_pc = IsSuppressed(rep->typ, suppress_stack1);
508 suppress_pc = IsSuppressed(rep->typ, suppress_stack2);
513 if (OnReport(rep, suppress_pc != 0))
515 PrintReport(rep);
549 static bool IsJavaNonsense(const ReportDesc *rep) {
551 for (uptr i = 0; i < rep->mops.Size(); i++)
    [all...]
  /external/elfutils/libcpu/
i386_data.h 38 /* The rep/repe prefixes. */
39 unsigned int rep : 1; member in struct:instr_enc
i386_parse.c 209 int rep; member in struct:instruction
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/XME/
xme.c 239 xXiGMiscQueryVersionReply rep; local
253 if (!_XReply (dpy, (xReply *)&rep, 0, xTrue)) {
259 *major = rep.major;
260 *minor = rep.minor;
272 xXiGMiscQueryViewsReply rep; local
280 if (!_XReply (dpy, (xReply *)&rep, 0, xFalse)) {
286 n = rep.nviews;
314 xXiGMiscQueryResolutionsReply rep; local
323 if (!_XReply (dpy, (xReply *)&rep, 0, xFalse)) {
329 n = rep.nresolutions
376 xXiGMiscFullScreenReply rep; local
    [all...]
  /external/quake/quake/src/WinQuake/
pr_edict.cpp 245 static int rep = 0; local
260 gefvCache[rep].pcache = def;
261 strcpy (gefvCache[rep].field, field);
262 rep ^= 1;
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.c 328 effect_param_t *rep = (effect_param_t *) pReplyData; local
330 ALOGV("Reverb_Command EFFECT_CMD_GET_PARAM param %d, replySize %d",*(int32_t *)rep->data, rep->vsize);
331 rep->status = Reverb_getParameter(pReverb, *(int32_t *)rep->data, &rep->vsize,
332 rep->data + sizeof(int32_t));
333 *replySize = sizeof(effect_param_t) + sizeof(int32_t) + rep->vsize;
    [all...]
  /external/apache-harmony/regex/src/test/java/org/apache/harmony/tests/java/util/regex/
MatcherTest.java 96 String rep = new Integer(i).toString() + " $1"; local
97 m.appendReplacement(sb, rep);
  /external/llvm/test/MC/X86/
x86-64.s 102 // CHECK: rep
104 rep;insb
106 // CHECK: rep
108 rep;outsb
110 // CHECK: rep
112 rep;movsb
122 // CHECK: rep
124 rep movsd
126 // CHECK: rep
128 rep;lods
813 rep movsl label
    [all...]
  /external/mksh/src/
histrap.c 165 char *pat = NULL, *rep = NULL, *line; local
175 rep = pat + (p - *wp);
176 *rep++ = '\0';
202 rep_len = strlen(rep);
213 memcpy(xp, rep, rep_len);
    [all...]
  /frameworks/base/services/java/com/android/server/
AppOpsService.java 411 Pair<String, Integer> rep = reports.get(i); local
413 cb.mCallback.opChanged(rep.second, rep.first);
    [all...]
  /external/icu4c/common/
utext.cpp 1708 Replaceable *rep = (Replaceable *)ut->context; local
1725 const Replaceable *rep=(const Replaceable *)ut->context; local
1845 const Replaceable *rep=(const Replaceable *)ut->context; local
1888 Replaceable *rep=(Replaceable *)ut->context; local
1947 Replaceable *rep=(Replaceable *)ut->context; local
    [all...]
  /external/icu4c/test/intltest/
wbnf.cpp 1702 Repeat * rep = new Repeat( alt ,5,5 ); local
    [all...]
  /external/openssh/
ssh-keygen.c 748 enum fp_rep rep; local
753 rep = print_bubblebabble ? SSH_FP_BUBBLEBABBLE : SSH_FP_HEX;
763 fp = key_fingerprint(public, fptype, rep);
829 fp = key_fingerprint(public, fptype, rep);
945 enum fp_rep rep; local
950 rep = print_bubblebabble ? SSH_FP_BUBBLEBABBLE : SSH_FP_HEX;
951 fp = key_fingerprint(public, fptype, rep);
    [all...]
  /external/v8/src/
hydrogen-instructions.cc 1231 Representation rep = value->RequiredInputRepresentation(it.index()); local
1232 non_phi_uses_[rep.kind()] += value->LoopWeight();
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp 546 StringImpl* rep = ident.impl(); local
547 if (!m_functions.contains(rep)) {
548 symbolTable().set(rep, parameterIndex);
946 StringImpl* rep = ident.impl(); local
    [all...]
  /external/v8/src/arm/
lithium-arm.cc 132 LLabel* rep = replacement(); local
133 if (rep != NULL) {
134 stream->Add(" Dead block replaced with B%d", rep->block_id());
1055 Representation rep = value->representation(); local
1057 if (rep.IsTagged() && !type.IsSmi() && !type.IsBoolean()) {
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 129 LLabel* rep = replacement(); local
130 if (rep != NULL) {
131 stream->Add(" Dead block replaced with B%d", rep->block_id());
1057 Representation rep = value->representation(); local
1059 if (!rep.IsTagged() || type.IsSmi() || type.IsBoolean()) {
    [all...]
  /external/v8/src/mips/
lithium-mips.cc 132 LLabel* rep = replacement(); local
133 if (rep != NULL) {
134 stream->Add(" Dead block replaced with B%d", rep->block_id());
1055 Representation rep = value->representation(); local
1057 if (rep.IsTagged() && !type.IsSmi() && !type.IsBoolean()) {
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 134 LLabel* rep = replacement(); local
135 if (rep != NULL) {
136 stream->Add(" Dead block replaced with B%d", rep->block_id());
1052 Representation rep = value->representation(); local
1054 if (rep.IsTagged() && !type.IsSmi() && !type.IsBoolean()) {
    [all...]
  /external/libxml2/
parser.c 2629 xmlChar *rep = NULL; local
3766 xmlChar *rep = NULL; local
    [all...]
xmlregexp.c 8058 char rep[40]; local
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 387 mDNSlocal void append_reply(request_state *req, reply_state *rep)
392 *ptr = rep;
393 rep->next = NULL;
398 // On successful completion rep is set to point to a malloc'd reply_state struct
400 request_state *const request, reply_state **const rep, reply_op_t op, DNSServiceFlags flags, mStatus err)
404 *rep = NULL;
428 *rep = create_reply(op, len, request);
429 (*rep)->rhdr->flags = dnssd_htonl(flags);
430 (*rep)->rhdr->ifi = dnssd_htonl(mDNSPlatformInterfaceIndexfromInterfaceID(&mDNSStorage, id, mDNSfalse));
431 (*rep)->rhdr->error = dnssd_htonl(err)
747 reply_state *rep; local
761 reply_state *rep; local
1738 reply_state *rep; local
2230 reply_state *rep; local
2637 reply_state *rep; local
3254 reply_state *rep; local
4589 reply_state *rep; local
4639 reply_state *const rep = req->replies; \/\/ Send the first waiting reply local
    [all...]

Completed in 1361 milliseconds

1 23 4