Searched defs:make (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/cmds/am/
H A DAndroid.mk20 define make-notice-file
31 $(foreach file,$(files_noticed),$(eval $(call make-notice-file,$(file))))
/frameworks/base/cmds/content/
H A DAndroid.mk22 define make-notice-file
33 $(foreach file,$(files_noticed),$(eval $(call make-notice-file,$(file))))
/frameworks/av/libvideoeditor/vss/inc/
H A DM4EXIFC_CommonAPI.h84 M4OSA_Char *make; /**< manufacturer of image input equipment */ member in struct:__anon217
/frameworks/base/core/java/android/text/
H A DAlteredCharSequence.java34 public static AlteredCharSequence make(CharSequence source, char[] sub, method in class:AlteredCharSequence
101 return AlteredCharSequence.make(mSource.subSequence(start, end),
H A DBoringLayout.java28 * You will probably never want to make one of these yourself;
29 * if you do, be sure to call {@link #isBoring} first to make sure
39 public static BoringLayout make(CharSequence source, method in class:BoringLayout
49 public static BoringLayout make(CharSequence source, method in class:BoringLayout
62 * this one if it is already suitable. The caller must make sure that
84 * this one if it is already suitable. The caller must make sure that
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccController.java41 * UiccController is created with the call to make() function.
42 * UiccController is a singleton and make() must only be called once
95 public static UiccController make(Context c, CommandsInterface ci) { method in class:UiccController
98 throw new RuntimeException("UiccController.make() should only be called once");
109 "UiccController.getInstance can't be called before make()");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCommandParamsFactory.java94 void make(BerTlv berTlv) { method in class:CommandParamsFactory
182 CatLog.d(this, "make: caught ResultException e=" + e);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java133 public static Matrix_Delegate make(AffineTransform matrix) { method in class:Matrix_Delegate
965 // make a copy of the matrix
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DPduComposer.java151 public byte[] make() { method in class:PduComposer
155 /* make the message */
775 // Transaction-ID should be set(by Transaction) before make().

Completed in 209 milliseconds