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

  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 55 /// isCustom - True if this arg/retval requires special handling.
56 unsigned isCustom : 1;
75 Ret.isCustom = false;
87 Ret.isCustom = true;
98 Ret.isCustom = false;
110 Ret.isCustom = true;
120 bool needsCustom() const { return isCustom; }
141 /// isCustom if it handles the arg and returns true.
  /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/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
  /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 1322 milliseconds