HomeSort by relevance Sort by last modified time
    Searched refs:rep (Results 126 - 150 of 379) sorted by null

1 2 3 4 56 7 8 91011>>

  /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;
516 const ReportDesc *rep = srep.GetReport(); local
518 uptr suppress_pc = IsSuppressed(rep->typ, suppress_stack1, &supp);
520 suppress_pc = IsSuppressed(rep->typ, suppress_stack2, &supp);
522 suppress_pc = IsSuppressed(rep->typ, suppress_loc, &supp);
527 if (OnReport(rep, suppress_pc != 0))
529 PrintReport(rep);
583 static bool IsJavaNonsense(const ReportDesc *rep) {
    [all...]
tsan_mman.cc 97 ScopedReport rep(ReportTypeSignalUnsafe);
98 if (!IsFiredSuppression(ctx, rep, stack)) {
99 rep.AddStack(&stack);
100 OutputReport(ctx, rep, rep.GetReport()->stacks[0]);
  /external/icu4c/i18n/
casetrn.cpp 38 Replaceable *rep=(Replaceable *)csc->p; local
58 c=rep->char32At(csc->index-1);
69 c=rep->char32At(csc->index);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterStraightenRepresentation.java 63 public boolean equals(FilterRepresentation rep) {
64 if (!(rep instanceof FilterStraightenRepresentation)) {
67 FilterStraightenRepresentation straighten = (FilterStraightenRepresentation) rep;
FilterCropRepresentation.java 63 public boolean equals(FilterRepresentation rep) {
64 if (!(rep instanceof FilterCropRepresentation)) {
67 FilterCropRepresentation crop = (FilterCropRepresentation) rep;
  /external/compiler-rt/lib/
fp_lib.h 107 const union { fp_t f; rep_t i; } rep = {.f = x}; local
108 return rep.i;
112 const union { fp_t f; rep_t i; } rep = {.i = x}; local
113 return rep.f;
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractIteratorTest.java 41 private int rep;
43 switch (rep++) {
84 private int rep;
86 switch (rep++) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gdb.py 291 rep = self.get_gdb_repr("print set(['a', 'b'])")[0]
292 self.assertTrue(rep.startswith("set(["))
293 self.assertTrue(rep.endswith("])"))
294 self.assertEqual(eval(rep), {'a', 'b'})
295 rep = self.get_gdb_repr("print set([4, 5])")[0]
296 self.assertTrue(rep.startswith("set(["))
297 self.assertTrue(rep.endswith("])"))
298 self.assertEqual(eval(rep), {4, 5})
310 rep = self.get_gdb_repr("print frozenset(['a', 'b'])")[0]
311 self.assertTrue(rep.startswith("frozenset([")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gdb.py 291 rep = self.get_gdb_repr("print set(['a', 'b'])")[0]
292 self.assertTrue(rep.startswith("set(["))
293 self.assertTrue(rep.endswith("])"))
294 self.assertEqual(eval(rep), {'a', 'b'})
295 rep = self.get_gdb_repr("print set([4, 5])")[0]
296 self.assertTrue(rep.startswith("set(["))
297 self.assertTrue(rep.endswith("])"))
298 self.assertEqual(eval(rep), {4, 5})
310 rep = self.get_gdb_repr("print frozenset(['a', 'b'])")[0]
311 self.assertTrue(rep.startswith("frozenset([")
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/
wait_until.pass.cpp 28 typedef duration::rep rep; typedef in struct:Clock
wait_until_pred.pass.cpp 29 typedef duration::rep rep; typedef in struct:Clock
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/
wait_until.pass.cpp 27 typedef duration::rep rep; typedef in struct:Clock
wait_until_pred.pass.cpp 29 typedef duration::rep rep; typedef in struct:Clock
  /dalvik/dx/src/com/android/dx/ssa/
Dominators.java 142 SsaBasicBlock vAncestorRep = vabbInfo.rep;
143 SsaBasicBlock vRep = vbbInfo.rep;
146 vbbInfo.rep = vAncestorRep;
161 return bbInfo.rep;
261 bbInfo.rep = v;
273 * rep(resentative) is known as "label" in the paper. It is the node
276 public SsaBasicBlock rep; field in class:Dominators.DFSInfo
  /external/chromium_org/content/browser/
site_instance_impl.cc 288 GURL::Replacements rep; local
289 rep.ClearPort();
290 site = site.ReplaceComponents(rep);
299 GURL::Replacements rep; local
300 rep.SetHostStr(domain);
301 site = site.ReplaceComponents(rep);
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
vmw_screen_dri.c 162 struct drm_vmw_surface_create_req *rep = &arg.rep; local
184 if (rep->mip_levels[0] != 1) {
187 whandle->handle, rep->mip_levels[0]);
192 if (rep->mip_levels[i] != 0) {
209 *format = rep->format;
vmwgfx_drm.h 199 * @rep: Output data as described above.
206 struct drm_vmw_surface_arg rep; member in union:drm_vmw_surface_create_arg
227 * @rep: Output data as described above.
234 struct drm_vmw_surface_create_req rep; member in union:drm_vmw_surface_reference_arg
377 * @rep: Output data as described above.
384 struct drm_vmw_dmabuf_rep rep; member in union:drm_vmw_alloc_dmabuf_arg
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
Dominators.java 142 SsaBasicBlock vAncestorRep = vabbInfo.rep;
143 SsaBasicBlock vRep = vbbInfo.rep;
146 vbbInfo.rep = vAncestorRep;
161 return bbInfo.rep;
261 bbInfo.rep = v;
273 * rep(resentative) is known as "label" in the paper. It is the node
276 public SsaBasicBlock rep; field in class:Dominators.DFSInfo
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_screen_dri.c 162 struct drm_vmw_surface_create_req *rep = &arg.rep; local
184 if (rep->mip_levels[0] != 1) {
187 whandle->handle, rep->mip_levels[0]);
192 if (rep->mip_levels[i] != 0) {
209 *format = rep->format;
vmwgfx_drm.h 199 * @rep: Output data as described above.
206 struct drm_vmw_surface_arg rep; member in union:drm_vmw_surface_create_arg
227 * @rep: Output data as described above.
234 struct drm_vmw_surface_create_req rep; member in union:drm_vmw_surface_reference_arg
377 * @rep: Output data as described above.
384 struct drm_vmw_dmabuf_rep rep; member in union:drm_vmw_alloc_dmabuf_arg
  /external/skia/bench/
check_bench_regressions.py 73 def parse_dir(directory, default_settings, revision, rep):
98 bench_util.parse(default_settings, file_handle, rep))
176 rep = '25th' # bench representation algorithm, default to 25th
183 rep = value
203 platform_and_alg = bot + '-' + rep
208 rep)
  /external/chromium_org/third_party/zlib/contrib/minizip/
miniunz.c 365 char rep=0; local
382 rep = answer[0] ;
383 if ((rep>='a') && (rep<='z'))
384 rep -= 0x20;
386 while ((rep!='Y') && (rep!='N') && (rep!='A'));
389 if (rep == 'N')
392 if (rep == 'A'
    [all...]
  /external/zlib/src/contrib/minizip/
miniunz.c 378 char rep=0; local
395 rep = answer[0] ;
396 if ((rep>='a') && (rep<='z'))
397 rep -= 0x20;
399 while ((rep!='Y') && (rep!='N') && (rep!='A'));
402 if (rep == 'N')
405 if (rep == 'A'
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryAdapter.java 202 FilterRepresentation rep = null; local
206 rep = preset.getFilterRepresentation(pos);
211 rep = preset.getFilterRepresentation(pos);
214 if (rep != null) {
220 if (rep.getName().equalsIgnoreCase(
  /external/chromium_org/chrome/installer/linux/rpm/
build.sh 78 for rep in $REPS; do
80 REPLACES="$PACKAGE-$rep"
82 REPLACES="$REPLACES $PACKAGE-$rep"

Completed in 1547 milliseconds

1 2 3 4 56 7 8 91011>>