HomeSort by relevance Sort by last modified time
    Searched refs:Impl (Results 76 - 100 of 376) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Index/
CodegenNameGenerator.h 46 std::unique_ptr<Implementation> Impl;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Index/
CodegenNameGenerator.h 46 std::unique_ptr<Implementation> Impl;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
CodegenNameGenerator.h 46 std::unique_ptr<Implementation> Impl;
  /external/v8/src/parsing/
parser-base.h 96 if (!*ok) return impl()->x(__VA_ARGS__); \
111 // The Impl parameter is the actual class of the parser/pre-parser,
117 // template <typename Impl>
121 // // parser behavior. The Impl parameter is the actual derived
124 // template <typename Impl>
143 // implementation class Impl, it is expected to contain the following typedefs:
146 // struct ParserTypes<Impl> {
147 // // Synonyms for ParserBase<Impl> and Impl, respectively.
149 // typedef Impl;
197 Impl* impl() { return static_cast<Impl*>(this); } function in class:v8::internal::ParseFunctionFlags::ParserBase
198 const Impl* impl() const { return static_cast<const Impl*>(this); } function in class:v8::internal::ParseFunctionFlags::ParserBase
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-actions.h 289 // Constructs an Action from its implementation. A NULL impl is
291 explicit Action(ActionInterface<F>* impl) : impl_(impl) {}
351 template <typename Impl>
354 explicit PolymorphicAction(const Impl& impl) : impl_(impl) {}
368 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {}
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.h 140 /// Concrete, target specific sub-classes can be accessed via the impl()
144 template <typename Impl>
147 Impl &impl() { return static_cast<Impl &>(*this); } function in class:llvm::RuntimeDyldMachOCRTPBase
148 const Impl &impl() const { return static_cast<const Impl &>(*this); } function in class:llvm::RuntimeDyldMachOCRTPBase
  /frameworks/opt/telephony/src/java/com/google/android/mms/util/
DrmConvertSession.java 118 * @return Downloads.Impl.STATUS_SUCCESS if execution is ok.
119 * Downloads.Impl.STATUS_FILE_ERROR in case converted file can not
120 * be accessed. Downloads.Impl.STATUS_NOT_ACCEPTABLE if a problem
122 * Downloads.Impl.STATUS_UNKNOWN_ERROR if a general error occurred.
126 int result = Downloads.Impl.STATUS_UNKNOWN_ERROR;
133 result = Downloads.Impl.STATUS_NOT_ACCEPTABLE;
140 result = Downloads.Impl.STATUS_SUCCESS;
142 result = Downloads.Impl.STATUS_FILE_ERROR;
145 result = Downloads.Impl.STATUS_FILE_ERROR;
148 result = Downloads.Impl.STATUS_FILE_ERROR
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/mmslib/util/
DrmConvertSession.java 120 * @return Downloads.Impl.STATUS_SUCCESS if execution is ok.
121 * Downloads.Impl.STATUS_FILE_ERROR in case converted file can not
122 * be accessed. Downloads.Impl.STATUS_NOT_ACCEPTABLE if a problem
124 * Downloads.Impl.STATUS_UNKNOWN_ERROR if a general error occurred.
128 int result = Downloads.Impl.STATUS_UNKNOWN_ERROR;
135 result = Downloads.Impl.STATUS_NOT_ACCEPTABLE;
142 result = Downloads.Impl.STATUS_SUCCESS;
144 result = Downloads.Impl.STATUS_FILE_ERROR;
147 result = Downloads.Impl.STATUS_FILE_ERROR;
150 result = Downloads.Impl.STATUS_FILE_ERROR
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 409 ImplTy Impl;
414 Impl.insert(N);
420 if (N && !static_cast<ExplodedNode*>(N)->isSink()) Impl.insert(N);
426 unsigned size() const { return Impl.size(); }
427 bool empty() const { return Impl.empty(); }
428 bool erase(ExplodedNode *N) { return Impl.erase(N); }
430 void clear() { Impl.clear(); }
434 Impl = S.Impl;
436 Impl.insert(S.begin(), S.end())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 408 ImplTy Impl;
413 Impl.insert(N);
419 if (N && !static_cast<ExplodedNode*>(N)->isSink()) Impl.insert(N);
425 unsigned size() const { return Impl.size(); }
426 bool empty() const { return Impl.empty(); }
427 bool erase(ExplodedNode *N) { return Impl.erase(N); }
429 void clear() { Impl.clear(); }
433 Impl = S.Impl;
435 Impl.insert(S.begin(), S.end())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 408 ImplTy Impl;
413 Impl.insert(N);
419 if (N && !static_cast<ExplodedNode*>(N)->isSink()) Impl.insert(N);
425 unsigned size() const { return Impl.size(); }
426 bool empty() const { return Impl.empty(); }
427 bool erase(ExplodedNode *N) { return Impl.erase(N); }
429 void clear() { Impl.clear(); }
433 Impl = S.Impl;
435 Impl.insert(S.begin(), S.end())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 408 ImplTy Impl;
413 Impl.insert(N);
419 if (N && !static_cast<ExplodedNode*>(N)->isSink()) Impl.insert(N);
425 unsigned size() const { return Impl.size(); }
426 bool empty() const { return Impl.empty(); }
427 bool erase(ExplodedNode *N) { return Impl.erase(N); }
429 void clear() { Impl.clear(); }
433 Impl = S.Impl;
435 Impl.insert(S.begin(), S.end())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 408 ImplTy Impl;
413 Impl.insert(N);
419 if (N && !static_cast<ExplodedNode*>(N)->isSink()) Impl.insert(N);
425 unsigned size() const { return Impl.size(); }
426 bool empty() const { return Impl.empty(); }
427 bool erase(ExplodedNode *N) { return Impl.erase(N); }
429 void clear() { Impl.clear(); }
433 Impl = S.Impl;
435 Impl.insert(S.begin(), S.end())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 408 ImplTy Impl;
413 Impl.insert(N);
419 if (N && !static_cast<ExplodedNode*>(N)->isSink()) Impl.insert(N);
425 unsigned size() const { return Impl.size(); }
426 bool empty() const { return Impl.empty(); }
427 bool erase(ExplodedNode *N) { return Impl.erase(N); }
429 void clear() { Impl.clear(); }
433 Impl = S.Impl;
435 Impl.insert(S.begin(), S.end())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 408 ImplTy Impl;
413 Impl.insert(N);
419 if (N && !static_cast<ExplodedNode*>(N)->isSink()) Impl.insert(N);
425 unsigned size() const { return Impl.size(); }
426 bool empty() const { return Impl.empty(); }
427 bool erase(ExplodedNode *N) { return Impl.erase(N); }
429 void clear() { Impl.clear(); }
433 Impl = S.Impl;
435 Impl.insert(S.begin(), S.end())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 408 ImplTy Impl;
413 Impl.insert(N);
419 if (N && !static_cast<ExplodedNode*>(N)->isSink()) Impl.insert(N);
425 unsigned size() const { return Impl.size(); }
426 bool empty() const { return Impl.empty(); }
427 bool erase(ExplodedNode *N) { return Impl.erase(N); }
429 void clear() { Impl.clear(); }
433 Impl = S.Impl;
435 Impl.insert(S.begin(), S.end())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 408 ImplTy Impl;
413 Impl.insert(N);
419 if (N && !static_cast<ExplodedNode*>(N)->isSink()) Impl.insert(N);
425 unsigned size() const { return Impl.size(); }
426 bool empty() const { return Impl.empty(); }
427 bool erase(ExplodedNode *N) { return Impl.erase(N); }
429 void clear() { Impl.clear(); }
433 Impl = S.Impl;
435 Impl.insert(S.begin(), S.end())
    [all...]
  /external/conscrypt/common/src/main/java/org/conscrypt/
