HomeSort by relevance Sort by last modified time
    Searched defs:result (Results 201 - 225 of 11920) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/v8/test/webkit/fast/js/
Promise-resolve-with-then-reject.js 29 var result; variable
46 result = localResult;
47 shouldBeEqualToString('result', 'hello');
Promise-simple.js 31 var result; variable
39 result = localResult;
40 shouldBeEqualToString('result', 'hello');
Promise-static-cast.js 28 var result = undefined; variable
39 result = res;
40 shouldBeEqualToString('result', 'hello');
55 shouldBe('result', 'undefined');
Promise-static-resolve.js 28 var result = undefined; variable
34 result = localResult;
35 shouldBeEqualToString('result', 'hello');
43 shouldBe('result', 'undefined');
  /external/v8/test/webkit/
logical-or-jless.js 30 var result = 1 < 2 || false; variable
31 shouldBeTrue("result");
  /external/valgrind/drd/tests/
pth_create_glibc_2_0.c 27 int result; local
30 result = (*pthread_create_glibc_2_0)(&thr, 0, thread_func, 0);
31 if (result != 0)
  /external/valgrind/memcheck/tests/s390x/
ltgjhe.c 6 int result; local
22 :"=d" (result)
26 if (result)
37 :"=d" (result)
41 if (result)
52 :"=d" (result)
56 if (result)
67 :"=d" (result)
71 if (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;
  /external/vboot_reference/firmware/lib/
utility.c 15 int result = 0; local
25 result |= *us1++ ^ *us2++;
27 return result != 0;
  /external/vboot_reference/tests/tpm_lite/
tlcl_tests.c 18 uint32_t result = TlclStartup(); local
26 return result;
28 return result == TPM_E_INVALID_POSTINIT ? TPM_SUCCESS : result;
tpmtest_testsetup.c 19 uint32_t result; local
31 result = TlclRead(INDEX0, (uint8_t*) &x, sizeof(x));
32 if (result == TPM_E_BADINDEX) {
37 result = TlclRead(INDEX1, (uint8_t*) &x, sizeof(x));
38 if (result == TPM_E_BADINDEX) {
tpmtest_writelimit.c 22 uint32_t result; local
35 if ((result = TlclWrite(INDEX0, (uint8_t*)&i, sizeof(i))) != TPM_SUCCESS) {
36 switch (result) {
41 VbExError("unexpected error code %d (0x%x)\n", result, result);
  /external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
sample1.cc 38 int result = 1; local
40 result *= i;
43 return result;
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
log2.cpp 118 positive. If L_x is negative or zero, the result is 0.
171 Word32 result; local
175 result = L_x << exp;
176 Log2_norm(result, exp, pExponent, pFraction);
shr.cpp 114 product = Shifted result limited to 16 bits (Word16)
127 -var2 with sign extension. Saturate the result in case of underflows or
207 Word16 result; local
216 result = ((var1 < 0) ? -1 : 0);
222 result = (~((~var1) >> var2));
226 result = (var1 >> var2);
241 result = (Word16)(temp_res);
243 if (temp_res != (Word32) result)
246 result = ((var1 > 0) ? MAX_16 : MIN_16);
253 result = var1
    [all...]
  /frameworks/base/services/core/jni/
onload.cpp 56 jint result = -1; local
60 return result;
  /frameworks/base/tools/aapt/tests/
Pseudolocales_test.cpp 31 String16 result = pseudo.start() + pseudo.text(String16(String8(input))) + pseudo.end(); local
32 //std::cout << String8(result).string() << std::endl;
33 ASSERT_EQ(String8(expected), String8(result));
39 String16 result = pseudo.start() + \ local
44 ASSERT_EQ(String8(expected), String8(result));
213 String16 result = pseudo.text(String16(String8("Hello, "))); local
215 result.append(pseudo.text(String16(String8("world!"))));
216 ASSERT_EQ(String8("?é??ö, world!"), String8(result));
  /frameworks/native/libs/ui/
HdrCapabilities.cpp 25 status_t result = parcel->writeInt32Vector(mSupportedHdrTypes); local
26 if (result != OK) {
27 return result;
29 result = parcel->writeFloat(mMaxLuminance);
30 if (result != OK) {
31 return result;
33 result = parcel->writeFloat(mMaxAverageLuminance);
34 if (result != OK) {
35 return result;
37 result = parcel->writeFloat(mMinLuminance)
43 status_t result = parcel->readInt32Vector(&mSupportedHdrTypes); local
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetProgramInfoLog.cpp 16 jstring result = _env->NewStringUTF(buf); local
18 return result;
glGetProgramPipelineInfoLog.cpp 16 jstring result = _env->NewStringUTF(buf); local
18 return result;
glGetShaderInfoLog.cpp 16 jstring result = _env->NewStringUTF(buf); local
18 return result;
  /frameworks/wilhelm/src/android/
OutputMix_to_android.cpp 30 SLresult result = SL_RESULT_SUCCESS; local
62 return result;
  /frameworks/wilhelm/src/
sl_entry.c 27 result = liCreateEngine(pEngine, numOptions, pEngineOptions, numInterfaces, pInterfaceIds, local
41 result = liQueryNumSupportedInterfaces(pNumSupportedInterfaces, local
57 result = liQuerySupportedInterfaces(index, pInterfaceId, objectIDtoClass(SL_OBJECTID_ENGINE)); local
xa_entry.c 27 result = liCreateEngine((SLObjectItf *) pEngine, numOptions, local
42 result = liQueryNumSupportedInterfaces(pNumSupportedInterfaces, local
56 result = liQuerySupportedInterfaces(index, (SLInterfaceID *) pInterfaceId, local

Completed in 629 milliseconds

1 2 3 4 5 6 7 891011>>