Searched refs:explicit (Results 1 - 25 of 67) sorted by relevance

123

/frameworks/compile/mclinker/include/mcld/MC/
H A DCommandAction.h31 explicit InputFileAction(unsigned int pPosition, const sys::fs::Path &pPath);
76 explicit StartGroupAction(unsigned int pPosition);
85 explicit EndGroupAction(unsigned int pPosition);
94 explicit WholeArchiveAction(unsigned int pPosition);
103 explicit NoWholeArchiveAction(unsigned int pPosition);
112 explicit AsNeededAction(unsigned int pPosition);
121 explicit NoAsNeededAction(unsigned int pPosition);
130 explicit AddNeededAction(unsigned int pPosition);
139 explicit NoAddNeededAction(unsigned int pPosition);
148 explicit BDynamicActio
[all...]
H A DContextFactory.h38 explicit ContextFactory(size_t pNum);
H A DInputAction.h29 explicit InputAction(unsigned int pPosition);
H A DFileAction.h28 explicit ContextAction(unsigned int pPosition);
/frameworks/base/media/mca/filterfw/native/core/
H A Dtime_util.h34 explicit NamedStopWatch(const string& name);
57 explicit ScopedTimer(const string& stop_watch_name);
58 explicit ScopedTimer(NamedStopWatch* watch)
H A Dvertex_frame.h33 explicit VertexFrame(int size);
H A Dstatistics.h50 explicit RCFilter(float gain)
/frameworks/ex/variablespeed/jni/
H A Dno_synchronization.h42 explicit MutexLock(Mutex* mu) : mu_(mu) {}
/frameworks/base/media/mca/filterpacks/native/base/
H A Dtime_util.h34 explicit NamedStopWatch(const std::string& name);
57 explicit ScopedTimer(const std::string& stop_watch_name);
58 explicit ScopedTimer(NamedStopWatch* watch)
/frameworks/compile/mclinker/include/mcld/Support/
H A DRealPath.h33 explicit RealPath(const ValueType* s );
34 explicit RealPath(const StringType &s );
35 explicit RealPath(const Path& pPath);
H A Draw_mem_ostream.h26 explicit raw_mem_ostream(MemoryArea &pMemoryArea);
H A DMemoryAreaFactory.h44 explicit MemoryAreaFactory(size_t pNum);
H A DToolOutputFile.h62 explicit CleanupInstaller(const sys::fs::Path& pPath);
H A DMemoryArea.h55 explicit MemoryArea(FileHandle& pFileHandle);
60 explicit MemoryArea(Space& pUniverse);
H A DDirectory.h50 explicit Directory(const Path& pPath,
124 explicit DirIterator(Directory* pParent,
/frameworks/base/media/java/android/media/
H A DIMediaRouterService.aidl32 void setSelectedRoute(IMediaRouterClient client, String routeId, boolean explicit);
/frameworks/base/services/java/com/android/server/wm/
H A DWindowToken.java41 final boolean explicit; field in class:WindowToken
77 explicit = _explicit;
/frameworks/native/include/gui/
H A DBitTube.h40 explicit BitTube(size_t bufsize);
42 explicit BitTube(const Parcel& data);
/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocationFactory.h37 explicit RelocationFactory();
/frameworks/compile/slang/
H A Dslang_diagnostic_buffer.h41 explicit DiagnosticBuffer(DiagnosticBuffer const &src);
H A Dslang_pragma_recorder.h46 explicit PragmaRecorder(PragmaList *Pragmas);
H A Dslang_rs_check_ast.h48 explicit RSCheckAST(clang::ASTContext &Con, unsigned int TargetAPI,
H A Dslang_rs_object_ref_count.h53 explicit Scope(clang::CompoundStmt *CS) : mCS(CS) {
105 explicit RSObjectRefCount(clang::ASTContext &C)
/frameworks/base/include/androidfw/
H A DBackupHelpers.h86 explicit BackupDataWriter();
118 explicit BackupDataReader();
/frameworks/native/include/ui/
H A Dvec2.h63 explicit tvec2(no_init) { }
68 // handles implicit conversion to a tvec4. must not be explicit.
76 explicit tvec2(const tvec2<A>& v) : x(v.x), y(v.y) { }

Completed in 406 milliseconds

123