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

<<21222324252627282930>>

  /external/webkit/WebCore/platform/
KURL.h 75 // Resolves the relative URL with the given base URL. If provided, the
76 // TextEncoding is used to encode non-ASCII characers. The base URL can be
79 // FIXME: If the base URL is invalid, this always creates an invalid
80 // URL. Instead I think it would be better to treat all invalid base URLs
81 // the same way we treate null and empty base URLs.
82 KURL(const KURL& base, const String& relative);
83 KURL(const KURL& base, const String& relative, const TextEncoding&);
95 // base of null or the empty string gives the same result as the
  /external/webkit/WebCore/rendering/
RenderRubyRun.h 43 // RenderRubyRun are 'inline-block/table' like objects,and wrap a single pairing of a ruby base with its ruby text(s).
58 RenderRubyBase* rubyBaseSafe(); // creates the base if it doesn't already exist
  /external/webkit/WebCore/workers/
DedicatedWorkerContext.cpp 76 Base::importScripts(urls, callerURL, callerLine, ec);
82 return static_cast<DedicatedWorkerThread*>(Base::thread());
  /external/webkit/WebKit/android/
TimeCounter.h 46 // function base counters
56 // file base counters
  /external/webkit/WebKit/android/nav/
CachedInput.cpp 36 CachedInput* CachedInput::Debug::base() const { function in class:android::CachedInput::Debug
56 CachedInput* b = base();
  /external/webkit/WebKitTools/Scripts/
webkit-build-directory 43 --base Show the root build directory instead of one corresponding to the current target (e.g. Debug, Release)
52 'base' => \$showBaseProductDirectory,
  /frameworks/base/core/java/android/text/style/
StyleSpan.java 30 * separate spans, or if the base style is bold and a span calls for italic,
31 * you get bold italic. You can't turn off a style from the base style.
  /frameworks/base/include/utils/
misc.h 88 void k_itoa(int value, char* str, int base);
89 char* itoa(int val, int base);
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm/
desc_32.h 63 #define GET_DESC_BASE(idx, gdt, base, lo_w, lo_b, hi_b) movb idx*8+4(gdt), lo_b; movb idx*8+7(gdt), hi_b; shll $16, base; movw idx*8+2(gdt), lo_w;
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
desc_32.h 63 #define GET_DESC_BASE(idx, gdt, base, lo_w, lo_b, hi_b) movb idx*8+4(gdt), lo_b; movb idx*8+7(gdt), hi_b; shll $16, base; movw idx*8+2(gdt), lo_w;
  /external/grub/netboot/
depca.c 87 there is only provision for two I/O base addresses on each card (0x300
90 Ethernet PROM. The shared memory base address is 'autoprobed' by
102 the base memory addresses correctly. The driver autoprobes I/O 0x300
103 then 0x200. The base memory address for the first device must be less
149 To assign a base memory address for the shared memory when running as a
243 #define DEPCA_HBASE ioaddr+0x08 /* EISA high memory base address reg. */
422 volatile s32 base; member in struct:depca_rx_desc
428 volatile s32 base; member in struct:depca_tx_desc
443 u32 rx_ring; /* Rx ring base pointer & ring length */
444 u32 tx_ring; /* Tx ring base pointer & ring length *
734 static unsigned short base[] = DEPCA_IO_PORTS; local
    [all...]
  /external/guava/javadoc/com/google/common/base/
Joiner.MapJoiner.html 58 &nbsp;<A HREF="../../../../com/google/common/base/Joiner.html" title="class in com.google.common.base"><B>PREV CLASS</B></A>&nbsp;
59 &nbsp;<A HREF="../../../../com/google/common/base/Objects.html" title="class in com.google.common.base"><B>NEXT CLASS</B></A></FONT></TD>
61 <A HREF="../../../../index.html?com/google/common/base/Joiner.MapJoiner.html" target="_top"><B>FRAMES</B></A> &nbsp;
91 com.google.common.base</FONT>
96 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>com.google.common.base.Joiner.MapJoiner</B>
99 <DT><B>Enclosing class:</B><DD><A HREF="../../../../com/google/common/base/Joiner.html" title="class in com.google.common.base">Joiner</A></DD>
136 <TD><CODE><B><A HREF="../../../../com/google/common/base/Joiner.MapJoiner.html#appendTo(A, java.util.Map)">appendTo</A></B>(A&nbsp;appendable
    [all...]
Function.html 58 &nbsp;<A HREF="../../../../com/google/common/base/FinalizableWeakReference.html" title="class in com.google.common.base"><B>PREV CLASS</B></A>&nbsp;
59 &nbsp;<A HREF="../../../../com/google/common/base/Functions.html" title="class in com.google.common.base"><B>NEXT CLASS</B></A></FONT></TD>
61 <A HREF="../../../../index.html?com/google/common/base/Function.html" target="_top"><B>FRAMES</B></A> &nbsp;
91 com.google.common.base</FONT>
137 <CODE>&nbsp;<A HREF="../../../../com/google/common/base/Function.html" title="type parameter in Function">T</A></CODE></FONT></TD>
138 <TD><CODE><B><A HREF="../../../../com/google/common/base/Function.html#apply(F)">apply</A></B>(<A HREF="../../../../com/google/common/base/Function.html" title="type parameter in Function">F</A>&nbsp;from)</CODE>
147 <TD><CODE><B><A HREF="../../../../com/google/common/base/Function.html#equals(java.lang.Object)">equals</A></B>(<A HREF="http://java.sun.com/javase/6/docs/ (…)
    [all...]
Predicate.html 58 &nbsp;<A HREF="../../../../com/google/common/base/Preconditions.html" title="class in com.google.common.base"><B>PREV CLASS</B></A>&nbsp;
59 &nbsp;<A HREF="../../../../com/google/common/base/Predicates.html" title="class in com.google.common.base"><B>NEXT CLASS</B></A></FONT></TD>
61 <A HREF="../../../../index.html?com/google/common/base/Predicate.html" target="_top"><B>FRAMES</B></A> &nbsp;
91 com.google.common.base</FONT>
95 <DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A></DD>
133 <TD><CODE><B><A HREF="../../../../com/google/common/base/Predicate.html#apply(T)">apply</A></B>(<A HREF="../../../../com/google/common/base/Predicate.html" title="type parameter in Predicate">T</A>&nbsp;input)</CODE
    [all...]
  /external/astl/src/
string.cpp 537 char *base = iter.base(); local
539 if (base < mData || base > mData + mLength || new_len < mLength) {
543 const size_type pos = base - mData;
550 // At this point 'iter' and 'base' are not valid anymore since
552 base = mData + pos;
553 std::memmove(base + 1, base, mLength - pos);
554 *base = c
    [all...]
  /frameworks/base/docs/html/guide/developing/tools/
traceview.jd 42 In the call, you specify a base name for the trace files that the system generates.
57 file called <code>&lt;trace-base-name>.trace</code>. This contains the
89 <p>After your application has run and the system has created your trace files <code>&lt;trace-base-name>.trace</code>
100 <p>To run traceview and view the trace files, enter <code>traceview &lt;trace-base-name></code>.
281 <pre>dmtracedump [-ho] [-s sortable] [-d trace-base-name] [-g outfile] &lt;trace-base-name></pre>
283 <p>The tool then loads trace log data from &lt;trace-base-name>.data and &lt;trace-base-name>.key.
293 <td><code>-d&nbsp;&lt;trace-base-name> </code></td>
309 <td><code>-d&nbsp;&lt;trace-base-name> </code></td
    [all...]
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 49 mBase = mPC = (uint32_t *)assembly->base();
65 uint32_t* ARMAssembler::base() const function in class:android::ARMAssembler
72 mBase = mPC = (uint32_t *)mAssembly->base();
86 size_t count = pc()-base();
87 uint32_t* i = base();
175 mAssembly->resize( int(pc()-base())*4 );
180 LOGI(format, name, int(pc()-base()), base(), pc(), duration);
184 int err = qemu_add_mapping(int(base()), name);
192 printf(format, name, int(pc()-base()), base(), pc(), duration)
    [all...]
  /development/simulator/app/
MainFrame.cpp 296 wxPanel* base = new wxPanel(this, wxID_ANY); local
308 displayOptSizer = new wxStaticBoxSizer(wxHORIZONTAL, base,
310 runtimeOptSizer = new wxStaticBoxSizer(wxVERTICAL, base,
312 onionSkinOptSizer = new wxStaticBoxSizer(wxVERTICAL, base,
321 new wxStaticText(base, wxID_ANY, wxT("Device mode:"),
323 pModeSelection = new wxComboBox(base, IDC_MODE_SELECT, wxT(""),
335 pUseGDB = new wxCheckBox(base, IDC_USE_GDB, wxT("Use &debugger"));
338 pUseValgrind = new wxCheckBox(base, IDC_USE_VALGRIND, wxT("Use &valgrind"));
341 pCheckJni = new wxCheckBox(base, IDC_CHECK_JNI, wxT("Check &JNI"));
344 pJavaAppName = new wxComboBox(base, IDC_JAVA_APP_NAME, wxT("")
945 wxWindow* base; local
    [all...]
  /external/libxml2/
xmlsave.c 207 const unsigned char* base = in; local
307 *inlen = in - base;
311 *inlen = in - base;
1118 if (xmlStrEqual(node->name, BAD_CAST "base"))
1879 xmlChar *base, *cur; local
    [all...]
  /external/quake/quake/src/WinQuake/
WinQuake.dsp 36 # PROP BASE Use_MFC 0
37 # PROP BASE Use_Debug_Libraries 0
38 # PROP BASE Output_Dir ".\Release"
39 # PROP BASE Intermediate_Dir ".\Release"
40 # PROP BASE Target_Dir ""
47 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
50 # ADD BASE MTL /nologo /D "NDEBUG" /win32
52 # ADD BASE RSC /l 0x409 /d "NDEBUG"
55 # ADD BASE BSC32 /nologo
58 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32. (…)
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnDictionaryImpl.java 101 /** The base frequency of user dictionary */
103 /** The base frequency of learning dictionary */
145 /** The query base strings for query operation */
147 /** The query base strings for query operation */
150 /** The query base strings for query operation */
152 /** The query base strings for query operation */
154 /** The query base strings for query operation */
156 /** The query base strings for query operation */
159 /** The query base strings for query operation */
161 /** The query base strings for query operation *
    [all...]
  /bionic/libc/arch-sh/bionic/
__get_tls.c 29 * code. Basically, the content of fs:[0] always is a pointer to the base
  /bionic/libc/arch-x86/bionic/
__get_tls.c 29 * code. Basically, the content of gs:[0] always is a pointer to the base
  /bootable/bootloader/legacy/
README 14 Common bootloader libraries and base architectures:
  /bootable/recovery/minzip/
SysUtil.h 20 void* baseAddr; /* page-aligned base address */

Completed in 155 milliseconds

<<21222324252627282930>>