HomeSort by relevance Sort by last modified time
    Searched defs:result (Results 226 - 250 of 12433) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/native/opengl/tools/glgen/stubs/gles11/
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
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
ds1307.js 36 var result = myRTCClockObj.loadTime(); variable
37 if (!result)
  /hardware/bsp/intel/peripheral/libupm/examples/python/
ds1307.py 46 result = myRTCClock.loadTime() variable
47 if (not result):
  /hardware/intel/common/utils/ituxd/jni/
onload.cpp 31 jint result = -1; local
35 return result;
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
bt_vendor_persist.cpp 58 boolean result = FALSE; local
64 ALOGI("CMD result: %d", cmd_result);
69 result = FALSE;
85 result = TRUE;
89 return result;
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
bt_vendor_persist.cpp 58 boolean result = FALSE; local
64 ALOGI("CMD result: %d", cmd_result);
69 result = FALSE;
85 result = TRUE;
89 return result;
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
bt_vendor_persist.cpp 58 boolean result = FALSE; local
64 ALOGI("CMD result: %d", cmd_result);
69 result = FALSE;
85 result = TRUE;
89 return result;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/
bad_escape.pass.cpp 22 bool result = false; local
26 result = (ex.code() == std::regex_constants::error_escape);
28 return result;
  /ndk/sources/third_party/googletest/googletest/samples/
sample1.cc 38 int result = 1; local
40 result *= i;
43 return result;
  /ndk/tests/build/cortex-a53-835769/jni/
cortex-a53-835769-1.c 4 double result; local
6 : "=w" (result)
cortex-a53-835769-2.c 4 int result; local
6 : "=r" (result)
  /ndk/tests/device/issue22165-typeinfo/jni/
main.cpp 9 int result = 0; local
18 result = 1;
23 return result;
  /ndk/tests/device/test-gnustl-full/unit/
divides_test.cpp 31 int result = accumulate(input, input + 3, 48, divides<int>()); local
32 CPPUNIT_ASSERT(result==2);
  /ndk/tests/device/test-stlport/unit/
divides_test.cpp 31 int result = accumulate(input, input + 3, 48, divides<int>()); local
32 CPPUNIT_ASSERT(result==2);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
badsyntax_future3.py 10 result = f(2)(4) variable
badsyntax_future4.py 10 result = f(2)(4) variable
badsyntax_future5.py 12 result = f(2)(4) variable
badsyntax_future6.py 10 result = f(2)(4) variable
badsyntax_future7.py 11 result = f(2)(4) variable
test_future1.py 11 result = f(2)(4) variable
test_future2.py 10 result = f(2)(4) variable
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
badsyntax_future3.py 10 result = f(2)(4) variable

Completed in 1004 milliseconds

1 2 3 4 5 6 7 8 91011>>