HomeSort by relevance Sort by last modified time
    Searched defs:All (Results 1 - 25 of 32) sorted by null

1 2

  /external/caliper/caliper/src/main/java/com/google/caliper/
All.java 22 * The default value of lifecycle annotations that indicates it should associate with all benchmark
26 public @interface All {}
AfterExperiment.java 37 * {@link Benchmark} experiments. By default, annotated methods run for all experiments.
39 Class<? extends Annotation> value() default All.class;
BeforeExperiment.java 37 * {@link Benchmark} experiments. By default, annotated methods run for all experiments.
39 Class<? extends Annotation> value() default All.class;
  /external/pdfium/core/fpdfdoc/
cpdf_annotlist.h 1 // Copyright 2016 PDFium Authors. All rights reserved.
46 const std::vector<std::unique_ptr<CPDF_Annot>>& All() const {
  /external/clang/include/clang/Index/
IndexingAction.h 27 All,
  /external/libchrome/sandbox/linux/bpf_dsl/
syscall_set.h 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
27 // for (uint32_t sysnum : SyscallSet::All()) {
40 // All returns a SyscallSet that contains both valid and invalid
42 static SyscallSet All() { return SyscallSet(Set::ALL); }
58 enum class Set { ALL, VALID_ONLY, INVALID_ONLY };
  /external/clang/include/clang/Basic/
DiagnosticOptions.h 24 Ovl_All, ///< Show all overloads.
36 All = Note | Remark | Warning | Error
  /external/gemmlowp/internal/
fixedpoint_neon.h 1 // Copyright 2015 Google Inc. All Rights Reserved.
119 inline bool All(int32x4_t a) {
fixedpoint.h 1 // Copyright 2015 Google Inc. All Rights Reserved.
132 bool All(tIntegerType a) {
383 return All(MaskIfEqual(a.raw(), b.raw()));
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/
CK505ClockPlatformInfo.h 3 Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>
66 All = 0xFFFFFFFF
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RenderMachineFunction.h 102 All = 7 }
147 /// \brief Free all tables in TargetRegisterExtraInfo.
  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 60 /// are all scalar types or are themselves expandable types.
198 // Assert that all the non-padding elements have a corresponding element
386 enum All_t { All };
401 if (!prototype->isVariadic()) return All;
434 if (value == ~0U) return All;
484 /// The struct representing all arguments passed in memory. Only used when
506 CGFunctionInfo() : Required(RequiredArgs::All) {}
610 /// \brief Get the struct type used to represent all the arguments in memory.
  /external/gemmlowp/test/
test.cc 1 // Copyright 2015 Google Inc. All Rights Reserved.
106 // interface, so we can use the same testing code to test all of them
480 All,
499 if (params_to_test == WhatParamsToTest::All) {
511 enum class WhatOrdersToTest { All, OnlyRCC };
524 if (orders_to_test == WhatOrdersToTest::All) {
558 test_gemm<GemmWrapper>(context, 50, 50, 50, WhatParamsToTest::All,
562 WhatOrdersToTest::All);
570 test_gemm<GemmWrapper>(context, 1, 1, 1, WhatParamsToTest::All,
572 test_gemm<GemmWrapper>(context, 2, 1, 1, WhatParamsToTest::All,
    [all...]
  /external/pdfium/core/fpdfapi/page/
cpdf_colorspace.cpp 1 // Copyright 2016 PDFium Authors. All rights reserved.
229 enum { None, All, Colorant } m_Type;
    [all...]
  /external/spirv-llvm/lib/SPIRV/
OCLUtil.h 8 // Copyright (c) 2014 Advanced Micro Devices, Inc. All rights reserved.
138 const static char All[] = "all";
550 _SPIRV_OP(all, All)
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp 679 // arithmetic. To do exact division in modular arithmetic, all we have
703 // (It's possible to not widen at all by pulling out factors of 2 before
826 // eliminate all the truncates.
841 // eliminate all the truncates.
    [all...]
  /frameworks/compile/mclinker/include/mcld/
GeneralOptions.h 47 All,
  /prebuilts/go/darwin-x86/src/encoding/json/
decode_test.go 1 // Copyright 2010 The Go Authors. All rights reserved.
73 *u = unmarshaler{true} // All we need to see that UnmarshalJSON is called.
450 {in: allValueIndent, ptr: new(All), out: allValue},
451 {in: allValueCompact, ptr: new(All), out: allValue},
452 {in: allValueIndent, ptr: new(*All), out: &allValue},
453 {in: allValueCompact, ptr: new(*All), out: &allValue},
454 {in: pallValueIndent, ptr: new(All), out: pallValue},
455 {in: pallValueCompact, ptr: new(All), out: pallValue},
456 {in: pallValueIndent, ptr: new(*All), out: &pallValue},
457 {in: pallValueCompact, ptr: new(*All), out: &pallValue}
    [all...]
  /prebuilts/go/linux-x86/src/encoding/json/
decode_test.go 1 // Copyright 2010 The Go Authors. All rights reserved.
73 *u = unmarshaler{true} // All we need to see that UnmarshalJSON is called.
450 {in: allValueIndent, ptr: new(All), out: allValue},
451 {in: allValueCompact, ptr: new(All), out: allValue},
452 {in: allValueIndent, ptr: new(*All), out: &allValue},
453 {in: allValueCompact, ptr: new(*All), out: &allValue},
454 {in: pallValueIndent, ptr: new(All), out: pallValue},
455 {in: pallValueCompact, ptr: new(All), out: pallValue},
456 {in: pallValueIndent, ptr: new(*All), out: &pallValue},
457 {in: pallValueCompact, ptr: new(*All), out: &pallValue}
    [all...]
  /external/opencv/cvaux/include/
cvaux.h 13 // Copyright (C) 2000, Intel Corporation, all rights reserved.
88 /* Projects image to eigen space (finds all decomposion coefficients */
123 float* weight; /*array of mixture weights. Summ of all weights in state is 1. */
194 /* Uniformly segments all observation vectors extracted from image */
319 int** All;
471 // All images must have format 8uC1.
    [all...]
  /external/protobuf/conformance/third_party/jsoncpp/
jsoncpp.cpp 13 The author (Baptiste Lepilleur) explicitly disclaims copyright in all
45 included in all copies or substantial portions of the Software.
59 software, affording one all of the rights of Public Domain with the
250 Features Features::all() { return Features(); } function in class:Json::Features
276 lastValue_(), commentsBefore_(), features_(Features::all()),
1082 static OurFeatures all();
1097 OurFeatures OurFeatures::all() { return OurFeatures(); }
    [all...]
  /art/compiler/optimizing/
nodes.h 98 // all sorts of weird failures.
103 // All types.
157 // Update the block of all instructions to be `block`.
376 // Analyze all natural loops in this graph. Returns a code specifying that it
724 // make all loops seen as irreducible and emit special stack maps to mark
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-codecommit/1.11.18/
aws-java-sdk-codecommit-1.11.18.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 

Completed in 1538 milliseconds

1 2