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

12 3 4 5 6 7 8 91011>>

  /packages/apps/Launcher3/src/com/android/launcher3/
AllAppsList.java 49 /** The list of apps that have been added since the last notify() call. */
50 public ArrayList<AppInfo> added = new ArrayList<>(DEFAULT_APPLICATIONS_NUMBER); field in class:AllAppsList
84 added.add(info);
96 added.add(info);
109 added.clear();
  /art/tools/ahat/src/main/com/android/ahat/
DocString.java 88 * Adorn the given string to indicate it represents something added relative
91 public static DocString added(DocString str) { method in class:DocString
93 string.mStringBuilder.append("<span class=\"added\">");
100 * Adorn the given string to indicate it represents something added relative
103 public static DocString added(String str) { method in class:DocString
104 return added(text(str));
167 append(added("new"));
169 append(added(format("%+,14d", current - baseline)));
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
ModifiedSystemClassRuntimeTest.java 65 boolean added = false; field in class:ModifiedSystemClassRuntimeTest.MyInvocationHandler
73 assertFalse(added);
74 added = true;
95 assertTrue(added);
121 // Check added field:
  /external/libchrome/base/files/
file_path_unittest.cc 964 FilePath added = path.AddExtension(cases[i].inputs[1]); local
    [all...]
  /external/libnetfilter_conntrack/src/conntrack/
labels.c 223 int added = 0; local
254 added++;
263 if (added) {
  /external/mesa3d/src/compiler/glsl/
glsl_symbol_table.cpp 156 int added = _mesa_symbol_table_add_symbol(table, v->name, entry); local
157 assert(added == 0);
158 (void)added;
226 int added = _mesa_symbol_table_add_global_symbol(table, f->name, entry); local
227 assert(added == 0);
228 (void)added;
  /external/tensorflow/tensorflow/contrib/lite/testing/
generated_examples_zip_test.cc 170 int added = 0; local
177 added += 1;
179 if (!added) {
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DeviceDescriptor.cpp 82 bool added = false; local
85 added = true;
88 if (added) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ProcessingTask.java 68 public void added(ProcessingTaskController taskController) { method in class:ProcessingTask
ProcessingTaskController.java 90 task.added(this);
  /packages/services/Car/evs/sampleDriver/
EvsV4lCamera.cpp 326 unsigned added = increaseAvailableFrames_Locked(needed); local
327 if (added != needed) {
330 decreaseAvailableFrames_Locked(added);
355 unsigned added = 0; local
358 while (added < numToAdd) {
402 added++;
405 return added;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlineDropListener.java 143 // Now find out which nodes were added, and look up their corresponding
145 final List<INode> added = new ArrayList<INode>(); local
148 added.add(node);
153 selectionManager.setOutlineSelection(added);
  /frameworks/base/services/tests/servicestests/src/com/android/server/am/
RecentTasksTest.java 179 assertTrue(mCallbacksRecorder.added.contains(mTasks.get(0))
180 && mCallbacksRecorder.added.contains(mTasks.get(1)));
188 assertTrue(mCallbacksRecorder.added.isEmpty());
198 assertTrue(mCallbacksRecorder.added.isEmpty());
211 assertTrue(mCallbacksRecorder.added.contains(documentTask1));
212 assertTrue(mCallbacksRecorder.added.contains(documentTask2));
227 assertTrue(mCallbacksRecorder.added.contains(documentTask1));
228 assertTrue(mCallbacksRecorder.added.contains(documentTask2));
240 assertTrue(mCallbacksRecorder.added.size() == 1);
241 assertTrue(mCallbacksRecorder.added.contains(documentTask1))
904 ArrayList<TaskRecord> added = new ArrayList<>(); field in class:RecentTasksTest.CallbacksRecorder
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
X509Name.java 355 private Vector added = new Vector(); field in class:X509Name
451 added.addElement((i != 0) ? TRUE : FALSE); // to allow earlier JDK compatibility
513 this.added.addElement(FALSE);
523 this.added.addElement(FALSE);
574 this.added.addElement(FALSE);
816 if (((Boolean)this.added.elementAt(i)).booleanValue())
820 a.insertElementAt(this.added.elementAt(i), count);
827 a.insertElementAt(this.added.elementAt(i), 0);
834 this.added = a;
858 this.added.addElement(isAdded)
    [all...]
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
ReportAPI.java 20 * We need to gather all added and removed overloads for a method, and then
21 * compare all added against all removed in order to identify this kind of
51 TreeSet<APIInfo> added; field in class:ReportAPI
59 APIInfo added; field in class:ReportAPI.DeltaInfo
62 DeltaInfo(APIInfo added, APIInfo removed) {
63 this.added = added;
69 return added.getVal(typ);
74 return added.get(typ, brief);
87 added.print(pw, detail, html)
    [all...]
  /external/e2fsprogs/intl/
localealias.c 156 size_t added; local
188 added = 0;
189 while (added == 0 && locale_alias_path[0] != '\0')
202 added = read_alias_file (start, locale_alias_path - start);
205 while (added != 0);
221 size_t added; local
243 added = 0;
303 return added;
316 return added;
342 ++added;
    [all...]
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DatabaseContentProvider.java 250 * rows were added to the db) - otherwise, it functions exactly as getContentResolver().insert()
254 * @return returns the uri of the row added
379 int added = 0; local
384 return added;
394 added++;
398 if (added > 0) {
418 return added;
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/printer/lexicalpreservation/
LexicalDifferenceCalculatorTest.java 280 assertEquals(Difference.DifferenceElement.added(CsmElement.indent()), diff.getElements().get(index++));
282 assertEquals(Difference.DifferenceElement.added(CsmElement.newline()), diff.getElements().get(index++));
283 assertEquals(Difference.DifferenceElement.added(CsmElement.unindent()), diff.getElements().get(index++));
  /external/libchrome/base/
callback_list_unittest.cc 69 bool added() const { return added_; } function in class:base::__anon24138::Adder
164 // Sanity check that closures added to the list will be run, and those removed
199 // Sanity check that callbacks with details added to the list will be run, with
276 // without invalidating the iterator. The newly added callback should be run on
291 EXPECT_TRUE(a.added());
observer_list_unittest.cc 338 // No MessageLoop, so these should not be added.
508 // B's adder should not have been notified because it was added during
535 // B's adder should not have been notified because it was added during
556 bool added() const { return added_; } function in class:base::AddInClearObserve
574 EXPECT_TRUE(a.added());
587 EXPECT_TRUE(a.added());
928 // called on the newly added observer on the next iteration of the loop.
  /external/libcups/cups/
ipp-support.c 851 added; /* Was name added? */ local
    [all...]
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 48 // About Module states: added->loaded->finalized.
50 // The purpose of the "added" state is having modules in standby. (added=known
87 iterator_range<ModulePtrSet::iterator> added() { function in class:llvm::MCJIT::OwningModuleContainer
132 // Remove the module from the "Added" set.
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowFragment.java 28 private boolean added; field in class:ShadowFragment
150 added = isAdded;
155 return getActivity() != null && added;
  /external/skia/src/pathops/
SkPathOpsCommon.cpp 275 bool added; local
276 if (!coincidence->addMissing(&added DEBUG_ITER_PARAMS(SAFETY_COUNT - safetyHatch))) {
279 if (!added) {
290 bool added; local
291 if (!coincidence->addMissing(&added DEBUG_COIN_PARAMS())) {
  /external/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp 71 DataId& added = fDataIdCache.push_back(); local
72 added.fLoader = fontFileLoaderId.release(); // Ref is passed.
73 added.fKey = sk_malloc_throw(refKeySize);
74 memcpy(added.fKey, refKey, refKeySize);
75 added.fKeySize = refKeySize;

Completed in 709 milliseconds

12 3 4 5 6 7 8 91011>>