HomeSort by relevance Sort by last modified time
    Searched defs:added (Results 101 - 125 of 639) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/skia/src/pathops/
SkOpCoincidence.cpp 229 // verifies that the coincidence hasn't already been added
342 bool added; local
343 if (!this->addOrOverlap(coinSeg, oppSeg, coinTs, coinTe, oppTs, oppTe, &added)) {
613 double tStart, double tEnd, SkOpSegment* coinSeg, SkOpSegment* oppSeg, bool* added
643 return this->addOrOverlap(coinSeg, oppSeg, coinTs, coinTe, oppTs, oppTe, added);
650 double coinTs, double coinTe, double oppTs, double oppTe, bool* added) {
767 *added = true;
776 bool SkOpCoincidence::addMissing(bool* added DEBUG_COIN_DECLARE_PARAMS()) {
778 *added = false;
    [all...]
SkPathOpsDebug.cpp 305 bool added; local
306 fCoincidence->debugAddMissing(&glitches, &added);
362 bool added; local
363 coincidence->debugAddMissing(&glitches, &added);
1546 bool added; local
    [all...]
  /external/skqp/src/pathops/
SkOpCoincidence.cpp 229 // verifies that the coincidence hasn't already been added
342 bool added; local
343 if (!this->addOrOverlap(coinSeg, oppSeg, coinTs, coinTe, oppTs, oppTe, &added)) {
613 double tStart, double tEnd, SkOpSegment* coinSeg, SkOpSegment* oppSeg, bool* added
643 return this->addOrOverlap(coinSeg, oppSeg, coinTs, coinTe, oppTs, oppTe, added);
650 double coinTs, double coinTe, double oppTs, double oppTe, bool* added) {
767 *added = true;
776 bool SkOpCoincidence::addMissing(bool* added DEBUG_COIN_DECLARE_PARAMS()) {
778 *added = false;
    [all...]
SkPathOpsDebug.cpp 305 bool added; local
306 fCoincidence->debugAddMissing(&glitches, &added);
362 bool added; local
363 coincidence->debugAddMissing(&glitches, &added);
1546 bool added; local
    [all...]
  /external/v8/src/ast/
scopes.cc 52 bool* added) {
59 if (added) *added = p->value == nullptr;
803 bool added; local
806 maybe_assigned_flag, &added);
807 if (added) locals_.Add(var);
    [all...]
  /frameworks/base/core/java/android/net/
LinkProperties.java 68 // Indexed by interface name to allow modification and to prevent duplicates being added.
77 public final List<T> added = new ArrayList<T>(); field in class:LinkProperties.CompareResult
88 added.add(newItem);
98 retVal += "] added=[";
99 for (T addr : added) retVal += addr.toString() + ",";
271 * @return true if {@code address} was added or updated, false otherwise.
352 * @return true if the DNS server was added, false if it was already present.
460 * @return true if the DNS server was added, false if it was already present.
595 * @return {@code false} if the route was already present, {@code true} if it was added.
604 "Route added with non-matching interface: " + routeIface
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldPreferencesTest.java 660 // same listener can be added twice, and must be removed twice
775 // same listener can be added twice, and must be removed twice
881 private int added = 0; field in class:OldPreferencesTest.MockNodeChangeListener
900 ++added;
915 return added;
924 added = 0;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlinePage.java 1181 final List<INode> added = new ArrayList<INode>(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java 1491 View added = null; local
    [all...]
  /external/libevent/
event.c 169 * have been setup or added. We don't want to trust the content of the struct
177 unsigned added : 1; member in struct:event_debug_entry
239 dent->added = 0; \
246 dent->added = 0; \
266 /* Macro: record that ev is now added */
274 dent->added = 1; \
287 /* Macro: record that ev is no longer added */
295 dent->added = 0; \
326 /* Macro: assert that ev is not added (i.e., okay to tear down or set
334 if (dent && dent->added) { \
    [all...]
  /external/v8/src/heap/
spaces.cc 381 // The previous loop uncommitted any pages marked as pooled and added them
940 // The chunks added to this queue will be freed by a concurrent thread.
1248 intptr_t added = 0; local
    [all...]
  /external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc 301 jboolean added = jni()->CallBooleanMethod(audio_tracks, add, j_track); variable
303 RTC_CHECK(added); variable
324 jboolean added = jni()->CallBooleanMethod(video_tracks, add, j_track); variable
326 RTC_CHECK(added); variable
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
AbstractPreferencesTest.java 1652 private int added = 0; field in class:AbstractPreferencesTest.MockNodeChangeListener
    [all...]
  /prebuilts/tools/common/bazel/formc-deps/
jdom.jar 
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /external/elfutils/src/
ld.h 110 /* True when file should be added to DT_NEEDED list only when
448 unsigned int added:1; member in struct:symbol
906 /* Search paths added by the default linker script. */
1011 /* To keep track of added entries. */
    [all...]
  /external/vulkan-validation-layers/loader/
loader.c 464 // This function looks for filename in given device handle, filename is then added to return list
552 // for a list of files which are added to a returned list (function return
579 // if after obtaining the DeviceNameSize, new device is added start over
683 // for a list or name/values which are added to a returned list (function return
4278 bool added = false; local
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java 114 * variance around this average as mappings are added and removed, but
1482 long added = 0L; local
    [all...]
  /prebuilts/maven_repo/android/android/arch/paging/common/1.0.0-alpha3/
common-1.0.0-alpha3.jar 
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 1121 /* device has been added to bridge */
6723 int added = 1; local
    [all...]
  /frameworks/base/core/java/android/app/
FragmentManager.java 194 * from XML or as the container ID when added in a transaction. This first
195 * searches through fragments that are currently added to the manager's
204 * from XML or as supplied when added in a transaction. This first
205 * searches through fragments that are currently added to the manager's
301 * Remove a listener that was previously added with
330 * Get a list of all fragments that are currently added to the FragmentManager.
336 * added or attached.
338 * @return A list of all fragments that are added to the FragmentManager.
2766 int[] added = null; local
    [all...]
  /frameworks/support/fragment/src/main/java/androidx/fragment/app/
FragmentManager.java 206 * from XML or as the container ID when added in a transaction. This first
207 * searches through fragments that are currently added to the manager's
217 * from XML or as supplied when added in a transaction. This first
218 * searches through fragments that are currently added to the manager's
318 * Remove a listener that was previously added with
350 * Get a list of all fragments that are currently added to the FragmentManager.
356 * added or attached.
358 * @return A list of all fragments that are added to the FragmentManager.
3003 int[] added = null; local
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 2433 int added = 0; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/firebase/firebase-client-android/2.5.2/
firebase-client-android-2.5.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.director.app_1.0.300.v20130327-2119.jar 

Completed in 909 milliseconds

1 2 3 45 6 7 8 91011>>