Searched defs:lr (Results 1 - 25 of 43) sorted by relevance

12

/external/clang/test/Modules/
H A Ddiamond-pch.c17 struct left_and_right lr; local
18 lr.left = 17;
H A Ddiamond.c19 struct left_and_right lr; local
20 lr.left = 17;
/external/clang/test/PCH/
H A Dcxx-reference.h8 char &lr = c; variable
/external/valgrind/main/coregrind/
H A Dpub_core_debuginfo.h115 struct { Addr ia; Addr sp; Addr fp; Addr lr;} member in struct:__anon14395
H A Dm_stacktrace.c423 Addr lr = startRegs->misc.PPC32.r_lr; local
425 Addr lr = startRegs->misc.PPC64.r_lr; local
469 if (ULong_to_Ptr(lr) == (void*)&VG_(ppctoc_magic_redirect_return_stub)
474 lr = VG_(threads)[tid_if_known]
494 if (VG_(get_fnname_raw) (lr, buf_lr, M_VG_ERRTXT))
513 /* On ppc64-linux (ppc64-elf, really), the lr save
531 ip = lr;
699 uregs.lr = startRegs->misc.S390X.r_lr;
743 uregs.ia = uregs.lr - 1;
744 ips[i++] = uregs.lr
[all...]
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DSimpleFormatterTest.java35 LogRecord lr; field in class:SimpleFormatterTest
45 lr = new LogRecord(Level.FINE, MSG);
61 lr.setResourceBundle(rb);
62 lr.setMessage("msg");
64 String str = sf.format(lr);
68 lr.setResourceBundle(null);
69 lr.setResourceBundleName("bundles/java/util/logging/res");
70 lr.setMessage("msg");
71 str = sf.format(lr);
77 String str = sf.format(lr);
[all...]
H A DXMLFormatterTest.java42 LogRecord lr = null; field in class:XMLFormatterTest
48 lr = new LogRecord(Level.SEVERE, "pattern");
57 lr.setResourceBundle(rb);
58 lr.setMessage("pattern");
59 String result = formatter.format(lr);
64 lr.setMessage("msg");
65 result = formatter.format(lr);
70 lr.setMessage("pattern {0, number}");
71 result = formatter.format(lr);
76 lr
[all...]
H A DFileHandlerTest.java243 LogRecord[] lr, Formatter formatter, String encoding) throws Exception {
251 for (int i = 0; i < lr.length; i++) {
252 if (null == lr[i] && i < lr.length - 1) {
261 sb.append(formatter.format(lr[i]));
242 assertFileContent(String homepath, String filename, LogRecord[] lr, Formatter formatter, String encoding) argument
H A DLogRecordTest.java37 private LogRecord lr; field in class:LogRecordTest
43 lr = new LogRecord(Level.CONFIG, MSG);
64 assertNull(lr.getLoggerName());
65 lr.setLoggerName(null);
66 assertNull(lr.getLoggerName());
67 lr.setLoggerName("test logger name");
68 assertEquals("test logger name", lr.getLoggerName());
72 assertNull(lr.getResourceBundleName());
73 assertNull(lr.getResourceBundle());
75 lr
399 log(Logger logger, LogRecord lr) argument
[all...]
/external/clang/test/CXX/expr/
H A Dp9.cpp44 long &lr = l0; variable
/external/libselinux/src/
H A Dlabel.c101 struct selabel_lookup_rec *lr; local
102 lr = rec->func_lookup(rec, key, type);
103 if (!lr)
106 return lr;
112 struct selabel_lookup_rec *lr; local
114 lr = selabel_lookup_common(rec, 1, key, type);
115 if (!lr)
118 *con = strdup(lr->ctx_raw);
H A Dlabel_android_property.c18 struct selabel_lookup_rec lr; /* holds contexts for lookup result */ member in struct:spec
63 (spec_arr[jj].lr.ctx_raw,
64 curr_spec->lr.ctx_raw)) {
69 spec_arr[jj].lr.ctx_raw,
70 curr_spec->lr.ctx_raw);
122 spec_arr[nspec].lr.ctx_raw = strdup(context);
123 if (!spec_arr[nspec].lr.ctx_raw) {
230 free(spec->lr.ctx_raw);
231 free(spec->lr.ctx_trans);
269 ret = &spec_arr[i].lr;
[all...]
H A Dlabel_file.c27 struct selabel_lookup_rec lr; /* holds contexts for lookup result */ member in struct:spec
163 (spec_arr[jj].lr.ctx_raw,
164 curr_spec->lr.ctx_raw)) {
169 spec_arr[jj].lr.ctx_raw,
170 curr_spec->lr.ctx_raw);
376 spec_arr[nspec].lr.ctx_raw = strdup(context);
542 free(spec->lr.ctx_raw);
543 free(spec->lr.ctx_trans);
630 if (i < 0 || strcmp(spec_arr[i].lr.ctx_raw, "<<none>>") == 0) {
636 ret = &spec_arr[i].lr;
[all...]
/external/linux-tools-perf/util/
H A Dprobe-finder.h29 extern int find_line_range(int fd, struct line_range *lr);
91 struct line_range *lr; /* Target line range */ member in struct:line_finder
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-var.cpp59 long &lr = i; // expected-error{{non-const lvalue reference to type 'long' cannot bind to a value of unrelated type 'int'}} local
/external/icu4c/layoutex/
H A Dplruns.cpp425 ULocRuns *lr = (ULocRuns *) localeRuns; local
427 delete lr;
433 const ULocRuns *lr = (const ULocRuns *) localeRuns; local
435 if (lr == NULL) {
439 return lr->getCount();
445 ULocRuns *lr = (ULocRuns *) localeRuns; local
447 if (lr != NULL) {
448 lr->reset();
455 const ULocRuns *lr = (const ULocRuns *) localeRuns; local
457 if (lr
468 const ULocRuns *lr = (const ULocRuns *) localeRuns; local
481 const ULocRuns *lr = (const ULocRuns *) localeRuns; local
495 ULocRuns *lr = (ULocRuns *) localeRuns; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/
H A DSDL_audiocvt.c459 Uint16 lf, rf, ce, lr, rr; local
472 lr = rf - ce;
478 dst[1+4] = (lr&0xFF);
479 dst[0+4] = ((lr>>8)&0xFF);
496 lr = rf - ce;
502 dst[0+4] = (lr&0xFF);
503 dst[1+4] = ((lr>>8)&0xFF);
518 Sint16 lf, rf, ce, lr, rr; local
531 lr = rf - ce;
537 dst[1+4] = (lr
632 Uint16 lf, rf, ce, lr, rr; local
681 Sint16 lf, rf, ce, lr, rr; local
[all...]
/external/skia/samplecode/
H A DTransitionView.cpp128 SkScalar lr = 0, ud = 0; local
130 lr = this->width();
132 lr = -this->width();
139 fBegin[kNextX] = lr;
141 fNext->setLocX(lr);
145 lr = ud = 0;
146 fEnd[kPrevX] = -lr;
/external/zlib/src/contrib/testzlib/
H A Dtestzlib.c77 LARGE_INTEGER lr; local
78 lr.QuadPart=0;
79 return lr;
/external/aac/libAACenc/src/
H A Dintensity.cpp581 FIXP_DBL lr; local
659 lr = FL2FXCONST_DBL(0.0f);
661 lr += fMultDiv2(fMultDiv2(mdctSpectrumLeft[j]<<sL,mdctSpectrumRight[j]<<sR),inv_n);
662 lr = lr<<1;
664 if (lr < FL2FXCONST_DBL(0.0f)) {
/external/clang/test/SemaCXX/
H A Doverloaded-builtin-operators.cpp78 void g(ShortRef sr, LongRef lr, E2Ref e2_ref, XpmfRef pmf_ref) { argument
83 long l1 = lr--;
86 short& sr1 = (sr *= lr);
87 volatile long& lr1 = (lr *= sr);
98 short& sr2 = (sr %= lr);
99 volatile long& lr2 = (lr <<= sr);
101 bool b1 = (sr && lr) || (sr || lr);
H A Doverloaded-operator.cpp135 long &lr = *cptr; local
/external/ipsec-tools/src/racoon/
H A Disakmp_xauth.c801 LDAPMessage *lr = NULL; local
910 &timeout, 2, &lr);
919 ecount = ldap_count_entries(ld, lr);
933 le = ldap_first_entry(ld, lr);
1017 if (lr != NULL)
1018 ldap_msgfree(lr);
1035 LDAPMessage *lr = NULL; local
1127 &timeout, 2, &lr);
1136 ecount = ldap_count_entries(ld, lr);
1148 le = ldap_first_entry(ld, lr);
[all...]
/external/v8/src/arm/
H A Dsimulator-arm.h136 lr = 14, enumerator in enum:v8::internal::Simulator::Register
224 // the lr is set to this value on transition from native C code to
/external/chromium/third_party/libjingle/source/talk/base/
H A Dwin32socketserver.cc801 LPARAM lp, LRESULT& lr) {
805 lr = 0;
800 OnMessage(UINT wm, WPARAM wp, LPARAM lp, LRESULT& lr) argument

Completed in 1363 milliseconds

12