HomeSort by relevance Sort by last modified time
    Searched refs:start (Results 26 - 50 of 18938) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/valgrind/none/tests/x86-linux/
cet_nops_gs.stdout.exp 0 start testing GS prefix ..
  /external/valgrind/none/tests/x86-solaris/
cet_nops_fs.stdout.exp 0 start testing FS prefix ..
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
start_ipacm_le 32 # ipacm init.d script to start the data-ipa Software's ipacm daemon
37 start)
39 start-stop-daemon -S -b -a ipacm
44 start-stop-daemon -K -n ipacm
49 $0 start
52 echo "Usage ipacm { start | stop | restart}" >&2
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-sh/sh64/
stobin.s 2 .globl start
3 start: label
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-visium/
brr_x_backward1.s 2 .global start
3 start: label
brr_x_forward2.s 1 .global start
4 start: label
  /external/llvm/utils/
bisect 10 parser.add_argument('--start', type=int, default=0)
16 start = args.start variable
20 print("Start: %d" % start)
24 while start != end and start != end-1:
25 count = start + (end - start)/2
26 print("Visiting Count: %d with (Start, End) = (%d,%d)" % (count, start, end)
32 start = count variable
    [all...]
  /frameworks/base/libs/androidfw/
ResourceUtils.cpp 27 const char* start = str.data(); local
28 const char* end = start + str.size();
29 if (start[0] == '@') {
30 start++;
32 const char* current = start;
36 out_type->assign(start, current - start);
37 start = current + 1;
40 out_package->assign(start, current - start);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
BidiRun.java 35 int start; /* first logical position of the run */ field in class:BidiRun
44 * Note that members start and limit of a run instance have different
49 * - start is the first logical position of the run in the source text.
52 * - start is the first logical position of the run in the source text.
63 BidiRun(int start, int limit, byte embeddingLevel)
65 this.start = start;
75 this.start = run.start;
86 return start;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
BidiRun.java 34 int start; /* first logical position of the run */ field in class:BidiRun
43 * Note that members start and limit of a run instance have different
48 * - start is the first logical position of the run in the source text.
51 * - start is the first logical position of the run in the source text.
62 BidiRun(int start, int limit, byte embeddingLevel)
64 this.start = start;
74 this.start = run.start;
86 return start;
    [all...]
  /external/annotation-tools/asmx/src/org/objectweb/asm/tree/
LineNumberNode.java 51 public Label start; field in class:LineNumberNode
58 * @param start the first instruction corresponding to this line number.
60 public LineNumberNode(final int line, final Label start) {
62 this.start = start;
71 mv.visitLineNumber(line, start);
  /external/clang/test/Sema/
builtins-arm64.c 5 void __clear_cache(void *start, void *end);
8 void test_clear_cache_chars(char *start, char *end) {
9 __clear_cache(start, end);
12 void test_clear_cache_voids(void *start, void *end) {
13 __clear_cache(start, end);
  /frameworks/av/media/libeffects/loudness/dsp/core/
basic-inl.h 31 int start = start_index; local
33 while (end > start + 1) {
34 int i = (end + start) / 2;
38 start = i;
41 return start;
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
jaloverflow.s 1 # This file gets linked to start at 0xffffff0, so the call is an overflow.
3 .global start
5 start: label
10 jal start
12 .type start, @function
  /system/netd/libnetdutils/
OperationLimiterTest.cpp 27 EXPECT_TRUE(limiter.start(42));
28 EXPECT_TRUE(limiter.start(42));
29 EXPECT_TRUE(limiter.start(42));
32 EXPECT_FALSE(limiter.start(42));
33 EXPECT_FALSE(limiter.start(42));
34 EXPECT_FALSE(limiter.start(42));
38 EXPECT_TRUE(limiter.start(42));
41 EXPECT_FALSE(limiter.start(42));
44 EXPECT_TRUE(limiter.start(666));
60 EXPECT_TRUE(limiter.start(42))
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
tls-relw.s 2 start: label
7 .word a-start
11 .word b-start
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
movi-3.s 4 start: label
5 movi (start - 1000000 - end) & 65535,r4
6 movi ((start - 1000000 - end) >> 16) & 65535,r5
7 movi ((start - 1000000 - end) >> 32) & 65535,r6
8 movi ((start - 1000000 - end) >> 48) & 65535,r7
9 movi (start - 1000000 - end),r8
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
pr18160.s 1 .section .text.start,"ax",@progbits
2 .globl start
3 .type start, @function
4 start: label
8 .size start, .-start
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
inffast.h 11 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
inffast.h 11 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlToken.java 35 final int start; field in class:HtmlToken
39 static HtmlToken instance(int start, int end, HtmlTokenType type) {
40 return new HtmlToken(start, end, type);
44 int n = end - start;
46 return context.regionMatches(start, match, 0, n);
49 private HtmlToken(int start, int end, HtmlTokenType type) {
50 this.start = start;
  /external/python/cpython2/Modules/zlib/
inffast.h 11 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
  /external/python/cpython3/Modules/zlib/
inffast.h 11 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
  /external/syslinux/com32/lib/zlib/
inffast.h 11 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
  /external/valgrind/memcheck/tests/solaris/
lsframe1.stdout.exp 1 lsframe1: start

Completed in 786 milliseconds

12 3 4 5 6 7 8 91011>>