HomeSort by relevance Sort by last modified time
    Searched full:changed (Results 2376 - 2400 of 19572) sorted by null

<<919293949596979899100>>

  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 77 bool Changed;
94 Changed(false),
120 /// \brief Check if the checker changed the state of the execution; ex: added
122 bool isDifferent() { return Changed; }
210 /// will not be changed, but the new node will have the checker's tag.
269 Changed = true;
342 Changed = true;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 77 bool Changed;
94 Changed(false),
120 /// \brief Check if the checker changed the state of the execution; ex: added
122 bool isDifferent() { return Changed; }
210 /// will not be changed, but the new node will have the checker's tag.
269 Changed = true;
342 Changed = true;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 77 bool Changed;
94 Changed(false),
120 /// \brief Check if the checker changed the state of the execution; ex: added
122 bool isDifferent() { return Changed; }
210 /// will not be changed, but the new node will have the checker's tag.
269 Changed = true;
342 Changed = true;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutReloadMonitor.java 90 * @param flags a {@link ChangeFlags} object indicating what type of resource changed.
109 // also listen for .class file changed in case the layout has custom view classes.
112 IResourceDelta.ADDED | IResourceDelta.CHANGED | IResourceDelta.REMOVED);
173 * Callback for IFileListener. Called when a file changed.
201 // the changed project is a dependency on an Android project,
214 * @param file the changed file
279 // for each IProject that was changed, we notify all the listeners.
  /external/jdiff/src/jdiff/
