HomeSort by relevance Sort by last modified time
    Searched refs:explicit (Results 126 - 150 of 9915) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/libmojo/mojo/public/cpp/bindings/
message_filter.h 19 explicit MessageFilter(MessageReceiver* sink = nullptr);
31 explicit PassThroughFilter(MessageReceiver* sink = nullptr);
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCAsmInfo.h 26 explicit AArch64MCAsmInfoDarwin();
33 explicit AArch64MCAsmInfoELF(const Triple &T);
  /frameworks/base/libs/hwui/
CanvasProperty.h 31 explicit CanvasPropertyPrimitive(float initialValue) : value(initialValue) {}
39 explicit CanvasPropertyPaint(const SkPaint& initialValue) : value(initialValue) {}
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
alloc_convert_move.fail.cpp 23 explicit ExplicitCopy(int) {}
24 explicit ExplicitCopy(ExplicitCopy const&) {}
30 // expected-error@-1 {{chosen constructor is explicit in copy-initialization}}
  /external/libcxx/test/support/test.support/
test_convertible_header.pass.cpp 22 explicit ExplicitDefault() {}
32 explicit ExplicitInt(int) {}
42 explicit ExplicitCopy(ExplicitCopy const&) {}
52 explicit ExplicitMove(ExplicitMove&&) {}
62 explicit ExplicitArgs(int, int, int) {}
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/events/
DocumentStartEvent.java 30 private final boolean explicit; field in class:DocumentStartEvent
34 public DocumentStartEvent(Mark startMark, Mark endMark, boolean explicit, Version version,
37 this.explicit = explicit;
47 return explicit;
53 * @return <code>null</code>if the document has no explicit
  /external/v8/tools/clang/value_cleanup/tests/
values.h 20 explicit FundamentalValue(bool in_value);
21 explicit FundamentalValue(int in_value);
22 explicit FundamentalValue(double in_value);
28 explicit StringValue(StringPiece in_value);
31 explicit StringValue(const string16& in_value);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1TaggedObject.java 16 boolean explicit = true; field in class:ASN1TaggedObject
21 boolean explicit)
23 if (explicit)
54 * Create a tagged object with the style given by the value of explicit.
57 * to explicit in accordance with the ASN.1 encoding rules.
59 * @param explicit true if the object is explicitly tagged.
64 boolean explicit,
70 this.explicit = true;
74 this.explicit = explicit;
    [all...]
  /external/pdfium/fpdfsdk/javascript/
Consts.h 14 explicit CJS_Border(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {}
22 explicit CJS_Display(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {}
30 explicit CJS_Font(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {}
38 explicit CJS_Highlight(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {}
46 explicit CJS_Position(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {}
54 explicit CJS_ScaleHow(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {}
62 explicit CJS_ScaleWhen(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {}
70 explicit CJS_Style(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {}
78 explicit CJS_Zoomtype(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {}
  /external/sfntly/cpp/src/sfntly/port/
exception_type.h 33 explicit Exception(const char* message) throw() { SetMessage(message); }
51 explicit IndexOutOfBoundException(const char* message) throw()
68 explicit IOException(const char* message) throw() : Exception(message) {}
75 explicit ArithmeticException(const char* message) throw()
84 explicit UnsupportedOperationException(const char* message) throw()
92 explicit RuntimeException(const char* message) throw()
100 explicit NoSuchElementException(const char* message) throw()
108 explicit IllegalArgumentException(const char* message) throw()
116 explicit IllegalStateException(const char* message) throw()
  /external/skia/gm/
gm_expectations.h 40 explicit GmResultDigest(const SkBitmap &bitmap);
47 explicit GmResultDigest(const Json::Value &jsonTypeValuePair);
87 explicit BitmapAndDigest(const SkBitmap &bitmap) : fBitmap(bitmap), fDigest(bitmap) {}
101 explicit Expectations(bool ignoreFailure=kDefaultIgnoreFailure);
107 explicit Expectations(const SkBitmap& bitmap, bool ignoreFailure=kDefaultIgnoreFailure);
112 explicit Expectations(const BitmapAndDigest& bitmapAndDigest);
121 explicit Expectations(Json::Value jsonElement);
191 explicit IndividualImageExpectationsSource(const char *rootDir) : fRootDir(rootDir) {}
210 explicit JsonExpectationsSource(const char *jsonPath);
  /external/clang/test/CXX/over/over.match/over.match.funcs/over.match.copy/
p1.cpp 7 explicit operator X() const;
21 explicit operator int() const;
22 explicit operator C() const;
  /external/libchrome/base/task_scheduler/
scheduler_lock.h 52 explicit SchedulerLock(const SchedulerLock* predecessor)
59 explicit SchedulerLock(const SchedulerLock*) {}
70 explicit AutoSchedulerLock(SchedulerLock& lock) : lock_(lock) {
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/
MergeTagTest.java 50 // Explicit keys
51 Map<Object, Object> explicit = (Map<Object, Object>) list.get(4); local
52 assertEquals(4, explicit.size());
53 assertEquals(new Integer(1), explicit.get("x"));
54 assertEquals(new Integer(2), explicit.get("y"));
55 assertEquals(new Integer(10), explicit.get("r"));
56 assertEquals("center/big", explicit.get("label"));
59 assertEquals(explicit, merged1);
60 assertNotSame(explicit, merged1);
63 assertEquals(explicit, merged2)
    [all...]
  /frameworks/compile/mclinker/include/mcld/MC/
MCLDDirectory.h 27 explicit MCLDDirectory(const char* pName);
28 explicit MCLDDirectory(const std::string& pName);
29 explicit MCLDDirectory(llvm::StringRef pName);
  /art/compiler/optimizing/
cha_guard_optimization.h 29 explicit CHAGuardOptimization(HGraph* graph)
  /art/runtime/
offsets.h 30 explicit Offset(size_t val) : val_(val) {}
49 explicit FrameOffset(size_t val) : Offset(val) {}
58 explicit ThreadOffset(size_t val) : Offset(val) {}
67 explicit MemberOffset(size_t val) : Offset(val) {}
  /bionic/libc/private/
ErrnoRestorer.h 26 explicit ErrnoRestorer() : saved_errno_(errno) {
ScopedPthreadMutexLocker.h 26 explicit ScopedPthreadMutexLocker(pthread_mutex_t* mu) : mu_(mu) {
bionic_systrace.h 28 explicit ScopedTrace(const char* message);
  /cts/suite/audio_quality/lib/include/
Semaphore.h 30 explicit Semaphore(int count = 0);
  /external/clang/test/SemaTemplate/
unresolved-construct.cpp 9 explicit A(_F&& __f);
  /external/google-breakpad/src/client/mac/crash_generation/
client_info.h 37 explicit ClientInfo(pid_t pid) : pid_(pid) {}
  /external/google-breakpad/src/client/mac/handler/testcases/
breakpad_nlist_test.h 53 explicit BreakpadNlistTest(TestInvocation* invocation);
  /external/google-breakpad/src/common/mac/
scoped_task_suspend-inl.h 42 explicit ScopedTaskSuspend(mach_port_t target) : target_(target) {

Completed in 1219 milliseconds

1 2 3 4 56 7 8 91011>>