| /external/llvm/include/llvm/Analysis/ |
| BranchProbabilityInfo.h | 134 /// \brief Track the set of blocks that always lead to a cold call.
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| ScheduleDAGSDNodes.cpp | 268 SDNode *Lead = Loads[0]; 270 if (AddGlue(Lead, InGlue, true, DAG)) 271 InGlue = SDValue(Lead, Lead->getNumValues() - 1); [all...] |
| /external/llvm/utils/unittest/googletest/include/gtest/internal/ |
| gtest-linked_ptr.h | 38 // - Like all reference counting schemes, cycles lead to leaks.
|
| /external/mesa3d/src/gtest/include/gtest/internal/ |
| gtest-linked_ptr.h | 38 // - Like all reference counting schemes, cycles lead to leaks.
|
| /external/open-vcdiff/gtest/include/gtest/internal/ |
| gtest-linked_ptr.h | 38 // - Like all reference counting schemes, cycles lead to leaks.
|
| /external/protobuf/gtest/include/gtest/internal/ |
| gtest-linked_ptr.h | 38 // - Like all reference counting schemes, cycles lead to leaks.
|
| /external/regex-re2/re2/ |
| walker-inl.h | 69 // Like Walk, but doesn't use Copy. This can lead to
|
| /external/skia/src/core/ |
| SkPictureRecord.h | 129 * allocation overhead but could lead to more wasted space (the tail
|
| /frameworks/base/docs/html/training/custom-views/ |
| optimizing-view.jd | 49 allocations in {@link android.view.View#onDraw onDraw()}, because allocations may lead to a garbage
|
| /frameworks/base/services/java/com/android/server/wm/ |
| DimLayer.java | 134 * @return True if the duration would lead to an earlier end to the current animation.
|
| /libcore/luni/src/test/java/libcore/java/lang/reflect/ |
| OldAndroidClassTest.java | 219 // as the separator between outer and inner class, so this might lead
|
| /ndk/sources/host-tools/sed-4.2.1/lib/ |
| sys_stat.in.h | 338 this can lead to race conditions between the check and the
|
| /ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
| gtest-linked_ptr.h | 38 // - Like all reference counting schemes, cycles lead to leaks.
|
| /packages/apps/Contacts/res/values/ |
| dimens.xml | 155 <!-- Width of the lead margin on the left of a block quote inside a stream item -->
|
| /packages/experimental/PrintApp/src/foo/bar/print/ |
| PrintActivity.java | 190 // fit. This does not lead to losing data as PDF is a vector format.
|
| /external/chromium_org/third_party/icu/source/common/ |
| ucnvlat1.c | 279 /* this is an unmatched lead code unit (1st surrogate) */ 359 * or runs into a lead byte. 402 * For Latin-1, there is at most exactly one lead byte because of the
|
| /external/icu4c/common/ |
| ucnvlat1.c | 280 /* this is an unmatched lead code unit (1st surrogate) */ 360 * or runs into a lead byte. 403 * For Latin-1, there is at most exactly one lead byte because of the
|
| normalizer2impl.cpp | 536 // get the decomposition and the lead and trail cc's 707 * a forward-combining "lead" character, 711 * If the lead and trail characters combine, then this function returns [all...] |
| /external/icu4c/test/cintltst/ |
| utf8tst.c | 109 log_err("ERROR: 0x%02x is a single byte but results in single: %c lead: %c trail: %c\n", 114 log_err("ERROR: 0x%02x is a lead byte but results in single: %c lead: %c trail: %c\n", 119 log_err("ERROR: 0x%02x is a trail byte but results in single: %c lead: %c trail: %c\n", 466 /* U8_SET_CP_LIMIT moves from a non-lead byte to the limit of the code point */ [all...] |
| /external/chromium_org/third_party/icu/source/test/intltest/ |
| usettest.cpp | [all...] |
| /external/icu4c/test/intltest/ |
| usettest.cpp | [all...] |
| /external/chromium/chrome/browser/safe_browsing/ |
| safe_browsing_service.cc | 507 // would lead to an infinite loop in DatabaseLoadComplete(), and even if it 534 // database isn't going to be closed properly, which could lead to corruption. 633 // copies of these pointers, so deleting them might lead to accessing garbage. [all...] |
| /external/chromium_org/chrome/browser/safe_browsing/ |
| database_manager.cc | 204 // database isn't going to be closed properly, which could lead to corruption. 606 // have copies of these pointers, so deleting them might lead to accessing 653 // would lead to an infinite loop in DatabaseLoadComplete(), and even if it [all...] |
| /external/flac/include/FLAC/ |
| format.h | 708 /**< The number of lead-in samples. */ 737 FLAC__STREAM_METADATA_PICTURE_TYPE_LEAD_ARTIST = 7, /**< Lead artist/lead performer/soloist */ [all...] |
| /external/junit/ |
| README.html | 358 <p>With this beta release, a failed assumption will lead to the test being marked as passing, 360 In the future, this may change, and a failed assumption may lead to the test being ignored: 376 state assumptions clearly, lead to a new kind of statement of intent,
|