/external/webkit/JavaScriptCore/icu/unicode/ |
unorm.h | 103 * already conform to FCD and do not need to be normalized (NFD) for such a process. The FCD quick check will 227 * Performing quick check on a string, to quickly determine if the string is 252 * Performing quick check on a string; same as unorm_quickCheck but 533 * are quick-checked for FCD.
|
/external/webkit/WebCore/icu/unicode/ |
unorm.h | 103 * already conform to FCD and do not need to be normalized (NFD) for such a process. The FCD quick check will 227 * Performing quick check on a string, to quickly determine if the string is 252 * Performing quick check on a string; same as unorm_quickCheck but 533 * are quick-checked for FCD.
|
/external/webkit/WebCore/rendering/ |
RenderRubyBase.cpp | 168 // Quick check whether we have anything to do, to simplify the following code.
|
/external/webkit/WebKit/mac/icu/unicode/ |
unorm.h | 103 * already conform to FCD and do not need to be normalized (NFD) for such a process. The FCD quick check will 227 * Performing quick check on a string, to quickly determine if the string is 252 * Performing quick check on a string; same as unorm_quickCheck but 533 * are quick-checked for FCD.
|
/frameworks/base/docs/html/guide/samples/ |
index.jd | 76 including how to provide search suggestions for Quick Search Box.</dd>
|
/frameworks/base/docs/html/resources/articles/ |
speech-input.jd | 24 quick tap on the SMS popup window. Here is Speech input integrated into
|
index.jd | 95 <dt><a href="{@docRoot}resources/articles/qsb.html">Quick Search Box</a></dt> 96 <dd>Quick Search Box (QSB) is a powerful, system-wide search framework. QSB makes it possible for users to quickly and easily find what they're looking for, both on their devices and on the web. This article discusses how to work with the QSB framework to add new search results for an installed application.</dd>
|
/frameworks/base/docs/html/resources/samples/ |
index.jd | 74 including how to provide search suggestions for Quick Search Box.</dd>
|
/frameworks/base/media/java/android/media/ |
Ringtone.java | 35 * Ringtone provides a quick method for playing a ringtone, notification, or
|
/packages/apps/Settings/src/com/android/settings/ |
ApplicationSettings.java | 80 // No hard keyboard, remove the setting for quick launch
|
/external/v8/src/ |
jsregexp.h | 514 // Details of a quick mask-compare check that can look ahead in the 553 // How many characters do we have quick check information from. This is 560 // If set to true, there is no way this quick check can match at all. 578 // Emits some quick code that checks whether the preloaded characters match. 580 // If the node cannot make a quick check it does nothing and returns false. [all...] |
jsregexp.cc | [all...] |
/dalvik/vm/mterp/c/ |
gotoTargets.c | 396 ILOGV("|invoke-virtual-quick-range args=%d @0x%04x {regs=v%d-v%d}", 401 ILOGV("|invoke-virtual-quick args=%d @0x%04x {regs=0x%04x %x}", 446 ILOGV("|invoke-super-quick-range args=%d @0x%04x {regs=v%d-v%d}", 450 ILOGV("|invoke-super-quick args=%d @0x%04x {regs=0x%04x %x}", 727 * including "quick" variants. [all...] |
/external/skia/src/images/ |
fpdfemb.h | 645 // Start drawing a quick preview of a page 665 // It's often useful to present user a quick preview of a page, right after the 667 // page, so it'll be rather quick to finish this process. 674 // Continue a quick draw processing 771 // limit, then FPDFEMB will use downsampling for quick drawing, otherwise, if [all...] |
/dalvik/vm/mterp/out/ |
InterpC-armv4t.c | [all...] |
InterpC-armv5te-vfp.c | [all...] |
InterpC-armv5te.c | [all...] |
InterpC-armv7-a-neon.c | [all...] |
InterpC-armv7-a.c | [all...] |
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
CipherSuite.java | 242 // array for quick access to cipher suite by code 274 // hash for quick access to cipher suite by name
|
/dalvik/vm/ |
IndirectRefTable.h | 46 * These can be a little slower, but must still be pretty quick: 162 * TODO: consider a "lastDeleteIndex" for quick hole-filling when an
|
/external/bison/doc/ |
refcard.tex | 1 % Bison Quick Reference 308 \title{Bison Quick Reference}
|
/external/clearsilver/util/ |
skiplist.c | 535 x = skipLock(list, key, save, level); /* quick search for key */ 594 x = skipLock(list, key, save, level); /* quick search for key */
|
/external/icu4c/test/intltest/ |
cpdtrtst.cpp | 215 /* Quick test getTargetSet(), only test that it doesn't die. TODO: a better test. */ 223 /* Quick test getSourceSet(), only test that it doesn't die. TODO: a better test. */
|
/packages/apps/Camera/res/values/ |
strings.xml | 240 <!-- Settings menu, enable quick capture mode or not --> 241 <string name="pref_camera_quickcapture_title">Quick capture</string>
|