HomeSort by relevance Sort by last modified time
    Searched refs:isCustom (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 56 /// isCustom - True if this arg/retval requires special handling.
57 unsigned isCustom : 1;
76 Ret.isCustom = false;
88 Ret.isCustom = true;
99 Ret.isCustom = false;
111 Ret.isCustom = true;
138 bool needsCustom() const { return isCustom; }
159 /// isCustom if it handles the arg and returns true.
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
ReplyFromAccount.java 43 private static final String IS_CUSTOM_FROM = "isCustom";
54 String replyTo, boolean isDefault, boolean isCustom) {
61 this.isCustomFrom = isCustom;
  /development/apps/CustomLocale/src/com/android/customlocale2/
CustomLocaleActivity.java 184 if (((LocaleInfo) o).isCustom()) {
324 mRemoveLocaleButton.setEnabled(info.isCustom());
424 public LocaleInfo(String locale, String displayName, boolean isCustom) {
427 mIsCustom = isCustom;
438 public boolean isCustom() {
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
FallbackSource.java 500 protected boolean isCustom(Integer type) {
516 } else if (isCustom(type)) {
538 protected boolean isCustom(Integer type) {
573 protected boolean isCustom(Integer type) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
BaseAccountType.java 504 protected boolean isCustom(Integer type) {
520 } else if (isCustom(type)) {
542 protected boolean isCustom(Integer type) {
554 protected boolean isCustom(Integer type) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 434 milliseconds