Home
last modified time | relevance | path

Searched refs:Find (Results 1 – 6 of 6) sorted by relevance

/sdk/
Dchanges.txt38 * Find Android API calls that require a version of Android higher
42 * Find object allocations within onDraw, onMeasure and onLayout
44 * Find usages of HashMap<Integer,X> which can be replaced by the
46 * Find typos in XML namespace declarations, as well as unused custom
49 * Find manifest files which declare more than one <uses-sdk>
59 * Find hardcoded android:debuggable attributes on <application>
62 * Find errors in format strings. This includes inconsistencies
65 * Find incorrect casts in Java code where the cast is incompatible
67 * Find hardcoded references to "/sdcard" in Java code; these should
70 * Find "import android.R" statements in Java code, which can lead to
[all …]
/sdk/emulator/qtools/
Dparse_options-inl.h35 if (sym == NULL || included_procedures.Find(sym->name) == 0) in IsValidEvent()
39 if (sym == NULL || excluded_procedures.Find(sym->name)) in IsValidEvent()
85 return included_procedures.Find(sym->name); in IsIncludedProcedure()
94 return excluded_procedures.Find(sym->name); in IsExcludedProcedure()
Dhash_table.h25 T Find(const char *key);
150 typename HashTable<T>::value_type HashTable<T>::Find(const char *key) in Find() function
Dtrace_reader.h1262 region_type *existing_region = hash_->Find(event->path); in HandlePidEvent()
1278 DexFileList *dexfile = dex_hash_->Find(event->path); in HandlePidEvent()
/sdk/eclipse/
DREADME_WINDOWS.txt9 Then in Eclipse, you can use Help > Software Updates > Find and Install > Search for new Features >…
Dchanges.txt8 * Find misspellings in English string files
11 * Find private key files placed in directories where they end up
13 * Find usages of "dp" units with the font property textSize
14 * Find invalid selector files where a later state is fully covered
16 * Find incorrect use of the SecureRandom object (where it is
110 * LogCat: Ctrl + F now brings up a Find dialog to find items (rather