Searched refs:range (Results 326 - 350 of 1039) sorted by relevance

<<11121314151617181920>>

/external/libvorbis/vq/
H A Dmake_residue_books.pl50 my($name,$datafile,$bookname,$interval,$range)=split(' ',$1);
69 my $command="huffbuild $bookname.tmp 0-$range";
/external/libvpx/libvpx/vp8/decoder/
H A Ddboolhuff.c25 br->range = 255;
/external/lldb/examples/python/
H A Dcmdtemplate.py60 for i in range(0,variables_count):
/external/lldb/include/lldb/Symbol/
H A DFuncUnwinders.h17 // (named or not - really just an address range)
19 // We'll record three different UnwindPlans for each address range:
34 FuncUnwinders (lldb_private::UnwindTable& unwind_table, lldb_private::UnwindAssembly *assembly_profiler, AddressRange range);
/external/lldb/include/lldb/Target/
H A DThreadPlanStepRange.h31 const AddressRange &range,
64 // Pushes a plan to proceed through the next section of instructions in the range - usually just a RunToAddress
/external/lldb/scripts/Python/interface/
H A DSBModule.i54 id = {0x00000004}, name = 'mask_access(MaskAction, unsigned int)', range = [0x00000001000017c0-0x0000000100001870)
56 id = {0x00000008}, name = 'thread_func(void*)', range = [0x0000000100001870-0x00000001000019b0)
58 id = {0x0000000c}, name = 'main', range = [0x00000001000019b0-0x0000000100001d5c)
63 id = {0x00000024}, name = '__stack_chk_fail', range = [0x0000000100001d5c-0x0000000100001d62)
65 id = {0x00000028}, name = 'exit', range = [0x0000000100001d62-0x0000000100001d68)
67 id = {0x00000029}, name = 'fflush', range = [0x0000000100001d68-0x0000000100001d6e)
69 id = {0x0000002a}, name = 'fgets', range = [0x0000000100001d6e-0x0000000100001d74)
71 id = {0x0000002b}, name = 'printf', range = [0x0000000100001d74-0x0000000100001d7a)
73 id = {0x0000002c}, name = 'pthread_create', range = [0x0000000100001d7a-0x0000000100001d80)
75 id = {0x0000002d}, name = 'pthread_join', range
[all...]
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.h42 void AddDescriptor(const DWARFDebugArangeSet::Descriptor& range);
/external/lldb/source/Target/
H A DThreadPlanStepOverRange.cpp36 // ThreadPlanStepOverRange: Step through a stack range, either stepping over or into
43 const AddressRange &range,
47 ThreadPlanStepRange (ThreadPlan::eKindStepOverRange, "Step range stepping over", thread, range, addr_context, stop_others),
63 s->Printf ("stepping through range (stepping over functions): ");
81 // If we're out of the range but in the same frame or in our caller's frame
122 // inlined range, so I left that out too...
162 // If we're still in the range, keep going.
180 // The current clang (at least through 424) doesn't always get the address range for the
181 // DW_TAG_inlined_subroutines right, so that when you leave the inlined range th
40 ThreadPlanStepOverRange( Thread &thread, const AddressRange &range, const SymbolContext &addr_context, lldb::RunMode stop_others ) argument
[all...]
/external/lldb/test/benchmarks/stepping/
H A DTestRunHooksThenSteppings.py47 for i in range(count):
/external/lldb/test/functionalities/recursion/
H A DTestValueObjectRecursion.py61 for i in range(0,24500):
/external/lldb/test/python_api/process/io/
H A DTestProcessIO.py51 for i in range(5):
/external/llvm/test/MC/ARM/
H A Dfp-const-errors.s3 @ Test for floating point constants that are out of the 8-bit encoded value range
H A Dldr-pseudo-obj-errors.s15 @ CHECK: error: out of range pc-relative fixup value
/external/llvm/test/MC/MachO/ARM/
H A Dlong-call-branch-island-relocation.s22 @ above to be out of range. On Darwin, the assembler deals with this by
/external/markdown/markdown/extensions/
H A Dabbr.py72 for i in range(len(chars)):
/external/markdown/markdown/
H A Dpostprocessors.py45 for i in range(self.markdown.htmlStash.html_counter):
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw_private.h150 const SVGA3dPrimitiveRange *range,
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
H A Dt_options.h90 #define DRI_CONF_DEF_MAX_ANISOTROPY(def,range) \
91 DRI_CONF_OPT_BEGIN_V(def_max_anisotropy,float,def,range) \
238 #define DRI_CONF_TEXTURE_BLEND_QUALITY(def,range) \
239 DRI_CONF_OPT_BEGIN_V(texture_blend_quality,float,def,range) \
/external/selinux/libsepol/src/
H A Dgenusers.c203 while (*p && strncasecmp(p, "range", 5))
237 memcpy(&usrdatum->dfltlevel, &context.range.level[0],
240 if (strncasecmp(p, "range", 5))
276 ERR(NULL, "invalid range %s (%s:%u)", scontext,
282 memcpy(&usrdatum->range, &context.range,
283 sizeof(usrdatum->range));
/external/selinux/sepolgen/src/sepolgen/
H A Dutil.py84 for i in range(999):
/external/skia/bench/DATA/skia_resources/
H A Dtest.lua16 function rnd(range)
17 return math.random() * range;
/external/skia/dm/DATA/skia_resources/
H A Dtest.lua16 function rnd(range)
17 return math.random() * range;
/external/skia/gm/DATA/skia_resources/
H A Dtest.lua16 function rnd(range)
17 return math.random() * range;
/external/skia/resources/
H A Dtest.lua16 function rnd(range)
17 return math.random() * range;
/external/strace/
H A Dblock.c216 uint64_t range[2]; local
217 if (umove(tcp, arg, range) < 0)
221 range[0], range[1]);

Completed in 490 milliseconds

<<11121314151617181920>>