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

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
CallingConvLower.h 54 /// isCustom - True if this arg/retval requires special handling.
55 bool isCustom : 1;
74 Ret.isCustom = false;
86 Ret.isCustom = true;
97 Ret.isCustom = false;
109 Ret.isCustom = true;
119 bool needsCustom() const { return isCustom; }
140 /// isCustom if it handles the arg and returns true.
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 64 /// isCustom - True if this arg/retval requires special handling.
65 unsigned isCustom : 1;
84 Ret.isCustom = false;
96 Ret.isCustom = true;
107 Ret.isCustom = false;
119 Ret.isCustom = true;
146 bool needsCustom() const { return isCustom; }
181 /// 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;
  /packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
RatingSystemsFragment.java 88 if (!s.isCustom() && s.getCountries() != null
91 } else if (s.isCustom() || parentalControlSettings.isContentRatingSystemEnabled(s)) {
139 if (!s.isCustom() && s.getCountries() != null
  /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/apps/TV/src/com/android/tv/parental/
ContentRatingSystem.java 129 public boolean isCustom() {
157 List<Order> orders, boolean isCustom) {
167 mIsCustom = isCustom;
232 public void setIsCustom(boolean isCustom) {
233 mIsCustom = isCustom;
ContentRatingsParser.java 94 boolean isCustom)
136 ratingSystems.add(parseRatingSystemDefinition(parser, domain, isCustom));
178 boolean isCustom) throws XmlPullParserException, IOException {
227 builder.setIsCustom(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/Contacts/src/com/android/contacts/model/account/
BaseAccountType.java 502 protected boolean isCustom(Integer type) {
518 } else if (isCustom(type)) {
540 protected boolean isCustom(Integer type) {
552 protected boolean isCustom(Integer type) {
    [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/model/account/
BaseAccountType.java 644 protected boolean isCustom(Integer type) {
660 } else if (isCustom(type)) {
683 protected boolean isCustom(Integer type) {
696 protected boolean isCustom(Integer type) {
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
vcs.go 532 // isCustom is true for custom import paths (those defined by HTML meta tags)
533 isCustom bool
722 isCustom: true,
get.go 405 if remote != repo && rr.isCustom {
  /prebuilts/go/linux-x86/src/cmd/go/
vcs.go 532 // isCustom is true for custom import paths (those defined by HTML meta tags)
533 isCustom bool
722 isCustom: true,
get.go 405 if remote != repo && rr.isCustom {
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
  /external/swiftshader/third_party/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 1041 milliseconds