Home
last modified time | relevance | path

Searched refs:granularity (Results 1 – 25 of 34) sorted by relevance

12

/external/lldb/source/Core/
DInputReader.cpp45 lldb::InputReaderGranularity granularity, in Initialize() argument
54 m_granularity = granularity; in Initialize()
67 if (end_token != NULL && granularity != eInputReaderGranularityInvalid) in Initialize()
69 if (granularity == eInputReaderGranularityByte) in Initialize()
78 else if (granularity == eInputReaderGranularityWord) in Initialize()
361 InputReader::GranularityAsCString (lldb::InputReaderGranularity granularity) in GranularityAsCString() argument
363 switch (granularity) in GranularityAsCString()
373 …f(unknown_state_string, sizeof (unknown_state_string), "InputReaderGranularity = %i", granularity); in GranularityAsCString()
/external/compiler-rt/lib/asan/
Dasan_poisoning.cc338 uptr granularity = SHADOW_GRANULARITY; in __sanitizer_annotate_contiguous_container() local
340 IsAligned(beg, granularity))) { in __sanitizer_annotate_contiguous_container()
348 uptr a = RoundDownTo(Min(old_mid, new_mid), granularity); in __sanitizer_annotate_contiguous_container()
349 uptr c = RoundUpTo(Max(old_mid, new_mid), granularity); in __sanitizer_annotate_contiguous_container()
350 uptr d1 = RoundDownTo(old_mid, granularity); in __sanitizer_annotate_contiguous_container()
360 if (a + granularity <= d1) in __sanitizer_annotate_contiguous_container()
366 uptr b1 = RoundDownTo(new_mid, granularity); in __sanitizer_annotate_contiguous_container()
367 uptr b2 = RoundUpTo(new_mid, granularity); in __sanitizer_annotate_contiguous_container()
373 CHECK_EQ(b2 - b1, granularity); in __sanitizer_annotate_contiguous_container()
Dasan_report.cc842 uptr granularity = SHADOW_GRANULARITY; in ReportBadParamsToAnnotateContiguousContainer() local
843 if (!IsAligned(beg, granularity)) in ReportBadParamsToAnnotateContiguousContainer()
844 Report("ERROR: beg is not aligned by %d\n", granularity); in ReportBadParamsToAnnotateContiguousContainer()
/external/lldb/source/API/
DSBInputReader.cpp81 lldb::InputReaderGranularity granularity, in Initialize() argument
96 InputReader::GranularityAsCString (granularity), end_token, prompt, in Initialize()
109 granularity, in Initialize()
/external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/
Di18n.py435 def format_timedelta(self, datetime_or_timedelta, granularity='second', argument
458 return dates.format_timedelta(datetime_or_timedelta, granularity,
746 def format_timedelta(datetime_or_timedelta, granularity='second', argument
750 granularity, threshold)
/external/lldb/scripts/Python/interface/
DSBInputReader.i32 lldb::InputReaderGranularity granularity,
/external/e2fsprogs/misc/
Dbadblocks.c744 unsigned int granularity = blocks_at_once; in test_nd() local
829 got = try = granularity - buf_used; in test_nd()
848 if (granularity != 1) { in test_nd()
849 granularity = 1; in test_nd()
892 if ((buf_used != granularity) && in test_nd()
897 granularity = blocks_at_once; in test_nd()
/external/iproute2/
DREADME.distribution57 covering the range -10 to +10, with granularity .00005. Obviously, this
64 to 1 with granularity 1/TABLESIZE. Note that even with the granularity
/external/iproute2/netem/
DREADME.distribution59 covering the range -10 to +10, with granularity .00005. Obviously, this
66 to 1 with granularity 1/TABLESIZE. Note that even with the granularity
/external/lldb/include/lldb/API/
DSBInputReader.h40 lldb::InputReaderGranularity granularity,
/external/iptables/extensions/
Dlibxt_statistic.man17 granularity is in 1/2147483648th increments.
/external/ant-glob/src/org/apache/tools/ant/types/selectors/
DSelectorUtils.java606 public static boolean isOutOfDate(File src, File target, int granularity) { in isOutOfDate() argument
613 if ((src.lastModified() - granularity) > target.lastModified()) { in isOutOfDate()
/external/llvm/lib/Support/Windows/
DMemory.inc79 // granularity may be larger than a single page (in practice, it is 64K)
88 // If the requested address is not aligned to the allocation granularity,
/external/iproute2/tc/
DREADME.last32 granularity of this clock is not enough to make reasonable
/external/lldb/include/lldb/Core/
DInputReader.h246 GranularityAsCString (lldb::InputReaderGranularity granularity);
/external/libvorbis/doc/
Dvorbis-clip.txt3 Sample granularity editing of a Vorbis file; inferred arbitrary sample
19 granularity is on these packet boundaries (the mp3 case is
40 stamped with the absolute sample-granularity offset of the data, that
Da1-encapsulation-ogg.tex153 decoding; this technique is used to allow sample-granularity
/external/compiler-rt/lib/asan/tests/
Dasan_interface_test.cc232 static void MakeShadowValid(bool *shadow, int length, int granularity) { in MakeShadowValid() argument
239 if (i % (1 << granularity) == 0) { in MakeShadowValid()
/external/guava/
DREADME.jdk511 - `TimeUnit` only supports `SECONDS` as the highest granularity time
/external/llvm/docs/
DSystemLibrary.rst165 requirement because the minimization of soft errors can affect the granularity
167 throw soft errors, you must review the granularity of the interface because it
/external/chromium-trace/trace-viewer/third_party/webapp2/tests/
Dextras_i18n_test.py206 … self.assertEqual(i18n.format_timedelta(datetime.timedelta(hours=3), granularity='day'), u'1 day')
/external/mesa3d/docs/
DRELNOTES-3.3241 Point and line size range and granularity limits are now stored
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/mesa3d/src/egl/docs/
DEGL_MESA_screen_surface474 Returns the granularity, in pixels, for
/external/owasp/sanitizer/tools/findbugs/lib/
Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...

12