Searched defs:All (Results 1 - 23 of 23) sorted by relevance

/external/caliper/caliper/src/main/java/com/google/caliper/
H A DAll.java26 public @interface All {} interface
H A DAfterExperiment.java39 Class<? extends Annotation> value() default All.class;
H A DBeforeExperiment.java39 Class<? extends Annotation> value() default All.class;
/external/clang/include/clang/Index/
H A DIndexingAction.h27 All, member in class:clang::index::IndexingOptions::SystemSymbolFilterKind
/external/pdfium/core/fpdfdoc/
H A Dcpdf_annotlist.h1 // Copyright 2016 PDFium Authors. All rights reserved.
46 const std::vector<std::unique_ptr<CPDF_Annot>>& All() const { function in class:CPDF_AnnotList
/external/clang/include/clang/Basic/
H A DDiagnosticOptions.h36 All = Note | Remark | Warning | Error member in class:clang::DiagnosticLevelMask
/external/gemmlowp/fixedpoint/
H A Dfixedpoint_msa.h1 // Copyright 2018 The Gemmlowp Authors. All Rights Reserved.
234 inline bool All(v4i32 a) { function in namespace:gemmlowp
239 inline bool All(v8i16 a) { function in namespace:gemmlowp
H A Dfixedpoint_neon.h1 // Copyright 2015 The Gemmlowp Authors. All Rights Reserved.
220 inline bool All(int32x4_t a) { function in namespace:gemmlowp
227 inline bool All(int16x8_t a) { function in namespace:gemmlowp
H A Dfixedpoint_sse.h1 // Copyright 2015 Google Inc. All Rights Reserved.
252 - All and Any are used on masks.
254 Hence, All means all 128bits set, and Any means any bit set.
258 inline bool All(__m128i a) { function in namespace:gemmlowp
263 inline bool All(int16x8_m128i a) { function in namespace:gemmlowp
H A Dfixedpoint.h1 // Copyright 2015 The Gemmlowp Authors. All Rights Reserved.
197 bool All(tIntegerType a) { function in namespace:gemmlowp
609 return All(MaskIfEqual(a.raw(), b.raw()));
/external/eigen/unsupported/Eigen/src/Eigenvalues/
H A DArpackSelfAdjointEigenSolver.h590 // "A" means "All", use "S" to choose specific eigenvalues (not yet supported in ARPACK))
655 extern "C" void sseupd_(int *rvec, char *All, int *select, float *d,
670 extern "C" void dseupd_(int *rvec, char *All, int *select, double *d,
690 static inline void seupd(int *rvec, char *All, int *select, Scalar *d, argument
711 static inline void seupd(int *rvec, char *All, int *select, float *d, argument
718 sseupd_(rvec, All, select, d, z, ldz, sigma, bmat, n, which, nev, tol, resid, ncv, v, ldv, iparam, ipntr,
733 static inline void seupd(int *rvec, char *All, int *select, double *d, argument
740 dseupd_(rvec, All, select, d, v, ldv, sigma, bmat, n, which, nev, tol, resid, ncv, v, ldv, iparam, ipntr,
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DRenderMachineFunction.h102 All = 7 } enumerator in enum:llvm::MFRenderingOptions::__anon22656
/external/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp98 SmallVectorImpl<Instruction *> &All,
323 // 'All' is a vector of insns that will be instrumented.
325 SmallVectorImpl<Instruction *> &Local, SmallVectorImpl<Instruction *> &All,
361 All.push_back(I);
324 chooseInstructionsToInstrument( SmallVectorImpl<Instruction *> &Local, SmallVectorImpl<Instruction *> &All, const DataLayout &DL) argument
/external/spirv-llvm/lib/SPIRV/
H A DOCLUtil.h8 // Copyright (c) 2014 Advanced Micro Devices, Inc. All rights reserved.
138 const static char All[] = "all"; member in namespace:OCLUtil::kOCLBuiltinName
550 _SPIRV_OP(all, All)
/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h386 enum All_t { All }; enumerator in enum:clang::CodeGen::ABIArgInfo::RequiredArgs::All_t
401 if (!prototype->isVariadic()) return All;
434 if (value == ~0U) return All;
506 CGFunctionInfo() : Required(RequiredArgs::All) {}
/external/gemmlowp/test/
H A Dtest.cc1 // Copyright 2015 The Gemmlowp Authors. All Rights Reserved.
502 All, member in class:gemmlowp::WhatParamsToTest
522 if (params_to_test == WhatParamsToTest::All) {
534 enum class WhatOrdersToTest { All, OnlyRCC }; member in class:gemmlowp::WhatOrdersToTest
547 if (orders_to_test == WhatOrdersToTest::All) {
581 test_gemm<GemmWrapper>(context, 50, 50, 50, WhatParamsToTest::All,
585 WhatOrdersToTest::All);
593 test_gemm<GemmWrapper>(context, 1, 1, 1, WhatParamsToTest::All,
595 test_gemm<GemmWrapper>(context, 2, 1, 1, WhatParamsToTest::All,
597 test_gemm<GemmWrapper>(context, 1, 2, 1, WhatParamsToTest::All,
[all...]
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_colorspace.cpp1 // Copyright 2016 PDFium Authors. All rights reserved.
226 enum { None, All, Colorant } m_Type; enumerator in enum:__anon17670::CPDF_SeparationCS::__anon17671
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DScalarEvolution.cpp1464 bool All = true; local
1468 All = false;
1471 if (All) Flags = setFlags(Flags, (SCEV::NoWrapFlags)SignOrUnsignMask);
1867 bool All = true;
1871 All = false;
1874 if (All) Flags = setFlags(Flags, (SCEV::NoWrapFlags)SignOrUnsignMask);
2274 bool All = true;
2278 All = false;
2281 if (All) Flags = setFlags(Flags, (SCEV::NoWrapFlags)SignOrUnsignMask);
6586 // All no
[all...]
/external/opencv/cvaux/include/
H A Dcvaux.h319 int** All; member in struct:CvCliqueFinder
471 // All images must have format 8uC1.
/external/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp4795 All ///< Keep all comments. enumerator in enum:Json::CommentStyle::Enum
4937 bool isMultiLine = (cs_ == CommentStyle::All) || isMultineArray(value);
5101 CommentStyle::Enum cs = CommentStyle::All;
5102 if (cs_str == "All") {
5103 cs = CommentStyle::All;
5107 throwRuntimeError("commentStyle must be 'All' or 'None'");
5160 (*settings)["commentStyle"] = "All";
/external/pdfium/xfa/fxfa/
H A Dfxfa_basic.h1 // Copyright 2014 PDFium Authors. All rights reserved.
116 All, member in class:XFA_AttributeEnum
/external/kotlinc/lib/
H A Dkotlin-reflect.jarMETA-INF/MANIFEST.MF kotlin/reflect/jvm/internal/ReflectProperties$LazyVal.class ReflectProperties.java package ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 834 milliseconds