SslSessionWrapper.java 53 return new Impl(context, ref, activeSession.getPeerHost(),
60 return new Impl(context, ref, null, -1, null, null, null);
152 return new Impl(context, ref, host, port, peerCerts, ocspData, tlsSctData);
209 private static final class Impl extends SslSessionWrapper {
222 private Impl(AbstractSessionContext context, NativeRef.SSL_SESSION ref, String host,
348 return Impl.this.getId();
353 return Impl.this.getCipherSuite();
358 return Impl.this.getProtocol();
363 return Impl.this.getPeerHost();
368 return Impl.this.getPeerPort()
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyldChecker.h 101 std::unique_ptr<RuntimeDyldCheckerImpl> Impl;
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadThread.java 19 import static android.provider.Downloads.Impl.COLUMN_CONTROL;
20 import static android.provider.Downloads.Impl.COLUMN_DELETED;
21 import static android.provider.Downloads.Impl.COLUMN_STATUS;
22 import static android.provider.Downloads.Impl.CONTROL_PAUSED;
23 import static android.provider.Downloads.Impl.STATUS_BAD_REQUEST;
24 import static android.provider.Downloads.Impl.STATUS_CANCELED;
25 import static android.provider.Downloads.Impl.STATUS_CANNOT_RESUME;
26 import static android.provider.Downloads.Impl.STATUS_FILE_ERROR;
27 import static android.provider.Downloads.Impl.STATUS_HTTP_DATA_ERROR;
28 import static android.provider.Downloads.Impl.STATUS_INSUFFICIENT_SPACE_ERROR
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/compiler-rt/include/xray/
xray_log_interface.h 43 void __xray_set_log_impl(XRayLogImpl Impl);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/
RuntimeDyldChecker.h 101 std::unique_ptr<RuntimeDyldCheckerImpl> Impl;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/compiler-rt/include/xray/
xray_log_interface.h 43 void __xray_set_log_impl(XRayLogImpl Impl);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/
RuntimeDyldChecker.h 101 std::unique_ptr<RuntimeDyldCheckerImpl> Impl;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/compiler-rt/include/xray/
xray_log_interface.h 43 void __xray_set_log_impl(XRayLogImpl Impl);

Completed in 1087 milliseconds

1 2 34 5 6 7 8 91011>>