HomeSort by relevance Sort by last modified time
    Searched full:has_type (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/content/renderer/media/crypto/
key_systems_support_uma.cc 22 bool has_type,
34 bool has_type,
38 if (has_type)
59 void Report(bool has_type, bool is_supported);
79 void KeySystemsSupportUMA::Reporter::Report(bool has_type, bool is_supported) {
81 if (has_type)
88 if (has_type)
102 bool has_type) {
106 reporter->Report(has_type, false);
110 bool has_type) {
    [all...]
key_systems_support_uma.h 34 // Reports that the |key_system| is queried. When |has_type|, also reports
36 void ReportKeySystemQuery(const std::string& key_system, bool has_type);
38 // Reports that the queried |key_system| is supported. When |has_type| (a
41 void ReportKeySystemSupport(const std::string& key_system, bool has_type);
key_systems.cc 259 bool has_type = !mime_type.empty(); local
260 DCHECK(has_type || codec.empty());
262 key_systems_support_uma_.ReportKeySystemQuery(key_system, has_type);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
quote.hpp 36 , aux::has_type< F<U1> >::value
53 , aux::has_type< F< U1,U2 > >::value
70 , aux::has_type< F< U1,U2,U3 > >::value
90 , aux::has_type< F< U1,U2,U3,U4 > >::value
115 , aux::has_type< F< U1,U2,U3,U4,U5 > >::value
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
has_type.hpp 13 // $Id: has_type.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
20 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_type, type, true)
push_back_impl.hpp 19 #include <boost/mpl/aux_/has_type.hpp>
53 : aux::has_type< push_back< Seq, has_push_back_arg > >
57 typedef aux::has_type< push_back< Seq, has_push_back_arg > > type;
59 (aux::has_type< push_back< Seq, has_push_back_arg > >::value)
push_front_impl.hpp 19 #include <boost/mpl/aux_/has_type.hpp>
54 : aux::has_type< push_front< Seq, has_push_front_arg > >
58 typedef aux::has_type< push_front< Seq, has_push_front_arg > > type;
60 (aux::has_type< push_front< Seq, has_push_front_arg > >::value)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
quote.hpp 23 # include <boost/mpl/aux_/has_type.hpp>
132 , aux::has_type< F< BOOST_MPL_PP_PARAMS(i_, U) > >::value
138 , aux::has_type< F< BOOST_MPL_PP_PARAMS(i_, U) > >::value
143 : quote_impl< aux::has_type< F< BOOST_MPL_PP_PARAMS(i_, U) > >::value >
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
PropertyOptions.java 35 public static final int HAS_TYPE = 0x00000080;
160 return getOption(HAS_TYPE);
170 setOption(HAS_TYPE, value);
376 HAS_TYPE |
397 case HAS_TYPE: return "HAS_TYPE";
  /external/checkpolicy/
policy_define.h 37 int define_genfs_context(int has_type);
policy_define.c     [all...]
  /external/chromium_org/chrome/browser/policy/cloud/
test_request_interceptor.cc 127 if (!register_request.has_type() || register_request.type() != expected_type)
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
desktop_browser_finder_unittest.py 37 def has_type(array, browser_type): function
  /external/chromium_org/remoting/host/
client_session.cc 192 if (message.has_type()) {
  /external/chromium_org/chrome/browser/chromeos/policy/
device_policy_decoder_chromeos.cc 134 if (entry->has_type()) {
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
ecmalintrules.py 89 ['@%s' % tag for tag in statetracker.DocFlag.HAS_TYPE])
543 if flag.flag_type in state.GetDocFlag().HAS_TYPE:
    [all...]
statetracker.py 136 HAS_TYPE = frozenset([
160 if self.flag_type in self.HAS_TYPE:
javascriptlintrules.py 151 if flag.flag_type in state.GetDocFlag().HAS_TYPE:
  /external/chromium_org/third_party/closure_linter/closure_linter/
ecmalintrules.py 89 ['@%s' % tag for tag in statetracker.DocFlag.HAS_TYPE])
543 if flag.flag_type in state.GetDocFlag().HAS_TYPE:
    [all...]
statetracker.py 136 HAS_TYPE = frozenset([
160 if self.flag_type in self.HAS_TYPE:
javascriptlintrules.py 151 if flag.flag_type in state.GetDocFlag().HAS_TYPE:
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser.cc 699 if (field->has_type() && field->type() == FieldDescriptorProto::TYPE_GROUP) {
791 if (!field->has_type()) {
    [all...]
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_provider.cc 524 if (entry->has_type()) {
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 533 if (!field->has_type()) {
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.h 715 inline bool has_type() const;
1691 inline bool GLMessage_DataType::has_type() const { function in class:android::gltrace::GLMessage_DataType
    [all...]

Completed in 1031 milliseconds

1 2