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

<<51525354555657585960>>

  /sdk/eclipse/buildConfig/
build.properties 21 # bootclasspath - The base jars to compile against (typicaly rt.jar)
129 ############# BASE CONTROL #############
130 # Settings for the base Eclipse components and Java class libraries
132 # Base location for anything the build needs to compile against. For example,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectResourceItem.java 13 * Base class for Resource Item coming from an Android Project.
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
PreferencePage.java 50 "Base local debugger port:", getFieldEditorParent());
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
TableView.java 30 * Base class for view containing Table that needs to support copy, and select all.
  /sdk/emulator/keymaps/
qwerty.kcm 3 # keycode display number base caps fn caps_fn
qwerty2.kcm 17 # keycode display number base caps fn caps_fn
  /sdk/sdkmanager/libs/sdklib/tests/com/android/sdklib/internal/repository/
MockAddonPackage.java 32 * Creates a {@link MockAddonTarget} with the requested base platform and addon revision
  /system/core/include/acc/
acc.h 83 ACCvoid** base,
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
wspVer.h 52 /* base version */
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
osmemapi.c 202 pMemPtr - Pointer to the base virtual address of the allocated memory.
256 pMemPtr - Specifies the base address of a block of memory
335 pMemPtr - Pointer to the base virtual address of the allocated memory.
383 pMemPtr - Specifies the base address of a block of memory
  /external/webkit/WebKit/android/nav/
