/frameworks/base/core/java/android/widget/ |
MultiAutoCompleteTextView.java | 210 * Returns the start of the token that ends at offset 223 * it ends with a token terminator (for example a space or comma).
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
VCardParserTests.java | 123 .addExpectedOrder(Order.END_ENTRY) // First nested vCard ends 127 .addExpectedOrder(Order.END_ENTRY) // Second nested vCard ends
|
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
MapObexLevelTest.java | 157 * you need to add a delay after the test ends, and fetch the file before this delay 201 * you need to add a delay after the test ends, and fetch the file before this delay
|
/frameworks/base/core/java/android/animation/ |
AnimatorSet.java | 171 * previous animation ends. 191 * previous animation ends. 294 * and <code>a3</code> when a1 ends; it does not set up a dependency between 351 * <p>Note that ending a <code>AnimatorSet</code> also ends all of the animations that it is [all...] |
/external/libhevc/common/arm/ |
ihevc_inter_pred_chroma_horz_w16out.s | 119 @******* added ends 150 @******* removal ends 615 @**** removal ends 618 @**** addn ends 639 @**** removal ends 645 @**** addn ends 701 @inner loop ends
|
/external/libhevc/common/arm64/ |
ihevc_inter_pred_chroma_horz_w16out.s | 127 //******* added ends 158 //******* removal ends 686 //**** removal ends 689 //**** addn ends 714 //**** removal ends 724 //**** addn ends 780 //inner loop ends
|
/external/mesa3d/src/glsl/ |
lower_jumps.cpp | 140 * If the block ends with a jump, must be the strength of the jump. 372 * If the block ends in a conditional or unconditional break, lower 616 /* Neither code path ends in a jump that needs to be 695 /* If one of the branches ends in a jump, and control cannot [all...] |
/external/llvm/lib/Analysis/ |
LoopAccessAnalysis.cpp | 126 Ends.push_back(ScEnd); [all...] |
/cts/tests/tests/tv/src/android/media/tv/cts/ |
TvContractTest.java | 386 // Overlap 1: starts early, ends early. 389 // Overlap 2: starts early, ends late. 392 // Overlap 3: starts early, ends late. 396 // Overlap 4: starts late, ends late. 399 // Non-overlap 1: ends too early.
|
/external/clang/lib/StaticAnalyzer/Core/ |
RangeConstraintManager.cpp | 115 // 4. R starts before the intersection range and ends in the middle. 116 // 5. R starts in the middle of the intersection range and ends after it. 173 // The range starts below what's possible but ends within it. Pin. 197 // The range starts within what's possible but ends above it. Pin. 209 // The range starts above what's possible but ends within it (wrap).
|
/external/v8/src/ |
d8-posix.cc | 25 // If the buffer ends in the middle of a UTF-8 sequence then we return 27 // sequence. If the buffer ends with a valid UTF-8 sequence then we 49 // Ends in valid single-byte sequence? 51 // Ends in one or more subsequent bytes of a multi-byte value? 252 // ends with the child process being replaced with the desired child program.
|
/frameworks/av/services/camera/libcameraservice/ |
CameraFlashlight.cpp | 115 // CameraService::connect for camera ID 0 begins, calls prepareDeviceOpen, ends 289 // CameraFlashlight implementation ends 340 // ModuleFlashControl implementation ends 637 // CameraDeviceClientFlashControl implementation ends 884 // CameraHardwareInterfaceFlashControl implementation ends
|
/external/clang/include/clang/Driver/ |
CLCompatOptions.td | 189 HelpText<"Set output executable file or directory (ends in / or \\)">, 195 HelpText<"Set output object file, or directory (ends in / or \\)">, 210 HelpText<"Set output file or directory (ends in / or \\)">,
|
/external/llvm/include/llvm/Support/ |
ConvertUTF.h | 60 sourceEnd, targetEnd - respectively pointers to the ends of the 140 * Convert a partial UTF8 sequence to UTF32. If the sequence ends in an 148 * Convert a partial UTF8 sequence to UTF32. If the sequence ends in an
|
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
BasicBitmapDrawable.java | 134 * It ends with Local so as not conflict with hidden Drawable.setLayoutDirection. 148 * It ends with Local so as not conflict with hidden Drawable.onLayoutDirectionChange. 156 * It ends with Local so as not conflict with hidden Drawable.getLayoutDirection.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/ |
Standard_Suite.py | 519 """ends with - Ends with """ 577 'ends' : ends_with,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/ |
Standard_Suite.py | 519 """ends with - Ends with """ 577 'ends' : ends_with,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
posixpath.py | 66 # Insert a '/' unless the first part is empty or already ends in '/'. 72 ends with a separator.""" 85 # rest). If the path ends in '/', tail will be empty. If there is no
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
posixpath.py | 66 # Insert a '/' unless the first part is empty or already ends in '/'. 72 ends with a separator.""" 85 # rest). If the path ends in '/', tail will be empty. If there is no
|
/external/netperf/ |
netsh.c | 160 test_time, /* test ends by time */ 163 test_bytes, /* test ends on byte count */ 164 test_trans; /* test ends on tran count */ 414 test_time = 10; /* test ends by time */ 415 test_bytes = 0; /* test ends on byte count */ 416 test_trans = 0; /* test ends on tran count */
|
/frameworks/base/core/java/android/view/animation/ |
Animation.java | 99 * Set by {@link #getTransformation(long, Transformation)} when the animation ends. 129 * animation ends. 178 * The animation listener to be notified when the animation starts, ends or repeats. 564 * transformation is always applied until the animation ends. 601 * @param fillAfter true if the animation should apply its transformation after it ends 736 * @return true if the animation applies its transformation after it ends [all...] |
/bionic/tests/ |
buffer_tests.cpp | 353 // src, create data that ends exactly at an unreadable memory boundary. 374 // src, create data that ends exactly at an unreadable memory boundary.
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemTemplateElement.java | 637 /** line number where the current document event ends. 641 /** line number where the current document event ends. 646 * Return the line number where the current document event ends. 658 * Return the line number where the current document event ends. 669 /** the column number where the current document event ends. 673 /** the column number where the current document event ends. 678 * Return the column number where the current document event ends. 691 * Return the column number where the current document event ends. [all...] |
/external/clang/test/SemaObjCXX/ |
arc-templates.mm | 22 typedef T* pointer; // okay: ends up being strong. 23 typedef T& reference; // okay: ends up being strong
|
/external/google-breakpad/src/processor/ |
static_contained_range_map_unittest.cc | 181 ASSERT_FALSE(crm_map_.StoreRange( 9, 10, 4)); // begins below 1 and ends inside 193 ASSERT_FALSE(crm_map_.StoreRange(32, 10, 16)); // begins in #10, ends in #14
|