HomeSort by relevance Sort by last modified time
    Searched defs:base (Results 1201 - 1225 of 1449) sorted by null

<<41424344454647484950>>

  /external/webkit/Source/JavaScriptCore/jit/
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;
1402 double step, base; local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 1028 int base = walker.rtl() ? walker.widthOfFullRun() : 0; 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::__anon14998::__anon15000
98 } base; member in struct:_Ewk_Tiled_Backing_Store_Data::__anon15002
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/services/java/com/android/server/
WallpaperManagerService.java 876 final String base = getWallpaperDir(userId) + "\/" + WALLPAPER_INFO; local
    [all...]
  /gdk/samples/quake/jni/
common.cpp 84 The "base directory" is the path to the directory holding the quake.exe and all game directories. The sys_* files pass this to host_init in quakeparms_t->basedir. This can be overridden with the "-basedir" command line parm to allow code debugging in a different directory. The base directory is
858 // Get the "base" part of a path, make sure we don't exceed outSize bytes
886 // end now points one character beyond the end of the base part of the file.
1452 { // if not a registered version, don't ever go beyond base
1570 char base[32]; local
1580 // extract the filename base name for hunk tag
1581 COM_FileBase (path, base, sizeof(base));
1584 buf = (byte*) Hunk_AllocName (len+1, base);
    [all...]
pr_cmds.cpp 139 vec3_t base, transformed; local
173 base[0] = bounds[i][0];
176 base[1] = bounds[j][1];
179 base[2] = bounds[k][2];
182 transformed[0] = xvector[0]*base[0] + yvector[0]*base[1];
183 transformed[1] = xvector[1]*base[0] + yvector[1]*base[1];
184 transformed[2] = base[2];
    [all...]
  /hardware/msm7k/libcamera/
QualcommCameraHardware.cpp 1165 uint8_t *base = (uint8_t *)mPreviewHeap->mHeap->base(); local
1196 uint8_t *base = (uint8_t *)mRawHeap->mHeap->base(); local
1436 uint8_t *base = (uint8_t *)mJpegHeap->mHeap->base(); local
2119 void *base = mHeap->base(); local
2166 void *base = mHeap->base(); local
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp 234 VideoHeap::VideoHeap(int fd, size_t size, void* base)
237 init(dup(fd), base, size, 0 , "/dev/pmem_adsp"); local
    [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 1233 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:__anon19679
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
videodev.h 150 void *base; member in struct:video_buffer
  /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/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
videodev.h 150 void *base; member in struct:video_buffer
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
videodev.h 150 void *base; member in struct:video_buffer

Completed in 2207 milliseconds

<<41424344454647484950>>