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

123

/external/clang/test/Modules/
H A Ddiamond-pch.c23 struct left_and_right lr; local
24 lr.left = 17;
H A Ddiamond.c24 struct left_and_right lr; local
25 lr.left = 17;
/external/clang/test/PCH/
H A Dcxx-reference.h8 char &lr = c; variable
/external/libunwind/src/aarch64/
H A DGstep.c134 * in the middle of nowhere. In this case, try using the lr as
137 unw_word_t lr; local
138 if (dwarf_get(&c->dwarf, c->dwarf.loc[UNW_AARCH64_X30], &lr) >= 0)
140 if (lr != c->dwarf.ip)
143 c->dwarf.ip = lr;
/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/com/android/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.java218 LogRecord[] lr, Formatter formatter, String encoding) throws Exception {
226 for (int i = 0; i < lr.length; i++) {
227 if (null == lr[i] && i < lr.length - 1) {
236 sb.append(formatter.format(lr[i]));
217 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.cpp45 long &lr = l0; variable
/external/google-breakpad/src/google_breakpad/common/
H A Dminidump_cpu_ppc64.h104 uint64_t lr; /* Link */ member in struct:__anon5158
H A Dminidump_cpu_ppc.h131 uint32_t lr; /* Link */ member in struct:__anon5157
/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, key, type);
115 if (!lr)
118 *con = strdup(lr->ctx_raw);
137 struct selabel_lookup_rec *lr; local
144 lr
[all...]
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) {
131 if (selabel_validate(rec, &spec_arr[nspec].lr) < 0) {
134 path, lineno, spec_arr[nspec].lr.ctx_raw);
236 free(spec->lr
[all...]
/external/libunwind/src/arm/
H A DGstep.c298 * in the middle of nowhere. In this case, try using the lr as
301 unw_word_t lr; local
302 if (dwarf_get(&c->dwarf, c->dwarf.loc[UNW_ARM_R14], &lr) >= 0)
304 if (lr != c->dwarf.ip)
307 c->dwarf.ip = lr;
/external/valgrind/coregrind/
H A Dpub_core_debuginfo.h127 struct { Addr ia; Addr sp; Addr fp; Addr lr;} member in struct:__anon16186
135 struct { Addr pc; Addr sp; Addr fp; Addr lr; } member in struct:__anon16188
/external/linux-tools-perf/src/tools/perf/util/
H A Dprobe-finder.h48 struct line_range *lr);
98 struct line_range *lr; /* Target line range */ member in struct:line_finder
/external/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp269 const LiveInterval &lr = LIs.getInterval(r); local
270 if (ld.overlaps(lr)) {
/external/selinux/libselinux/src/
H A Dlabel.c195 struct selabel_lookup_rec *lr; local
215 lr = rec->func_lookup(rec, ptr, type);
218 lr = rec->func_lookup(rec, key, type);
220 if (!lr)
223 if (compat_validate(rec, lr, rec->spec_file, 0))
226 if (translating && !lr->ctx_trans &&
227 selinux_raw_to_trans_context(lr->ctx_raw, &lr->ctx_trans))
230 return lr;
236 struct selabel_lookup_rec *lr; local
249 struct selabel_lookup_rec *lr; local
[all...]
H A Dlabel_db.c72 struct selabel_lookup_rec lr; member in struct:spec
156 spec->lr.ctx_raw = context;
184 free(spec->lr.ctx_raw);
185 free(spec->lr.ctx_trans);
208 return &spec->lr;
323 free(spec->lr.ctx_raw);
324 free(spec->lr.ctx_trans);
H A Dlabel_media.c23 struct selabel_lookup_rec lr; /* holds contexts for lookup result */ member in struct:spec
59 data->spec_arr[data->nspec].lr.ctx_raw = context;
157 free(spec->lr.ctx_raw);
158 free(spec->lr.ctx_trans);
189 return &spec_arr[i].lr;
H A Dlabel_x.c24 struct selabel_lookup_rec lr; /* holds contexts for lookup result */ member in struct:spec
84 data->spec_arr[data->nspec].lr.ctx_raw = context;
184 free(spec->lr.ctx_raw);
185 free(spec->lr.ctx_trans);
215 return &spec_arr[i].lr;
H A Dlabel_android_property.c18 struct selabel_lookup_rec lr; /* holds contexts for lookup result */ member in struct:spec
62 if (strcmp(spec_arr[jj].lr.ctx_raw, curr_spec->lr.ctx_raw)) {
67 spec_arr[jj].lr.ctx_raw,
68 curr_spec->lr.ctx_raw);
120 spec_arr[nspec].lr.ctx_raw = strdup(context);
121 if (!spec_arr[nspec].lr.ctx_raw) {
129 if (selabel_validate(rec, &spec_arr[nspec].lr) < 0) {
132 path, lineno, spec_arr[nspec].lr.ctx_raw);
233 free(spec->lr
[all...]
/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/google-breakpad/src/processor/
H A Dstackwalker_selftest.cc227 uint32_t lr; local
230 : "=r" (lr)
232 return lr;
/external/icu/icu4c/source/layoutex/
H A Dplruns.cpp424 ULocRuns *lr = (ULocRuns *) localeRuns; local
426 delete lr;
432 const ULocRuns *lr = (const ULocRuns *) localeRuns; local
434 if (lr == NULL) {
438 return lr->getCount();
444 ULocRuns *lr = (ULocRuns *) localeRuns; local
446 if (lr != NULL) {
447 lr->reset();
454 const ULocRuns *lr = (const ULocRuns *) localeRuns; local
456 if (lr
467 const ULocRuns *lr = (const ULocRuns *) localeRuns; local
480 const ULocRuns *lr = (const ULocRuns *) localeRuns; local
494 ULocRuns *lr = (ULocRuns *) localeRuns; local
[all...]

Completed in 560 milliseconds

123