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

  /external/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.
  /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) {
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.m 428 BOOL isCustom = NO;
543 isCustom = YES;
567 if (!isCustom) {
650 BOOL isCustom = NO;
699 isCustom = YES;
766 if (!isCustom) {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
BaseAccountType.java 503 protected boolean isCustom(Integer type) {
519 } else if (isCustom(type)) {
541 protected boolean isCustom(Integer type) {
576 protected boolean isCustom(Integer type) {
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 712 bool isCustom = false;
    [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 368 milliseconds