HomeSort by relevance Sort by last modified time
    Searched defs:base (Results 1251 - 1275 of 1543) sorted by null

<<51525354555657585960>>

  /external/v8/src/
spaces.cc 149 Address base = reinterpret_cast<Address>(code_range_->address()); local
153 size_t size = code_range_->size() - (aligned_base - base);
317 void MemoryAllocator::FreeMemory(Address base,
330 if (isolate_->code_range()->contains(static_cast<Address>(base))) {
332 isolate_->code_range()->FreeRawMemory(base, size);
335 bool result = VirtualMemory::ReleaseRegion(base, size);
349 Address base = RoundUp(static_cast<Address>(reservation.address()), local
352 return base;
361 Address base = ReserveAlignedMemory(size, alignment, &reservation); local
362 if (base == NULL) return NULL
495 Address base = NULL; local
1017 Address base = local
2605 uintptr_t base = reinterpret_cast<uintptr_t>(page) \/ MemoryChunk::kAlignment; local
2691 uintptr_t base = reinterpret_cast<uintptr_t>(page)\/alignment; local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_x86_helpers.c 2570 UInt tiBit, base, limit; local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
priv_storage.h 119 address range [base .. base+len-1].
122 some point and {e,r}ip is in the range [base .. base+len-1], it
197 Addr base; member in struct:__anon15078
212 Addr base; member in struct:__anon15079
237 Addr base; member in struct:__anon15080
248 Addr base; member in struct:__anon15081
622 either the base object or the debug object. There are four sets
630 If we see the primary section for a given set in the base objec
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITOpcodes.cpp 888 int base = currentInstruction[2].u.operand; local
931 int base = currentInstruction[2].u.operand; local
1363 unsigned base = currentInstruction[1].u.operand; local
1549 unsigned base = currentInstruction[2].u.operand; local
    [all...]
JITOpcodes32_64.cpp 1281 int base = currentInstruction[2].u.operand; local
1323 int base = currentInstruction[2].u.operand; local
1685 int base = currentInstruction[2].u.operand; local
    [all...]
JITStubs.cpp 827 // If baseCell != base, then baseCell must be a proxy for another object.
828 if (baseCell != slot.base()) {
1505 JSObject* base = asObject(baseValue); local
2679 JSValue base = JSC::resolveBase(stackFrame.callFrame, stackFrame.args[0].identifier(), stackFrame.callFrame->scopeChain(), true); local
2690 JSValue base = stackFrame.callFrame->r(stackFrame.args[0].int32()).jsValue(); local
3051 JSObject* base; local
3242 JSObject* base = stackFrame.args[0].jsObject(); local
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLInputElement.cpp 103 // so can't wait for the base class's destructor to do it.
355 double base = m_inputType->stepBaseWithDecimalPlaces(&baseDecimalPlaces); local
363 newValue = round((base + round((newValue - base) / step) * step) * scale) / scale;
1398 double step, base; local
    [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_frame.cpp 62 Evas_Object_Smart_Clipped_Data base; member in struct:Ewk_Frame_Smart_Data
81 Eina_Iterator base; member in struct:Eina_Iterator_Ewk_Frame
197 evas_object_static_clip_set(sd->base.clipper, EINA_FALSE);
198 evas_object_move(sd->base.clipper, 0, 0);
199 evas_object_resize(sd->base.clipper, 0, 0);
202 sd->region = evas_object_rectangle_add(sd->base.evas);
262 evas_object_resize(sd->base.clipper, w, h);
384 EINA_MAGIC_SET(&it->base, EINA_MAGIC_ITERATOR);
385 it->base.next = FUNC_ITERATOR_NEXT(_ewk_frame_children_iterator_next);
386 it->base.get_container = FUNC_ITERATOR_GET_CONTAINER(_ewk_frame_children_iterator_get_container)
    [all...]
ewk_tiled_backing_store.c 75 Evas_Object_Smart_Clipped_Data base; member in struct:_Ewk_Tiled_Backing_Store_Data
90 } cur, old, base, zoom_center; member in struct:_Ewk_Tiled_Backing_Store_Data::__anon16346::__anon16348
98 } base; member in struct:_Ewk_Tiled_Backing_Store_Data::__anon16350
496 long m_col = priv->model.base.col + col;
497 long m_row = priv->model.base.row + row;
582 x = priv->view.offset.base.x + priv->view.x + tw *col;
583 y = priv->view.offset.base.y + priv->view.y + th *row;
804 priv->view.offset.base.x = 0;
805 priv->view.offset.base.y = 0;
807 priv->model.base.col = 0
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/
main.c 90 int *base, *def, *nultrans, NUL_ec, tblend, firstfree, **dss, *dfasiz; variable
533 _( " %d/%d base-def entries created\n" ),
1100 base = allocate_integer_array( current_max_dfas );
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java 626 final int base = pi.protectionLevel & PermissionInfo.PROTECTION_MASK_BASE; local
627 if (base < startProtectionLevel
628 || base > endProtectionLevel) {
    [all...]
  /frameworks/base/services/java/com/android/server/
WallpaperManagerService.java 995 final String base = new File(getWallpaperDir(userId), WALLPAPER_INFO).getAbsolutePath(); local
    [all...]
  /hardware/samsung_slsi/exynos5/include/
sec_g2d.h 247 uint32_t base; member in struct:__s5p_img
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 109 hwc_composer_device_1_t base; member in struct:exynos5_hwc_composer_device_1_t
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 1026 int base = mRow * mColumns; local
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
Conversation.java 1257 String base = uri.getSchemeSpecificPart(); local
    [all...]
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java 462 * If we have just recorded a smaple, this adds it to the media data base
544 final int base = cur.getInt(0); local
547 values.put(MediaStore.Audio.Playlists.Members.PLAY_ORDER, Integer.valueOf(base + audioId));
623 Uri base = MediaStore.Audio.Media.EXTERNAL_CONTENT_URI; local
624 Log.d(TAG, "ContentURI: " + base);
625 Uri result = resolver.insert(base, cv);
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_lib.h 112 NJ_UINT16 base; member in struct:__anon21419
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
seq_event.h 402 unsigned int base; /**< skew base */ member in struct:snd_seq_queue_skew
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
videodev.h 153 void *base; member in struct:video_buffer
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seq_event.h 402 unsigned int base; /**< skew base */ member in struct:snd_seq_queue_skew
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videodev.h 153 void *base; member in struct:video_buffer
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seq_event.h 402 unsigned int base; /**< skew base */ member in struct:snd_seq_queue_skew
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videodev.h 153 void *base; member in struct:video_buffer
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
videodev.h 150 void *base; member in struct:video_buffer

Completed in 943 milliseconds

<<51525354555657585960>>