Home
last modified time | relevance | path

Searched refs:lookup (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/base/core/java/android/text/method/
DDialerKeyListener.java55 protected int lookup(KeyEvent event, Spannable content) { in lookup() method in DialerKeyListener
69 int match = super.lookup(event, content); in lookup()
DNumberKeyListener.java43 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/
DAutoText.java111 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/
DScript.cpp473 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()
DScriptCached.h88 void *lookup(const char *name);
DScriptCached.cpp116 void *ScriptCached::lookup(const char *name) { in lookup() function in bcc::ScriptCached
DScriptCompiled.h92 void *lookup(const char *name);
DScriptCompiled.cpp111 void *ScriptCompiled::lookup(const char *name) { in lookup() function in bcc::ScriptCompiled
DScript.h166 void *lookup(const char *name);
Dbcc.cpp186 void *addr = unwrap(script)->lookup(funcname); in bccGetFuncAddr()
/frameworks/native/libs/utils/
DREADME76 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/
Dtext-fields.jd7 paste) and data lookup via auto-completion.</p>
/frameworks/compile/slang/
Dslang_rs_context.cpp151 clang::DeclContext::lookup_const_result R = TUDecl->lookup(II); in processExportType()
/frameworks/compile/libbcc/
DREADME.rst89 symbol lookup
/frameworks/base/docs/html/tools/help/
Dadt.jd269 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/
Daesync.jd158 annotations, respectively, indicate the field used as a lookup key for this
/frameworks/base/docs/html/guide/practices/app-design/
Djni.jd529 <li><b>Dynamic lookup of native functions</b>
606 <li>For lazy method lookup, failing to declare C++ functions
Dperformance.jd211 field lookup. (Note that this optimization only applies to primitive types and
/frameworks/base/docs/html/guide/practices/
Djni.jd529 <li><b>Dynamic lookup of native functions</b>
606 <li>For lazy method lookup, failing to declare C++ functions
Dperformance.jd211 field lookup. (Note that this optimization only applies to primitive types and
/frameworks/base/docs/html/guide/topics/connectivity/
Dbluetooth.jd696 <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/
Dlocalization.jd410 <h4>Use the Android Context object for manual locale lookup</h4>
/frameworks/base/tests/DumpRenderTree/assets/results/
Dlayout_tests_failed.txt269 /sdcard/android/layout_tests/fast/dom/Window/window-lookup-precedence.html
Dlayout_tests_passed.txt1680 /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/
Dsitemap.txt4465 http://developer.android.com/resources/samples/Wiktionary/res/menu/lookup.html
5489 http://developer.android.com/resources/samples/Wiktionary/res/layout/lookup.html

12