Searched refs:Find (Results 1 – 6 of 6) sorted by relevance
38 * Find Android API calls that require a version of Android higher42 * Find object allocations within onDraw, onMeasure and onLayout44 * Find usages of HashMap<Integer,X> which can be replaced by the46 * Find typos in XML namespace declarations, as well as unused custom49 * 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 inconsistencies65 * Find incorrect casts in Java code where the cast is incompatible67 * Find hardcoded references to "/sdcard" in Java code; these should70 * Find "import android.R" statements in Java code, which can lead to[all …]
35 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()
25 T Find(const char *key);150 typename HashTable<T>::value_type HashTable<T>::Find(const char *key) in Find() function
1262 region_type *existing_region = hash_->Find(event->path); in HandlePidEvent()1278 DexFileList *dexfile = dex_hash_->Find(event->path); in HandlePidEvent()
9 Then in Eclipse, you can use Help > Software Updates > Find and Install > Search for new Features >…
8 * Find misspellings in English string files11 * Find private key files placed in directories where they end up13 * Find usages of "dp" units with the font property textSize14 * Find invalid selector files where a later state is fully covered16 * Find incorrect use of the SecureRandom object (where it is110 * LogCat: Ctrl + F now brings up a Find dialog to find items (rather