HomeSort by relevance Sort by last modified time
    Searched full:base (Results 1401 - 1425 of 4489) sorted by null

<<51525354555657585960>>

  /external/webkit/WebCore/platform/
Scrollbar.h 47 // Must be implemented by platforms that can't simply use the Scrollbar base class. Right now the only platform that is not using the base class is GTK.
  /external/webkit/WebCore/platform/graphics/chromium/
FontLinux.cpp 635 // Base will point to the x offset for the current script run. Note that, in
637 int base = walker.rtl() ? walker.widthOfFullRun() : 0; local
638 const int leftEdge = base;
651 base -= walker.width();
658 fromX = base + walker.xPositions()[glyph];
665 toX = base + walker.xPositions()[glyph];
671 base += walker.width();
675 const int rightEdge = base;
  /external/webkit/WebKit/android/nav/
CachedHistory.cpp 134 CachedHistory* CachedHistory::Debug::base() const { function in class:android::CachedHistory::Debug
152 CachedHistory* b = base();
CachedLayer.cpp 93 CachedLayer* CachedLayer::Debug::base() const { function in class:android::CachedLayer::Debug
99 CachedLayer* b = base();
  /external/webkit/WebKit/chromium/public/
WebString.h 42 #include <base/nullable_string16.h>
43 #include <base/string16.h>
  /external/webkit/WebKitTools/CygwinDownloader/
cygwin-downloader.py 94 line = "category: Base\n"
95 if "Base" in set(line[10:-1].split()):
  /external/webkit/WebKitTools/Scripts/
detect-mismatched-virtual-const 33 # virtual void Base::doStuff() const;
38 # via a base class pointer.
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
chromium_linux.py 77 base = self.path_from_chromium_base()
78 if os.path.exists(os.path.join(base, 'sconsbuild')):
  /external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/
dispatch.py 88 for base in files:
89 path = os.path.join(root, base)
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_gnutls.c 166 int crypto_mod_exp(const u8 *base, size_t base_len,
175 if (gcry_mpi_scan(&bn_base, GCRYMPI_FMT_USG, base, base_len, NULL) !=
  /frameworks/base/core/java/com/google/android/mms/pdu/
Base64.java 32 * The base length.
148 * @param data The base-64 encoded data to groom
  /frameworks/base/include/binder/
IBinder.h 38 * Base class and low-level protocol for a remotable object.
63 * @a descriptor. If it does, the base pointer to it is returned,
  /frameworks/base/include/ui/
KeycodeLabels.h 120 // frameworks/base/core/java/android/view/KeyEvent.java
122 // frameworks/base/core/res/res/values/attrs.xml
  /frameworks/base/tools/localize/
Perforce.cpp 99 Perforce::GetResourceFileNames(const string& version, const string& base,
111 cmd << " \"" << base << '/' << apps[i] << "/res/values/strings.xml@" << version << '"';
  /frameworks/base/tools/preload/
WritePreloadedClassFile.java 27 * Writes /frameworks/base/preloaded-classes. Also updates
58 out.write("# Automatically generated by frameworks/base/tools/preload/"
  /hardware/libhardware/
hardware.c 30 /** Base path of the hal modules */
36 * of base "ro.product.board", "ro.board.platform" and "ro.arch" would be:
  /hardware/libhardware/include/hardware/
copybit.h 110 /* base of buffer with image */
111 void *base; member in struct:copybit_image_t
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 64 /** The default base name for downloaded files if we can't get one at the HTTP level */
78 * base filename from the sequence number
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/xml/
AndroidManifest.java 121 * package base name (e.g. com.foo), returns the relative activity name that would be used
125 * @param packageName The project base package name, e.g. "com.foo"
  /system/core/libcutils/
tzstrftime.c 413 int base; local
419 base = TM_YEAR_BASE;
427 len = isleap_sum(year, base) ?
446 ++base;
455 --base;
456 yday += isleap_sum(year, base) ?
477 pt = _yconv(year, base, 0, 1,
479 } else pt = _yconv(year, base, 1, 1,
  /external/v8/src/x64/
assembler-x64.h 289 // [base + disp/r]
290 Operand(Register base, int32_t disp);
292 // [base + index*scale + disp/r]
293 Operand(Register base,
316 inline void set_sib(ScaleFactor scale, Register index, Register base);
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
NativeHeapPanel.java 318 // remove the base of the library address
    [all...]
  /external/bluetooth/glib/gio/xdgmime/
xdgmime.c 753 const char *base)
759 return _xdg_mime_cache_mime_type_subclass (mime, base);
762 ubase = _xdg_mime_unalias_mime_type (base);
794 const char *base)
798 return _xdg_mime_mime_type_subclass (mime, base);
  /external/elfutils/config/
depcomp 35 base=`echo "$object" | sed -e 's,^.*/,,' -e 's,\.\([^.]*\)$,.P\1,'`
41 depfile="$dir.deps/$base"
216 base=`echo "$object" | sed -e 's/\.o$/.d/' -e 's/\.lo$/.d/'`
217 tmpdepfile1="$base.o.d"
218 tmpdepfile2="$base.d"
  /external/icu4c/i18n/
stsearch.cpp 58 // m_search_ has been created by the base SearchIterator class
93 // m_search_ has been created by the base SearchIterator class
121 // m_search_ has been created by the base SearchIterator class
156 // m_search_ has been created by the base SearchIterator class
188 // m_search_ has been created by the base SearchIterator class

Completed in 360 milliseconds

<<51525354555657585960>>