HomeSort by relevance Sort by last modified time
    Searched refs:start (Results 201 - 225 of 12295) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
ioport.h 19 resource_size_t start; member in struct:resource
87 #define request_region(start,n,name) __request_region(&ioport_resource, (start), (n), (name))
88 #define request_mem_region(start,n,name) __request_region(&iomem_resource, (start), (n), (name))
91 #define release_region(start,n) __release_region(&ioport_resource, (start), (n))
92 #define check_mem_region(start,n) __check_region(&iomem_resource, (start), (n))
93 #define release_mem_region(start,n) __release_region(&iomem_resource, (start), (n)
    [all...]
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
ioport.h 19 resource_size_t start; member in struct:resource
87 #define request_region(start,n,name) __request_region(&ioport_resource, (start), (n), (name))
88 #define request_mem_region(start,n,name) __request_region(&iomem_resource, (start), (n), (name))
91 #define release_region(start,n) __release_region(&ioport_resource, (start), (n))
92 #define check_mem_region(start,n) __check_region(&iomem_resource, (start), (n))
93 #define release_mem_region(start,n) __release_region(&iomem_resource, (start), (n)
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
ioport.h 19 resource_size_t start; member in struct:resource
87 #define request_region(start,n,name) __request_region(&ioport_resource, (start), (n), (name))
88 #define request_mem_region(start,n,name) __request_region(&iomem_resource, (start), (n), (name))
91 #define release_region(start,n) __release_region(&ioport_resource, (start), (n))
92 #define check_mem_region(start,n) __check_region(&iomem_resource, (start), (n))
93 #define release_mem_region(start,n) __release_region(&iomem_resource, (start), (n)
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
ioport.h 19 resource_size_t start; member in struct:resource
87 #define request_region(start,n,name) __request_region(&ioport_resource, (start), (n), (name))
88 #define request_mem_region(start,n,name) __request_region(&iomem_resource, (start), (n), (name))
91 #define release_region(start,n) __release_region(&ioport_resource, (start), (n))
92 #define check_mem_region(start,n) __check_region(&iomem_resource, (start), (n))
93 #define release_mem_region(start,n) __release_region(&iomem_resource, (start), (n)
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
ioport.h 19 resource_size_t start; member in struct:resource
87 #define request_region(start,n,name) __request_region(&ioport_resource, (start), (n), (name))
88 #define request_mem_region(start,n,name) __request_region(&iomem_resource, (start), (n), (name))
91 #define release_region(start,n) __release_region(&ioport_resource, (start), (n))
92 #define check_mem_region(start,n) __check_region(&iomem_resource, (start), (n))
93 #define release_mem_region(start,n) __release_region(&iomem_resource, (start), (n)
    [all...]
  /libcore/luni/src/main/java/java/lang/
AbstractStringBuilder.java 152 final void append0(CharSequence s, int start, int end) {
156 if ((start | end) < 0 || start > end || end > s.length()) {
160 int length = end - start;
170 ((String) s)._getChars(start, end, value, count);
173 System.arraycopy(other.value, start, value, count, length);
176 for (int i = start; i < end; i++) {
210 private StringIndexOutOfBoundsException startEndAndLength(int start, int end) {
211 throw new StringIndexOutOfBoundsException(count, start, end - start);
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
stacktrace_unittest.cc 50 const void *start, *end; member in struct:__anon20194::AddressRange
53 // Expected function [start,end] range.
58 // Start should be a label somewhere before recursive call, end somewhere
62 (prange)->start = &&start_label; \
64 CHECK_LT((prange)->start, (prange)->end); \
80 CHECK_LT((prange)->start, ra); \
83 (prange)->start, (prange)->end, \
84 (prange)->start, ra); \
92 (prange)->start = reinterpret_cast<const void *>(&fn); \
103 CHECK_GE(ret_addr, range.start);
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
stacktrace_unittest.cc 50 const void *start, *end; member in struct:__anon20237::AddressRange
53 // Expected function [start,end] range.
58 // Start should be a label somewhere before recursive call, end somewhere
62 (prange)->start = &&start_label; \
64 CHECK_LT((prange)->start, (prange)->end); \
80 CHECK_LT((prange)->start, ra); \
83 (prange)->start, (prange)->end, \
84 (prange)->start, ra); \
92 (prange)->start = reinterpret_cast<const void *>(&fn); \
103 CHECK_GE(ret_addr, range.start);
    [all...]
  /external/chromium_org/ui/gfx/animation/
tween.cc 77 uint8 BlendColorComponents(uint8 start,
86 progress, start / 255.f * start_alpha, target / 255.f * target_alpha);
93 SkColor Tween::ColorValueBetween(double value, SkColor start, SkColor target) {
94 float start_a = SkColorGetA(start) / 255.f;
101 uint8 blended_r = BlendColorComponents(SkColorGetR(start),
107 uint8 blended_g = BlendColorComponents(SkColorGetG(start),
113 uint8 blended_b = BlendColorComponents(SkColorGetB(start),
125 double Tween::DoubleValueBetween(double value, double start, double target) {
126 return start + (target - start) * value
    [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);
  /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) {
  /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/chromium_org/base/i18n/
bidi_line_iterator.h 32 UBiDiDirection GetVisualRun(int index, int* start, int* length);
34 // Given a start position, figure out where the run ends (and the BiDiLevel).
35 void GetLogicalRun(int start, int* end, UBiDiLevel* level);
  /external/chromium_org/build/android/
adb_run_content_shell 11 adb shell am start \
  /external/chromium_org/chrome/browser/web_dev_style/
regex_check.py 19 """Takes a start position and a length, and produces a row of '^'s to
22 return match.start(1) * ' ' + (match.end(1) - match.start(1)) * '^'
  /external/chromium_org/components/content_settings/core/common/
content_settings_pattern_parser.cc 23 Component() : start(0), len(0) {}
24 Component(size_t s, size_t l) : start(s), len(l) {}
30 size_t start; member in class:__anon11022::Component
54 size_t start = 0; local
62 current_pos = pattern_spec.find(standard_scheme_separator, start);
64 scheme_component = Component(start, current_pos);
65 start = current_pos + standard_scheme_separator.size();
66 current_pos = start;
68 current_pos = start;
71 if (start >= pattern_spec.size()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
Interpolation.cpp 14 bool typesMatch(const InterpolableValue* start, const InterpolableValue* end)
16 if (start->isNumber())
18 if (start->isBool())
20 if (start->isAnimatableValue())
22 if (!(start->isList() && end->isList()))
24 const InterpolableList* startList = toInterpolableList(start);
37 Interpolation::Interpolation(PassOwnPtrWillBeRawPtr<InterpolableValue> start, PassOwnPtrWillBeRawPtr<InterpolableValue> end)
38 : m_start(start)

Completed in 712 milliseconds

1 2 3 4 5 6 7 891011>>