HomeSort by relevance Sort by last modified time
    Searched defs:mem (Results 26 - 50 of 95) sorted by null

12 3 4

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_rwops.h 86 } mem; member in union:SDL_RWops::__anon5991
103 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromMem(void *mem, int size);
104 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromConstMem(const void *mem, int size);
  /external/webkit/JavaScriptCore/jit/
ExecutableAllocator.h 258 Allocation mem = systemAlloc(allocSize); local
259 m_pools.append(mem);
260 m_freePtr = mem.pages;
  /frameworks/base/media/libstagefright/
StagefrightMediaScanner.cpp 186 sp<IMemory> mem = mRetriever->extractAlbumArt(); local
188 if (mem != NULL) {
189 MediaAlbumArt *art = static_cast<MediaAlbumArt *>(mem->pointer());
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_rwops.h 86 } mem; member in union:SDL_RWops::__anon11344
103 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromMem(void *mem, int size);
104 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromConstMem(const void *mem, int size);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_rwops.h 86 } mem; member in union:SDL_RWops::__anon12346
103 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromMem(void *mem, int size);
104 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromConstMem(const void *mem, int size);
  /prebuilt/windows/sdl/include/SDL/
SDL_rwops.h 86 } mem; member in union:SDL_RWops::__anon15825
103 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromMem(void *mem, int size);
104 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromConstMem(const void *mem, int size);
  /build/tools/droiddoc/src/
