/external/webrtc/webrtc/ |
common.h | 37 // Class Config is designed to ease passing a set of options across webrtc code. 48 // config.Get<Algo1_CostFunction>().cost(value); 54 // config.Set<Algo1_CostFunction>(new SqrCost()); 57 class Config { 70 Config() {} 71 ~Config() { 112 Config(const Config&); 113 void operator=(const Config&); 117 const T& Config::Get() const [all...] |
/build/blueprint/bootstrap/ |
config.go | 27 return pctx.VariableFunc(name, func(config interface{}) (string, error) { 102 type Config struct {
|
/build/soong/android/ |
paths_test.go | 210 func (m moduleInstallPathContextImpl) Config() Config { 211 return m.androidBaseContextImpl.config 442 tc.ctx.androidBaseContextImpl.config = testConfig
|
makevars.go | 32 ctx.Strict("MIN_SUPPORTED_SDK_VERSION", strconv.Itoa(ctx.Config().MinSupportedSdkVersion())) 38 Config() Config 94 config Config 110 if !ctx.Config().EmbeddedInMake() { 114 outFile := PathForOutput(ctx, "make_vars"+proptools.String(ctx.Config().productVariables.Make_suffix)+".mk").String() 123 config: ctx.Config(), 231 func (c *makeVarsContext) Config() Config [all...] |
singleton.go | 24 Config() Config 89 func (s singletonContextAdaptor) Config() Config { 90 return s.SingletonContext.Config().(Config)
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/ |
audio_encoder_pcm.h | 23 struct Config { 32 explicit Config(int pt) 51 AudioEncoderPcm(const Config& config, int sample_rate_hz); 73 struct Config : public AudioEncoderPcm::Config { 74 Config() : AudioEncoderPcm::Config(8) {} 77 explicit AudioEncoderPcmA(const Config& config) [all...] |
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/ |
audio_encoder_g722.h | 25 struct Config { 33 explicit AudioEncoderG722(const Config& config);
|
/hardware/intel/common/utils/media_resource_manager/arbitrator/ |
MediaResourceArbitrator.cpp | 44 ArbitratorErrorType MediaResourceArbitrator::Config(const char* configFilePath) { 49 ALOGV("%s: can not open config xml file.\
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
AdapterApp.java | 55 Config.init(this);
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
Config.java | 26 final class Config {
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/ |
FunctionComparator.h | 46 struct Config : ValueMapConfig<GlobalValue*> { 49 // Each GlobalValue is mapped to an identifier. The Config ensures when RAUW 52 typedef ValueMap<GlobalValue *, uint64_t, Config> ValueNumberMap;
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/ |
FunctionComparator.h | 46 struct Config : ValueMapConfig<GlobalValue*> { 49 // Each GlobalValue is mapped to an identifier. The Config ensures when RAUW 52 typedef ValueMap<GlobalValue *, uint64_t, Config> ValueNumberMap;
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/ |
FunctionComparator.h | 46 struct Config : ValueMapConfig<GlobalValue*> { 49 // Each GlobalValue is mapped to an identifier. The Config ensures when RAUW 52 typedef ValueMap<GlobalValue *, uint64_t, Config> ValueNumberMap;
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/ |
FunctionComparator.h | 56 struct Config : ValueMapConfig<GlobalValue *> { 60 // Each GlobalValue is mapped to an identifier. The Config ensures when RAUW 63 using ValueNumberMap = ValueMap<GlobalValue *, uint64_t, Config>;
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Utils/ |
FunctionComparator.h | 56 struct Config : ValueMapConfig<GlobalValue *> { 60 // Each GlobalValue is mapped to an identifier. The Config ensures when RAUW 63 using ValueNumberMap = ValueMap<GlobalValue *, uint64_t, Config>;
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Utils/ |
FunctionComparator.h | 56 struct Config : ValueMapConfig<GlobalValue *> { 60 // Each GlobalValue is mapped to an identifier. The Config ensures when RAUW 63 using ValueNumberMap = ValueMap<GlobalValue *, uint64_t, Config>;
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/ |
FunctionComparator.h | 56 struct Config : ValueMapConfig<GlobalValue *> { 60 // Each GlobalValue is mapped to an identifier. The Config ensures when RAUW 63 using ValueNumberMap = ValueMap<GlobalValue *, uint64_t, Config>;
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/ |
FunctionComparator.h | 46 struct Config : ValueMapConfig<GlobalValue*> { 49 // Each GlobalValue is mapped to an identifier. The Config ensures when RAUW 52 typedef ValueMap<GlobalValue *, uint64_t, Config> ValueNumberMap;
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/ |
FunctionComparator.h | 46 struct Config : ValueMapConfig<GlobalValue*> { 49 // Each GlobalValue is mapped to an identifier. The Config ensures when RAUW 52 typedef ValueMap<GlobalValue *, uint64_t, Config> ValueNumberMap;
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Utils/ |
FunctionComparator.h | 46 struct Config : ValueMapConfig<GlobalValue*> { 49 // Each GlobalValue is mapped to an identifier. The Config ensures when RAUW 52 typedef ValueMap<GlobalValue *, uint64_t, Config> ValueNumberMap;
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Utils/ |
FunctionComparator.h | 56 struct Config : ValueMapConfig<GlobalValue *> { 60 // Each GlobalValue is mapped to an identifier. The Config ensures when RAUW 63 using ValueNumberMap = ValueMap<GlobalValue *, uint64_t, Config>;
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Utils/ |
FunctionComparator.h | 56 struct Config : ValueMapConfig<GlobalValue *> { 60 // Each GlobalValue is mapped to an identifier. The Config ensures when RAUW 63 using ValueNumberMap = ValueMap<GlobalValue *, uint64_t, Config>;
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Utils/ |
FunctionComparator.h | 56 struct Config : ValueMapConfig<GlobalValue *> { 60 // Each GlobalValue is mapped to an identifier. The Config ensures when RAUW 63 using ValueNumberMap = ValueMap<GlobalValue *, uint64_t, Config>;
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/ |
FunctionComparator.h | 56 struct Config : ValueMapConfig<GlobalValue *> { 60 // Each GlobalValue is mapped to an identifier. The Config ensures when RAUW 63 using ValueNumberMap = ValueMap<GlobalValue *, uint64_t, Config>;
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
XfermodeTest.java | 59 public static class Config { 64 Config(boolean hardwareAccelerated, Object[] modeAndExpectedColors) { 76 public static List<XfermodeTest.Config> configs(Object[][] modesAndExpectedColors) { 77 List<XfermodeTest.Config> configs = new ArrayList<>(); 80 configs.add(new XfermodeTest.Config(hardwareAccelerated, modeAndExpectedColors)); 137 public static List<Config> configs() { 141 private final Config mConfig; 143 public XfermodeTest(Config config) { 144 mConfig = config; [all...] |