Searched refs:result (Results 26 - 50 of 8622) sorted by relevance

1234567891011>>

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_get_priority_max/
H A D1-2.c21 int result = -1; local
23 result = sched_get_priority_max(SCHED_FIFO);
25 if (result != -1 && errno == 0) {
27 result);
H A D1-4.c21 int result = -1; local
23 result = sched_get_priority_max(SCHED_OTHER);
25 if (result != -1 && errno == 0) {
27 result);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_get_priority_min/
H A D1-1.c21 int result = -1; local
23 result = sched_get_priority_min(SCHED_RR);
25 if (result != -1 && errno == 0) {
27 result);
H A D1-2.c21 int result = -1; local
23 result = sched_get_priority_min(SCHED_FIFO);
25 if (result != -1 && errno == 0) {
27 result);
H A D1-4.c21 int result = -1; local
23 result = sched_get_priority_min(SCHED_OTHER);
25 if (result != -1 && errno == 0) {
27 result);
/external/tpm2/
H A DDictionaryAttackLockReset.c15 TPM_RC result; local
23 result = NvIsAvailable();
24 if(result != TPM_RC_SUCCESS) return result;
H A DIncrementalSelfTest.c23 TPM_RC result; local
29 result = CryptIncrementalSelfTest(&in->toTest, &out->toDoList);
30 if(result == TPM_RC_VALUE)
32 return result;
H A DNV_GlobalWriteLock.c15 TPM_RC result; local
23 result = NvIsAvailable();
24 if(result != TPM_RC_SUCCESS)
25 return result;
H A DSetAlgorithmSet.c15 TPM_RC result; local
20 result = NvIsAvailable();
21 if(result != TPM_RC_SUCCESS) return result;
H A DPCR_Allocate.c24 TPM_RC result; local
33 result = NvIsAvailable();
34 if(result != TPM_RC_SUCCESS)
35 return result;
40 result = PCRAllocate(&in->pcrAllocation, &out->maxPCR,
42 if(result == TPM_RC_PCR)
43 return result;
46 out->allocationSuccess = (result == TPM_RC_SUCCESS);
H A DMarshal_PolicyAuthorize.c14 TPM_RC result = TPM_RC_SUCCESS; local
18 result = TPM2B_DIGEST_Unmarshal(&target->approvedPolicy, buffer, size);
19 if (result != TPM_RC_SUCCESS) {
20 return result;
22 result = TPM2B_NONCE_Unmarshal(&target->policyRef, buffer, size);
23 if (result != TPM_RC_SUCCESS) {
24 return result;
26 result = TPM2B_NAME_Unmarshal(&target->keySign, buffer, size);
27 if (result != TPM_RC_SUCCESS) {
28 return result;
46 TPM_RC result = TPM_RC_SUCCESS; local
[all...]
/external/clang/test/PCH/
H A Denum.c13 int result = aRoundShape; local
14 return result;
/external/elfutils/libdw/
H A Ddwarf_attr.c39 dwarf_attr (Dwarf_Die *die, unsigned int search_name, Dwarf_Attribute *result) argument
45 result->valp = __libdw_find_attr (die, search_name, &result->code,
46 &result->form);
48 result->cu = die->cu;
50 return result->valp != NULL && result->code == search_name ? result : NULL;
/external/vboot_reference/tests/
H A Dtest_common.h12 /* Return 1 if result is equal to expected_result, else return 0.
14 int TEST_EQ(int result, int expected_result, const char* testname);
16 /* Return 0 if result is equal to not_expected_result, else return 1.
18 int TEST_NEQ(int result, int not_expected_result, const char* testname);
20 /* Return 1 if result pointer is equal to expected_result pointer,
23 int TEST_PTR_EQ(const void* result, const void* expected_result,
26 /* Return 1 if result pointer is not equal to expected_result pointer,
29 int TEST_PTR_NEQ(const void* result, const void* expected_result,
32 /* Return 1 if result string is equal to expected_result string,
34 int TEST_STR_EQ(const char* result, cons
[all...]
/external/aac/libFDK/include/arm/
H A Dclz_arm.h101 INT result; local
102 asm("clz %0, %1 ": "=r"(result) : "r"(value) );
103 return result;
108 INT result; local
115 result = fixnormz_D(value);
116 return result - 1;
/external/freetype/src/base/
H A Dftfntfmt.c30 const char* result = NULL; local
34 FT_FACE_FIND_SERVICE( face, result, FONT_FORMAT );
36 return result;
45 const char* result = NULL; local
49 FT_FACE_FIND_SERVICE( face, result, FONT_FORMAT );
51 return result;
/external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/
H A Diterate.cs4 <?cs each:result = results ?>
5 <?cs var:result.title ?> ---> <?cs var:result.url ?>
/external/libchrome/base/debug/
H A Dtask_annotator_unittest.cc14 void TestTask(int* result) { argument
15 *result = 123;
21 int result = 0; local
22 PendingTask pending_task(FROM_HERE, Bind(&TestTask, &result));
26 EXPECT_EQ(0, result);
28 EXPECT_EQ(123, result);
/external/objenesis/main/src/main/java/org/objenesis/instantiator/
H A DSerializationInstantiatorHelper.java39 Class<? super T> result = type;
40 while(Serializable.class.isAssignableFrom(result)) {
41 result = result.getSuperclass();
42 if(result == null) {
46 return result;
/external/pdfium/third_party/freetype/src/base/
H A Dftfntfmt.c30 const char* result = NULL; local
34 FT_FACE_FIND_SERVICE( face, result, FONT_FORMAT );
36 return result;
45 const char* result = NULL; local
49 FT_FACE_FIND_SERVICE( face, result, FONT_FORMAT );
51 return result;
/external/valgrind/none/tests/mips32/
H A Dblock_size.c5 int result = 1; local
26 : /*out*/ "=r" (result)
29 return result;
34 int result = 1; local
51 : /*out*/ "=r" (result)
54 return result;
/external/valgrind/none/tests/mips64/
H A Dtest_block_size.c5 int result = 1; local
26 : /* out */ "=r" (result)
29 return result;
34 int result = 1; local
51 : /* out */ "=r" (result)
54 return result;
/external/valgrind/none/tests/amd64/
H A Dxacq_xrel.stdout.exp0 result for 'add' is a385b7d8caf2a7b9
2 result for 'adc' is a385b7d8caf2a7bd
3 result for 'and' is 0000000001010000
4 result for 'or ' is 775d75555f7fddff
5 result for 'sbb' is 0724f2d2dfb804eb
6 result for 'sub' is 0724f2d2dfb804f1
7 result for 'xor' is 5555555555555555
8 result for 'dec' is 555555555555554d
9 result for 'inc' is 555555555555555d
10 result fo
[all...]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/strftime/
H A D1-1.c27 int result; local
35 result = strftime(text, sizeof(text), "%a", local_t);
36 printf("a Bytes %i %s ", result, text);
37 if (result != 3) {
44 result = strftime(text, sizeof(text), "%A", local_t);
45 printf("A Bytes %i %s ", result, text);
46 if (result <= 5) {
53 result = strftime(text, sizeof(text), "%b", local_t);
54 printf("b Bytes %i %s ", result, text);
55 if (result !
[all...]
/external/libmojo/base/
H A Dbase_paths.cc13 bool PathProvider(int key, FilePath* result) { argument
18 PathService::Get(FILE_EXE, result);
19 *result = result->DirName();
22 PathService::Get(FILE_MODULE, result);
23 *result = result->DirName();
26 if (!GetTempDir(result))
30 *result = GetHomeDir();
41 *result
[all...]

Completed in 1212 milliseconds

1234567891011>>