LinkReference.java 137 String mem; local
140 mem = text.substring(1, linkend);
144 mem = text.substring(pound+1, linkend);
148 mem = null;
154 if (mem != null) {
155 index = mem.indexOf('(');
159 len = mem.length();
170 char c = mem.charAt(i);
200 String s = mem.substring(typestart, typeend);
228 mem = mem.substring(0, index)
    [all...]
  /cts/tools/test-progress-new/src/testprogress2/
TestTargetNew.java 177 ExecutableMemberDoc mem = findMethodSignatureIn(sig, targetClass); local
178 if (mem != null) {
179 return mem;
186 mem = findTargetMethodInSelfAndSupers(sig, iface);
187 if (mem != null) {
188 return mem;
194 mem = findTargetMethodInSelfAndSupers(sig, superclass);
195 if (mem != null) {
196 return mem;
  /dalvik/vm/
LinearAlloc.c 100 static inline u4* getBlockHeader(void* mem)
102 return ((u4*) mem) -1;
401 void* mem = dvmLinearAlloc(classLoader, len+1); local
402 memcpy(mem, str, len+1);
404 dvmLinearSetReadOnly(classLoader, mem);
405 return (char*) mem;
417 void* dvmLinearRealloc(Object* classLoader, void* mem, size_t newSize)
420 return realloc(mem, newSize);
422 /* make sure we have the right region (and mem != NULL) */
423 assert(mem != NULL)
    [all...]
  /external/bluetooth/glib/tests/
memchunks.c 62 gpointer mem);
87 GMemArea *next; /* the next mem area */
88 GMemArea *prev; /* the previous mem area */
89 gulong index; /* the current index into the "mem" array */
90 gulong free; /* the number of free bytes in this mem area */
92 gulong mark; /* is this mem area marked for deletion */
93 gchar mem[MEM_AREA_SIZE]; /* the mem array from which atoms get allocated member in struct:_GMemArea
95 * the mem chunk "area_size". ANSI says that it
111 GMemArea *mem_areas; /* a list of all the mem areas owned by this chunk *
231 gpointer mem; local
366 gpointer mem; local
426 gpointer mem; local
523 gulong mem; local
    [all...]
  /external/chromium/third_party/icu/source/common/
ubidi_props.c 32 UDataMemory *mem; member in struct:UBiDiProps
134 bdpProto.mem=udata_openChoice(NULL, UBIDI_DATA_TYPE, UBIDI_DATA_NAME, isAcceptable, &bdpProto, pErrorCode);
141 udata_getMemory(bdpProto.mem),
142 udata_getLength(bdpProto.mem),
145 udata_close(bdpProto.mem);
193 udata_close(bdp->mem);
  /external/chromium/third_party/icu/source/test/cintltst/
trietest.c 822 int32_t mem[UTRIE_DUMMY_SIZE/4]; local
839 utrie_unserializeDummy(&trie, mem, sizeof(mem), initialValue, leadUnitValue, make16BitTrie, &errorCode);
  /external/chromium/third_party/icu/source/tools/genrb/
reslist.c 37 uint32_t res_write(UNewDataMemory *mem, struct SResource *res,
69 static uint32_t string_write(UNewDataMemory *mem, struct SResource *res,
71 udata_write32(mem, res->u.fString.fLength);
72 udata_writeUString(mem, res->u.fString.fChars, res->u.fString.fLength + 1);
73 udata_writePadding(mem, calcPadding(res->fSize));
79 static uint32_t alias_write(UNewDataMemory *mem, struct SResource *res,
81 udata_write32(mem, res->u.fString.fLength);
82 udata_writeUString(mem, res->u.fString.fChars, res->u.fString.fLength + 1);
83 udata_writePadding(mem, calcPadding(res->fSize));
88 static uint32_t array_write(UNewDataMemory *mem, struct SResource *res
313 UNewDataMemory *mem = NULL; local
    [all...]
  /external/dbus/dbus/
dbus-memory.c 165 * Whether to turn off mem pools, useful for leak checking.
470 void *mem; local
471 mem = malloc (bytes);
473 if (mem)
476 return mem;
523 void *mem; local
524 mem = calloc (bytes, 1);
526 if (mem)
529 return mem;
600 void *mem; local
    [all...]
  /external/dbus/tools/
dbus-cleanup-sockets.c 53 void *mem; local
58 mem = malloc (bytes);
60 if (mem == NULL)
67 return mem;
73 void *mem; local
81 mem = realloc (old, bytes);
83 if (mem == NULL)
90 return mem;
  /external/grub/stage2/
boot.c 322 /* Check the mem= option to limit memory used for initrd. */
324 char *mem; local
326 mem = grub_strstr (arg, "mem=");
327 if (mem)
329 char *value = mem + 4;
397 between two options and a space after a "mem=" option isn't
401 That is, copy "mem=XXX" to the end of the command-line, and
412 the "mem" option to the kernel command line. This has its
419 enough. The "mem" option is added if neither of th
    [all...]
  /external/icu4c/common/
ubidi_props.c 32 UDataMemory *mem; member in struct:UBiDiProps
134 bdpProto.mem=udata_openChoice(NULL, UBIDI_DATA_TYPE, UBIDI_DATA_NAME, isAcceptable, &bdpProto, pErrorCode);
141 udata_getMemory(bdpProto.mem),
142 udata_getLength(bdpProto.mem),
145 udata_close(bdpProto.mem);
193 udata_close(bdp->mem);
  /external/icu4c/test/cintltst/
trietest.c 822 int32_t mem[UTRIE_DUMMY_SIZE/4]; local
839 utrie_unserializeDummy(&trie, mem, sizeof(mem), initialValue, leadUnitValue, make16BitTrie, &errorCode);
  /external/icu4c/tools/toolutil/
toolutil.cpp 213 UToolMemory *mem; local
219 mem=(UToolMemory *)uprv_malloc(sizeof(UToolMemory)+initialCapacity*size);
220 if(mem==NULL) {
224 mem->array=mem->staticArray;
226 uprv_strcpy(mem->name, name);
227 mem->capacity=initialCapacity;
228 mem->maxCapacity=maxCapacity;
229 mem->size=size;
230 mem->idx=0
    [all...]
  /external/kernel-headers/original/linux/
kexec.h 49 unsigned long mem; /* User space sees this as a (void *) ... */ member in struct:kexec_segment
57 compat_ulong_t mem; /* User space sees this as a (void *) ... */ member in struct:compat_kexec_segment
  /external/libnfc-nxp/src/
phFriNfc_MifStdFormat.c 331 void *mem = NULL; local
359 PH_FRINFC_MFSTD_FMT_AUTH_SEND_BUF_DEF(mem);
364 PH_FRINFC_MFSTD_FMT_AUTH_SEND_BUF_NFCSECT_KEYA(mem);
369 PH_FRINFC_MFSTD_FMT_AUTH_SEND_BUF_SCRT_KEY(mem);
375 PH_FRINFC_MFSTD_FMT_AUTH_SEND_BUF_MADSECT_KEYA(mem);
515 PHNFC_UNUSED_VARIABLE(mem);
862 uint32_t mem = PH_FRINFC_MFSTD_FMT_VAL_0; local
    [all...]
  /external/v8/test/cctest/
test-mark-compact.cc 50 byte* mem = NewArray<byte>(20*kPointerSize); local
51 Address low = reinterpret_cast<Address>(mem);
69 DeleteArray(mem);
  /frameworks/base/libs/camera/
ICamera.cpp 127 void releaseRecordingFrame(const sp<IMemory>& mem)
132 data.writeStrongBinder(mem->asBinder());
299 sp<IMemory> mem = interface_cast<IMemory>(data.readStrongBinder()); local
300 releaseRecordingFrame(mem);
  /frameworks/base/services/camera/libcameraservice/
CameraHardwareStub.cpp 242 void CameraHardwareStub::releaseRecordingFrame(const sp<IMemory>& mem)
290 sp<MemoryBase> mem = new MemoryBase(mRawHeap, 0, w * h * 3 / 2); local
293 mDataCb(CAMERA_MSG_RAW_IMAGE, mem, mCallbackCookie);
298 sp<MemoryBase> mem = new MemoryBase(heap, 0, kCannedJpegSize); local
300 mDataCb(CAMERA_MSG_COMPRESSED_IMAGE, mem, mCallbackCookie);
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
ExemptionMechanismTest.java 227 Mock_ExemptionMechanism mem = new Mock_ExemptionMechanism(null, null, "Name"); local
228 assertNotNull(mem);
229 mem = null;

Completed in 1157 milliseconds

12 3 4