Searched defs:result (Results 351 - 375 of 3072) sorted by relevance

<<11121314151617181920>>

/external/elfutils/src/tests/
H A Dfind-prologues.c70 int result = dwarf_entry_breakpoints (func, &bkpts); local
71 if (result <= 0)
75 for (int i = 0; i < result; ++i)
77 i == result - 1 ? "\n" : "");
100 int result = 0; local
107 return result;
H A Dget-pubnames.c34 int result = DWARF_CB_OK; local
46 result = DWARF_CB_ABORT;
57 result = DWARF_CB_ABORT;
62 return result;
69 int result = 0; local
79 result = 1;
90 result = 1;
97 return result;
H A Dnewfile.c56 int result = 0; local
74 result = 1;
81 result = 1;
90 result = 1;
105 result = 1;
113 result = 1; \
133 result = 1;
144 result = 1;
169 return result;
H A Dvdsosyms.c86 int result = dwfl_linux_proc_report (dwfl, pid); local
87 if (result < 0)
89 else if (result > 0)
90 error (2, result, "dwfl_linux_proc_report");
93 result = dwfl_linux_proc_attach (dwfl, pid, false);
94 if (result < 0)
96 else if (result > 0)
97 error (2, result, "dwfl_linux_proc_attach");
/external/embunit/src/
H A DTestCase.c47 void TestCase_run(TestCase* self,TestResult* result) argument
49 TestResult_startTest(result, (Test*)self);
56 result_ = result;
65 TestResult_endTest(result, (Test*)self);
/external/fio/lib/
H A Dieee754.c55 long double result; local
64 result = (i & ((1LL << significandbits) - 1)); // mask
65 result /= (1LL << significandbits); // convert back to float
66 result += 1.0f; // add the one back on
72 result *= 2.0;
76 result /= 2.0;
81 result *= (i >> (bits - 1)) & 1 ? -1.0 : 1.0;
83 return result;
/external/freetype/src/cff/
H A Dcffcmap.c63 FT_UInt result = 0; local
67 result = cmap->gids[char_code];
69 return result;
77 FT_UInt result = 0; local
93 result = cmap->gids[code];
94 if ( result != 0 )
103 return result;
/external/google-breakpad/src/client/mac/crash_generation/
H A Dcrash_generation_client.cc59 kern_return_t result = sender_.SendMessage(message, kSendTimeoutMs); local
60 if (result != KERN_SUCCESS)
67 result = acknowledge_port.WaitForMessage(&acknowledge_message,
69 return result == KERN_SUCCESS;
/external/google-breakpad/src/client/mac/handler/
H A Dprotected_memory_allocator.cc43 kern_return_t result = vm_allocate(mach_task_self(), local
49 valid_ = (result == KERN_SUCCESS);
74 kern_return_t result = vm_protect(mach_task_self(), local
80 return result;
85 kern_return_t result = vm_protect(mach_task_self(), local
91 return result;
/external/google-breakpad/src/common/mac/
H A Dstring_utilities.cc39 std::string result; local
42 return result;
51 result.assign((const char *)buffer.get());
53 return result;
61 unsigned int result = 0; local
72 result = atoi(temp.c_str());
81 return result;
/external/google-breakpad/src/testing/src/
H A Dgmock-matchers.cc77 string result = "(" + fields[0]; local
79 result += ", ";
80 result += fields[i];
82 result += ")";
83 return result;
95 string result = ConvertIdentifierNameToWords(matcher_name); local
97 result += " " + JoinAsTuple(param_values);
98 return negation ? "not (" + result + ")" : result;
/external/google-tv-pairing-protocol/cpp/tests/polo/util/
H A Dpoloutiltest.cc23 std::string result = PoloUtil::BytesToHexString(bytes, 4); local
24 ASSERT_EQ(std::string("AABBCCDD"), result);
29 std::string result = PoloUtil::BytesToHexString(bytes, 4); local
30 ASSERT_EQ(std::string("BBCCDD"), result);
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAbstractListeningExecutorService.java55 public <T> ListenableFuture<T> submit(Runnable task, @Nullable T result) { argument
56 ListenableFutureTask<T> ftask = ListenableFutureTask.create(task, result);
H A DListenableFutureTask.java59 * given result on successful completion.
62 * @param result the result to return on successful completion. If you don't
63 * need a particular result, consider using constructions of the form:
69 Runnable runnable, @Nullable V result) {
70 return new ListenableFutureTask<V>(runnable, result);
77 ListenableFutureTask(Runnable runnable, @Nullable V result) { argument
78 super(runnable, result);
68 create( Runnable runnable, @Nullable V result) argument
H A DListeningExecutorService.java55 <T> ListenableFuture<T> submit(Runnable task, T result); argument
/external/guava/guava-bootstrap/src/java/util/concurrent/
H A DAbstractExecutorService.java24 public <T> Future<T> submit(Runnable task, T result) { argument
26 FutureTask<T> ftask = new FutureTask<T>(task, result);
/external/icu/icu4c/source/common/
H A Dulistformatter.cpp46 UChar* result,
53 if (stringCount < 0 || (strings == NULL && stringCount > 0) || ((result == NULL)? resultCapacity != 0 : resultCapacity < 0)) {
76 if (result != NULL) {
79 res.setTo(result, 0, resultCapacity);
85 return res.extract(result, resultCapacity, *status);
42 ulistfmt_format(const UListFormatter* listfmt, const UChar* const strings[], const int32_t * stringLengths, int32_t stringCount, UChar* result, int32_t resultCapacity, UErrorCode* status) argument
H A Dustack.cpp38 void* result = 0; local
40 result = elementAt(n);
43 return result;
48 int32_t result = 0; local
50 result = elementAti(n);
53 return result;
/external/icu/icu4c/source/common/unicode/
H A Dnormalizer2.h195 UnicodeString result; local
196 normalize(src, result, errorCode);
197 return result;
219 * The result is normalized if the first string was normalized.
237 * The result is normalized if both the strings were normalized.
283 * in this case, the result contains either one or two code points (=1..4 UChars).
329 * resolves to "yes" or "no" to provide a definitive result,
344 * For the two COMPOSE modes, the result could be "maybe" in cases that
364 * will pass the quick check with a "yes" result.
484 * The result i
[all...]
/external/icu/icu4c/source/i18n/
H A Dcsmatch.cpp62 int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status); local
66 return result;
H A Dcurrfmt.cpp50 Formattable& result,
55 result.adoptObject(currAmt);
49 parseObject(const UnicodeString& source, Formattable& result, ParsePosition& pos) const argument
H A Dremtrans.cpp50 Transliterator* result = new RemoveTransliterator(); local
51 if (result != NULL && getFilter() != 0) {
52 result->adoptFilter((UnicodeFilter*)(getFilter()->clone()));
54 return result;
H A Dunumsys.cpp74 unumsys_getDescription(const UNumberingSystem *unumsys, UChar *result, argument
82 return descrip.extract(result, resultLength, *status);
H A Dupluralrules.cpp51 UnicodeString result = ((PluralRules*)uplrules)->select(number); local
52 return result.extract(keyword, capacity, *status);
/external/icu/icu4c/source/io/
H A Dlocbund.cpp47 static inline UNumberFormat * copyInvariantFormatter(ULocaleBundle *result, UNumberFormatStyle style) { argument
50 if (result->fNumberFormat[style-1] == NULL) {
62 result->fNumberFormat[style-1] = unum_clone(gPosixNumberFormat[style-1], &status);
65 return result->fNumberFormat[style-1];
69 u_locbund_init(ULocaleBundle *result, const char *loc) argument
73 if(result == 0)
80 uprv_memset(result, 0, sizeof(ULocaleBundle));
83 result->fLocale = (char*) uprv_malloc(len + 1);
84 if(result->fLocale == 0) {
88 uprv_strcpy(result
[all...]

Completed in 474 milliseconds

<<11121314151617181920>>