| /external/chromium_org/chrome/installer/util/ |
| channel_info.cc | 118 // Returns true if |ap_value| is modified. 301 bool modified = false; local 305 modified = SetModifier(index, false, &value_) || modified; 308 return modified;
|
| installer_state.cc | 721 bool modified = false; local 724 modified |= (*scan)->SetChannelFlags(set, channel_info); 726 return modified; 753 bool modified = channel_info.SetMultiInstall(true); local 756 modified |= SetChannelFlags(true, &channel_info); 761 if (modified)
|
| google_update_settings.cc | 462 // We have a modified channel_info value to write. 489 bool modified = false; local 496 modified = true; 502 modified = true; 516 modified = true; 519 return modified; [all...] |
| /frameworks/av/media/mtp/ |
| MtpDevice.cpp | 437 char created[100], modified[100]; local 439 formatDateTime(info->mDateModified, modified, sizeof(modified)); 442 mData.putString(modified);
|
| MtpServer.cpp | 726 mData.putString(date); // date modified 871 MtpStringBuffer name, created, modified; local 874 mData.getString(modified); // date modified 879 if (!parseDateTime(modified, modifiedTime)) [all...] |
| /art/runtime/ |
| instrumentation.cc | 439 std::list<InstrumentationListener*>* modified; local 441 modified = new std::list<InstrumentationListener*>(*dex_pc_listeners_.get()); 443 modified = new std::list<InstrumentationListener*>(); 445 modified->push_back(listener); 446 dex_pc_listeners_.reset(modified); 450 std::list<InstrumentationListener*>* modified; local 452 modified = new std::list<InstrumentationListener*>(*field_read_listeners_.get()); 454 modified = new std::list<InstrumentationListener*>(); 456 modified->push_back(listener); 457 field_read_listeners_.reset(modified); 461 std::list<InstrumentationListener*>* modified; local 472 std::list<InstrumentationListener*>* modified; local 508 std::list<InstrumentationListener*>* modified = local 522 std::list<InstrumentationListener*>* modified = local 536 std::list<InstrumentationListener*>* modified = local 550 std::list<InstrumentationListener*>* modified = local [all...] |
| /external/chromium_org/chrome/installer/setup/ |
| uninstall.cc | 133 const bool modified = product.SetChannelFlags(false, &channel_info); local 136 if (modified) { [all...] |
| /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/ |
| OpenTypeUtilities.cpp | 115 long long modified; member in struct:WebCore::headTable
|
| /external/chromium_org/third_party/icu/source/test/letest/ |
| FontObject.h | 118 BigDate modified; member in struct:HEADTable
|
| sfnt.h | 284 BigDate modified; member in struct:HEADTable
|
| /external/icu/icu4c/source/samples/layout/ |
| sfnt.h | 155 BigDate modified; member in struct:HEADTable
|
| /external/icu/icu4c/source/test/letest/ |
| FontObject.h | 118 BigDate modified; member in struct:HEADTable
|
| sfnt.h | 284 BigDate modified; member in struct:HEADTable
|
| /external/icu/icu4c/source/test/perf/leperf/ |
| FontObject.h | 118 BigDate modified; member in struct:HEADTable
|
| sfnt.h | 284 BigDate modified; member in struct:HEADTable
|
| /external/chromium_org/chrome/browser/extensions/api/web_request/ |
| web_request_api_helpers.cc | 215 // Creates NetLog parameters to indicate that an extension modified a request. 309 // Find modified headers. 560 bool modified = false; local 582 modified = true; 590 modified = true; 594 return modified; 598 // |deltas| to |cookies|. Returns whether any cookie was modified. 602 bool modified = false; local 624 modified = true; 629 return modified; 637 bool modified = false; local 686 bool modified = false; local 882 bool modified = false; local 964 bool modified = false; local 992 bool modified = false; local 1022 bool modified = false; local 1074 bool modified = false; local [all...] |
| /external/proguard/src/proguard/classfile/editor/ |
| CodeAttributeEditor.java | 63 private boolean modified; field in class:CodeAttributeEditor 131 modified = false; 180 modified = true; 207 modified = true; 231 modified = true; 256 modified = true; 278 modified = true; 304 modified = true; 323 modified = true; 364 * Returns whether the code has been modified in any way [all...] |
| /external/svox/pico/lib/ |
| picospho.c | 708 /** Calculate bound strength modified by transduction 711 * calculate the modified bound strength. 737 /** Calculate bound strength modified by a \<break> command 739 * Given the original (predicted and possibly fst-modified) bound strength, and a time value from an 740 * overwriding \<break> command, calculate the modified bound strength. 745 * @return modified bound strength 749 picoos_uint8 modified = (0 == time) ? PICODATA_ITEMINFO1_BOUND_PHR3 : local 752 /* for word and phrase breaks, return 'modified', unless a non-silence gets time==0, in which 764 return modified; [all...] |
| /packages/apps/Launcher2/src/com/android/launcher2/ |
| LauncherModel.java | 2075 ArrayList<ApplicationInfo> modified = null; local [all...] |
| /cts/libs/testserver/src/android/webkit/cts/ |
| CtsTestServer.java | 539 * a "Last-Modified" header calculated from the value. 821 String modified = DateUtils.formatDate(new Date(time - mDocAge), local [all...] |
| /external/chromium_org/third_party/icu/source/test/intltest/ |
| wbnf.cpp | 1088 UBool modified(Pick* &node \/*out*\/){ function in class:Parser [all...] |
| /external/chromium_org/third_party/sqlite/src/ext/fts1/ |
| fulltext.c | 293 int modified = 0; local 313 modified = 1; 327 modified = 1; 330 return modified; [all...] |
| /frameworks/base/core/java/android/app/ |
| LoadedApk.java | 165 final ApplicationInfo modified = new ApplicationInfo(info); local 166 modified.nativeLibraryDir = modified.secondaryNativeLibraryDir; 167 return modified; [all...] |
| /external/chromium_org/third_party/openssl/openssl/crypto/x509/ |
| x509.h | 188 int modified; /* true if 'bytes' needs to be built */ member in struct:X509_name_st [all...] |
| /external/chromium_org/third_party/openssl/openssl/include/openssl/ |
| x509.h | 188 int modified; /* true if 'bytes' needs to be built */ member in struct:X509_name_st [all...] |