DiffMyers.java 376 /* Find # lines changed here in each file. */
410 /* Find # lines changed here in each file. */
481 /** # lines of file 1 changed here. */
483 /** # lines of file 0 changed here. */
512 /** Allocate changed array for the results of comparison. */
742 We do something when a run of changed lines include a blank
753 final boolean[] changed = changed_flag;
768 while (i < i_end && !changed[1+i])
787 while (i < i_end && changed[1+i]) i++;
790 /* If the first changed line matches the following unchanged one
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LoopSimplify.cpp 127 bool Changed = false;
133 Changed |= ProcessLoop(L, LPM);
135 return Changed;
142 bool Changed = false;
176 Changed = true;
196 Changed = true;
206 Changed = true;
229 Changed = true;
246 Changed = true;
258 Changed = true
    [all...]
  /frameworks/base/services/core/java/com/android/server/
AppStateTracker.java 232 Slog.d(TAG,"Forced app standby feature flag changed: "
246 Slog.d(TAG, "Forced app standby for small battery feature flag changed: "
259 * This is called when the OP_RUN_ANY_IN_BACKGROUND appops changed for a package.
280 * This is called when the foreground state changed for a UID.
287 * This is called when the active/idle state changed for a UID.
349 * Called when the job restrictions for multiple UIDs might have changed, so the job
356 * Called when the job restrictions for a UID might have changed, so the job
363 * Called when the job restrictions for a UID - package might have changed, so the job
377 * Called when the job restrictions for multiple UIDs might have changed, so the alarm
703 final boolean changed;
    [all...]
  /external/fio/
goptions.c 196 * Add to changed list. This also prevents the option from being
258 s->gopt.sig_handler = g_signal_connect(G_OBJECT(s->entry), "changed", G_CALLBACK(gopt_str_changed), s);
353 c->gopt.sig_handler = g_signal_connect(G_OBJECT(c->combo), "changed", G_CALLBACK(gopt_combo_changed), c);
398 c->gopt.sig_handler = g_signal_connect(G_OBJECT(c->combo), "changed", G_CALLBACK(gopt_combo_changed), c);
542 i->gopt.sig_handler = g_signal_connect(G_OBJECT(i->spin), "value-changed", G_CALLBACK(gopt_int_changed), i);
657 int changed = -1, i; local
664 changed = i;
669 assert(changed != -1);
672 * Min changed
674 if (changed == 0 || changed == 2)
    [all...]
  /external/gflags/test/
gflags_unittest.cc 125 DEFINE_bool(changed_bool1, false, "changed");
126 DEFINE_bool(changed_bool2, false, "changed");
515 EXPECT_EQ("third", FLAGS_test_str1); // changed value
519 // value not changed (already set before)
524 EXPECT_EQ("second", FLAGS_test_str2); // changed (was default)
531 EXPECT_EQ("third", FLAGS_test_str2); // still changed (was equal to default)
534 EXPECT_EQ("fourth", FLAGS_test_str2); // changed (was default)
539 EXPECT_EQ("second", FLAGS_test_str3); // changed
543 EXPECT_EQ("third", FLAGS_test_str3); // not changed (was set)
546 EXPECT_EQ("third", FLAGS_test_str3); // not changed (was set
    [all...]
  /external/one-true-awk/
FIXES 73 and arnold robbins, changed srand() to return the previous
101 changed the name getline() to awkgetline() to avoid yet another
295 right if CONVFMT is changed; by then the STR attribute of the
320 changed types in posix chars structure to quiet solaris cc.
377 changed HAT to NCHARS-2. thanks again to santiago vila.
379 changed maketab.c to ignore apparently out of range definitions
427 changed true/false to True/False in run.c to make it
429 and realloc to be honest about casts; ditto. changed
450 changed isnumber to is_number to avoid the problem caused by
525 recompilation when awkgram.y is changed but symbols are not
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp 181 bool Changed = false;
234 Changed = true;
238 Changed = true;
241 Changed = SoftenFloatResult(N, i);
242 if (Changed)
244 // If not changed, the result type should be legally in register.
250 Changed = true;
254 Changed = true;
258 Changed = true;
262 Changed = true
    [all...]
  /cts/hostsidetests/sustainedperf/dhrystone/
Rationale 106 have been changed in very few places only. In these cases, only the
107 role of some operands has been changed, and it was made sure that the
114 of the executed statements should not be changed, there are still cases
158 o For Proc_2, no code has been changed, but the values of the actual
159 parameter have changed due to changes in "main".
161 o In Proc_4, the second assignment has been changed from
175 o In Func_2, the second character comparison statement has been changed
194 The distribution statistics have been changed only by the addition of
197 changed from local to global). The distribution statistics in the
202 not been changed, to keep the program consistent with the origina
    [all...]
  /external/llvm/lib/Target/X86/
X86OptimizeLEAs.cpp 463 bool Changed = false;
531 Changed = true;
534 return Changed;
539 bool Changed = false;
606 Changed = true;
612 return Changed;
616 bool Changed = false;
638 Changed |= removeRedundantLEAs(LEAs);
643 Changed |= removeRedundantAddrCalc(LEAs);
646 return Changed;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GuardWidening.cpp 245 bool Changed = false;
257 Changed |= eliminateGuardViaWidening(II, DFI, GuardsInBlock);
264 return Changed;
517 bool Changed;
523 Changed = false;
535 Changed = true;
545 Changed = true;
548 } while (Changed);
660 bool Changed = GuardWideningImpl(DT, PDT, LI).run();
661 return Changed ? PreservedAnalyses::none() : PreservedAnalyses::all()
    [all...]
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
SimpleItemAnimator.java 149 Log.d(TAG, "CHANGED: " + oldHolder + " with view " + oldHolder.itemView);
236 * Called when an item is changed in the RecyclerView, as indicated by a call to
256 * @param oldHolder The original item that changed.
257 * @param newHolder The new item that was created with the changed content. Might be null
308 * @param item The item which has been changed (this method must be called for
311 * @param oldItem true if this is the old item that was changed, false if
350 * @param item The item which has been changed (this method must be called for
353 * @param oldItem true if this is the old item that was changed, false if
436 * @param oldItem true if this is the old item that was changed, false if
450 * @param oldItem true if this is the old item that was changed, false i
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
ConcurrentSkipListSubSetTest.java 305 * retainAll(c) retains only those elements of c and reports true if changed
311 boolean changed = q.retainAll(p);
313 assertFalse(changed);
315 assertTrue(changed);
324 * removeAll(c) removes only those elements of c and reports true if changed
795 * retainAll(c) retains only those elements of c and reports true if changed
801 boolean changed = q.retainAll(p);
803 assertFalse(changed);
805 assertTrue(changed);
814 * removeAll(c) removes only those elements of c and reports true if changed
    [all...]
TreeSubSetTest.java 302 * retainAll(c) retains only those elements of c and reports true if changed
308 boolean changed = q.retainAll(p);
310 assertFalse(changed);
312 assertTrue(changed);
321 * removeAll(c) removes only those elements of c and reports true if changed
781 * retainAll(c) retains only those elements of c and reports true if changed
787 boolean changed = q.retainAll(p);
789 assertFalse(changed);
791 assertTrue(changed);
800 * removeAll(c) removes only those elements of c and reports true if changed
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/invoke/
MethodTypeTest.java 227 MethodType changed = mt.changeParameterType(1, String.class); local
228 assertEquals(String.class, changed.parameterType(1));
230 // Assert that the return types and the other parameter types haven't changed.
231 assertEquals(mt.parameterCount(), changed.parameterCount());
232 assertEquals(mt.returnType(), changed.returnType());
233 assertEquals(mt.parameterType(0), changed.parameterType(0));
234 assertEquals(mt.parameterType(2), changed.parameterType(2));
450 MethodType changed = mt.changeReturnType(long.class); local
451 assertEquals(long.class, changed.returnType());
452 assertParameterTypes(changed, String.class)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ResourceManager.java 171 * @param delta the resource changed delta to process.
189 * @param delta the resource changed delta to process.
195 int mask = IResourceDelta.ADDED | IResourceDelta.REMOVED | IResourceDelta.CHANGED;
268 case IResourceDelta.CHANGED:
302 * Called when a delta indicates that a file has changed. Depending on the
303 * file being changed, and the type of change (ADDED, REMOVED, CHANGED), the
306 * @param file The file that changed.
569 case IResourceDelta.CHANGED: return "CHANGED";
    [all...]
  /external/guava/guava/src/com/google/common/collect/
Multisets.java 672 * @return {@code true} if {@code multisetToModify} was changed as a result
690 boolean changed = false;
696 changed = true;
699 changed = true;
702 return changed;
724 * @return {@code true} if {@code multisetToModify} was changed as a result of
743 boolean changed = false;
745 changed |= multisetToModify.remove(o);
747 return changed;
759 boolean changed = false
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Edits.java 230 private boolean changed; field in class:Edits.Iterator
262 if (changed) {
270 if (changed) {
279 changed = false;
327 changed = false;
345 changed = true;
423 changed = false;
434 changed = true;
648 if (changed) {
686 if (changed) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Edits.java 237 private boolean changed; field in class:Edits.Iterator
269 if (changed) {
277 if (changed) {
286 changed = false;
335 changed = false;
353 changed = true;
431 changed = false;
442 changed = true;
659 if (changed) {
698 if (changed) {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64A57FPLoadBalancing.cpp 321 bool Changed = false;
329 Changed |= runOnBasicBlock(MBB);
332 return Changed;
336 bool Changed = false;
402 Changed |= colorChainSet(std::move(I), MBB, Parity);
404 return Changed;
446 bool Changed = false;
489 Changed |= colorChain(G, C, MBB);
495 return Changed;
547 bool Changed = false
    [all...]
  /frameworks/base/core/java/android/os/
WorkSource.java 528 boolean changed = false;
538 changed = true;
552 return changed;
562 boolean changed = false;
572 changed = true;
590 return changed;
622 boolean changed = false;
633 changed = true;
687 return changed;
713 boolean changed = false
    [all...]
  /libcore/ojluni/src/main/java/sun/security/pkcs/
PKCS7.java 244 // Android-changed: Maintain original encoded form.
258 // BEGIN Android-changed: Maintain original encoded form.
270 // END Android-changed: Maintain original encoded form.
326 // Android-changed: Maintain original encoded form.
340 // BEGIN Android-changed: Maintain original encoded form.
352 // END Android-changed: Maintain original encoded form.
452 // Android-changed: Maintain original encoded form.
460 // BEGIN Android-changed: Maintain original encoded form.
472 // END Android-changed: Maintain original encoded form.
761 // types of String attribute values to be changed)
    [all...]

Completed in 1521 milliseconds

<<919293949596979899100>>