/external/openssh/ |
D | monitor_mm.c | 125 struct mm_share *mms, *next; in mm_freelist() local 127 for (mms = RB_ROOT(head); mms; mms = next) { in mm_freelist() 128 next = RB_NEXT(mmtree, head, mms); in mm_freelist() 129 RB_REMOVE(mmtree, head, mms); in mm_freelist() 131 free(mms); in mm_freelist() 133 mm_free(mmalloc, mms); in mm_freelist() 177 struct mm_share *mms, *tmp; in mm_malloc() local 186 RB_FOREACH(mms, mmtree, &mm->rb_free) { in mm_malloc() 187 if (mms->size >= size) in mm_malloc() 191 if (mms == NULL) in mm_malloc() [all …]
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/ |
D | vms_make.com | 96 $ purge/nolog [...]descrip.mms 146 $! If MMS/MMK are available dump out the descrip.mms if required 151 $ create descrip.mms 152 $ open/append out descrip.mms 244 $ create [.builds.vms]descrip.mms 245 $ open/append out [.builds.vms]descrip.mms 276 $ create [.src.autofit]descrip.mms 277 $ open/append out [.src.autofit]descrip.mms 305 $ create [.src.autohint]descrip.mms 306 $ open/append out [.src.autohint]descrip.mms [all …]
|
D | ChangeLog.20 | 187 * src/base/descrip.mms (OBJS): Add `ftmm.obj'. 188 * src/cache/descrip.mms (ftcache.obj): Dependencies added. 565 * src/base/descrip.mms (OBJS): Add ftdebug.obj. 881 * descrip.mms, src/pshinter/descrip.mms: Updates to the VMS build 1787 compile time. Modified all `rules.mk' and `descrip.mms' 2127 * descrip.mms, src/*/descrip.mms: VMS makefiles added.
|
D | ChangeLog.21 | 1216 * vms_make.com: Updated. All `descrip.mms' files are now created 1219 * src/*/descrip.mms: Removed. 1313 * src/base/Jamfile (Library), src/base/descrip.mms (OBJS), 2754 * src/base/descrip.mms (OBJS): Add ftbbox.obj. 3243 * src/cache/Jamfile (_sources), src/cache/descrip.mms: Updated. 5319 * src/base/descrip.mms, src/base/Jamfile, src/base/rules.mk: 5536 Further work on creating descrip.mms files on the fly. 5538 * builds/vms/descrip.mms, src/autohint/descrip.mms, 5539 src/type1/descrip.mms: Removed. 5582 * descrip.mms: Removed. Now created by... [all …]
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
D | SmsFacade.java | 42 import com.google.android.mms.ContentType; 43 import com.google.android.mms.InvalidHeaderValueException; 44 import com.google.android.mms.pdu.CharacterSets; 45 import com.google.android.mms.pdu.EncodedStringValue; 46 import com.google.android.mms.pdu.PduBody; 47 import com.google.android.mms.pdu.PduComposer; 48 import com.google.android.mms.pdu.PduHeaders; 49 import com.google.android.mms.pdu.PduPart; 50 import com.google.android.mms.pdu.SendReq; 296 MmsBuilder mms = new MmsBuilder(); in smsSendMultimediaMessage() local [all …]
|
/external/mesa3d/docs/ |
D | README.VMS | 11 However, feel free to create the missing "decrip.mms-files" in the other 20 mesagl. For MMS the deafult makefile is called descrip.mms, and 22 all having mms somewhere in the name which all the makefiles need 38 compiler options in the descrip.mms files.
|
/external/zlib/src/amiga/ |
D | Makefile.pup | 45 descrip.mms *.[ch] 49 zlib/Make????.??? zlib/Makefile.?? zlib/descrip.mms zlib/*.[ch]
|
/external/mesa3d/src/mesa/drivers/common/ |
D | descrip.mms | 14 .include [----]mms-config.
|
/external/mesa3d/src/mesa/swrast_setup/ |
D | descrip.mms | 15 .include [---]mms-config.
|
/external/mesa3d/src/mesa/drivers/osmesa/ |
D | descrip.mms | 18 .include [----]mms-config.
|
/external/mesa3d/src/mesa/math/ |
D | descrip.mms | 11 .include [---]mms-config.
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | descrip.mms | 18 .include [----]mms-config.
|
/external/mesa3d/src/mesa/vbo/ |
D | descrip.mms | 16 .include [---]mms-config.
|
/external/mesa3d/src/mesa/tnl/ |
D | descrip.mms | 16 .include [---]mms-config.
|
/external/mesa3d/src/mesa/program/ |
D | descrip.mms | 13 .include [---]mms-config.
|
/external/zlib/src/old/ |
D | descrip.mms | 1 # descrip.mms: MMS description file for building zlib on VMS
|
/external/zlib/src/ |
D | make_vms.com | 172 $! Build the thing plain or with mms 417 $! If MMS/MMK are available dump out the descrip.mms if required 421 $ create descrip.mms 422 $ open/append out descrip.mms
|
/external/mesa3d/src/mesa/swrast/ |
D | descrip.mms | 14 .include [---]mms-config.
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/ |
D | INSTALL | 20 2. On VMS with the `mms' build tool
|
/external/zlib/src/old/os2/ |
D | Makefile.os2 | 50 DISTFILES = README INDEX ChangeLog configure Make*[a-z0-9] *.[ch] descrip.mms \
|
/external/libpng/scripts/ |
D | README.txt | 54 descrip.mms => VMS makefile for MMS or MMK
|
D | makevms.com | 50 $! Build the thing plain or with mms/mmk
|
/external/mesa3d/src/mesa/main/ |
D | descrip.mms | 12 .include [---]mms-config.
|
/external/clang/include/clang/Driver/ |
D | Options.td | 1287 def mms_bitfields : Flag<["-"], "mms-bitfields">, Group<m_Group>, Flags<[CC1Option]>,
|
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/ |
D | mootools-more-yui-compressed.min.js | 1 …ory","file","query","fragment"],schemes:{http:80,https:443,ftp:21,rtsp:554,mms:1755,file:0},initia… property
|