Searched refs:has_extension (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumber.cc34 if (first_number.has_extension() != second_number.has_extension() ||
H A Dphonenumbermatcher.cc794 phone_number.has_extension() ? candidate_groups.size() - 2
H A Dphonenumberutil.cc1574 if (number.has_extension() && number.extension().length() > 0) {
2167 if (number.has_extension()) {
2617 if (first_number.has_extension() && second_number.has_extension() &&
/external/chromium_org/chrome/browser/extensions/
H A Dextension_sync_data.cc108 if (entity_specifics.has_extension()) {
/external/llvm/include/llvm/Support/
H A DPath.h364 bool has_extension(const Twine &path);
/external/linux-tools-perf/util/
H A Dutil.h218 static inline int has_extension(const char *filename, const char *ext) function
H A Dhelp.c153 if (has_extension(de->d_name, ".exe"))
/external/v8/src/
H A Dcontexts.cc116 (context->IsFunctionContext() && context->has_extension())) {
H A Dcontexts.h315 bool has_extension() { return extension() != NULL; } function in class:v8::internal::Context
H A Druntime.cc1439 if (context->has_extension()) {
10756 if (function_context->has_extension() &&
10818 if (context->has_extension()) {
11147 if (CurrentContext()->has_extension()) {
11171 if (CurrentContext()->has_extension()) {
H A Dobjects.cc4116 if (context->has_extension() && !context->IsCatchContext()) {
/external/chromium_org/v8/src/
H A Dcontexts.cc126 (context->IsFunctionContext() && context->has_extension())) {
H A Dcontexts.h360 bool has_extension() { return extension() != NULL; } function in class:v8::internal::Context
H A Druntime.cc2213 if (context->has_extension()) {
11497 if (function_context->has_extension() &&
11609 if (function_context->has_extension() &&
11651 if (context->has_extension()) {
11694 if (context->has_extension()) {
12073 if (CurrentContext()->has_extension()) {
12097 if (CurrentContext()->has_extension()) {
H A Dobjects.cc5447 if (context->has_extension() && !context->IsCatchContext()) {
/external/chromium_org/sync/syncable/
H A Dmodel_type.cc276 if (specifics.has_extension())
/external/llvm/unittests/Support/
H A DPath.cpp122 path::has_extension(*i);
/external/llvm/lib/Support/
H A DPath.cpp612 bool has_extension(const Twine &path) {
/external/clang/lib/Driver/
H A DDriver.cpp1619 if (!llvm::sys::path::has_extension(Val)) {
1621 if (llvm::sys::path::has_extension(Filename.str()))

Completed in 738 milliseconds