HomeSort by relevance Sort by last modified time
    Searched refs:result (Results 51 - 75 of 27666) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/misc/cgo/test/
issue20910.c 15 struct multi_return result = multi(); local
16 assert(strcmp(result.r0, "multi") == 0);
17 assert(result.r1 == 0);
18 free(result.r0);
  /prebuilts/go/linux-x86/misc/cgo/test/
issue20910.c 15 struct multi_return result = multi(); local
16 assert(strcmp(result.r0, "multi") == 0);
17 assert(result.r1 == 0);
18 free(result.r0);
  /cts/tests/jdwp/runner/host-side/resources/expectations/
external_oj_libjdwp_art_failures.txt 9 result: EXEC_FAILED,
15 result: EXEC_FAILED,
21 result: EXEC_FAILED,
27 result: EXEC_FAILED,
  /external/clang/test/PCH/
enum.c 13 int result = aRoundShape; local
14 return result;
  /external/elfutils/libdw/
dwarf_attr.c 39 dwarf_attr (Dwarf_Die *die, unsigned int search_name, Dwarf_Attribute *result)
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/tpm2/
PCR_Allocate.c 24 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);
Marshal_PolicyAuthorize.c 14 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/vboot_reference/tests/
test_common.h 12 /* 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, const char* expected_result
    [all...]
  /art/tools/
prebuilt_libjdwp_art_failures.txt 11 result: EXEC_FAILED,
17 result: EXEC_FAILED,
23 result: EXEC_FAILED,
29 result: EXEC_FAILED,
36 result: EXEC_FAILED,
42 result: EXEC_FAILED,
48 result: EXEC_FAILED,
54 result: EXEC_FAILED,
60 result: EXEC_FAILED,
72 result: EXEC_FAILED
    [all...]
external_oj_libjdwp_art_failures.txt 11 result: EXEC_FAILED,
17 result: EXEC_FAILED,
23 result: EXEC_FAILED,
30 result: EXEC_FAILED,
57 result: EXEC_FAILED,
  /bionic/libc/bionic/
strerror.cpp 37 char* result = const_cast<char*>(__strerror_lookup(error_number)); local
38 if (result != nullptr) {
39 return result;
43 result = tls.strerror_buf;
44 strerror_r(error_number, result, sizeof(tls.strerror_buf));
45 return result;
  /external/bsdiff/
utils.cc 10 int64_t result = buf[7] & 0x7F; local
12 result <<= 8;
13 result |= buf[i];
17 result = -result;
18 return result;
  /external/freetype/src/base/
ftfntfmt.c 30 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/libchrome/base/debug/
task_annotator_unittest.cc 14 void TestTask(int* result) {
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/
SerializationInstantiatorHelper.java 39 Class<? super T> result = type; local
40 while(Serializable.class.isAssignableFrom(result)) {
41 result = result.getSuperclass();
42 if(result == null) {
46 return result;
  /external/valgrind/none/tests/mips32/
block_size.c 5 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/
test_block_size.c 5 int result = 1; local
26 : /* out */ "=r" (result)
29 return result;
34 int result = 1; local
51 : /* out */ "=r" (result)
54 return result;
  /frameworks/base/core/java/android/hardware/hdmi/
IHdmiRecordListener.aidl 34 * @param recorderAddress An address of recorder that reports result of one touch record
36 * @param result result code for one touch record
38 void onOneTouchRecordResult(int recorderAddress, int result);
42 * @param recorderAddress An address of recorder that reports result of timer recording
44 * @param result result code for timer recording
46 void onTimerRecordingResult(int recorderAddress, int result);
48 * Called when receiving result for clear timer recording request.
50 * @param recorderAddress An address of recorder that reports result of clear timer recordin
    [all...]
  /libcore/benchmarks/src/benchmarks/
AdditionBenchmark.java 24 int result = 0; local
26 result += 123;
28 return result;
31 int result = 0; local
34 result += constant;
36 return result;
39 long result = 0; local
41 result += 123L;
43 return result;
46 long result = 0 local
54 float result = 0.0f; local
61 float result = 0.0f; local
69 double result = 0.0; local
76 double result = 0.0; local
    [all...]
  /external/valgrind/none/tests/amd64/
