HomeSort by relevance Sort by last modified time
    Searched defs:added (Results 76 - 100 of 231) sorted by null

1 2 34 5 6 7 8 910

  /external/opencv/cv/src/
cvcalibinit.cpp 733 int added = icvAddOuterQuad(quads[i],quads,quad_count,all_quads,*all_count,corners); local
734 *all_count += added;
735 quad_count += added;
783 int added = 0; local
792 added++;
842 return added;
    [all...]
  /frameworks/base/core/java/android/app/
FragmentManager.java 166 * from XML or as the container ID when added in a transaction. This first
167 * searches through fragments that are currently added to the manager's
176 * from XML or as supplied when added in a transaction. This first
177 * searches through fragments that are currently added to the manager's
273 * Remove a listener that was previously added with
650 writer.print(prefix); writer.println("Added Fragments:");
799 // Fragments that are not currently added will sit in the onCreate() state.
1696 int[] added = null; local
    [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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jar 
org.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar 
org.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar 
org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar 
org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar 
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar 
  /frameworks/support/v4/java/android/support/v4/app/
FragmentManager.java 168 * from XML or as the container ID when added in a transaction. This first
169 * searches through fragments that are currently added to the manager's
178 * from XML or as supplied when added in a transaction. This first
179 * searches through fragments that are currently added to the manager's
276 * Remove a listener that was previously added with
305 * Get a list of all fragments that have been added to the fragment manager.
658 writer.print(prefix); writer.println("Added Fragments:");
848 // Fragments that are not currently added will sit in the onCreate() state.
1744 int[] added = null; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
AbstractPreferencesTest.java 1645 private int added = 0; field in class:AbstractPreferencesTest.MockNodeChangeListener
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java 73 * variance around this average as mappings are added and removed, but
1270 long added = 0L; local
    [all...]
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc 633 jboolean added = jni()->CallBooleanMethod(audio_tracks, add, j_track); variable
635 CHECK(added, "");
654 jboolean added = jni()->CallBooleanMethod(video_tracks, add, j_track); variable
656 CHECK(added, "");
    [all...]
  /external/elfutils/0.153/src/
ld.h 118 /* True when file should be added to DT_NEEDED list only when
456 unsigned int added:1; member in struct:symbol
914 /* Search paths added by the default linker script. */
1019 /* To keep track of added entries. */
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherModel.java 311 // Lock on the app so that we don't try and get the items while apps are being added
318 // processInstallShortcut, we give it time for its shortcut to get added to the
385 // Process the newly added applications and add them to the database first
421 // Process the newly added applications and add them to the database first
466 // page is added. Create as many screens as necessary to satisfy
1743 ArrayList<ItemInfo> added = new ArrayList<ItemInfo>(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlock.cpp 577 // generated content is added to cloneBlock and 'this' does not have
578 // generated content added yet.
2536 bool added = descendantSet->add(descendant).isNewEntry; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
HeapTest.cpp 3006 unsigned added = addAfterwards ? 100 : 0; local
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 3292 int added = 0; local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.director.app_1.0.300.v20130819-1621.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 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-core/0.20.0/
tycho-core-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-core/0.18.1/
tycho-core-0.18.1.jar 

Completed in 3564 milliseconds

1 2 34 5 6 7 8 910