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

1 2 3 45 6 7 8 91011>>

  /art/test/483-dce-block/src/
Main.java 19 Object result = null; local
26 result = o;
30 result = new Object();
33 result = new Object();
35 // The compiler produces a phi at the back edge for `result`.
37 // result = (new Object(), new Object(), HBoundType)
40 // result = (new Object(), HBoundType)
48 System.out.println(result.getClass());
  /external/clang/test/Parser/
builtin_classify_type.c 15 int result; local
17 result = __builtin_classify_type(a);
18 result = __builtin_classify_type(b);
19 result = __builtin_classify_type(d);
20 result = __builtin_classify_type(s);
  /external/easymock/src/org/easymock/internal/
ExpectedInvocationAndResult.java 26 Result result; field in class:ExpectedInvocationAndResult
29 Result result) {
31 this.result = result;
38 public Result getResult() {
39 return result;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/
13-1.c 21 int result; local
23 result = mlockall(0);
25 if (result == -1 && errno == EINVAL) {
28 } else if (result != -1) {
29 printf("mlockall() return %i instead of -1.\n", result);
13-2.c 21 int result; local
23 result = mlockall(~(MCL_CURRENT | MCL_FUTURE));
25 if (result == -1 && errno == EINVAL) {
28 } else if (result != -1) {
29 printf("mlockall() return %i instead of -1.\n", result);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getparam/speculative/
7-1.c 24 int result = -1; local
26 result = sched_getparam(0, NULL);
28 if (result == -1 && errno == EFAULT) {
33 if (result == -1 && errno == EINVAL) {
40 result, errno);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_rr_get_interval/speculative/
5-1.c 25 int result = -2; local
27 result = sched_rr_get_interval(0, NULL);
29 if (result == -1 && errno == EFAULT) {
34 if (result == -1 && errno == EINVAL) {
41 result, errno);
  /external/testng/src/main/java/org/testng/
ITestListener.java 16 * @param result the partially filled <code>ITestResult</code>
19 void onTestStart(ITestResult result);
24 * @param result <code>ITestResult</code> containing information about the run test
27 public void onTestSuccess(ITestResult result);
32 * @param result <code>ITestResult</code> containing information about the run test
35 public void onTestFailure(ITestResult result);
40 * @param result <code>ITestResult</code> containing information about the run test
43 public void onTestSkipped(ITestResult result);
50 * @param result <code>ITestResult</code> containing information about the run test
53 public void onTestFailedButWithinSuccessPercentage(ITestResult result);
    [all...]
  /external/tpm2/
Marshal_DictionaryAttackParameters.c 15 TPM_RC result = TPM_RC_SUCCESS; local
19 result = UINT32_Unmarshal(&target->newMaxTries, buffer, size);
20 if (result != TPM_RC_SUCCESS) {
21 return result;
23 result = UINT32_Unmarshal(&target->newRecoveryTime, buffer, size);
24 if (result != TPM_RC_SUCCESS) {
25 return result;
27 result = UINT32_Unmarshal(&target->lockoutRecovery, buffer, size);
28 if (result != TPM_RC_SUCCESS) {
29 return result;
43 TPM_RC result = TPM_RC_SUCCESS; local
    [all...]
Marshal_PolicyCounterTimer.c 14 TPM_RC result = TPM_RC_SUCCESS; local
18 result = TPM2B_OPERAND_Unmarshal(&target->operandB, buffer, size);
19 if (result != TPM_RC_SUCCESS) {
20 return result;
22 result = UINT16_Unmarshal(&target->offset, buffer, size);
23 if (result != TPM_RC_SUCCESS) {
24 return result;
26 result = TPM_EO_Unmarshal(&target->operation, buffer, size);
27 if (result != TPM_RC_SUCCESS) {
28 return result;
42 TPM_RC result = TPM_RC_SUCCESS; local
    [all...]
Marshal_PolicyDuplicationSelect.c 14 TPM_RC result = TPM_RC_SUCCESS; local
18 result = TPM2B_NAME_Unmarshal(&target->objectName, buffer, size);
19 if (result != TPM_RC_SUCCESS) {
20 return result;
22 result = TPM2B_NAME_Unmarshal(&target->newParentName, buffer, size);
23 if (result != TPM_RC_SUCCESS) {
24 return result;
26 result = TPMI_YES_NO_Unmarshal(&target->includeObject, buffer, size);
27 if (result != TPM_RC_SUCCESS) {
28 return result;
42 TPM_RC result = TPM_RC_SUCCESS; local
    [all...]
Marshal_PolicyNV.c 14 TPM_RC result = TPM_RC_SUCCESS; local
20 result = TPM2B_OPERAND_Unmarshal(&target->operandB, buffer, size);
21 if (result != TPM_RC_SUCCESS) {
22 return result;
24 result = UINT16_Unmarshal(&target->offset, buffer, size);
25 if (result != TPM_RC_SUCCESS) {
26 return result;
28 result = TPM_EO_Unmarshal(&target->operation, buffer, size);
29 if (result != TPM_RC_SUCCESS) {
30 return result;
44 TPM_RC result = TPM_RC_SUCCESS; local
    [all...]
Marshal_SetCommandCodeAuditStatus.c 15 TPM_RC result = TPM_RC_SUCCESS; local
19 result = TPMI_ALG_HASH_Unmarshal(&target->auditAlg, buffer, size, TRUE);
20 if (result != TPM_RC_SUCCESS) {
21 return result;
23 result = TPML_CC_Unmarshal(&target->setList, buffer, size);
24 if (result != TPM_RC_SUCCESS) {
25 return result;
27 result = TPML_CC_Unmarshal(&target->clearList, buffer, size);
28 if (result != TPM_RC_SUCCESS) {
29 return result;
43 TPM_RC result = TPM_RC_SUCCESS; local
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_capture_options.cc 32 DesktopCaptureOptions result; local
34 result.set_x_display(SharedXDisplay::CreateDefault());
37 result.set_configuration_monitor(new DesktopConfigurationMonitor());
38 result.set_full_screen_chrome_window_detector(
41 return result;
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
l_shr_r.cpp 41 function return value name from "L_var_out" to "result".
95 result = Shifted result w/ rounding (Word32)
109 the result. The result is saturated in case of underflows or overflows, i.e.,
195 Word32 result; local
199 result = 0;
203 result = L_shr(L_var1, var2, pOverflow);
209 result++;
213 return (result);
    [all...]
  /external/annotation-tools/asmx/src/org/objectweb/asm/optimizer/
ConstantPool.java 51 Constant result = get(key1); local
52 if (result == null) {
53 result = new Constant(key1);
54 put(result);
56 return result;
61 Constant result = get(key1); local
62 if (result == null) {
63 result = new Constant(key1);
64 put(result);
66 return result;
71 Constant result = get(key1); local
81 Constant result = get(key1); local
91 Constant result = get(key1); local
101 Constant result = get(key2); local
112 Constant result = get(key2); local
152 Constant result = get(key3); local
169 Constant result = get(key3); local
181 Constant result = get(key2); local
    [all...]
  /frameworks/wilhelm/tests/sandbox/
outputmix.c 30 SLresult result; local
31 result = slCreateEngine(&engineObject, 0, NULL, 0, NULL, NULL);
32 assert(SL_RESULT_SUCCESS == result);
35 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
36 assert(SL_RESULT_SUCCESS == result);
39 result = (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineEngine);
40 assert(SL_RESULT_SUCCESS == result);
43 result = (*engineEngine)->QueryNumSupportedInterfaces(engineEngine, SL_OBJECTID_OUTPUTMIX,
45 assert(SL_RESULT_SUCCESS == result);
50 result = (*engineEngine)->QuerySupportedInterfaces(engineEngine, SL_OBJECTID_OUTPUTMIX, i
    [all...]
dim.c 36 SLresult result; local
40 result = slCreateEngine(&engineObject, 0, NULL, 0, NULL, NULL);
41 assert(SL_RESULT_SUCCESS == result);
43 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
44 assert(SL_RESULT_SUCCESS == result);
45 result = (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineEngine);
46 assert(SL_RESULT_SUCCESS == result);
50 result = (*engineEngine)->CreateOutputMix(engineEngine, &outputMixObject, 0, NULL, NULL);
51 assert(SL_RESULT_SUCCESS == result);
55 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_DYNAMICINTERFACEMANAGEMENT
    [all...]
  /external/v8/src/base/platform/
semaphore.cc 24 kern_return_t result = semaphore_create( local
26 DCHECK_EQ(KERN_SUCCESS, result);
27 USE(result);
32 kern_return_t result = semaphore_destroy(mach_task_self(), native_handle_); local
33 DCHECK_EQ(KERN_SUCCESS, result);
34 USE(result);
38 kern_return_t result = semaphore_signal(native_handle_); local
39 DCHECK_EQ(KERN_SUCCESS, result);
40 USE(result);
46 kern_return_t result = semaphore_wait(native_handle_) local
65 kern_return_t result = semaphore_timedwait(native_handle_, ts); local
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
CellularDataServiceTest.java 53 SetupDataCallResult result = new SetupDataCallResult(); local
54 result.status = 0;
55 result.suggestedRetryTime = -1;
56 result.cid = 1;
57 result.active = 1;
58 result.type = "IP";
59 result.ifname = "eth0";
60 result.addresses = "10.0.2.15";
61 result.dnses = "10.0.2.3";
62 result.gateways = "10.0.2.15 fe80::2"
    [all...]
  /system/update_engine/update_manager/
default_policy.cc 39 UpdateCheckParams* result) const {
40 result->updates_enabled = true;
41 result->target_channel.clear();
42 result->target_version_prefix.clear();
43 result->is_interactive = false;
62 ErrorCode* result,
64 *result = ErrorCode::kSuccess;
72 UpdateDownloadParams* result,
74 result->update_can_start = true;
75 result->cannot_start_reason = UpdateCannotStartReason::kUndefined
    [all...]
  /external/skia/src/sksl/
SkSLUtil.h 180 sk_sp<GrShaderCaps> result = sk_make_sp<GrShaderCaps>(GrContextOptions());
181 result->fVersionDeclString = "#version 400";
182 result->fShaderDerivativeSupport = true;
183 return result;
187 sk_sp<GrShaderCaps> result = sk_make_sp<GrShaderCaps>(GrContextOptions());
188 result->fVersionDeclString = "#version 450 core";
189 return result;
193 sk_sp<GrShaderCaps> result = sk_make_sp<GrShaderCaps>(GrContextOptions());
194 result->fVersionDeclString = "#version 110";
195 result->fGLSLGeneration = GrGLSLGeneration::k110_GrGLSLGeneration
    [all...]
  /external/skia/src/sksl/ir/
SkSLModifiers.h 48 String result = fLayout.description(); local
50 result += "uniform ";
53 result += "const ";
56 result += "lowp ";
59 result += "mediump ";
62 result += "highp ";
65 result += "flat ";
68 result += "noperspective ";
71 result += "readonly ";
74 result += "writeonly "
    [all...]
  /external/skqp/src/sksl/
SkSLUtil.h 192 sk_sp<GrShaderCaps> result = sk_make_sp<GrShaderCaps>(GrContextOptions());
193 result->fVersionDeclString = "#version 400";
194 result->fShaderDerivativeSupport = true;
195 return result;
199 sk_sp<GrShaderCaps> result = sk_make_sp<GrShaderCaps>(GrContextOptions());
200 result->fVersionDeclString = "#version 450 core";
201 return result;
205 sk_sp<GrShaderCaps> result = sk_make_sp<GrShaderCaps>(GrContextOptions());
206 result->fVersionDeclString = "#version 110";
207 result->fGLSLGeneration = GrGLSLGeneration::k110_GrGLSLGeneration
    [all...]
  /external/skqp/src/sksl/ir/
SkSLModifiers.h 48 String result = fLayout.description(); local
50 result += "uniform ";
53 result += "const ";
56 result += "lowp ";
59 result += "mediump ";
62 result += "highp ";
65 result += "flat ";
68 result += "noperspective ";
71 result += "readonly ";
74 result += "writeonly "
    [all...]

Completed in 813 milliseconds

1 2 3 45 6 7 8 91011>>