xacq_xrel.stdout.exp 0 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 for 'neg' is 555555555555555
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
MathBenchmark.java 29 // NOTE: To avoid the benchmarked function from being optimized away, we store the result
31 // the future, a smart compiler could determine that the result value will depend on whether
35 double result = d; local
37 result = Math.abs(d);
39 return result;
43 float result = f; local
45 result = Math.abs(f);
47 return result;
51 int result = i; local
53 result = Math.abs(i)
59 long result = l; local
67 double result = d; local
75 double result = d; local
83 double result = d; local
91 double result = d; local
99 double result = d; local
107 double result = d; local
115 double result = d; local
123 float result = f; local
131 double result = d; local
139 float result = f; local
147 double result = d; local
155 double result = d; local
163 double result = d; local
171 double result = d; local
179 double result = d; local
187 int result = i; local
195 int result = i; local
203 double result = d; local
211 double result = d; local
219 double result = d; local
227 double result = d; local
235 double result = d; local
243 double result = d; local
251 float result = f; local
259 int result = i; local
267 long result = l; local
275 double result = d; local
283 float result = f; local
291 int result = i; local
299 long result = l; local
307 double result = d; local
315 float result = f; local
323 double result = d; local
331 float result = f; local
339 double result = d; local
347 double result = d; local
355 double result = d; local
363 long result = l; local
371 int result = i; local
379 double result = d; local
387 float result = f; local
395 double result = d; local
403 float result = f; local
411 double result = d; local
419 double result = d; local
427 double result = d; local
435 double result = d; local
443 double result = d; local
451 double result = d; local
459 double result = d; local
467 double result = d; local
475 float result = f; local
    [all...]
  /external/skia/experimental/svg/model/
SkSVGAttribute.cpp 11 SkSVGPresentationAttributes result; local
13 result.fFill.set(SkSVGPaint(SkSVGColorType(SK_ColorBLACK)));
14 result.fFillOpacity.set(SkSVGNumberType(1));
15 result.fFillRule.set(SkSVGFillRule(SkSVGFillRule::Type::kNonZero));
16 result.fClipRule.set(SkSVGFillRule(SkSVGFillRule::Type::kNonZero));
18 result.fStroke.set(SkSVGPaint(SkSVGPaint::Type::kNone));
19 result.fStrokeDashArray.set(SkSVGDashArray(SkSVGDashArray::Type::kNone));
20 result.fStrokeDashOffset.set(SkSVGLength(0));
21 result.fStrokeLineCap.set(SkSVGLineCap(SkSVGLineCap::Type::kButt));
22 result.fStrokeLineJoin.set(SkSVGLineJoin(SkSVGLineJoin::Type::kMiter))
    [all...]
  /external/skqp/experimental/svg/model/
SkSVGAttribute.cpp 11 SkSVGPresentationAttributes result; local
13 result.fFill.set(SkSVGPaint(SkSVGColorType(SK_ColorBLACK)));
14 result.fFillOpacity.set(SkSVGNumberType(1));
15 result.fFillRule.set(SkSVGFillRule(SkSVGFillRule::Type::kNonZero));
16 result.fClipRule.set(SkSVGFillRule(SkSVGFillRule::Type::kNonZero));
18 result.fStroke.set(SkSVGPaint(SkSVGPaint::Type::kNone));
19 result.fStrokeDashArray.set(SkSVGDashArray(SkSVGDashArray::Type::kNone));
20 result.fStrokeDashOffset.set(SkSVGLength(0));
21 result.fStrokeLineCap.set(SkSVGLineCap(SkSVGLineCap::Type::kButt));
22 result.fStrokeLineJoin.set(SkSVGLineJoin(SkSVGLineJoin::Type::kMiter))
    [all...]
  /external/tensorflow/tensorflow/core/lib/strings/
numbers_test.cc 120 int32 result; local
122 EXPECT_EQ(true, safe_strto32("1", &result));
123 EXPECT_EQ(1, result);
124 EXPECT_EQ(true, safe_strto32("123", &result));
125 EXPECT_EQ(123, result);
126 EXPECT_EQ(true, safe_strto32(" -123 ", &result));
127 EXPECT_EQ(-123, result);
128 EXPECT_EQ(true, safe_strto32("2147483647", &result));
129 EXPECT_EQ(2147483647, result);
130 EXPECT_EQ(true, safe_strto32("-2147483648", &result));
154 uint32 result; local
187 int64 result; local
223 uint64 result; local
258 float result = 0; local
266 EXPECT_EQ(std::numeric_limits<float>::infinity(), result); local
284 double result = 0; local
292 EXPECT_EQ(std::numeric_limits<double>::infinity(), result); local
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/strftime/
1-1.c 27 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 != 3)
    [all...]

Completed in 1740 milliseconds

1 23 4 5 6 7 8 91011>>