/frameworks/base/core/java/android/text/method/ |
D | DialerKeyListener.java | 55 protected int lookup(KeyEvent event, Spannable content) { in lookup() method in DialerKeyListener 69 int match = super.lookup(event, content); in lookup()
|
D | NumberKeyListener.java | 43 protected int lookup(KeyEvent event, Spannable content) { in lookup() method in NumberKeyListener 113 int i = event != null ? lookup(event, content) : 0; in onKeyDown()
|
/frameworks/base/core/java/android/text/ |
D | AutoText.java | 111 return getInstance(view).lookup(src, start, end); in get() 132 private String lookup(CharSequence src, final int start, final int end) { in lookup() method in AutoText
|
/frameworks/compile/libbcc/lib/ExecutionEngine/ |
D | Script.cpp | 473 void *Script::lookup(const char *name) { in lookup() function in bcc::Script 476 return mCompiled->lookup(name); in lookup() 480 return mCached->lookup(name); in lookup()
|
D | ScriptCached.h | 88 void *lookup(const char *name);
|
D | ScriptCached.cpp | 116 void *ScriptCached::lookup(const char *name) { in lookup() function in bcc::ScriptCached
|
D | ScriptCompiled.h | 92 void *lookup(const char *name);
|
D | ScriptCompiled.cpp | 111 void *ScriptCompiled::lookup(const char *name) { in lookup() function in bcc::ScriptCompiled
|
D | Script.h | 166 void *lookup(const char *name);
|
D | bcc.cpp | 186 void *addr = unwrap(script)->lookup(funcname); in bccGetFuncAddr()
|
/frameworks/native/libs/utils/ |
D | README | 76 Resource IDs and lookup 94 (portrait). During lookup, every constraint set is matched against the 176 (PackageManagerService.java) and used during resource lookup. The 230 The idmap format is designed for lookup performance. However, leading
|
/frameworks/base/docs/html/design/building-blocks/ |
D | text-fields.jd | 7 paste) and data lookup via auto-completion.</p>
|
/frameworks/compile/slang/ |
D | slang_rs_context.cpp | 151 clang::DeclContext::lookup_const_result R = TUDecl->lookup(II); in processExportType()
|
/frameworks/compile/libbcc/ |
D | README.rst | 89 symbol lookup
|
/frameworks/base/docs/html/tools/help/ |
D | adt.jd | 269 widgets for easy lookup of desired UI widgets.</dd> 408 for easier lookup. The main features of the palette include:</p>
|
/frameworks/base/docs/html/training/cloudsync/ |
D | aesync.jd | 158 annotations, respectively, indicate the field used as a lookup key for this
|
/frameworks/base/docs/html/guide/practices/app-design/ |
D | jni.jd | 529 <li><b>Dynamic lookup of native functions</b> 606 <li>For lazy method lookup, failing to declare C++ functions
|
D | performance.jd | 211 field lookup. (Note that this optimization only applies to primitive types and
|
/frameworks/base/docs/html/guide/practices/ |
D | jni.jd | 529 <li><b>Dynamic lookup of native functions</b> 606 <li>For lazy method lookup, failing to declare C++ functions
|
D | performance.jd | 211 field lookup. (Note that this optimization only applies to primitive types and
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | bluetooth.jd | 696 <p>Upon this call, the system will perform an SDP lookup on the remote device in 697 order to match the UUID. If the lookup is successful and the remote device
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | localization.jd | 410 <h4>Use the Android Context object for manual locale lookup</h4>
|
/frameworks/base/tests/DumpRenderTree/assets/results/ |
D | layout_tests_failed.txt | 269 /sdcard/android/layout_tests/fast/dom/Window/window-lookup-precedence.html
|
D | layout_tests_passed.txt | 1680 /sdcard/android/layout_tests/fast/js/lexical-lookup-in-function-constructor.html 2180 /sdcard/android/layout_tests/fast/forms/form-collection-lookup.html
|
/frameworks/base/docs/html/ |
D | sitemap.txt | 4465 http://developer.android.com/resources/samples/Wiktionary/res/menu/lookup.html 5489 http://developer.android.com/resources/samples/Wiktionary/res/layout/lookup.html
|