Searched defs:make (Results 1 - 7 of 7) 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/media/libvideoeditor/vss/inc/
H A DM4EXIFC_CommonAPI.h84 M4OSA_Char *make; /**< manufacturer of image input equipment */ member in struct:__anon1501
/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/base/telephony/java/com/android/internal/telephony/cat/
H A DCommandParamsFactory.java93 void make(BerTlv berTlv) { method in class:CommandParamsFactory
/frameworks/base/core/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().
/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

Completed in 148 milliseconds