Searched refs:base (Results 101 - 125 of 3637) sorted by relevance

1234567891011>>

/external/selinux/policycoreutils/sandbox/
H A Dsandbox.init26 base=${0##*/}
46 echo "$base is running"
48 echo "$base is stopped"
/external/mesa3d/src/gbm/backends/dri/
H A Dgbm_dri.c71 struct gbm_dri_device *dri = gbm_dri_device(surf->base.gbm);
84 struct gbm_dri_device *dri = gbm_dri_device(surf->base.gbm);
97 struct gbm_dri_device *dri = gbm_dri_device(surf->base.gbm);
194 "%.*s/tls/%s_dri.so", len, p, dri->base.driver_name);
199 "%.*s/%s_dri.so", len, p, dri->base.driver_name);
235 dri->base.driver_name = dri_fd_get_driver_name(dri->base.base.fd);
236 if (dri->base.driver_name == NULL)
241 fprintf(stderr, "failed to load driver: %s\n", dri->base
[all...]
/external/icu/icu4c/source/layout/
H A DAttachmentPosnSubtables.h30 inline le_int32 getBaseCoverage(const LETableReference &base, LEGlyphID baseGlyphId, LEErrorCode &success) const;
35 inline le_int32 AttachmentPositioningSubtable::getBaseCoverage(const LETableReference &base, LEGlyphID baseGlyphID, LEErrorCode &success) const argument
37 return getGlyphCoverage(base, baseCoverageTableOffset, baseGlyphID, success);
H A DLookups.h36 inline le_int32 getGlyphCoverage(const LEReferenceTo<LookupSubtable> &base, LEGlyphID glyphID, LEErrorCode &success) const;
38 le_int32 getGlyphCoverage(const LEReferenceTo<LookupSubtable> &base, Offset tableOffset, LEGlyphID glyphID, LEErrorCode &success) const;
41 inline le_int32 getGlyphCoverage(const LETableReference &base, LEGlyphID glyphID, LEErrorCode &success) const;
43 inline le_int32 getGlyphCoverage(const LETableReference &base, Offset tableOffset, LEGlyphID glyphID, LEErrorCode &success) const;
53 const LEReferenceTo<LookupSubtable> getLookupSubtable(const LEReferenceTo<LookupTable> &base, le_uint16 subtableIndex, LEErrorCode &success) const;
62 const LEReferenceTo<LookupTable> getLookupTable(const LEReferenceTo<LookupListTable> &base, le_uint16 lookupTableIndex, LEErrorCode &success) const;
66 inline le_int32 LookupSubtable::getGlyphCoverage(const LEReferenceTo<LookupSubtable> &base, LEGlyphID glyphID, LEErrorCode &success) const argument
68 return getGlyphCoverage(base, coverageTableOffset, glyphID, success);
71 inline le_int32 LookupSubtable::getGlyphCoverage(const LETableReference &base, LEGlyphID glyphID, LEErrorCode &success) const { argument
72 LEReferenceTo<LookupSubtable> thisRef(base, succes
76 getGlyphCoverage(const LETableReference &base, Offset tableOffset, LEGlyphID glyphID, LEErrorCode &success) const argument
[all...]
/external/llvm/include/llvm/ADT/
H A DStringSet.h24 typedef llvm::StringMap<char, AllocatorTy> base; typedef in class:llvm::StringSet
27 std::pair<typename base::iterator, bool> insert(StringRef Key) {
29 return base::insert(std::make_pair(Key, '\0'));
/external/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_winsys.h43 struct radeon_winsys base; member in struct:radeon_drm_winsys
64 radeon_drm_winsys(struct radeon_winsys *base) argument
66 return (struct radeon_drm_winsys*)base;
/external/skia/src/core/
H A DSkTSearch.cpp13 static inline const char* index_into_base(const char*const* base, int index, argument
16 return *(const char*const*)((const char*)base + index * elemSize);
19 int SkStrSearch(const char*const* base, int count, const char target[], argument
25 SkASSERT(base != NULL);
33 const char* elem = index_into_base(base, mid, elemSize);
44 const char* elem = index_into_base(base, hi, elemSize);
55 int SkStrSearch(const char*const* base, int count, const char target[], argument
58 return SkStrSearch(base, count, target, strlen(target), elemSize);
61 int SkStrLCSearch(const char*const* base, int count, const char target[], argument
68 return SkStrSearch(base, coun
71 SkStrLCSearch(const char*const* base, int count, const char target[], size_t elemSize) argument
[all...]
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt034tokenLabelPropertyRef.py11 def lexerClass(self, base):
12 class TLexer(base):
20 def parserClass(self, base):
21 class TParser(base):
H A Dt041parameters.py11 def lexerClass(self, base):
12 class TLexer(base):
20 def parserClass(self, base):
21 class TParser(base):
H A Dt043synpred.py11 def lexerClass(self, base):
12 class TLexer(base):
20 def parserClass(self, base):
21 class TParser(base):
/external/boringssl/src/crypto/dsa/
H A Dinternal.h63 #include <openssl/base.h>
/external/clang/test/SemaCXX/
H A Dqual-id-test.cpp6 struct base // expected-note{{object type}} struct in namespace:A::B
23 struct sub : B::base
44 a.base::x();
46 a.B::base::x(); // expected-error{{use of undeclared identifier 'B'}}
49 a.A::B::base::x();
65 a->base::x();
67 a->B::base::x(); // expected-error{{use of undeclared identifier 'B'}}
70 a->A::B::base::x();
82 i.foo(); // expected-error{{member reference base type 'int' is not a structure or union}}
88 typedef A::member base; // expecte typedef
95 typedef A::B::base base; typedef
[all...]
/external/e2fsprogs/lib/et/
H A Dinit_et.c34 int init_error_table(const char * const *msgs, long base, int count) argument
38 if (!base || !count || !msgs)
46 new_et->et.base = base;
/external/guava/guava/src/com/google/common/base/
H A DSupplier.java17 package com.google.common.base;
/external/guava/guava-gwt/test/com/google/common/base/
H A DTestModuleEntryPoint.java17 package com.google.common.base;
/external/guava/guava-tests/test/com/google/common/base/
H A DPackageSanityTests.java17 package com.google.common.base;
22 * Basic sanity tests for classes in {@code common.base}.
/external/lldb/test/lang/cpp/dynamic-value/
H A DMakefile3 CXX_SOURCES := pass-to-base.cpp
/external/lldb/test/lang/objc/foundation/
H A DMakefile3 OBJC_SOURCES := main.m my-base.m
/external/mesa3d/src/gallium/drivers/galahad/
H A Dglhd_screen.h36 struct pipe_screen base; member in struct:galahad_screen
/external/mesa3d/src/gallium/drivers/identity/
H A Did_screen.h36 struct pipe_screen base; member in struct:identity_screen
/external/mesa3d/src/mesa/program/
H A Dprog_parameter_layout.h36 extern unsigned _mesa_combine_swizzles(unsigned base, unsigned applied);
/external/parameter-framework/parameter/
H A DBitParameterBlockType.cpp34 #define base CTypeElement macro
38 CBitParameterBlockType::CBitParameterBlockType(const string& strName) : base(strName), _uiSize(0)
65 return base::fromXml(xmlElement, serializingContext);
80 base::toXml(xmlElement, serializingContext);
H A DParameterBlockType.cpp34 #define base CTypeElement macro
36 CParameterBlockType::CParameterBlockType(const std::string& strName) : base(strName)
71 base::populate(pChildParameterBlock);
75 base::populate(pElement);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
H A DDexBackedExceptionHandler.java34 import org.jf.dexlib2.base.BaseExceptionHandler;
/external/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
H A Dctor_alloc.pass.cpp24 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; typedef in struct:test
25 typedef typename base::container_type container_type;
26 typedef typename base::value_compare value_compare;
28 explicit test(const test_allocator<int>& a) : base(a) {}
30 : base(comp, c, a) {}
32 const test_allocator<int>& a) : base(comp, c, a) {}
35 const test_allocator<int>& a) : base(comp, std::move(c), a) {}
36 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {}
40 using base::c;

Completed in 962 milliseconds

1234567891011>>