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

<<41424344454647484950>>

  /development/ndk/platforms/android-3/include/linux/
videodev.h 150 void *base; member in struct:video_buffer
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
StylesheetHandler.java 269 * Set the base ID (URL or system ID) for the stylesheet
273 * @param baseID Base URL for this stylesheet.
281 * Get the base ID (URI or system ID) from where relative
1420 String base = (String) (m_baseIdentifiers.isEmpty() local
    [all...]
  /external/bluetooth/bluedroid/btif/include/
btif_hl.h 114 tBTA_HL_MDL_CFG base; member in struct:__anon2413
  /external/bzip2/
bzip2.c 255 double base = 1.0; local
258 sum += base * (double)(n->b[i]);
259 base *= 256.0;
    [all...]
bzlib_private.h 407 Int32 base [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE]; member in struct:__anon3020
  /external/chromium/net/socket/
client_socket_pool_base_unittest.cc 7 #include "base/callback.h"
8 #include "base/compiler_specific.h"
9 #include "base/memory/ref_counted.h"
10 #include "base/memory/scoped_vector.h"
11 #include "base/message_loop.h"
12 #include "base/string_number_conversions.h"
13 #include "base/string_util.h"
14 #include "base/threading/platform_thread.h"
15 #include "net/base/net_errors.h"
16 #include "net/base/net_log.h
457 const TestClientSocketPoolBase* base() const { return &base_; } function in class:net::__anon4586::TestClientSocketPool
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
gflags.cc 312 // Leading 0x puts us in base 16. But leading 0 does not put us in base 8!
314 int base = 10; // by default local
316 base = 16;
321 const int64 r = strtoint64(value, &end, base);
329 const int64 r = strtoint64(value, &end, base);
337 const uint64 r = strtouint64(value, &end, base);
546 // ".../myproject/base/logging.cc" ==> "base/logging.cc"
    [all...]
  /external/chromium/testing/gmock/test/
gmock-matchers_test.cc 544 class Base {};
545 class Derived : public Base {};
569 // are pointers or references to a derived and a base class, correspondingly.
572 Matcher<Base*> m1 = Eq(&d);
577 Matcher<Base&> m3 = Ref(d);
966 // used wherever Ref(base) can be used (Ref(derived) is a sub-type
967 // of Ref(base), but not vice versa.
970 Base base, base2; local
972 Matcher<const Base&> m1 = Ref(base)
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h 1136 ThreadWithParamBase* const base = this; local
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 29 /// BaseSubobjectInfo - Represents a single base subobject in a complete class.
39 /// If a base is virtual, it will only have one BaseSubobjectInfo allocated.
41 /// Class - The class for this base info.
44 /// IsVirtual - Whether the BaseInfo represents a virtual base or not.
47 /// Bases - Information about the base subobjects.
50 /// PrimaryVirtualBaseInfo - Holds the base info for the primary virtual base
51 /// of this base info (if one exists).
73 /// base subobject.
76 /// ComputeEmptySubobjectSizes - Compute the size of the largest base o
1209 const CXXRecordDecl *base = I->getType()->getAsCXXRecordDecl(); local
1269 const CXXRecordDecl *base = I->getType()->getAsCXXRecordDecl(); local
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 56 void AppendVTablePointer(BaseSubobject Base, llvm::Constant *VTable,
91 void ConstStructBuilder::AppendVTablePointer(BaseSubobject Base,
96 CGM.getVTableContext().getVTableLayout(VTableClass).getAddressPoint(Base);
105 AppendBytes(Base.getBaseOffset(), VTableAddressPoint);
461 for (CXXRecordDecl::base_class_const_iterator Base = CD->bases_begin(),
462 BaseEnd = CD->bases_end(); Base != BaseEnd; ++Base, ++BaseNo) {
463 assert(!Base->isVirtual() && "should not have virtual bases here");
464 const CXXRecordDecl *BD = Base->getType()->getAsCXXRecordDecl();
471 BaseInfo &Base = Bases[I]
1367 const CXXRecordDecl *base = local
1400 const CXXRecordDecl *base = local
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 658 struct Base : Bottom {
659 constexpr Base(int a = 42, const char *b = "test") : a(a), b(b) {}
668 struct Derived : Base, Base2 {
669 constexpr Derived() : Base(76), Base2(a) {}
673 constexpr bool operator==(const Base &a, const Base &b) {
677 constexpr Base base; variable
678 constexpr Base base2(76);
687 static_assert(!(derived == base), "");
    [all...]
  /external/dbus/dbus/
dbus-auth.c 201 DBusAuth base; /**< Parent class */ member in struct:__anon6538
214 DBusAuth base; /**< Parent class */ member in struct:__anon6539
    [all...]
dbus-marshal-recursive-util.c 354 TestTypeNode base; member in struct:TestTypeNodeContainer
395 TestTypeNodeClass base; member in struct:TestTypeNodeContainerClass
    [all...]
  /external/doclava/src/com/google/doclava/
Stubs.java 371 TypeInfo base = cl.superclassType(); local
374 if (base != null && !"java.lang.Object".equals(base.qualifiedTypeName())) {
375 stream.println(" extends " + base.fullName(classDeclTypeVars));
636 // abstract base classes), it's not really an override
663 ClassInfo base = cl.realSuperclass(); local
664 if (base == null) {
673 ArrayList<MethodInfo> ctors = base.constructors();
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java 1624 int base = AllItem.getTypeMetadata().getTypeID (); local
    [all...]
  /external/freetype/include/freetype/internal/
psaux.h 342 FT_Byte* base,
414 /* base :: Start of the processed text. */
427 FT_Byte* base; member in struct:PS_ParserRec_
528 /* base :: The base glyph outline. */
565 FT_Outline* base; member in struct:T1_BuilderRec_
620 FT_Byte* base; member in struct:T1_Decoder_ZoneRec_
653 FT_Byte* base,
715 FT_Byte* base,
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 1170 ThreadWithParamBase* const base = this; local
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
PredicatesTest.java 17 package com.google.common.base;
19 import static com.google.common.base.CharMatcher.WHITESPACE;
  /external/icu4c/common/
uresbund.c 2375 char base[1024] = ""; \/* base locale *\/ local
    [all...]
  /external/icu4c/test/cintltst/
creststn.c 1598 UChar* base = NULL; local
    [all...]
  /external/icu4c/test/intltest/
tzrulets.cpp 1728 UDate base = getUTCMillis(2007, UCAL_JULY, 1); local
    [all...]
  /external/kernel-headers/original/linux/
videodev.h 170 void *base; member in struct:video_buffer
  /external/libpcap/
scanner.c 292 YY_BUFFER_STATE pcap__scan_buffer (char *base,yy_size_t size );
4480 int base = 10; local
    [all...]
  /external/libsepol/src/
expand.c 46 policydb_t *base; member in struct:expand_state
91 if (!is_id_enabled(id, state->base, SYM_TYPES)) {
159 if (!is_id_enabled(id, state->base, SYM_TYPES)) {
373 if (!is_id_enabled(id, state->base, SYM_CLASSES)) {
484 if (!is_id_enabled((char *)key, state->base, SYM_TYPES))
514 if (!is_id_enabled((char *)key, state->base, SYM_ROLES))
544 if (!is_id_enabled((char *)key, state->base, SYM_USERS))
594 if (!is_id_enabled(state->base->p_type_val_to_name[prival - 1],
595 state->base, SYM_TYPES)) {
667 /* For the role attribute in the base module, escalate its counterpart'
    [all...]

Completed in 1018 milliseconds

<<41424344454647484950>>