HomeSort by relevance Sort by last modified time
    Searched defs:success (Results 151 - 175 of 1287) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/chrome/browser/ui/search/
instant_search_prerenderer.cc 138 bool success = prerender_manager->MaybeUsePrerenderedPage( local
141 return success;
  /external/chromium_org/chrome/common/
service_process_util_posix.cc 86 bool* success) {
89 *success = base::MessageLoopForIO::current()->WatchFileDescriptor(
95 if (!*success) {
108 *success = sigaction(SIGTERM, &action, &old_action_) == 0;
109 if (!*success) {
122 *success = WatchExecutable();
123 if (!*success) {
182 bool success = false; local
188 &success));
190 return success;
    [all...]
  /external/chromium_org/chrome/installer/util/
self_reg_work_item.cc 56 bool success = false; local
73 success = SUCCEEDED(hr);
74 if (!success) {
89 return success;
93 bool success = RegisterDll(do_register_); local
95 success = true;
96 return success;
  /external/chromium_org/chrome/utility/image_writer/
image_writer_win.cc 105 bool success = true; local
126 success = false;
149 success = false;
169 success = false;
185 success = false;
195 if (success)
  /external/chromium_org/components/dom_distiller/core/
distilled_content_store.cc 39 bool success = it != cache_.end(); local
40 if (!success) {
46 success = it != cache_.end();
47 if (success) {
54 if (success) {
61 base::Bind(callback, success, base::Passed(&distilled_article)));
  /external/chromium_org/components/nacl/browser/
nacl_validation_cache.cc 80 bool success = DeserializeImpl(pickle); local
81 if (!success) {
84 return success;
124 // Success!
  /external/chromium_org/components/proximity_auth/
wire_message.cc 90 bool success = body_value->GetAsDictionary(&body); local
91 DCHECK(success);
  /external/chromium_org/content/child/webcrypto/openssl/
hmac_openssl.cc 56 unsigned char* const success = HMAC(digest_algorithm, local
63 if (!success || hmac_actual_length != hmac_expected_length)
66 return Status::Success();
155 return Status::Success();
174 return Status::Success();
205 return Status::Success();
  /external/chromium_org/extensions/browser/api/system_storage/
system_storage_api.cc 27 void SystemStorageGetInfoFunction::OnGetStorageInfoCompleted(bool success) {
28 if (success) {
35 SendResponse(success);
134 bool success = available_capacity >= 0; local
135 if (success) {
143 SendResponse(success);
  /external/chromium_org/google_apis/gcm/engine/
gcm_store.h 47 bool success; member in struct:gcm::GCMStore::LoadResult
62 typedef base::Callback<void(bool success)> UpdateCallback;
100 // |success| == true.
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils_unittest.cc 274 bool success = GLES2Util::ParseUniformName( local
276 EXPECT_EQ(expected_success, success);
277 if (success) {
  /external/chromium_org/gpu/config/
gpu_dx_diagnostics_win.cc 96 bool success = false; local
123 success = true;
133 return success;
  /external/chromium_org/net/spdy/
hpack_round_trip_test.cc 41 bool success = decoder_.HandleControlFrameHeadersData( local
43 success &= decoder_.HandleControlFrameHeadersComplete(1);
46 return success;
spdy_frame_reader.cc 86 bool success = ReadUInt32(result); local
89 if (success) {
93 return success;
  /external/chromium_org/ppapi/proxy/
plugin_resource.cc 148 bool success = GetSender(dest)->Send(new PpapiHostMsg_ResourceSyncCall( local
150 if (success)
raw_var_data_unittest.cc 71 bool success = WriteAndRead(expected.get(), &result); local
72 if (!success)
  /external/chromium_org/ppapi/shared_impl/private/
ppb_x509_certificate_private_shared.cc 26 bool success = values_.Set(index, value); local
27 DCHECK(success);
34 bool success = values_.Get(index, &value); local
35 if (!success) {
120 bool success = ParseDER(der, fields.get()); local
121 if (success) {
  /external/chromium_org/remoting/client/
audio_player.cc 57 bool success = ResetAudioPlayer(sampling_rate_); local
58 if (!success) {
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/util/
string_compare.cc 45 bool success = matcher.PossibleMatchRange(&min, &max, str.size()); local
46 assert(success);
47 (void)success; // Prevent unused variable if assert() is optimized away.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test_printf.c 95 boolean success = TRUE; local
111 return success;
118 boolean success = TRUE; local
122 return success;
  /external/chromium_org/third_party/skia/gm/
bigmatrix.cpp 42 bool success = m.invert(&m); local
43 SkASSERT(success);
44 (void) success; // silence compiler :(
  /external/chromium_org/third_party/webrtc/base/
winfirewall.cc 83 bool success = false; local
101 success = true;
106 success = true;
113 return success;
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
volume_test.cc 30 bool success = voe_volume_control_->SetMicVolume(volume) == 0; local
32 EXPECT_TRUE(success);
34 if (!success) {
40 success = voe_volume_control_->GetMicVolume(test_volume) == 0;
42 EXPECT_TRUE(success);
44 if (success) {
53 bool success = voe_volume_control_->SetInputMute(channel_, enable) == 0; local
55 EXPECT_TRUE(success);
57 if (!success) {
63 success = voe_volume_control_->GetInputMute(channel_, is_muted) == 0
    [all...]
  /external/chromium_org/third_party/zlib/google/
zip.cc 70 bool success = true;
72 success = AddFileToZip(zip_file, path);
80 return success;
137 bool success = true; local
147 success = false;
157 return success;
183 bool success = true; local
190 success = false;
197 success = false;
200 return success;
    [all...]
  /external/icu/icu4c/source/layout/
IndicRearrangementProcessor2.cpp 22 const LEReferenceTo<MorphSubtableHeader2> &morphSubtableHeader, LEErrorCode &success)
23 : StateTableProcessor2(morphSubtableHeader, success), entryTable(stHeader, success, entryTableOffset, LE_UNBOUNDED_ARRAY),
24 indicRearrangementSubtableHeader(morphSubtableHeader, success)
39 EntryTableIndex2 index, LEErrorCode &success)
41 const IndicRearrangementStateEntry2 *entry = entryTable.getAlias(index, success);
42 if (LE_FAILURE(success)) return 0; // TODO - what to return in bad state?
71 LEErrorCode success = LE_NO_ERROR; local
80 ia = glyphStorage.getCharIndex(firstGlyph, success);
85 ix = glyphStorage.getCharIndex(x, success);
    [all...]

Completed in 3996 milliseconds

1 2 3 4 5 67 8 91011>>