HomeSort by relevance Sort by last modified time
    Searched refs:added (Results 176 - 200 of 1356) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherProvider.java 503 // upgrade 1,2 -> 3 added appWidgetId column
549 // We added the fast track.
    [all...]
  /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...]
  /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...]
  /frameworks/av/media/libmedia/
CharacterEncodingDetector.cpp 133 bool added = false; local
143 added = true;
146 if (added) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcController.java 365 // added we need to cleanup
373 for (LinkAddress added : car.added) {
377 added.getAddress())) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java 273 public boolean added = false; field in class:ProjectState.LibraryDifference
276 return removed || added;
286 * Removed libraries are removed from the state list, and added to the {@link LibraryDifference}
288 * Added libraries are added to the state (as new {@link LibraryState} objects), but their
300 // if the order change it won't impact the java part, so instead try to detect removed/added
336 diff.added = true;
  /external/doclava/res/assets/templates-sdk/
class.cs 19 data-version-added="<?cs var:method.since ?>"<?cs
56 data-version-added="<?cs var:field.since ?>"<?cs
83 data-version-added="<?cs var:field.since ?>"<?cs
106 data-version-added="<?cs var:attr.since ?>"<?cs
129 data-version-added="<?cs var:cl.since ?>"<?cs
166 data-version-added="<?cs var:field.since ?>"<?cs
204 data-version-added="<?cs var:method.since ?>"<?cs
272 data-version-added="<?cs var:class.since ?>"<?cs
428 data-version-added="<?cs var:cl.since ?>"<?cs
457 data-version-added="<?cs var:field.since ?>"<?c
    [all...]
  /external/autotest/site_utils/bootperf-bin/
bootperf 107 results are added in without overwriting earlier results.
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector2.cc 223 bool added = false; local
243 added = true;
244 VPrintf(3, "#%llu: DD::MutexBeforeLock added %d->%d link\n",
258 added = true;
259 VPrintf(3, "#%llu: DD::MutexBeforeLock added %d->%d link\n",
264 if (!added || mtx->nlink == 0) {
  /external/v8/src/heap/
spaces-inl.h 273 intptr_t added = 0; local
274 page->ForAllFreeListCategories([&added](FreeListCategory* category) {
275 added += category->available();
279 return added;
  /frameworks/support/slices/view/src/main/java/androidx/slice/widget/
GridRowView.java 266 boolean added = false;
300 added = true;
306 added = true;
310 if (added) {
342 * @return Whether an item was added.
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderBase.h 35 bool added; member in struct:SurfaceMap
  /prebuilts/go/darwin-x86/src/cmd/api/
goapi_test.go 89 name: "feature added",
103 name: "feature added then removed",
  /prebuilts/go/darwin-x86/src/cmd/link/internal/sym/
attribute.go 50 // AttrMakeTypelink Amarks types that should be added to the typelink
64 // symbols added to .windynamic in initdynimport in pe.go.
  /prebuilts/go/darwin-x86/test/
heapsampling.go 102 // There's a race?more records might be added between
110 // in case a few more entries have been added
  /prebuilts/go/linux-x86/src/cmd/api/
goapi_test.go 89 name: "feature added",
103 name: "feature added then removed",
  /prebuilts/go/linux-x86/src/cmd/link/internal/sym/
attribute.go 50 // AttrMakeTypelink Amarks types that should be added to the typelink
64 // symbols added to .windynamic in initdynimport in pe.go.
  /prebuilts/go/linux-x86/test/
heapsampling.go 102 // There's a race?more records might be added between
110 // in case a few more entries have been added
  /system/bt/service/hal/
bluetooth_gatt_interface.h 112 const btgatt_db_element_t& added,
  /art/openjdkjvmti/
events.h 223 // Tell the event handler capabilities were added/lost so it can adjust the sent events.If
229 bool added)
280 bool added);
  /build/soong/cc/
object.go 57 // Needed for VNDK builds where bionic headers aren't automatically added.
  /cts/tests/tests/os/
Android.mk 87 echo "has changed and a new version must be added to this CTS file." 1>&2; \
  /external/webrtc/tools/valgrind-webrtc/
webrtc_tests.bat 12 :: - Chromium's Valgrind scripts directory is added to the PYTHONPATH to make
  /prebuilts/go/darwin-x86/src/cmd/pack/
doc.go 35 For the c and r commands, names are printed as files are added.
  /prebuilts/go/darwin-x86/src/runtime/pprof/
label.go 37 // WithLabels returns a new context.Context with the given labels added.

Completed in 1408 milliseconds

1 2 3 4 5 6 78 91011>>