HomeSort by relevance Sort by last modified time
    Searched refs:kAny (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/components/json_schema/
json_schema_constants.cc 10 const char kAny[] = "any";
json_schema_constants.h 12 extern const char kAny[];
json_schema_validator.cc 35 schema::kAny,
493 if (type != schema::kAny) {
838 std::string additional_properties_type(schema::kAny);
841 return additional_properties_type == schema::kAny;
json_schema_validator_unittest_base.cc 271 additional_properties->SetString(schema::kType, schema::kAny);
421 additional_properties->SetString(schema::kType, schema::kAny);
  /external/chromium_org/net/cert/
asn1_util.h 30 // kAny matches any tag value;
31 static const unsigned kAny = 0x10000;
asn1_util.cc 17 // We don't support kAny and kOptional at the same time.
18 if ((tag_value & kAny) && (tag_value & kOptional))
32 if (tag_value != kAny &&
318 if (!GetElement(&general_names, kAny, NULL))
  /frameworks/av/include/media/
Metadata.h 52 static const Type kAny = 0;
  /art/compiler/optimizing/
locations.h 198 kAny,
213 return UnallocatedLocation(kAny);
code_generator.cc 184 DCHECK_EQ(loc.GetPolicy(), Location::kAny);
212 case Location::kAny:
  /external/chromium_org/third_party/icu/source/common/
rbbiscan.cpp 70 static const UChar kAny[] = {0x61, 0x6e, 0x79, 0x00}; // "any"
434 findSetFor(UnicodeString(TRUE, kAny, 3), n);
688 if (s.compare(kAny, -1) == 0) {
    [all...]
  /external/icu/icu4c/source/common/
rbbiscan.cpp 70 static const UChar kAny[] = {0x61, 0x6e, 0x79, 0x00}; // "any"
434 findSetFor(UnicodeString(TRUE, kAny, 3), n);
688 if (s.compare(kAny, -1) == 0) {
    [all...]
  /external/chromium_org/gpu/config/
gpu_control_list.cc 130 if (op_ == kUnknown || op_ == kAny)
155 if (op_ == kAny)
279 if (op_ == kAny)
299 if (op_ == kAny)
327 if (op_ == kAny)
341 if (op_ == kAny)
    [all...]
gpu_control_list.h 117 kAny,
  /external/chromium_org/v8/src/
types.cc 985 case REPRESENTATION(kAny): return "Any";
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp 184 if (filter[0] == Metadata::kAny) return true;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 800 milliseconds