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

1 2 3 4 56 7 8 91011>>

  /external/parameter-framework/upstream/remote-processor/
RemoteProcessorServerInterface.h 38 virtual bool start(std::string &strError) = 0;
  /external/v8/src/mips/
cpu-mips.cc 25 void CpuFeatures::FlushICache(void* start, size_t size) {
34 char *end = reinterpret_cast<char *>(start) + size;
36 reinterpret_cast<intptr_t>(start), reinterpret_cast<intptr_t>(end), 0);
40 res = syscall(__NR_cacheflush, start, size, ICACHE);
  /external/valgrind/include/
pub_tool_transtab.h 36 void VG_(discard_translations_safely) ( Addr start, SizeT len,
  /frameworks/base/core/java/android/text/
GetChars.java 28 * Exactly like String.getChars(): copy chars <code>start</code>
32 public void getChars(int start, int end, char[] dest, int destoff);
  /frameworks/base/sax/java/android/sax/
StartElementListener.java 31 void start(Attributes attributes); method in interface:StartElementListener
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
list-pseudoints.s 0 start
1 start label
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
abi-64.s 6 start: label
endian-1.s 3 start: label
endian-2.s 3 start: label
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
sploop-bad-2.l 2 [^:]*:7: Error: 'sploop' instruction not at start of execute packet
3 [^:]*:11: Error: 'sploopd' instruction not at start of execute packet
4 [^:]*:15: Error: 'sploopw' instruction not at start of execute packet
5 [^:]*:20: Error: 'spkernel' instruction not at start of execute packet
6 [^:]*:23: Error: 'spkernel' instruction not at start of execute packet
7 [^:]*:26: Error: 'spkernelr' instruction not at start of execute packet
8 [^:]*:28: Error: 'spmask' instruction not at start of execute packet
9 [^:]*:30: Error: 'spmaskr' instruction not at start of execute packet
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/z80/
jr-forwf.s 2 start: jr c,dest label
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/z8k/
jr-forwf.s 2 start: jr t,dest label
  /toolchain/binutils/binutils-2.27/include/vms/
dmt.h 43 unsigned char start[4]; member in struct:vms_dmt_psect
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elfvers/
vers27d3.c 18 start () function
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-sh/sh64/
endian.s 3 start: label
  /external/curl/lib/
strtok.c 43 char *start = ptr; local
45 /* set the end pointer to the first byte after the start */
46 *end = start + 1;
59 return start; /* return the position where the string starts */
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Replaceable.java 27 * <p><code>Replaceable</code> specifies ranges using a start
29 * includes the characters at offset start..limit-1. That is, the
30 * start offset is inclusive, and the limit offset is exclusive.
43 * <li>If there is no previous character (i.e. start == 0), use the
96 * &lt;= start &lt;= limit</code>.
98 * <code>start &lt;= limit &lt;= length()</code>.
100 * @param dstStart the start offset in the destination array.
107 * <p>Subclasses must ensure that if the text between start and
114 * @param start the beginning index, inclusive; <code>0 &lt;= start
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
DateRule.java 32 * that is on or after the given start date.
34 * @param start Only occurrances on or after this date are returned.
37 * does not occur on or after the start date.
42 abstract public Date firstAfter(Date start);
46 * that is on or after the given start date and before the given
49 * @param start Only occurrances on or after this date are returned.
53 * does not occur between the start and end dates.
58 abstract public Date firstBetween(Date start, Date end);
78 abstract public boolean isBetween(Date start, Date end);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Replaceable.java 26 * <p><code>Replaceable</code> specifies ranges using a start
28 * includes the characters at offset start..limit-1. That is, the
29 * start offset is inclusive, and the limit offset is exclusive.
42 * <li>If there is no previous character (i.e. start == 0), use the
99 * &lt;= start &lt;= limit</code>.
101 * <code>start &lt;= limit &lt;= length()</code>.
103 * @param dstStart the start offset in the destination array.
111 * <p>Subclasses must ensure that if the text between start and
118 * @param start the beginning index, inclusive; <code>0 &lt;= start
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DateRule.java 31 * that is on or after the given start date.
33 * @param start Only occurrances on or after this date are returned.
36 * does not occur on or after the start date.
42 abstract public Date firstAfter(Date start);
46 * that is on or after the given start date and before the given
49 * @param start Only occurrances on or after this date are returned.
53 * does not occur between the start and end dates.
59 abstract public Date firstBetween(Date start, Date end);
81 abstract public boolean isBetween(Date start, Date end);
  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
PhoneNumberMatch.java 28 * {@linkplain #start() start} and {@linkplain #end() end} offsets of the corresponding subsequence
45 * // start() and end() define the range of the matched subsequence.
46 * CharSequence subsequence = text.subSequence(m.start(), m.end());
55 /** The start index into the text. */
56 private final int start; field in class:PhoneNumberMatch
65 * @param start the start index into the target text
69 PhoneNumberMatch(int start, String rawString, PhoneNumber number) {
70 if (start < 0)
87 public int start() { method in class:PhoneNumberMatch
    [all...]
  /external/pdfium/core/fxcrt/css/
cfx_cssvaluelistparser_unittest.cpp 15 const wchar_t* start; local
19 EXPECT_TRUE(parser->NextValue(&type, &start, &len));
21 EXPECT_EQ(L"#abc", WideString(start, len));
22 EXPECT_FALSE(parser->NextValue(&type, &start, &len));
25 EXPECT_TRUE(parser->NextValue(&type, &start, &len));
27 EXPECT_EQ(L"#abcdef", WideString(start, len));
28 EXPECT_FALSE(parser->NextValue(&type, &start, &len));
32 EXPECT_TRUE(parser->NextValue(&type, &start, &len));
34 EXPECT_EQ(L"rgb(1, 255, 4)", WideString(start, len));
37 EXPECT_TRUE(parser->NextValue(&type, &start, &len))
45 const wchar_t* start; local
87 const wchar_t* start; local
110 const wchar_t* start; local
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
BuilderTryBlock.java 45 @Nonnull public final Label start; field in class:BuilderTryBlock
50 public BuilderTryBlock(@Nonnull Label start, @Nonnull Label end, @Nullable String exceptionType,
52 this.start = start;
57 public BuilderTryBlock(@Nonnull Label start, @Nonnull Label end, @Nullable TypeReference exceptionType,
59 this.start = start;
64 public BuilderTryBlock(@Nonnull Label start, @Nonnull Label end, @Nonnull Label handler) {
65 this.start = start;
    [all...]
  /external/swiftshader/third_party/subzero/crosstest/
test_stacksave.h 19 uint32_t PREFIX##test_basic_vla(uint32_t size, uint32_t start, \
21 uint32_t PREFIX##test_vla_in_loop(uint32_t size, uint32_t start, \
23 uint32_t PREFIX##test_two_vlas_in_loops(uint32_t size, uint32_t start, \
  /external/syslinux/com32/lib/syslinux/
dump_mmap.c 42 "--------------------------------\n", "Start", "Length", "Type");
44 dprintf("0x%08x 0x%08x %10d\n", memmap->start,
45 memmap->next->start - memmap->start, memmap->type);

Completed in 547 milliseconds

1 2 3 4 56 7 8 91011>>