Searched refs:success (Results 376 - 400 of 2164) sorted by relevance

<<11121314151617181920>>

/external/clang/test/CodeGenCXX/
H A Dconditional-temporaries.cpp52 bool success() { function
/external/icu4c/layout/
H A DGlyphPositioningTables.h31 const GlyphDefinitionTableHeader *glyphDefinitionTableHeader, LEErrorCode &success,
H A DGlyphSubstitutionTables.h37 LEErrorCode &success) const;
H A DIndicReordering.cpp208 LEErrorCode success = LE_NO_ERROR; local
212 fGlyphStorage.setCharIndex(fOutIndex, charIndex, success);
213 fGlyphStorage.setAuxData(fOutIndex, charFeatures | (fSyllableCount & LE_GLYPH_GROUP_MASK), success);
220 LEErrorCode success = LE_NO_ERROR; local
222 fGlyphStorage.setAuxData( charIndex, charFeatures, success );
228 LEErrorCode success = LE_NO_ERROR; local
229 return fGlyphStorage.getAuxData(charIndex,success);
234 LEErrorCode success = LE_NO_ERROR; local
240 le_int32 saveIndex = fGlyphStorage.getCharIndex(i+inv_count,success);
241 le_uint32 saveAuxData = fGlyphStorage.getAuxData(i+inv_count,success);
267 LEErrorCode success = LE_NO_ERROR; local
293 LEErrorCode success = LE_NO_ERROR; local
309 LEErrorCode success = LE_NO_ERROR; local
625 reorder(const LEUnicode *chars, le_int32 charCount, le_int32 scriptCode, LEUnicode *outChars, LEGlyphStorage &glyphStorage, MPreFixups **outMPreFixups, LEErrorCode& success) argument
982 adjustMPres(MPreFixups *mpreFixups, LEGlyphStorage &glyphStorage, LEErrorCode& success) argument
993 LEErrorCode success = LE_NO_ERROR; local
1005 LEErrorCode success = LE_NO_ERROR; local
[all...]
/external/llvm/include/llvm/Object/
H A DError.h26 success = 0, enumerator in enum:llvm::object::object_error::Impl
/external/llvm/tools/llvm-readobj/
H A DError.h25 success = 0, enumerator in enum:llvm::readobj_error::_
/external/skia/tests/
H A DPremulAlphaRoundTripTest.cpp106 bool success = true; local
107 for (int y = 0; y < 256 && success; ++y) {
108 for (int x = 0; x < 256 && success; ++x) {
110 REPORTER_ASSERT(reporter, success = pixels1[i] == pixels2[i]);
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dupdate_operation_unittest.cc94 bool success = false; local
98 google_apis::test_util::CreateCopyResultCallback(&success, &cache_entry));
100 ASSERT_TRUE(success);
170 bool success = false; local
174 google_apis::test_util::CreateCopyResultCallback(&success, &cache_entry));
176 ASSERT_TRUE(success);
203 success = false;
206 google_apis::test_util::CreateCopyResultCallback(&success, &cache_entry));
208 ASSERT_TRUE(success);
/external/chromium_org/chrome_frame/
H A Dchrome_launcher.cc130 bool success = true; local
136 success = false;
141 return success;
196 bool success = false; local
226 success = true;
233 return success;
245 bool success = false; local
260 success = true;
264 return success;
/external/chromium_org/third_party/angle_dx11/src/libEGL/
H A DlibEGL.cpp134 return egl::success(EGL_TRUE);
157 return egl::success(EGL_TRUE);
181 return egl::success("OpenGL_ES");
183 return egl::success(display->getExtensionString());
185 return egl::success(display->getVendorString());
187 return egl::success("1.4 (ANGLE " VERSION_STRING ")");
225 return egl::success(EGL_TRUE);
262 return egl::success(EGL_TRUE);
289 return egl::success(EGL_TRUE);
364 return egl::success(EGL_NO_SURFAC
[all...]
/external/chromium_org/remoting/host/setup/
H A Dnative_messaging_host.cc121 bool success = false; local
123 success = ProcessHello(*message_dict, response_dict.Pass());
125 success = ProcessClearPairedClients(*message_dict, response_dict.Pass());
127 success = ProcessDeletePairedClient(*message_dict, response_dict.Pass());
129 success = ProcessGetHostName(*message_dict, response_dict.Pass());
131 success = ProcessGetPinHash(*message_dict, response_dict.Pass());
133 success = ProcessGenerateKeyPair(*message_dict, response_dict.Pass());
135 success = ProcessUpdateDaemonConfig(*message_dict, response_dict.Pass());
137 success = ProcessGetDaemonConfig(*message_dict, response_dict.Pass());
139 success
[all...]
/external/llvm/lib/Object/
H A DArchive.cpp124 return object_error::success;
128 return object_error::success;
154 return object_error::success;
161 return object_error::success;
168 return object_error::success;
182 return error_code::success();
193 return object_error::success;
211 ec = object_error::success;
241 ec = object_error::success;
275 ec = object_error::success;
[all...]
/external/llvm/lib/Support/Windows/
H A DPath.inc72 return error_code::success();
102 return error_code::success();
118 return error_code::success();
263 return error_code::success();
336 return error_code::success();
356 return error_code::success();
375 return error_code::success();
398 return error_code::success();
411 return error_code::success();
438 return error_code::success();
[all...]
/external/chromium/chrome/browser/chromeos/login/
H A Dcookie_fetcher_unittest.cc97 net::URLRequestStatus success; local
101 new MockAuthResponseHandler(iat_url_, success, kHttpSuccess, token_);
124 net::URLRequestStatus success; local
127 new MockAuthResponseHandler(iat_url_, success, 403, std::string());
130 new MockAuthResponseHandler(ta_url_, success, 0, std::string());
146 net::URLRequestStatus success; local
150 success,
154 new MockAuthResponseHandler(ta_url_, success, 403, std::string());
/external/chromium/chrome/browser/extensions/
H A Dextension_function.cc63 void AsyncExtensionFunction::SendResponse(bool success) { argument
69 dispatcher()->SendResponse(this, success);
/external/chromium/chrome/browser/
H A Dgpu_process_host_ui_shim.cc73 bool success = BrowserThread::PostTask( local
79 return success;
85 bool success = gpu_channel_manager->OnMessageReceived(*msg); local
90 DCHECK(success);
158 bool success; local
161 success = BrowserThread::PostTask(
168 success = BrowserThread::PostTask(
174 return success;
H A Dplugin_download_helper.h31 bool success) {}
53 void DownloadCompletedHelper(bool success);
30 OnDownloadCompleted(const FilePath& download_path, bool success) argument
/external/chromium/third_party/libjingle/source/talk/base/
H A Dproxydetect.cc556 bool success = false; local
561 success = true;
597 return success;
615 BOOL success = FALSE; local
619 success = pWHGPFU(hWinHttp, url, options, info);
626 success = pWHGPFU(hWinHttp, url, options, info);
629 return success;
651 bool success = false; local
657 success = (NULL != strstr(value, L"firefox.exe"));
660 return success;
676 bool success = false; local
715 bool success = true; local
922 bool success = false; local
947 bool success = GetWinHttpProxySettings(url, proxy); local
[all...]
/external/chromium_org/base/time/
H A Dtime_win.cc223 bool success = true; local
227 success = TzSpecificLocalTimeToSystemTime(NULL, &st, &utc_st) &&
230 success = !!SystemTimeToFileTime(&st, &ft);
233 if (!success) {
252 bool success = true; local
261 success = FileTimeToSystemTime(&utc_ft, &utc_st) &&
264 success = !!FileTimeToSystemTime(&utc_ft, &st);
267 if (!success) {
/external/chromium_org/chrome/browser/extensions/api/system_info/
H A Dsystem_info_provider.cc42 void SystemInfoProvider::OnQueryCompleted(bool success) { argument
47 callback.Run(success);
/external/chromium_org/chrome/browser/
H A Dicon_loader_linux.cc56 bool success = gfx::PNGCodec::Decode( local
60 if (success && !bitmap.empty()) {
/external/chromium_org/chrome/browser/metrics/
H A Dtime_ticks_experiment_win.cc105 bool success = min_delta_ns <= 10000; local
106 if (success) {
/external/chromium_org/chrome/browser/sync/glue/
H A Dfake_generic_change_processor.cc39 bool success) {
40 sync_model_has_user_created_nodes_success_ = success;
38 set_sync_model_has_user_created_nodes_success( bool success) argument
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dntp_login_handler.cc159 bool success = args->GetDouble(0, &x); local
160 DCHECK(success);
161 success = args->GetDouble(1, &y);
162 DCHECK(success);
163 success = args->GetDouble(2, &width);
164 DCHECK(success);
165 success = args->GetDouble(3, &height);
166 DCHECK(success);
/external/chromium_org/chrome/browser/usb/
H A Dusb_context.cc38 bool success = base::PlatformThread::Create(0, this, &thread_handle_); local
39 DCHECK(success) << "Failed to create USB IO handling thread.";

Completed in 451 milliseconds

<<11121314151617181920>>