HomeSort by relevance Sort by last modified time
    Searched refs:mm (Results 101 - 125 of 502) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/svox/pico/lib/
picoctrl.c 263 picoos_MemoryManager mm) {
271 mm = mm; /* fix warning "var not used in this function"*/
274 picodata_disposeProcessingUnit(this->common->mm,&ctrl->procUnit[i]);
275 picodata_disposeCharBuffer(this->common->mm, &ctrl->procCbOut[i]);
278 picoos_deallocate(this->common->mm, (void *) &this->subObj);
325 ctrl->procCbOut[newPU] = picodata_newCharBuffer(this->common->mm,
339 ctrl->procUnit[newPU] = picotok_newTokenizeUnit(this->common->mm,
344 ctrl->procUnit[newPU] = picopr_newPreprocUnit(this->common->mm,
349 ctrl->procUnit[newPU] = picowa_newWordAnaUnit(this->common->mm,
    [all...]
picoctrl.h 54 picoos_MemoryManager mm,
60 picoos_MemoryManager mm,
  /external/kernel-headers/original/asm-generic/
tlb.h 6 * Based on code from mm/memory.c Copyright Linus Torvalds and others.
36 /* struct mmu_gather is an opaque type used by the mm code for passing around
40 struct mm_struct *mm; member in struct:mmu_gather
43 unsigned int fullmm; /* non-zero means full mm flush */
54 tlb_gather_mmu(struct mm_struct *mm, unsigned int full_mm_flush)
58 tlb->mm = mm;
146 #define tlb_migrate_finish(mm) do {} while (0)
  /hardware/qcom/media/mm-video/vidc/vdec/
Android.mk 61 libmm-vdec-inc += $(TARGET_OUT_HEADERS)/mm-core/omxcore
76 # Make the apps-test (mm-vdec-omx-test)
80 mm-vdec-test-inc := $(TARGET_OUT_HEADERS)/mm-core/omxcore
81 mm-vdec-test-inc += $(LOCAL_PATH)/inc
84 LOCAL_MODULE := mm-vdec-omx-test
86 LOCAL_C_INCLUDES := $(mm-vdec-test-inc)
95 # Make the driver-test (mm-video-driver-test)
99 mm-vdec-drv-test-inc := $(TARGET_OUT_HEADERS)/mm-core/omxcor
    [all...]
  /packages/apps/Email/tests/src/com/android/emailcommon/internet/
MimeMessageTest.java 99 SimpleDateFormat format = new SimpleDateFormat("EEE, dd MMM yyyy HH:mm:ss Z", Locale.US);
458 MimeMessage mm = null; local
459 mm = new MimeMessage(new ByteArrayInputStream(
461 assertTrue(mm.getMimeType(), MimeUtility.mimeTypeMatches("text/html",mm.getMimeType()));
462 assertEquals(new Date(-27723480000L),mm.getSentDate());
463 assertEquals("<testabcd.1234@silly.test>",mm.getMessageId());
464 Address[] toAddresses = mm.getRecipients(MimeMessage.RecipientType.TO);
471 //assertEquals("pete@silly.test",mm.getFrom()[0].getAddress());
483 MimeMessage mm = null local
504 MimeMessage mm = null; local
523 MimeMessage mm = null; local
541 MimeMessage mm = null; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/
DeviceSelectorView.java 72 IMenuManager mm = actionBars.getMenuManager(); local
73 mm.removeAll();
74 mm.add(RefreshWindowsAction.getAction());
81 mm.add(LoadViewHierarchyAction.getAction());
85 mm.add(InspectScreenshotAction.getAction());
89 mm.updateAll(true);
  /bionic/libc/kernel/common/asm-generic/
pgtable-nopud.h 31 #define pgd_populate(mm, pgd, pud) do { } while (0)
39 #define pud_alloc_one(mm, address) NULL
tlb.h 29 struct mm_struct *mm; member in struct:mmu_gather
44 #define tlb_migrate_finish(mm) do {} while (0)
  /development/ndk/platforms/android-3/include/asm-generic/
pgtable-nopud.h 27 #define pgd_populate(mm, pgd, pud) do { } while (0)
33 #define pud_alloc_one(mm, address) NULL
tlb.h 23 struct mm_struct *mm; member in struct:mmu_gather
36 #define tlb_migrate_finish(mm) do {} while (0)
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.h 60 RuntimeDyldELF(RTDyldMemoryManager *mm)
61 : RuntimeDyldImpl(mm), LoadedObject(0) {}
RuntimeDyldMachO.h 63 RuntimeDyldMachO(RTDyldMemoryManager *mm) : RuntimeDyldImpl(mm) {}
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm-generic/
pgtable-nopud.h 27 #define pgd_populate(mm, pgd, pud) do { } while (0)
33 #define pud_alloc_one(mm, address) NULL
tlb.h 23 struct mm_struct *mm; member in struct:mmu_gather
36 #define tlb_migrate_finish(mm) do {} while (0)
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm-generic/
pgtable-nopud.h 27 #define pgd_populate(mm, pgd, pud) do { } while (0)
33 #define pud_alloc_one(mm, address) NULL
tlb.h 23 struct mm_struct *mm; member in struct:mmu_gather
36 #define tlb_migrate_finish(mm) do {} while (0)
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm-generic/
pgtable-nopud.h 27 #define pgd_populate(mm, pgd, pud) do { } while (0)
33 #define pud_alloc_one(mm, address) NULL
tlb.h 23 struct mm_struct *mm; member in struct:mmu_gather
36 #define tlb_migrate_finish(mm) do {} while (0)
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm-generic/
pgtable-nopud.h 27 #define pgd_populate(mm, pgd, pud) do { } while (0)
33 #define pud_alloc_one(mm, address) NULL
tlb.h 23 struct mm_struct *mm; member in struct:mmu_gather
36 #define tlb_migrate_finish(mm) do {} while (0)
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm-generic/
pgtable-nopud.h 27 #define pgd_populate(mm, pgd, pud) do { } while (0)
33 #define pud_alloc_one(mm, address) NULL
tlb.h 23 struct mm_struct *mm; member in struct:mmu_gather
36 #define tlb_migrate_finish(mm) do {} while (0)
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm-generic/
pgtable-nopud.h 27 #define pgd_populate(mm, pgd, pud) do { } while (0)
33 #define pud_alloc_one(mm, address) NULL
tlb.h 23 struct mm_struct *mm; member in struct:mmu_gather
36 #define tlb_migrate_finish(mm) do {} while (0)
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm-generic/
pgtable-nopud.h 27 #define pgd_populate(mm, pgd, pud) do { } while (0)
33 #define pud_alloc_one(mm, address) NULL

Completed in 263 milliseconds

1 2 3 45 6 7 8 91011>>