/ndk/sources/host-tools/make-3.81/ |
vmsify.c | 454 if (*s2 == ':') /* translation ends in ':' */ 466 if (*s2 == ']') /* translation ends in ']' */ 468 if (*(s2-1) == '.') /* ends in '.]' */
|
/packages/apps/Calendar/src/com/android/calendar/ |
Event.java | 568 // An event that ends at the start minute should not be considered 594 // Append the location to the title, unless the title ends with the 595 // location (for example, "meeting in building 42" ends with the
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
Standard_Suite.py | 651 """ends with - Ends with """ 731 'ends' : ends_with,
|
/external/llvm/lib/CodeGen/ |
MachineBasicBlock.cpp | [all...] |
LiveInterval.cpp | 194 // Otherwise, if this segment ends in the middle of, or right next 417 // Advance the iterator that ends first to check for more overlaps. 869 // segments in the main range as segments start/ends come up in the subranges. 906 // have multiple begins/ends at the same position. Ends take precedence over 934 // Merge multiple ends at the same position. [all...] |
IfConversion.cpp | 145 /// at the ends of both paths. 235 // blockAlwaysFallThrough - Block ends without a terminator. 512 // Ends with an unconditional branch. It will be removed. 591 // Now, in preparation for counting duplicate instructions at the ends of the 609 // Count duplicate instructions at the ends of the blocks. 774 // Unanalyzable or ends with fallthrough or unconditional branch, or if is not [all...] |
StackColoring.cpp | 99 /// Which slots ENDs in each basic block. 312 // Forward propagation from begins to ends. 322 // Reverse propagation from ends to begins.
|
/external/zlib/src/examples/ |
zlib_how.html | 318 /* Decompress from file source to file dest until stream ends or EOF. 368 /* decompress until deflate stream ends or end of file */ 440 The inner <tt>do</tt>-loop ends when <tt>inflate()</tt> has no more output as indicated 447 The outer <tt>do</tt>-loop ends when <tt>inflate()</tt> reports that it has reached the 469 That ends the routines that directly use <em>zlib</em>. The following routines make this
|
/frameworks/base/core/java/android/view/ |
ViewPropertyAnimator.java | 763 * layer type of the View will be restored when the animation ends to what it was when this 768 * value when the animation ends.</p> [all...] |
/frameworks/support/v4/java/android/support/v4/view/ |
ViewPropertyAnimatorCompat.java | 749 * Specifies an action to take place when the next animation ends. The action is only 750 * run if the animation ends normally; if the ViewPropertyAnimator is canceled during 772 * @param runnable The action to run when the next animation ends. [all...] |
/external/icu/icu4c/source/i18n/ |
usearch.cpp | [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
SimpleTimeZone.java | 22 * example, if Daylight Savings Time starts or ends at the last Sunday in a month, use 427 * ends at the last (-1) Sunday in October, at 2 AM in standard time, 460 * when DST ends in local wall time, which is daylight 483 * when DST ends in local wall time, which is daylight 509 * Savings Time ends at the first Sunday in November, at 2 AM in standard time. [all...] |
GregorianCalendar.java | 63 * on December 29, 1997, and ends on January 4, 1998. If, however, 65 * starts on January 4, 1998, and ends on January 10, 1998; the first three days 630 * field). That's because the ends of the representable range are at [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
XMLString.java | 298 * Tests if this string ends with the specified suffix. 637 * Removes white space from both ends of this string. 655 * begins with the character at index <i>k</i> and ends with the
|
XMLStringDefault.java | 355 * Tests if this string ends with the specified suffix. 748 * Removes white space from both ends of this string. 766 * begins with the character at index <i>k</i> and ends with the
|
/external/clang/lib/Frontend/ |
InitPreprocessor.cpp | 47 // Per GCC -D semantics, the macro ends at \n if it exists. 231 // ends up being defined in terms of the correct type. 251 // ends up being defined in terms of the correct type. [all...] |
/external/google-breakpad/src/testing/gtest/test/ |
gtest_output_test_.cc | 787 // name ends with DeathTest are run first. 795 // case name ends with DeathTest are run first. 813 // whose test case name ends with DeathTest are run first.
|
/external/gtest/test/ |
gtest_output_test_.cc | 799 // name ends with DeathTest are run first. 807 // case name ends with DeathTest are run first. 825 // whose test case name ends with DeathTest are run first.
|
/external/icu/icu4c/source/tools/toolutil/ |
ucmstate.c | [all...] |
/external/protobuf/gtest/test/ |
gtest_output_test_.cc | 899 // name ends with DeathTest are run first. 907 // case name ends with DeathTest are run first. 925 // whose test case name ends with DeathTest are run first. [all...] |
/external/protobuf/src/google/protobuf/io/ |
coded_stream.cc | 372 // Optimization: We're also safe if the buffer is non-empty and it ends 416 // Optimization: We're also safe if the buffer is non-empty and it ends 469 // Optimization: We're also safe if the buffer is non-empty and it ends
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteSession.java | 88 * then yielding ends the current transaction, commits its changes, releases the 378 * Ends the current transaction and commits or rolls back changes. 452 * Temporarily ends a transaction to let other threads have use of [all...] |
/frameworks/opt/net/voip/src/java/android/net/sip/ |
SipAudioCall.java | 645 * Ends a call. [all...] |
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_output_test_.cc | 799 // name ends with DeathTest are run first. 807 // case name ends with DeathTest are run first. 825 // whose test case name ends with DeathTest are run first.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
cpplib.h | 671 ends. Also used to store CPP identifiers, which are a superset of 691 unsigned char rid_code; /* Rid code - for front ends. */ 703 ends. */ [all...] |