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

<<11121314151617181920>>

  /external/skqp/tests/
RRectInPathTest.cpp 15 SkPath::Direction* dir, unsigned* start) {
17 REPORTER_ASSERT(reporter, path.isRRect(&out, dir, start));
19 recreatedPath.addRRect(out, *dir, *start);
44 SkPath::Direction dir, unsigned start) {
54 path.addRRect(in, dir, start);
58 REPORTER_ASSERT(reporter, outDir == dir && outStart == start);
63 SkPath::Direction dir, unsigned start) {
64 SkRRect out = inner_path_contains_rrect(reporter, in, dir, start);
72 SkPath::Direction dir, unsigned start) {
73 SkRRect out = inner_path_contains_rrect(reporter, in, dir, start);
    [all...]
  /art/test/028-array-write/src/
Main.java 27 static public void report(long start, long end) {
32 System.out.println("Finished in " + ((end - start) / 1000000.0)
42 long start, end; local
47 start = System.nanoTime();
52 report(start, end);
56 long start, end; local
63 start = System.nanoTime();
70 report(start, end);
  /art/test/144-static-field-sigquit/src/
Main.java 24 thread1.start();
26 thread2.start();
  /art/test/148-multithread-gc-annotations/src/
Main.java 22 annoThread.start();
23 gcThread.start();
  /art/test/559-bce-ssa/src/
Main.java 19 public static void foo(int[] array, int[] array2, int start, int end) {
20 for (int i = start; i < end; ++i) {
  /dalvik/dexgen/src/com/android/dexgen/rop/
ByteBlock.java 30 /** {@code >= 0;} bytecode offset (inclusive) of the start of the block */
31 private final int start; field in class:ByteBlock
33 /** {@code > start;} bytecode offset (exclusive) of the end of the block */
46 * @param start {@code >= 0;} bytecode offset (inclusive) of the start
48 * @param end {@code > start;} bytecode offset (exclusive) of the end
55 public ByteBlock(int label, int start, int end, IntList successors,
61 if (start < 0) {
62 throw new IllegalArgumentException("start < 0");
65 if (end <= start) {
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
ByteBlock.java 30 /** {@code >= 0;} bytecode offset (inclusive) of the start of the block */
31 private final int start; field in class:ByteBlock
33 /** {@code > start;} bytecode offset (exclusive) of the end of the block */
46 * @param start {@code >= 0;} bytecode offset (inclusive) of the start
48 * @param end {@code > start;} bytecode offset (exclusive) of the end
55 public ByteBlock(int label, int start, int end, IntList successors,
61 if (start < 0) {
62 throw new IllegalArgumentException("start < 0");
65 if (end <= start) {
    [all...]
  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
EasyTextWatcher.java 29 public void beforeTextChanged(CharSequence s, int start, int count, int after) {
34 public void onTextChanged(CharSequence s, int start, int before, int count) {
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
EasyTextWatcher.java 29 public void beforeTextChanged(CharSequence s, int start, int count, int after) {
34 public void onTextChanged(CharSequence s, int start, int before, int count) {
  /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
EasyTextWatcher.java 29 public void beforeTextChanged(CharSequence s, int start, int count, int after) {
34 public void onTextChanged(CharSequence s, int start, int before, int count) {
  /external/annotation-tools/asmx/src/org/objectweb/asm/tree/analysis/
Subroutine.java 45 Label start; field in class:Subroutine
55 final Label start,
59 this.start = start;
67 result.start = start;
77 if (checkOverlap && subroutine.start != start) {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ITokenStream.cs 73 * Return the text of all tokens from start to stop, inclusive.
79 string ToString(int start, int stop);
84 * indicate the start/end location. Most often this will just delegate
89 string ToString(IToken start, IToken stop);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ITokenStream.cs 77 * Return the text of all tokens from start to stop, inclusive.
83 string ToString( int start, int stop );
88 * indicate the start/end location. Most often this will just delegate
93 string ToString( IToken start, IToken stop );
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
ParserRuleReturnScope.java 40 * from start and stop using the input stream's toString() method. I
51 public Token start, stop; field in class:ParserRuleReturnScope
52 public Object getStart() { return start; }
TokenStream.java 61 /** Return the text of all tokens from start to stop, inclusive.
66 public String toString(int start, int stop);
70 * indicate the start/end location. Most often this will just delegate
74 public String toString(Token start, Token stop);
  /external/apache-xml/src/main/java/org/apache/xml/utils/
XMLStringFactory.java 44 * @param start The start position in the array.
49 public abstract XMLString newstr(FastStringBuffer string, int start,
57 * @param start The start position in the array.
62 public abstract XMLString newstr(char[] string, int start,
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncSubstring.java 50 double start = m_arg1.execute(xctxt).num(); local
60 if (Double.isNaN(start))
65 start = -1000000;
70 start = Math.round(start);
71 startIndex = (start > 0) ? (int) start - 1 : 0;
77 int end = (int) (Math.round(len) + start) - 1;
  /external/clang/test/CodeGenCXX/
crash.cpp 28 string start("__");
29 start += sym;
  /external/clang/test/SemaTemplate/
array-to-pointer-decay.cpp 20 int start; member in struct:hb_sanitize_context_t
24 return !c->start;
  /external/compiler-rt/test/builtins/Unit/
clear_cache_test.c 16 void __clear_cache(void* start, void* end)
18 if (!FlushInstructionCache(GetCurrentProcess(), start, end-start))
23 extern void __clear_cache(void* start, void* end);
59 char* start = (char*)((uintptr_t)execution_buffer & (-4095)); local
64 if (!VirtualQuery(start, &b, sizeof(b)))
68 if (mprotect(start, end-start, PROT_READ|PROT_WRITE|PROT_EXEC) != 0)
  /external/libcxx/test/std/containers/sequences/deque/deque.capacity/
shrink_to_fit.pass.cpp 22 make(int size, int start = 0 )
26 if (start > 0)
28 init = (start+1) / b + ((start+1) % b != 0);
33 for (int i = 0; i < init-start; ++i)
37 for (int i = 0; i < start; ++i)
53 testN(int start, int N)
55 C c1 = make<C>(N, start);
  /external/libmojo/ui/gfx/range/mojo/
range_struct_traits_unittest.cc 47 const uint32_t start = 1234; local
49 gfx::Range input(start, end);
53 EXPECT_EQ(start, output.start());
58 const float start = 1234.5f; local
60 gfx::RangeF input(start, end);
64 EXPECT_EQ(start, output.start());
  /external/libmojo/ui/gfx/range/
range_f.cc 28 RangeF range_f(range.start(), range.end());
33 uint32_t start = start_ > 0 ? static_cast<uint32_t>(std::floor(start_)) : 0; local
35 return Range(start, end);
39 uint32_t start = start_ > 0 ? static_cast<uint32_t>(std::ceil(start_)) : 0; local
41 return Range(start, end);
45 uint32_t start = start_ > 0 ? static_cast<uint32_t>(std::round(start_)) : 0; local
47 return Range(start, end);
51 return base::StringPrintf("{%f,%f}", start(), end());
  /external/libvpx/libvpx/test/
i420_video_source.h 26 unsigned int start, int limit)
28 rate_numerator, rate_denominator, start, limit) {}
  /external/llvm/test/Other/
opt-bisect-helper.py 10 parser.add_argument('--start', type=int, default=0)
19 start = args.start variable
25 while start != end and start != end-1:
26 count = int(round(start + (end - start)/2))
35 start = count variable
39 print("Last good count: %d" % start)

Completed in 874 milliseconds

<<11121314151617181920>>