| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
| LintDeltaProcessor.java | 75 * @param delta the delta describing recently changed files 95 * @param file the file that was changed 157 // Add a file listener which finds out when files have changed. This is listening 172 // If not an Android project or ONLY the markers changed. 186 resourceMonitor.addFileListener(sListener, IResourceDelta.ADDED | IResourceDelta.CHANGED);
|
| /external/llvm/lib/CodeGen/ |
| LiveDebugValues.cpp | 339 bool Changed = false; 352 Changed = VLS |= OpenRanges.getVarLocs(); 354 return Changed; 360 bool Changed = false; 363 Changed = transferTerminatorInst(MI, OpenRanges, OutLocs, VarLocIDs); 364 return Changed; 373 bool Changed = false; 417 Changed = true; 419 return Changed; 428 bool Changed = false [all...] |
| /external/mesa3d/src/mesa/drivers/dri/radeon/ |
| radeon_sanity.c | 431 int changed = (reg->current.i != data); local 434 if (VERBOSE || (NORMAL && (changed || !ever_seen))) 440 else if (changed) 441 fprintf(stderr, " *** CHANGED"); 446 if (VERBOSE || (NORMAL && (changed || !ever_seen))) 449 return changed; 455 int changed = (reg->current.f != data); local 459 if (VERBOSE || (NORMAL && (newmin || newmax || changed))) 471 else if (changed) { 472 fprintf(stderr, " *** CHANGED"); 641 int changed = 0; local [all...] |
| /external/swiftshader/third_party/LLVM/lib/CodeGen/ |
| StackSlotColoring.cpp | 260 bool Changed = false; 296 Changed = true; 321 return Changed; 379 bool Changed = false; 389 Changed |= (SS != NewSS); 408 Changed |= ColorSlotsWithFreeRegs(SlotMapping, RevMap, SlotIsReg); 410 if (!Changed) 674 bool changed = false; local 694 changed = true; 709 return changed; [all...] |
| PeepholeOptimizer.cpp | 222 bool Changed = false; 250 Changed = true; 254 return Changed; 404 bool Changed = false; 437 Changed = true; 445 Changed = true; 454 Changed |= OptimizeExtInstr(MI, MBB, LocalMIs); 456 Changed |= FoldImmediate(MI, MBB, ImmDefRegs, ImmDefMIs); 465 return Changed;
|
| /libcore/ojluni/src/main/java/java/text/ |
| DecimalFormat.java | 412 // BEGIN Android-changed: Use ICU LocaleData. Remove SPI LocaleProviderAdapter. 421 // END Android-changed: Use ICU LocaleData. Remove SPI LocaleProviderAdapter. 425 // Android-changed: use initPattern() instead of removed applyPattern(String, boolean). 453 // Android-changed: use initPattern() instead of removed applyPattern(String, boolean). 482 // Android-changed: use initPattern() instead of removed applyPattern(String, boolean). 658 // BEGIN Android-changed: Use ICU. 664 // END Android-changed: Use ICU. 683 // BEGIN Android-changed: Use ICU. 689 // END Android-changed: Use ICU. 707 // BEGIN Android-changed: Use ICU [all...] |
| Bidi.java | 108 // Android-changed: use ICU Bidi class instead of BidiBase. 124 // Android-changed: use ICU Bidi class instead of BidiBase. 159 // Android-changed: change from BidiBase to ICU Bidi class. 198 // Android-changed: use ICU Bidi class instead of BidiBase. 218 // BEGIN Android-changed: add explict argument checks and use ICU Bidi class. 235 // END Android-changed: add explict argument checks and use ICU Bidi class. 298 // BEGIN Android-changed: return base level on out of range offset argument. 304 // END Android-changed: return base level on out of range offset argument. 312 // Android-changed: ICU treats the empty string as having 0 runs, we see it as 1 empty run. 327 // Android-changed: ICU treats the empty string as having 0 runs, we see it as 1 empty run [all...] |
| /external/wpa_supplicant_8/src/utils/ |
| eloop.c | 74 int changed; member in struct:eloop_sock_table 365 table->changed = 1; 403 table->changed = 1; 523 table->changed = 0; 536 if (table->changed) 592 table->changed = 0; 598 if (table->changed) 619 if (eloop.readers.changed || 620 eloop.writers.changed || 621 eloop.exceptions.changed) [all...] |
| /external/adhd/cras/src/tests/ |
| observer_unittest.cc | 104 /* System output volume changed. */ 110 /* System output mute changed. */ 119 /* System input/capture gain changed. */ 126 /* System input/capture mute changed. */ 134 /* Device or node topology changed. */ 140 /* Active node changed. A notification is sent for every change. 151 /* Output node volume changed. */ 171 /* Input gain changed. */ 181 /* Number of active streams changed. */
|
| /external/clang/lib/Tooling/Core/ |
| QualTypeNames.cpp | 75 bool Changed = false; 89 Changed = true; 101 Changed = true; 103 return Changed; 109 bool Changed = false; 116 Changed = getFullyQualifiedTemplateName(Ctx, TName, WithGlobalNsPrefix); 117 if (Changed) { 126 Changed = true; 129 return Changed;
|
| /external/libjpeg-turbo/ |
| change.log | 142 changed to produce "uncompressed GIFs", and cjpeg's GIF input capability 175 All routine declarations changed to the style "GLOBAL(type) name ...", 180 will have to be changed. 185 changed. If you need to make such code work with either older or newer 223 * We changed jpeg_start_decompress() to be able to suspend; this makes all 225 existing applications that use suspending input will need to be changed 228 * We changed the interface to the virtual array routines: access_virt_array 255 Changed color conversion roundoff behavior so that grayscale values are 292 The application programmer's interface to the library has changed completely.
|
| /frameworks/base/cmds/statsd/src/condition/ |
| SimpleConditionTracker.cpp | 120 VLOG("Changed to true keys: \n"); 124 VLOG("Changed to false keys: \n"); 175 bool changed = false; local 189 changed = true; 196 changed = true; 207 changed = true; 230 changed = true; 247 (*conditionChangedCache) = changed; 331 // condition has changed or not.
|
| /frameworks/base/docs/html/sdk/support_api_diff/25.0.0/changes/ |
| jdiff_statistics.html | 7 <meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared."> 80 The table below lists the numbers of program elements (packages, classes, constructors, methods, and fields) that were added, changed, or removed. The table includes only the highest-level program elements — that is, if a class with two methods was added, the number of methods added does not include those two methods, but the number of classes added does include that class. 135 <h2>Changed Packages, Sorted by Percentage Difference</h2> 189 <h2>Changed Classes and <i>Interfaces</i>, Sorted by Percentage Difference</h2> 267 Percentage difference = 100 * (added + removed + 2*changed) 271 <p>where <code>added</code> is the number of packages added, <code>removed</code> is the number of packages removed, and <code>changed</code> is the number of packages changed. 272 This definition is applied recursively for the classes and their program elements, so the value for a changed package will be less than 1, unless every class in that package has changed.
|
| /frameworks/base/services/core/java/com/android/server/display/ |
| WifiDisplayAdapter.java | 327 // It may happen that a display name has changed since it was remembered. 331 boolean changed = false; 342 changed |= mPersistentDataStore.rememberWifiDisplay(availableDisplay); 345 if (changed) { 469 boolean changed = !Arrays.equals(mAvailableDisplays, availableDisplays); 471 // Check whether any of the available displays changed canConnect status. 472 for (int i = 0; !changed && i<availableDisplays.length; i++) { 473 changed = availableDisplays[i].canConnect() 477 if (changed) {
|
| /frameworks/base/services/core/java/com/android/server/pm/ |
| PackageSettingBase.java | 503 boolean changed = state.disabledComponents != null 505 changed |= state.enabledComponents.add(componentClassName); 506 return changed; 511 boolean changed = state.enabledComponents != null 513 changed |= state.disabledComponents.add(componentClassName); 514 return changed; 519 boolean changed = state.disabledComponents != null 521 changed |= state.enabledComponents != null 523 return changed;
|
| /hardware/interfaces/radio/1.0/ |
| IRadioIndication.hal | 32 * Indicates when call state has changed. 45 * Indicates when voice or data network state changed 118 * Indicates data call contexts have changed. 256 * Radio must send this msg after radio off/on cycle no matter it is changed or not. 312 * Indicates when CDMA subscription source changed. 345 * Indicates that voice technology has changed. Responds with new rat. 361 * Indicates when IMS registration state has changed. 383 * progress state has changed 410 * Indicates when Supplementary service(SS) response is received when DIAL/USSD/SS is changed to
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
| CurrencyTest.java | 157 // BEGIN Android-changed 162 // END Android-changed 166 // BEGIN Android-changed 170 // END Android-changed 177 // BEGIN Android-changed 181 // END Android-changed 236 // BEGIN Android-changed 237 // Starting CLDR 1.7 release, currency symbol for CAD changed to CA$ in some locales such as ja. 239 // END Android-changed
|
| /libcore/ojluni/src/main/java/java/lang/reflect/ |
| Field.java | 58 // Android-changed: Extensive modifications made throughout the class for ART. 59 // Android-changed: Many fields and methods removed / modified. 76 // Android-changed: Adjust code for different field names. 84 // Android-changed: getName() implemented differently. 108 // Android-changed: Adjust getModifiers() implementation to mask extra bits used on Android. 173 // Android-changed: getGenericType() implemented differently. 333 // Android-changed: get*(Object) implemented natively. 361 // Android-changed: get*(Object) implemented natively. 389 // Android-changed: get*(Object) implemented natively. 419 // Android-changed: get*(Object) implemented natively [all...] |
| /hardware/google/av/codec2/vndk/include/util/ |
| C2InterfaceHelper.h | 315 bool *changed, 513 const C2Param *value, bool mayBlock __unused, bool *changed, Factory &) -> C2R { 514 *changed = false; 522 *changed = false; 546 const C2Param *value, bool mayBlock, bool *changed, Factory &factory) -> C2R { 547 *changed = false; 564 // If value changed, copy result to current value 567 *changed = true; 587 const C2Param *value, bool mayBlock, bool *changed, Factory &factory) -> C2R { 588 *changed = false [all...] |
| /libcore/ojluni/src/main/java/java/util/zip/ |
| ZipFile.java | 76 // Android-changed, needed for alternative OPEN_DELETE implementation 100 // Android-changed: always use mmap. 211 // Android-changed: Error out early if the file is too short or non-existent. 221 // Android-changed, handle OPEN_DELETE case in #close(). 225 // Android-changed: SecurityManager is always null 236 // Android-changed: Skip perf counters 239 // Android-changed: Skip perf counters 249 // Android-changed: Error out early if the zipfile has no entries. 383 // Android-changed: addSlash set to true, android is fine with "/" at the end 386 // Android-changed: addSlash set to true, android is fine with "/" at the en [all...] |
| /frameworks/base/services/usb/java/com/android/server/usb/ |
| UsbProfileGroupSettingsManager.java | [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
| test_difflib.py | 105 line 4 changed
106 line 5 changed
107 line 6 changed
122 line 4 chanGEd
123 line 5a chanGed
124 line 6a changEd
|
| /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/ |
| UserIdentifyManager.h | 122 Register an event notification function for the user profile changed.
327 changed/added.
347 when user status has changed while deselected.
351 @param Changed Points to the instance of the
353 changed.
367 IN EFI_HANDLE Changed
|
| /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/ |
| XYPlotTest.java | 193 // should not of changed.
219 // should not of changed.
227 // should of changed.
276 // should not of changed.
302 // should not of changed.
310 // should of changed.
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
| FieldVector.java | 34 * results, so the instance is changed by these methods. In both cases, the result 105 * <p>The instance <strong>is</strong> changed by this method.</p> 120 * <p>The instance <strong>is</strong> changed by this method.</p> 135 * <p>The instance <strong>is</strong> changed by this method.</p> 150 * <p>The instance <strong>is</strong> changed by this method.</p> 164 * <p>The instance <strong>is</strong> changed by this method.</p>
|