HomeSort by relevance Sort by last modified time
    Searched refs:success (Results 401 - 425 of 3830) sorted by null

<<11121314151617181920>>

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
createDocumentType02.java 111 boolean success = false;
115 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
117 assertTrue("throw_INVALID_CHARACTER_ERR", success);
createElementNS03.java 109 boolean success = false;
113 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
115 assertTrue("throw_INVALID_CHARACTER_ERR", success);
namednodemapsetnameditemns03.java 101 boolean success = false;
105 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR);
107 assertTrue("throw_WRONG_DOCUMENT_ERR", success);
removeNamedItemNS03.java 106 boolean success = false;
110 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
112 assertTrue("throw_NO_MODIFICATION_ALLOWED_ERR", success);
setNamedItemNS04.java 108 boolean success = false;
112 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
114 assertTrue("throw_NO_MODIFICATION_ALLOWED_ERR", success);
  /libcore/luni/src/test/java/tests/org/w3c/dom/
RemoveNamedItemNS.java 108 boolean success = false;
113 success = (ex.code == DOMException.NOT_FOUND_ERR);
115 assertTrue("throw_NOT_FOUND_ERR", success);
150 // boolean success = false;
155 // success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
157 // assertTrue("throw_NO_MODIFICATION_ALLOWED_ERR", success);
NamedNodeMapRemoveNamedItemNS.java 220 boolean success = false;
224 success = (ex.code == DOMException.NOT_FOUND_ERR);
226 assertTrue("throw_NOT_FOUND_ERR", success);
242 boolean success = false;
246 success = (ex.code == DOMException.NOT_FOUND_ERR);
248 assertTrue("throw_NOT_FOUND_ERR", success);
265 boolean success = false;
269 success = (ex.code == DOMException.NOT_FOUND_ERR);
271 assertTrue("throw_NOT_FOUND_ERR", success);
SetAttributeNS.java 90 boolean success = false;
95 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
97 assertTrue("throw_INVALID_CHARACTER_ERR", success);
151 // boolean success = false;
156 // success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
158 // assertTrue("throw_NO_MODIFICATION_ALLOWED_ERR", success);
219 boolean success = false;
224 success = (ex.code == DOMException.NAMESPACE_ERR);
226 assertTrue("throw_NAMESPACE_ERR", success);
240 boolean success = false
    [all...]
  /external/chromium/chrome/browser/chromeos/
audio_handler.h 67 void OnMixerInitialized(bool success);
  /external/chromium/chrome/browser/net/
quoted_printable.cc 77 bool success = true; local
87 success = false;
101 success = false;
114 return success;
  /external/chromium/chrome/common/net/
test_url_fetcher_factory.cc 63 const std::string& response_data, bool success)
67 success_(success),
87 status.set_status(success_ ? net::URLRequestStatus::SUCCESS :
126 bool success) {
128 fake_responses_[GURL(url)] = std::make_pair(response_data, success);
  /external/chromium/googleurl/src/
url_canon_internal_file.h 132 bool success = URLCanonInternal<CHAR, UCHAR>::DoHost( local
149 success &= URLCanonInternal<CHAR, UCHAR>::DoQuery(
151 success &= URLCanonInternal<CHAR, UCHAR>::DoRef(
154 return success;
  /external/clang/test/CodeGenCXX/
conditional-temporaries.cpp 52 bool success() { function
  /external/icu4c/layout/
GlyphPositioningTables.h 31 const GlyphDefinitionTableHeader *glyphDefinitionTableHeader, LEErrorCode &success,
GlyphSubstitutionTables.h 37 LEErrorCode &success) const;
LEInsertionList.h 86 * @param success set to an error code if the auxillary data cannot be retrieved.
93 LEGlyphID *insert(le_int32 position, le_int32 count, LEErrorCode &success);
IndicReordering.cpp 208 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
993 LEErrorCode success = LE_NO_ERROR; local
1005 LEErrorCode success = LE_NO_ERROR; local
    [all...]
  /external/llvm/include/llvm/Object/
Error.h 26 success = 0, enumerator in enum:llvm::object::object_error::_
  /external/webkit/Source/WebCore/platform/android/
ClipboardAndroid.h 46 String getData(const String&, bool& success) const;
  /external/webkit/Source/WebCore/platform/brew/
ClipboardBrew.h 44 String getData(const String&, bool& success) const;
  /external/webkit/Source/WebCore/platform/graphics/
ImageBuffer.h 68 bool success = false; local
69 OwnPtr<ImageBuffer> buf(new ImageBuffer(size, colorSpace, renderingMode, success));
70 if (success)
127 // This constructor will place its success into the given out-variable
129 ImageBuffer(const IntSize&, ColorSpace colorSpace, RenderingMode renderingMode, bool& success);
  /frameworks/base/core/tests/coretests/src/android/os/
IdleHandlerTest.java 75 success();
111 success();
146 success();
182 success();
  /packages/apps/Settings/src/com/android/settings/nfc/
AndroidBeam.java 87 boolean success = false;
90 success = mNfcAdapter.enableNdefPush();
92 success = mNfcAdapter.disableNdefPush();
94 if (success) {
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 172 bool Success = false;
177 Success = ::GetFileSizeEx(FileHandle, &FileSize);
179 if (!Success)
201 Success = ::GetMappedFileNameA(::GetCurrentProcess(),
206 if (!Success)
210 return windows_error::success;
231 /// @return If ec == errc::success, The absolute path to the program. Otherwise
262 ec = windows_error::success;
274 BOOL success = ::OpenProcessToken(::GetCurrentProcess(), local
277 if (!success)
391 BOOL success = ::CreateProcessA(ProgramToRun.c_str(), local
    [all...]
  /external/webkit/Source/WebCore/inspector/
InspectorStyleSheet.cpp 228 bool success = replacePropertyInStyleText(property, propertyText);
229 if (!success) {
255 bool success = styleText(&text); local
256 if (!success) {
326 bool success;
328 success = enableProperty(index, allProperties);
330 success = disableProperty(index, allProperties);
332 return success;
359 bool success = m_parentStyleSheet->text(&styleSheetText); local
360 if (!success)
375 bool success = styleText(&oldStyleText); local
407 bool success = replacePropertyInStyleText(disabledProperty, disabledProperty.rawText); local
502 bool success = activeIt->second->getBoolean("parsedOk", &previousParsedOk); local
563 bool success = styleText(&text); local
693 bool success = text(&styleSheetText); local
741 bool success = text(&styleSheetText); local
816 bool success = text(&sheetText); local
845 bool success = inspectorStyle->toggleProperty(errorString, propertyIndex, disable); local
940 bool success = originalStyleSheetText(&text); local
992 bool success = styleSheetTextWithChangedStyle(style, text, &patchedStyleSheetText); local
1058 bool success = inlineStyleSheetText(&text); local
1239 bool success = getStyleAttributeRanges(&sourceData); local
    [all...]

Completed in 529 milliseconds

<<11121314151617181920>>