Home
last modified time | relevance | path

Searched refs:make (Results 1 – 25 of 84) sorted by relevance

1234

/packages/inputmethods/LatinIME/tools/make-keyboard-text/res/src/com/android/inputmethod/keyboard/internal/
DKeyboardTextsTable.tmpl25 * This file is generated by tools/make-keyboard-text. The base template file is
26 * tools/make-keyboard-text/res/src/com/android/inputmethod/keyboard/internal/
32 * tools/make-keyboard-text/res/values-<locale>/donottranslate-more-keys.xml
36 * $ mmm packages/inputmethods/LatinIME/tools/make-keyboard-text
37 * $ make-keyboard-text -java packages/inputmethods/LatinIME/java
/packages/apps/Camera/jni/feature_stab/doc/
Ddbreg_API_doxyfile160 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
225 # Objective-C, Python, Fortran, VHDL, C, C++. For instance to make doxygen treat
236 # func(std::string) {}). This also make the inheritance and collaboration
254 # will make doxygen to replace the get and set methods by a property in the
727 # Note: To get rid of all source code in the generated output, make sure also
859 # HTML output directory. Running make will produce the docset in that
860 # directory and running "make install" will install the docset in
1249 # The names of the make variables in the generated doxyrules.make file
1251 # This is useful so different doxyrules.make files included by the same
1404 # using DOT_FONTNAME. You need need to make sure dot is able to find the font,
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile160 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
225 # Objective-C, Python, Fortran, VHDL, C, C++. For instance to make doxygen treat
236 # func(std::string) {}). This also make the inheritance and collaboration
254 # will make doxygen to replace the get and set methods by a property in the
727 # Note: To get rid of all source code in the generated output, make sure also
859 # HTML output directory. Running make will produce the docset in that
860 # directory and running "make install" will install the docset in
1249 # The names of the make variables in the generated doxyrules.make file
1251 # This is useful so different doxyrules.make files included by the same
1404 # using DOT_FONTNAME. You need need to make sure dot is able to find the font,
/packages/apps/Camera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile160 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
225 # Objective-C, Python, Fortran, VHDL, C, C++. For instance to make doxygen treat
236 # func(std::string) {}). This also make the inheritance and collaboration
254 # will make doxygen to replace the get and set methods by a property in the
727 # Note: To get rid of all source code in the generated output, make sure also
859 # HTML output directory. Running make will produce the docset in that
860 # directory and running "make install" will install the docset in
1249 # The names of the make variables in the generated doxyrules.make file
1251 # This is useful so different doxyrules.make files included by the same
1404 # using DOT_FONTNAME. You need need to make sure dot is able to find the font,
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile160 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
225 # Objective-C, Python, Fortran, VHDL, C, C++. For instance to make doxygen treat
236 # func(std::string) {}). This also make the inheritance and collaboration
254 # will make doxygen to replace the get and set methods by a property in the
727 # Note: To get rid of all source code in the generated output, make sure also
859 # HTML output directory. Running make will produce the docset in that
860 # directory and running "make install" will install the docset in
1249 # The names of the make variables in the generated doxyrules.make file
1251 # This is useful so different doxyrules.make files included by the same
1404 # using DOT_FONTNAME. You need need to make sure dot is able to find the font,
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpService.java55 mAvrcp = Avrcp.make(this); in start()
56 mStateMachine = A2dpStateMachine.make(this, this); in start()
DA2dpSinkService.java50 mStateMachine = A2dpSinkStateMachine.make(this, this); in start()
DA2dpStateMachine.java139 static A2dpStateMachine make(A2dpService svc, Context context) { in make() method in A2dpStateMachine
DA2dpSinkStateMachine.java143 static A2dpSinkStateMachine make(A2dpSinkService svc, Context context) { in make() method in A2dpSinkStateMachine
/packages/apps/Mms/src/com/android/mms/transaction/
DNotificationTransaction.java259 sendPdu(new PduComposer(mContext, notifyRespInd).make(), mContentLocation); in sendNotifyRespInd()
261 sendPdu(new PduComposer(mContext, notifyRespInd).make()); in sendNotifyRespInd()
DRetrieveTransaction.java286 sendPdu(new PduComposer(mContext, acknowledgeInd).make(), mContentLocation); in sendAcknowledgeInd()
288 sendPdu(new PduComposer(mContext, acknowledgeInd).make()); in sendAcknowledgeInd()
DReadRecTransaction.java88 byte[] postingData = new PduComposer(mContext, readRecInd).make(); in run()
DSendTransaction.java114 new PduComposer(mContext, sendReq).make()); in run()
/packages/inputmethods/LatinIME/tools/make-keyboard-text/etc/
DAndroid.mk18 LOCAL_PREBUILT_EXECUTABLES := make-keyboard-text
Dmake-keyboard-text36 jarfile=make-keyboard-text.jar
/packages/inputmethods/LatinIME/tools/make-keyboard-text/
DAndroid.mk22 LOCAL_MODULE := make-keyboard-text
/packages/inputmethods/LatinIME/native/jni/
Drun-tests.sh57 make -j16 adb $target_test_name $host_test_name
/packages/apps/FMRadio/src/com/android/fmradio/
DFmMainActivity.java548 FmSnackBar.make(FmMainActivity.this, title, null, null, in editFavorite()
900 FmSnackBar.make(FmMainActivity.this, title, action, listener, in onActivityResult()
/packages/apps/FMRadio/src/com/android/fmradio/views/
DFmSnackBar.java86 public static synchronized FmSnackBar make(Context context, String title, String actionName, in make() method in FmSnackBar
/packages/providers/CalendarProvider/tests/
DEMMA_README14 # - make -j8
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterState.java96 public static AdapterState make(AdapterService service, AdapterProperties adapterProperties) { in make() method in AdapterState
DAdapterService.java351 mAdapterStateMachine = AdapterState.make(this, mAdapterProperties); in onCreate()
391 mBondStateMachine = BondStateMachine.make(this, mAdapterProperties, mRemoteDevices); in processStart()
DBondStateMachine.java81 public static BondStateMachine make(AdapterService service, in make() method in BondStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetService.java62 mStateMachine = HeadsetStateMachine.make(this); in start()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientService.java64 mStateMachine = HeadsetClientStateMachine.make(this); in start()

1234