Searched refs:result (Results 101 - 125 of 11104) sorted by relevance

1234567891011>>

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_join.c85 int result; local
95 result = ESRCH;
99 result = EINVAL;
103 result = 0;
108 if (result == 0)
117 result = ENOENT;
121 result = EDEADLK;
132 result = pthreadCancelableWait (tp->threadH);
134 if (0 == result)
142 * The result o
[all...]
H A Dpthread_mutexattr_destroy.c68 int result = 0; local
72 result = EINVAL;
82 return (result);
H A Dpthread_mutexattr_getrobust.c104 int result = EINVAL; local
109 result = 0;
112 return (result);
H A Dpthread_mutexattr_gettype.c44 int result = 0; local
52 result = EINVAL;
55 return (result);
H A Dpthread_mutexattr_setrobust.c104 int result = EINVAL; local
113 result = 0;
118 return (result);
H A Dpthread_rwlock_timedrdlock.c46 int result; local
62 result = ptw32_rwlock_check_need_init (rwlock);
64 if (result != 0 && result != EBUSY)
66 return result;
77 if ((result =
80 return result;
85 if ((result =
89 if (result == ETIMEDOUT)
94 return result;
[all...]
H A Dpthread_rwlockattr_destroy.c69 int result = 0; local
73 result = EINVAL;
83 return (result);
H A Dsem_trywait.c79 int result = 0; local
84 result = EINVAL;
86 else if ((result = pthread_mutex_lock (&s->lock)) == 0)
103 result = EAGAIN;
109 if (result != 0)
111 errno = result;
/external/chromium_org/net/data/proxy_resolver_v8_tracing_unittest/
H A Dglobal_sideffects4.js10 var result = '' + dnsResolve('host' + g_iteration);
11 result += g_iteration;
14 return 'PROXY ' + result + ':34';
/external/chromium_org/third_party/freetype/src/base/
H A Dftxf86.c30 const char* result = NULL; local
34 FT_FACE_FIND_SERVICE( face, result, XF86_NAME );
36 return result;
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-1178598.js50 var result;
54 result = eval("e");
56 return result;
67 var result;
74 result = eval("e");
84 return result;
/external/chromium_org/v8/test/webkit/fast/js/
H A Dexception-properties.js28 var result = [];
30 result.push(i);
31 return result;
/external/chromium_org/v8/test/webkit/
H A Dget-by-pname-that-looks-like-a-patchable-get-by-val.js30 var result = 0;
35 result += o[s];
39 return result;
/external/elfutils/src/
H A Dsectionhash.c41 int result = strcmp (one->name, two->name); local
43 if (result == 0)
45 result = one->type - two->type;
47 if (result == 0)
51 result = diff < 0 ? -1 : diff == 0 ? 0 : 1;
53 if (result == 0)
55 result = one->entsize - two->entsize;
57 if (result == 0)
59 result = (one->grp_signature == NULL
65 if (result
[all...]
/external/freetype/src/base/
H A Dftxf86.c30 const char* result = NULL; local
34 FT_FACE_FIND_SERVICE( face, result, XF86_NAME );
36 return result;
/external/v8/test/mjsunit/regress/
H A Dregress-1178598.js50 var result;
54 result = eval("e");
56 return result;
67 var result;
74 result = eval("e");
84 return result;
/external/replicaisland/src/com/replica/replicaisland/
H A DDebugLog.java33 int result = 0;
35 result = Log.v(tag, msg);
37 return result;
41 int result = 0;
43 result = Log.v(tag, msg, tr);
45 return result;
49 int result = 0;
51 result = Log.d(tag, msg);
53 return result;
57 int result
[all...]
/external/chromium_org/chrome/browser/password_manager/
H A Dlogin_database_unittest.cc50 std::vector<PasswordForm*> result; local
53 EXPECT_TRUE(db_.GetAutofillableLogins(&result));
54 EXPECT_EQ(0U, result.size());
72 EXPECT_TRUE(db_.GetAutofillableLogins(&result));
73 EXPECT_EQ(1U, result.size());
74 delete result[0];
75 result.clear();
78 EXPECT_TRUE(db_.GetLogins(form, &result));
79 EXPECT_EQ(1U, result.size());
80 delete result[
187 std::vector<PasswordForm*> result; local
237 std::vector<PasswordForm*> result; local
287 std::vector<PasswordForm*> result; local
381 std::vector<PasswordForm*> result; local
524 std::vector<PasswordForm*> result; local
567 std::vector<PasswordForm*> result; local
[all...]
/external/chromium_org/base/android/
H A Dpath_utils.h19 // application. The result is placed in the FilePath pointed to by 'result'.
22 BASE_EXPORT bool GetDataDirectory(FilePath* result);
26 BASE_EXPORT bool GetDatabaseDirectory(FilePath* result);
28 // Retrieves the absolute path to the cache directory. The result is placed in
29 // the FilePath pointed to by 'result'. This method is dedicated for
32 BASE_EXPORT bool GetCacheDirectory(FilePath* result);
34 // Retrieves the path to the public downloads directory. The result is placed
35 // in the FilePath pointed to by 'result'.
36 BASE_EXPORT bool GetDownloadsDirectory(FilePath* result);
[all...]
/external/chromium_org/chrome/browser/extensions/api/identity_private/
H A Didentity_private_api.cc22 base::DictionaryValue* result = new base::DictionaryValue; local
24 result->SetString("IDR_CLOSE_DIALOG",
26 result->SetString("IDR_CLOSE_DIALOG_H",
28 result->SetString("IDR_CLOSE_DIALOG_P",
30 result->SetString(
34 SetResult(result);
/external/chromium_org/chrome/browser/extensions/
H A Dweb_contents_browsertest.cc23 bool result = false; local
27 &result));
28 EXPECT_TRUE(result);
36 result = false;
40 &result));
41 EXPECT_TRUE(result);
/external/chromium_org/chrome/test/automation/
H A Dwindow_proxy.cc29 bool result = false; local
32 handle_, view_id, screen_coordinates, &result, bounds))) {
36 return result;
42 bool result = false;
43 sender_->Send(new AutomationMsg_SetWindowBounds(handle_, bounds, &result));
44 return result;
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dcomplex-for-in.js30 var result = [];
31 for (o.p in m) result.push(o.p);
32 return result;
41 var result = [];
43 for (a[i++] in m) result.push(a[i - 1]);
45 return result;
/external/clang/test/SemaCXX/
H A Dbuiltins-va_arg.cpp16 int result = 0; local
27 result++;
32 result++;
43 return result;
49 int result = test_vprintf(fmt, ap); local
51 return result;
/external/v8/test/mjsunit/compiler/
H A Dcomplex-for-in.js30 var result = [];
31 for (o.p in m) result.push(o.p);
32 return result;
41 var result = [];
43 for (a[i++] in m) result.push(a[i - 1]);
45 return result;

Completed in 754 milliseconds

1234567891011>>