Searched refs:added (Results 1 - 25 of 283) sorted by relevance

1234567891011>>

/external/clang/test/Sema/
H A Dast-print-x86.c6 int added; local
7 // CHECK: asm volatile ("addl %%ebx,%%eax" : "=a" (added) : "a" (1), "b" (2));
8 __asm__ __volatile__("addl %%ebx,%%eax" : "=a" (added) : "a" (1), "b" (2) );
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/
H A DISO7816d4Padding.java37 * number of bytes added.
43 int added = (in.length - inOff);
54 return added;
H A DZeroBytePadding.java36 * number of bytes added.
42 int added = (in.length - inOff);
50 return added;
/external/deqp/scripts/
H A Dcaselist_diff.py165 # returns (added, removed) lists
167 added = []
173 # build added list
176 added.append(case)
183 return (added, removed)
195 added, removed = diffCaseLists(renamedCases, newCases)
200 for case in added:
/external/guava/guava/src/com/google/common/collect/
H A DQueues.java265 * execute Queue#drainTo is not added *on top* of waiting for the timeout (which could make
269 int added = 0;
270 while (added < numElements) {
273 added += q.drainTo(buffer, numElements - added);
274 if (added < numElements) { // not enough elements immediately available; will have to poll
280 added++;
283 return added;
304 int added = 0;
307 while (added < numElement
[all...]
/external/e2fsprogs/intl/
H A Dlocalealias.c156 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/mesa3d/src/glsl/
H A Dglsl_symbol_table.cpp104 int added = _mesa_symbol_table_add_symbol(table, -1, v->name, entry); local
105 assert(added == 0);
106 (void)added;
146 int added = _mesa_symbol_table_add_global_symbol(table, -1, f->name, entry); local
147 assert(added == 0);
148 (void)added;
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DSourceTargetUtility.java66 boolean added = false;
69 added = true;
82 if (added) {
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DSourceTargetUtility.java65 boolean added = false;
68 added = true;
81 if (added) {
/external/libcxx/utils/
H A Dsym_diff.py58 added, removed, changed = diff.diff(old_syms_list, new_syms_list)
60 added = {}
62 added, removed, changed, names_only=args.names_only,
/external/doclava/res/assets/templates/components/
H A Dapi_filter.cs7 <!-- option elements added by buildApiLevelSelector() -->
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
H A DModifiedSystemClassRuntimeTest.java54 boolean added = false; field in class:ModifiedSystemClassRuntimeTest.InstrumentationMock
59 assertFalse(added);
60 added = true;
78 assertTrue(added);
162 // Check added field:
/external/libcxx/utils/libcxx/sym_check/
H A Ddiff.py52 added = added_symbols(old, new)
55 return added, removed, changed
65 report += 'Symbol added: %s\n' % maybe_demangle(sym['name'])
85 added = bool(len(added_syms) != 0)
89 if added or abi_break:
96 report += 'Symbols added.'
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DReportAPI.java20 * 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) { argument
63 this.added = added;
69 return added.getVal(typ);
74 return added.get(typ, brief);
87 added
[all...]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowFragment.java28 private boolean added; field in class:ShadowFragment
150 added = isAdded;
155 return getActivity() != null && added;
/external/libchrome/base/
H A Dobserver_list_unittest.cc70 : added(false),
76 if (!added) {
77 added = true;
82 bool added; member in class:base::__anon9953::AddInObserve
276 // No MessageLoop, so these should not be added.
442 EXPECT_TRUE(b.added);
443 // B's adder should not have been notified because it was added during
466 EXPECT_TRUE(b.added);
467 // B's adder should not have been notified because it was added during
488 bool added() cons function in class:base::__anon9953::AddInClearObserve
[all...]
/external/llvm/test/MC/Mips/
H A Dnacl-mask.s4 # This test tests that address-masking sandboxing is added when given assembly
8 # Test that address-masking sandboxing is added before indirect branches and
36 # Test that address-masking sandboxing is added before load instructions.
106 # Test that address-masking sandboxing is added before store instructions.
168 # Test that address-masking sandboxing is added after instructions that change
204 # masks are added before and after the instruction.
210 # For loads where $sp is destination and base, check that mask is added after
217 # For stores where $sp is destination and base, check that mask is added neither
227 # added before indirect calls.
/external/webrtc/talk/session/media/
H A Dcurrentspeakermonitor.cc94 // It's possible we haven't yet added this source to our map. If so,
195 const MediaStreams& added,
198 // Update the speaking state map based on added and removed streams.
205 it = added.audio().begin(); it != added.audio().end(); ++it) {
193 OnMediaStreamsUpdate( AudioSourceContext* audio_source_context, const MediaStreams& added, const MediaStreams& removed) argument
H A Dcurrentspeakermonitor.h85 const MediaStreams& added,
/external/dnsmasq/contrib/port-forward/
H A Ddnsmasq-portforward58 verb=added
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui_3.6.1.M20100826-1330.jar ... internal.UIPreferenceInitializer, java.lang.String) public void added (org.eclipse.core.runtime.preferences. ...
/external/libcups/cups/
H A Dipp-support.c851 added; /* Was name added? */ local
1771 added = 0;
1782 added = 1;
1792 added = 1;
1802 added = 1;
1812 added = 1;
1823 added = 1;
1834 added = 1;
1845 added
[all...]
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
H A DDatabaseContentProvider.java250 * 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;
384 return added;
394 added++;
398 if (added > 0) {
418 return added;
/external/skia/src/pathops/
H A DSkPathOpsCommon.cpp275 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/swiftshader/third_party/LLVM/tools/llvm-config/
H A Dllvm-config.in.in421 # Returns true if $lib is a key in $added.
423 my ($added, $lib) = @_;
424 return defined $$added{$LIB_TO_SET_MAP{$lib}};
427 # Returns true if all the dependencies of $set appear in $added.
429 my ($added, $set) = @_;
433 return 0 unless has_lib_been_added($added, $lib);
441 my %added;
448 if (have_all_deps_been_added(\%added, $set)) {
450 $added{$set} = 1;
461 # Our library dependency data will be added afte
[all...]

Completed in 744 milliseconds

1234567891011>>