HomeSort by relevance Sort by last modified time
    Searched refs:added (Results 1 - 25 of 134) sorted by null

1 2 3 4 5 6

  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
X509NameElementList.java 14 * an "added" flag.
47 /** bit vector for all the "added" bits */
48 private BitSet added = new BitSet(); field in class:X509NameElementList
56 * Adds an element. The "added" flag is set to false for the element.
70 * @param added the added bit
72 public void add(DERObjectIdentifier key, String value, boolean added) {
116 if (added) {
117 this.added.set(sz);
124 * Sets the "added" flag on the most recently added element
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/paddings/
ISO7816d4Padding.java 37 * number of bytes added.
43 int added = (in.length - inOff); local
54 return added;
ZeroBytePadding.java 36 * number of bytes added.
42 int added = (in.length - inOff); local
50 return added;
  /libcore/luni/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
MockNodeChangeListener.java 12 private int added = 0; field in class:MockNodeChangeListener
69 ++added;
118 return added;
129 added = 0;
  /build/core/
checktree 85 added = []
90 added = run(where, r'(.*)', r'.*')
91 added = map(split_perforce_parts, added)
98 added = dict().fromkeys(added, 1)
102 if not file in added:
  /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/bluetooth/glib/gio/
gunixvolumemonitor.c 261 GList **added,
266 *added = *removed = NULL;
279 *added = g_list_prepend (*added, list2->data);
296 *added = g_list_prepend (*added, list2->data);
346 GList *removed, *added; local
356 &added, &removed);
374 for (l = added; l != NULL; l = l->next)
382 g_signal_emit_by_name (monitor, "volume-added", volume)
398 GList *removed, *added; local
    [all...]
  /external/openssl/crypto/objects/
obj_dat.c 101 static LHASH_OF(ADDED_OBJ) *added=NULL;
182 if (added != NULL) return(1);
183 added=lh_ADDED_OBJ_new();
184 return(added != NULL);
229 if (added == NULL) return;
230 lh_ADDED_OBJ_down_load(added) = 0;
231 lh_ADDED_OBJ_doall(added,LHASH_DOALL_FN(cleanup1)); /* zero counters */
232 lh_ADDED_OBJ_doall(added,LHASH_DOALL_FN(cleanup2)); /* set counters */
233 lh_ADDED_OBJ_doall(added,LHASH_DOALL_FN(cleanup3)); /* free objects */
234 lh_ADDED_OBJ_free(added);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_getenv.c 96 int added; local
122 added = 0;
136 added = 1;
141 if ( ! added ) {
147 added = 1;
152 return (added ? 0 : -1);
  /external/libvpx/examples/includes/geshi/geshi/
vim.php 78 '-nargs' # TODO There are zillions of commands to be added here from http://vimdoc.sourceforge.net/htmldoc/usr_toc.html
  /external/webkit/WebKit/win/
WebKitCOMAPI.cpp 56 bool added = result.second; local
57 if (added && FAILED(DllGetClassObject(clsid, __uuidof(factory), reinterpret_cast<void**>(&factory))))
  /frameworks/base/tools/preload/
PrintHtmlDiff.java 27 * Prints HTML containing removed and added files.
53 Set<LoadedClass> added = new TreeSet<LoadedClass>(); local
57 added.add(loadedClass);
66 added.remove(clazz);
80 out.println("<a name=\"added\"/><h2>Added</h2>");
81 printTable(out, root.baseline, added);
  /sdk/sdkmanager/app/src/
Android.mk 13 # added based on whether the VM is 32 or 64 bit)
  /external/chromium/base/
observer_list_unittest.cc 66 : added(false),
71 if (!added) {
72 added = true;
77 bool added; member in class:__anon2367::AddInObserve
298 EXPECT_TRUE(b.added);
299 // B's adder should not have been notified because it was added during
  /packages/apps/Mms/src/com/android/mms/util/
DraftCache.java 121 // Find out which drafts were removed and added and notify
123 Set<Long> added = new HashSet<Long>(newDraftSet); local
124 added.removeAll(oldDraftSet);
129 for (long threadId : added) {
  /external/dnsmasq/contrib/port-forward/
dnsmasq-portforward 58 verb=added
  /external/qemu/distrib/sdl-1.2.12/src/events/
SDL_events.c 265 int tail, added; local
270 added = 0;
282 added = 1;
284 return(added);
  /external/v8/test/mjsunit/bugs/
bug-1344252.js 28 // Test that setter accessors added to the prototype chain are called
31 // Test that accessors added to the prototype chain are called
64 // accessors added to the prototype chain are called instead of
  /libcore/luni/src/test/java/tests/api/java/util/concurrent/
SynchronousQueueTest.java 9 package tests.api.java.util.concurrent; // android-added
167 int added = 0;
170 q.put(added);
171 ++added;
174 assertTrue(added == 1);
244 int added = 0;
247 q.put(added);
248 ++added;
251 assertTrue(added == 1);
545 } catch (UnsupportedOperationException success) { // android-added
    [all...]
  /external/webkit/WebKitTools/Scripts/
run-leaks 153 next if $line =~ /^node buffer added/;
  /external/openssl/crypto/engine/
eng_table.c 133 int ret = 0, added = 0; local
137 added = 1;
140 if(added)
141 /* The cleanup callback needs to be added */
  /packages/apps/Launcher2/src/com/android/launcher2/
AllAppsList.java 40 /** The list of apps that have been added since the last notify() call. */
41 public ArrayList<ApplicationInfo> added = field in class:AllAppsList
68 added.add(info);
74 added.clear();
  /external/v8/test/mjsunit/
array-iteration.js 56 // added.
98 // added.
139 // added.
177 // added.
213 // Only loop through initial part when elements are added.
  /libcore/dalvik/src/main/java/dalvik/system/
SamplingProfiler.java 344 // added = new-old
345 Set<Thread> added = new HashSet<Thread>(n); local
346 added.removeAll(o);
352 for (Thread thread : added) {
  /frameworks/base/services/java/com/android/server/
ProcessStats.java 203 public boolean added; field in class:ProcessStats.Stats
242 if (sta.added != stb.added) {
243 return sta.added ? -1 : 1;
246 return sta.added ? -1 : 1;
355 st.added = false;
471 if (DEBUG) Slog.v("Load", "Stats added " + st.name + " pid=" + st.pid
479 st.added = true;
719 printProcessCPU(pw, st.added ? " +" : (st.removed ? " -": " "),
727 tst.added ? " +" : (tst.removed ? " -": " ")
    [all...]

Completed in 369 milliseconds

1 2 3 4 5 6