CachedRoot.cpp 1183 SkIRect& base = boundsCheck.mBounds; local
1457 CachedRoot* CachedRoot::Debug::base() const { function in class:android::CachedRoot::Debug
    [all...]
  /external/icu4c/i18n/unicode/
simpletz.h 118 * @param rawOffsetGMT The given base time zone offset to GMT.
613 * the base class method, which otherwise would be hidden.
    [all...]
  /external/qemu/telephony/
sms.c 694 bytes_t base; member in struct:SmsPDURec
703 free( pdu->base );
704 pdu->base = NULL;
1218 p->base = gsm_rope_done_acquire( rope, &size );
1219 if (p->base == NULL)
1222 p->end = p->base + size;
1223 p->tpdu = p->base + 1;
    [all...]
  /external/webkit/WebCore/platform/
KURLGoogle.cpp 188 void KURLGooglePrivate::init(const KURL& base,
192 init(base, relative.characters(), relative.length(), queryEncoding);
196 void KURLGooglePrivate::init(const KURL& base, const char* rel, int relLength,
213 const CString& baseStr = base.m_url.utf8String();
215 base.m_url.m_parsed, rel, relLength,
223 // (for example, resolving a relative URL on a non-hierarchical base), it
240 void KURLGooglePrivate::init(const KURL& base, const UChar* rel, int relLength,
249 const CString& baseStr = base.m_url.utf8String();
251 base.m_url.m_parsed, rel, relLength,
381 // Constructs a new URL given a base URL and a possibly relative input URL
    [all...]
  /external/tinyxml/
tinyxml.cpp 637 void TiXmlElement::operator=( const TiXmlElement& base )
640 base.CopyTo( this );
1283 void TiXmlComment::operator=( const TiXmlComment& base )
1286 base.CopyTo( this );
1586 TIXML_ISTREAM & operator >> (TIXML_ISTREAM & in, TiXmlNode & base)
1590 base.StreamIn( &in, &tag );
1592 base.Parse( tag.c_str(), 0, TIXML_DEFAULT_ENCODING );
1598 TIXML_OSTREAM & operator<< (TIXML_OSTREAM & out, const TiXmlNode & base)
1600 base.StreamOut (& out);
1606 std::string & operator<< (std::string& out, const TiXmlNode& base )
    [all...]
  /external/freetype/src/cff/
cffgload.c 268 builder->base = &loader->base.outline;
315 glyph->root.outline = *builder->base;
780 /* subglyph 0 = base character */
796 glyph->subglyphs = loader->base.subglyphs;
821 /* Save the left bearing, advance and glyph width of the base */
834 /* Now load `achar' on top of the base outline. */
852 /* of the base character. */
877 /* charstring_base :: The base of the charstring stream. */
926 zone->base = charstring_base
    [all...]
  /external/freetype/src/truetype/
ttgload.c 937 FT_Vector* base_vec = gloader->base.outline.points;
938 FT_UInt num_points = gloader->base.outline.n_points;
976 p1 = gloader->base.outline.points + k;
977 p2 = gloader->base.outline.points + l;
    [all...]
  /external/guava/javadoc/com/google/common/collect/
Iterables.html 154 <TD><CODE><B><A HREF="../../../../com/google/common/collect/Iterables.html#all(java.lang.Iterable, com.google.common.base.Predicate)">all</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A>&lt;T&gt;&nbsp;iterable,
155 <A HREF="../../../../com/google/common/base/Predicate.html" title="interface in com.google.common.base">Predicate</A>&lt;? super T&gt;&nbsp;predicate)</CODE>
171 <TD><CODE><B><A HREF="../../../../com/google/common/collect/Iterables.html#any(java.lang.Iterable, com.google.common.base.Predicate)">any</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A>&lt;T&gt;&nbsp;iterable,
172 <A HREF="../../../../com/google/common/base/Predicate.html" title="interface in com.google.common.base">Predicate</A>&lt;? super T&gt;&nbsp;predicate)</CODE>
352 <TD><CODE><B><A HREF="../../../../com/google/common/collect/Iterables.html#filter(java.lang.Iterable, com.google.common.base.Predicate)">filter</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A>&lt;T&gt;&nbsp;unfiltered,
353 <A HREF="../../../../com/google/common/base/Predicate.html" title="interface in com.google.common.base">Predicate</A>&lt;? super T&gt;&nbsp;predicate)</CODE>
368 <TD><CODE><B><A HREF="../../../../com/google/common/collect/Iterables.html#find(java.lang.Iterable, com.google.common.base.Predicate)">find</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Iterable.html?is (…)
    [all...]
Iterators.html 154 <TD><CODE><B><A HREF="../../../../com/google/common/collect/Iterators.html#all(java.util.Iterator, com.google.common.base.Predicate)">all</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</A>&lt;T&gt;&nbsp;iterator,
155 <A HREF="../../../../com/google/common/base/Predicate.html" title="interface in com.google.common.base">Predicate</A>&lt;? super T&gt;&nbsp;predicate)</CODE>
171 <TD><CODE><B><A HREF="../../../../com/google/common/collect/Iterators.html#any(java.util.Iterator, com.google.common.base.Predicate)">any</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</A>&lt;T&gt;&nbsp;iterator,
172 <A HREF="../../../../com/google/common/base/Predicate.html" title="interface in com.google.common.base">Predicate</A>&lt;? super T&gt;&nbsp;predicate)</CODE>
379 <TD><CODE><B><A HREF="../../../../com/google/common/collect/Iterators.html#filter(java.util.Iterator, com.google.common.base.Predicate)">filter</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</A>&lt;T&gt;&nbsp;unfiltered,
380 <A HREF="../../../../com/google/common/base/Predicate.html" title="interface in com.google.common.base">Predicate</A>&lt;? super T&gt;&nbsp;predicate)</CODE>
395 <TD><CODE><B><A HREF="../../../../com/google/common/collect/Iterators.html#find(java.util.Iterator, com.google.common.base.Predicate)">find</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Iterator.html?is (…)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/cp/
cp-tree.h 166 overridden version of a base class method, then it is assumed
168 of the base class.
348 /* The BINFO indicating the base from which the BASELINK_FUNCTIONS came. */
356 began. This base is used to determine the accessibility of functions
679 decide whether or not to construct virtual base classes. */
681 /* The name of a constructor that constructs virtual base classes. */
683 /* The name of a constructor that does not construct virtual base classes. */
686 decide whether or not to destroy virtual base classes and whether
689 /* The name of a destructor that destroys virtual base classes. */
691 /* The name of a destructor that does not destroy virtual base
846 struct c_language_function base; local
    [all...]
  /bionic/libc/tzcode/
strftime.c 463 int base; local
469 base = TM_YEAR_BASE;
477 len = isleap_sum(year, base) ?
496 ++base;
505 --base;
506 yday += isleap_sum(year, base) ?
527 pt = _yconv(year, base, 0, 1,
529 } else pt = _yconv(year, base, 1, 1,
  /build/tools/droiddoc/src/
SinceTagger.java 21 * sinceTagger.addVersion("frameworks/base/api/1.xml", "Android 1.0")
22 * sinceTagger.addVersion("frameworks/base/api/2.xml", "Android 1.5")
  /build/tools/droiddoc/templates/assets/
android-developer-docs.js 304 base = uri.substring(uri.indexOf('intl/')+5,uri.length);
305 base = base.substring(base.indexOf('/')+1, base.length);
306 //alert("intl, returning base url: /" + base);
307 return ("/" + base);
  /cts/tests/tests/view/src/android/view/cts/
ContextThemeWrapperTest.java 40 public MocContextThemeWrapper(Context base, int themeres) {
41 super(base, themeres);
  /cts/tools/dasm/src/java_cup/
production_part.java 4 * production. In this base class it contains only an optional label
44 * base class, we don't this know yet, so its an abstract method.

Completed in 197 milliseconds

<<51525354555657585960>>