/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
regex.h | 533 ENDS. Subsequent matches using BUFFER and REGS will use this memory 534 for recording register information. STARTS and ENDS must be
|
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/ |
ostream | 116 basic_ostream<charT,traits>& ends(basic_ostream<charT,traits>& os); 1030 ends(basic_ostream<_CharT, _Traits>& __os)
|
/external/freetype/src/sfnt/ |
ttcmap.c | 837 FT_Byte *ends, *starts, *offsets, *deltas, *glyph_ids; local 901 ends = table + 14; 910 p = ends + ( num_segs - 1 ) * 2; 920 FT_Byte* p_end = ends; [all...] |
/external/llvm/lib/Transforms/Scalar/ |
JumpThreading.cpp | 283 // block ends in a switch, decrease its cost to make it more likely to happen. 624 /// GetBestDestForBranchOnUndef - If we determine that the specified block ends [all...] |
/external/pdfium/third_party/freetype/src/sfnt/ |
ttcmap.c | 837 FT_Byte *ends, *starts, *offsets, *deltas, *glyph_ids; local 901 ends = table + 14; 910 p = ends + ( num_segs - 1 ) * 2; 920 FT_Byte* p_end = ends; [all...] |
/libcore/luni/src/main/java/java/util/ |
DualPivotQuicksort.java | 288 * swap internal pivot values to ends 566 * swap internal pivot values to ends [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/ |
bfd.info | 40 * BFD back ends:: BFD back ends 55 BFD is split into two parts: the front end, and the back ends (one 61 * The back ends provide BFD its view of the real world. Each back 63 maintain its canonical form. The back ends also may keep around 198 internally. This means that the BFD back ends cannot maintain all 206 to the back ends. When a file is read in one format, the canonical form 212 commonality between back ends, there is no information lost when 300 File: bfd.info, Node: BFD front end, Next: BFD back ends, Prev: Overview, Up: Top [all...] |
gccint.info | 59 front ends for new languages. It corresponds to the compilers 68 GCC front ends are written (*note Languages::). It then describes the 70 GCC front ends, and how support for a target system is implemented in 82 * Languages:: Languages for which GCC front ends are written. 87 * GENERIC:: Language-independent representation generated by Front Ends [all...] |
/external/boringssl/win-x86_64/crypto/bn/ |
modexp512-x86_64.asm | 1872 .text$ ENDS 1879 .pdata ENDS 1886 .xdata ENDS
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
DB_Results.java | 308 void ends(String log) { method in class:DB_Results.LogWriter 310 throw new RuntimeException("Invalid call to ends (missing corresponding starts call)!"); //$NON-NLS-1$ [all...] |
/external/icu/icu4c/source/common/ |
ucnv_u7.c | 300 * The base64 sequence ends with any character that is not in the base64 alphabet. 827 * is, a name that ends with a Unicode 16-bit octet MUST end with a "- [all...] |
uts46.cpp | 371 // label ends with "-" 471 // label ends with "-" 754 // label ends with "-" [all...] |
/external/llvm/docs/ |
ExceptionHandling.rst | 14 front-ends or dealing directly with the information. Further, this document 199 - C++ front-ends use this to implement C++ exception specifications, such as 214 - C++ front-ends use this for calling objects' destructors.
|
/external/llvm/lib/Support/ |
regcomp.c | 240 /* tidy up loose ends and fill things in */ 638 } else if (c == '$') /* $ (but not \$) ends it */ [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineLoadStoreAlloca.cpp | [all...] |
/external/pcre/dist/doc/ |
pcregrep.1 | 433 string ends with a newline sequence the output ends at the end of that line. 446 the ends of lines. They are the single-character sequences CR (carriage return) [all...] |
pcregrep.txt | 482 If the matched string ends with a newline sequence the output 483 ends at the end of that line. 498 indicating the ends of lines. They are the single-character [all...] |
/frameworks/base/docs/html/guide/topics/resources/ |
animation-resource.jd | 154 <em>float, int, or color</em>. <strong>Required</strong>. The value where the animated property ends. Colors are represented 229 <em>float, int, or color</em>. <strong>Required</strong>. The value where the animation ends. Colors are represented 689 <dd>The rate of change starts and ends slowly but accelerates through the [all...] |
/ndk/sources/host-tools/ndk-stack/regex/ |
regcomp.c | 224 /* tidy up loose ends and fill things in */ 594 } else if (c == '$') /* $ (but not \$) ends it */ [all...] |
/packages/apps/Settings/src/com/android/settings/widget/ |
MatchParentShrinkingLinearLayout.java | 285 * Set padding displayed on both ends of dividers. [all...] |
/art/cmdline/ |
token_range.h | 30 // interiors of the vector, so a typical copy constructor never ends up doing a deep copy.
|
/art/compiler/optimizing/ |
live_ranges_test.cc | 186 // First range starts from the definition and ends at the if block.
|
/art/runtime/ |
dex_instruction.h | 482 // Determine if this instruction ends execution of its basic block.
|
/art/runtime/gc/space/ |
space.h | 274 // Current address at which the space ends, which may vary as the space is filled.
|
/bionic/libc/arch-arm/krait/bionic/ |
strcmp.S | 423 /* The syndrome value may contain false ones if the string ends
|