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

<<11121314151617181920>>

  /external/chromium_org/url/
url_canon_internal.cc 91 bool success = true; local
99 success = ConvertUTF16ToUTF8(&override_source[override_component.begin],
104 return success;
289 bool success = true; local
292 success &= ReadUTFChar(input, &i, input_len, &code_point);
295 return success;
300 bool success = true; local
303 success &= ReadUTFChar(input, &i, input_len, &code_point);
306 return success;
345 bool success = true local
    [all...]
  /external/chromium_org/v8/tools/
parser-shell.cc 98 bool success = Parser::Parse(&info, true); local
100 if (!success) {
114 bool success = Parser::Parse(&info, true); local
116 if (!success) {
  /external/chromium_org/win8/metro_driver/
file_picker_ash.h 33 // Runs the picker, returns true on success.
40 bool success() const { function in class:FilePickerSessionBase
70 // Returns true on success.
  /external/icu/icu4c/source/i18n/
buddhcal.cpp 33 BuddhistCalendar::BuddhistCalendar(const Locale& aLocale, UErrorCode& success)
34 : GregorianCalendar(aLocale, success)
36 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. local
taiwncal.cpp 33 TaiwanCalendar::TaiwanCalendar(const Locale& aLocale, UErrorCode& success)
34 : GregorianCalendar(aLocale, success)
36 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. local
  /external/icu/icu4c/source/layout/
IndicRearrangementProcessor.cpp 21 IndicRearrangementProcessor::IndicRearrangementProcessor(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &success)
22 : StateTableProcessor(morphSubtableHeader, success),
23 indicRearrangementSubtableHeader(morphSubtableHeader, success),
24 entryTable(stateTableHeader, success, (const IndicRearrangementStateEntry*)(&stateTableHeader->stHeader),
26 int16Table(stateTableHeader, success, (const le_int16*)entryTable.getAlias(), 0, LE_UNBOUNDED_ARRAY)
43 LEErrorCode success = LE_NO_ERROR; // todo- make a param? local
44 const IndicRearrangementStateEntry *entry = entryTable.getAlias(index,success);
74 LEErrorCode success = LE_NO_ERROR; local
83 ia = glyphStorage.getCharIndex(firstGlyph, success);
88 ix = glyphStorage.getCharIndex(x, success);
    [all...]
LigatureSubstProc.cpp 25 LigatureSubstitutionProcessor::LigatureSubstitutionProcessor(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &success)
26 : StateTableProcessor(morphSubtableHeader, success), ligatureSubstitutionHeader(morphSubtableHeader, success)
28 if(LE_FAILURE(success)) return;
33 entryTable = LEReferenceToArrayOf<LigatureSubstitutionStateEntry>(stHeader, success, entryTableOffset, LE_UNBOUNDED_ARRAY);
47 LEErrorCode success = LE_NO_ERROR; local
48 const LigatureSubstitutionStateEntry *entry = entryTable.getAlias(index, success);
68 LEReferenceTo<LigatureActionEntry> ap(stHeader, success, actionOffset);
78 ap.addObject(success); // ap++
86 LEReferenceToArrayOf<le_int16> offsetTable(stHeader, success, 2 * SignExtend(offset, lafComponentOffsetMask), LE_UNBOUNDED_ARRAY)
    [all...]
  /external/icu/icu4c/source/test/perf/leperf/
letrperf.cpp 68 LEErrorCode success = LE_NO_ERROR; local
70 LEReferenceTo<OneObject> stuff(data, success);
71 if(LE_FAILURE(success)) {
89 LEErrorCode success = LE_NO_ERROR; local
93 LEReferenceTo<OneObject> stuff(data, success);
94 if(LE_FAILURE(success)) {
108 LEErrorCode success = LE_NO_ERROR; local
109 LEReferenceTo<CompObject> comp(data, success);
110 LEReferenceToArrayOf<Long> longs(comp, success, (size_t)0, ITEM_COUNT);
111 if(LE_FAILURE(success)) {
    [all...]
  /external/lldb/examples/lookup/
main.cpp 190 if (!error.Success())
207 bool success = addr.IsValid() && addr.GetSection().IsValid(); local
208 if (success)
  /external/lldb/examples/python/
memory.py 32 success = False variable
43 success = True variable
45 if not success:
157 if error.Success():
types.py 33 success = False variable
44 success = True variable
46 if not success:
  /external/lldb/source/API/
SBCommunication.cpp 187 bool success = false; local
189 success = m_opaque->StartReadThread ();
192 log->Printf ("SBCommunication(%p)::ReadThreadStart () => %i", m_opaque, success);
194 return success;
205 bool success = false; local
207 success = m_opaque->StopReadThread ();
210 log->Printf ("SBCommunication(%p)::ReadThreadStop () => %i", m_opaque, success);
212 return success;
SBEvent.cpp 137 bool success = false; local
139 success = lldb_event->BroadcasterIs (broadcaster.get());
148 success);
150 return success;
  /external/lldb/source/Commands/
CommandObjectDisassemble.cpp 69 bool success; local
78 num_lines_context = Args::StringToUInt32(option_arg, 0, 0, &success);
79 if (!success)
84 num_instructions = Args::StringToUInt32(option_arg, 0, 0, &success);
85 if (!success)
  /external/lldb/source/DataFormatters/
TypeCategory.cpp 142 bool success = false; local
144 success = m_summary_nav->Delete(name) || success;
146 success = m_regex_summary_nav->Delete(name) || success;
148 success = m_filter_nav->Delete(name) || success;
150 success = m_regex_filter_nav->Delete(name) || success;
153 success = m_synth_nav->Delete(name) || success
    [all...]
  /external/lldb/source/Host/common/
Mutex.cpp 51 bool success = true; local
77 success = g_initialized_mutex_set.find(m) != g_initialized_mutex_set.end();
78 assert (success);
84 return success;
  /external/lldb/tools/debugserver/source/
PseudoTerminal.h 31 success = 0, enumerator in enum:PseudoTerminal::Error
  /external/llvm/unittests/ExecutionEngine/JIT/
MultiJITTest.cpp 29 bool success = local
34 EXPECT_TRUE(success) << os.str();
35 return success;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_main.c 371 boolean success; local
404 success = test_single(verbose, fp);
406 success = test_some(verbose, fp, n);
408 success = test_all(verbose, fp);
413 return success ? 0 : 1;
  /external/mesa3d/src/glsl/
link_functions.cpp 45 this->success = true;
96 this->success = false;
213 bool success; member in class:call_link_visitor
285 return v.success;
  /art/compiler/
oat_test.cc 127 bool success = compiler_driver_->WriteElf(GetTestAndroidRoot(), local
132 ASSERT_TRUE(success);
  /art/runtime/interpreter/
interpreter_switch_impl.cc 487 bool success = local
490 POSSIBLY_HANDLE_PENDING_EXCEPTION(!success, Next_3xx);
495 bool success = local
498 POSSIBLY_HANDLE_PENDING_EXCEPTION(!success, Next_3xx);
1125 bool success = DoFieldGet<InstancePrimitiveRead, Primitive::kPrimBoolean, do_access_check>(self, shadow_frame, inst, inst_data); local
1131 bool success = DoFieldGet<InstancePrimitiveRead, Primitive::kPrimByte, do_access_check>(self, shadow_frame, inst, inst_data); local
1137 bool success = DoFieldGet<InstancePrimitiveRead, Primitive::kPrimChar, do_access_check>(self, shadow_frame, inst, inst_data); local
1143 bool success = DoFieldGet<InstancePrimitiveRead, Primitive::kPrimShort, do_access_check>(self, shadow_frame, inst, inst_data); local
1149 bool success = DoFieldGet<InstancePrimitiveRead, Primitive::kPrimInt, do_access_check>(self, shadow_frame, inst, inst_data); local
1155 bool success = DoFieldGet<InstancePrimitiveRead, Primitive::kPrimLong, do_access_check>(self, shadow_frame, inst, inst_data); local
1161 bool success = DoFieldGet<InstanceObjectRead, Primitive::kPrimNot, do_access_check>(self, shadow_frame, inst, inst_data); local
1167 bool success = DoIGetQuick<Primitive::kPrimInt>(shadow_frame, inst, inst_data); local
1173 bool success = DoIGetQuick<Primitive::kPrimLong>(shadow_frame, inst, inst_data); local
1179 bool success = DoIGetQuick<Primitive::kPrimNot>(shadow_frame, inst, inst_data); local
1185 bool success = DoFieldGet<StaticPrimitiveRead, Primitive::kPrimBoolean, do_access_check>(self, shadow_frame, inst, inst_data); local
1191 bool success = DoFieldGet<StaticPrimitiveRead, Primitive::kPrimByte, do_access_check>(self, shadow_frame, inst, inst_data); local
1197 bool success = DoFieldGet<StaticPrimitiveRead, Primitive::kPrimChar, do_access_check>(self, shadow_frame, inst, inst_data); local
1203 bool success = DoFieldGet<StaticPrimitiveRead, Primitive::kPrimShort, do_access_check>(self, shadow_frame, inst, inst_data); local
1209 bool success = DoFieldGet<StaticPrimitiveRead, Primitive::kPrimInt, do_access_check>(self, shadow_frame, inst, inst_data); local
1215 bool success = DoFieldGet<StaticPrimitiveRead, Primitive::kPrimLong, do_access_check>(self, shadow_frame, inst, inst_data); local
1221 bool success = DoFieldGet<StaticObjectRead, Primitive::kPrimNot, do_access_check>(self, shadow_frame, inst, inst_data); local
1227 bool success = DoFieldPut<InstancePrimitiveWrite, Primitive::kPrimBoolean, do_access_check, transaction_active>(self, shadow_frame, inst, inst_data); local
1233 bool success = DoFieldPut<InstancePrimitiveWrite, Primitive::kPrimByte, do_access_check, transaction_active>(self, shadow_frame, inst, inst_data); local
1239 bool success = DoFieldPut<InstancePrimitiveWrite, Primitive::kPrimChar, do_access_check, transaction_active>(self, shadow_frame, inst, inst_data); local
1245 bool success = DoFieldPut<InstancePrimitiveWrite, Primitive::kPrimShort, do_access_check, transaction_active>(self, shadow_frame, inst, inst_data); local
1251 bool success = DoFieldPut<InstancePrimitiveWrite, Primitive::kPrimInt, do_access_check, transaction_active>(self, shadow_frame, inst, inst_data); local
1257 bool success = DoFieldPut<InstancePrimitiveWrite, Primitive::kPrimLong, do_access_check, transaction_active>(self, shadow_frame, inst, inst_data); local
1263 bool success = DoFieldPut<InstanceObjectWrite, Primitive::kPrimNot, do_access_check, transaction_active>(self, shadow_frame, inst, inst_data); local
1269 bool success = DoIPutQuick<Primitive::kPrimInt, transaction_active>(shadow_frame, inst, inst_data); local
1275 bool success = DoIPutQuick<Primitive::kPrimLong, transaction_active>(shadow_frame, inst, inst_data); local
1281 bool success = DoIPutQuick<Primitive::kPrimNot, transaction_active>(shadow_frame, inst, inst_data); local
1287 bool success = DoFieldPut<StaticPrimitiveWrite, Primitive::kPrimBoolean, do_access_check, transaction_active>(self, shadow_frame, inst, inst_data); local
1293 bool success = DoFieldPut<StaticPrimitiveWrite, Primitive::kPrimByte, do_access_check, transaction_active>(self, shadow_frame, inst, inst_data); local
1299 bool success = DoFieldPut<StaticPrimitiveWrite, Primitive::kPrimChar, do_access_check, transaction_active>(self, shadow_frame, inst, inst_data); local
1305 bool success = DoFieldPut<StaticPrimitiveWrite, Primitive::kPrimShort, do_access_check, transaction_active>(self, shadow_frame, inst, inst_data); local
1311 bool success = DoFieldPut<StaticPrimitiveWrite, Primitive::kPrimInt, do_access_check, transaction_active>(self, shadow_frame, inst, inst_data); local
1317 bool success = DoFieldPut<StaticPrimitiveWrite, Primitive::kPrimLong, do_access_check, transaction_active>(self, shadow_frame, inst, inst_data); local
1323 bool success = DoFieldPut<StaticObjectWrite, Primitive::kPrimNot, do_access_check, transaction_active>(self, shadow_frame, inst, inst_data); local
1329 bool success = DoInvoke<kVirtual, false, do_access_check>(self, shadow_frame, inst, inst_data, &result_register); local
1335 bool success = DoInvoke<kVirtual, true, do_access_check>(self, shadow_frame, inst, inst_data, &result_register); local
1341 bool success = DoInvoke<kSuper, false, do_access_check>(self, shadow_frame, inst, inst_data, &result_register); local
1347 bool success = DoInvoke<kSuper, true, do_access_check>(self, shadow_frame, inst, inst_data, &result_register); local
1353 bool success = DoInvoke<kDirect, false, do_access_check>(self, shadow_frame, inst, inst_data, &result_register); local
1359 bool success = DoInvoke<kDirect, true, do_access_check>(self, shadow_frame, inst, inst_data, &result_register); local
1365 bool success = DoInvoke<kInterface, false, do_access_check>(self, shadow_frame, inst, inst_data, &result_register); local
1371 bool success = DoInvoke<kInterface, true, do_access_check>(self, shadow_frame, inst, inst_data, &result_register); local
1377 bool success = DoInvoke<kStatic, false, do_access_check>(self, shadow_frame, inst, inst_data, &result_register); local
1383 bool success = DoInvoke<kStatic, true, do_access_check>(self, shadow_frame, inst, inst_data, &result_register); local
1389 bool success = DoInvokeVirtualQuick<false>(self, shadow_frame, inst, inst_data, &result_register); local
1395 bool success = DoInvokeVirtualQuick<true>(self, shadow_frame, inst, inst_data, &result_register); local
1550 bool success = DoIntDivide(shadow_frame, inst->VRegA_23x(inst_data), local
1558 bool success = DoIntRemainder(shadow_frame, inst->VRegA_23x(inst_data), local
1783 bool success = DoIntDivide(shadow_frame, vregA, shadow_frame.GetVReg(vregA), local
1791 bool success = DoIntRemainder(shadow_frame, vregA, shadow_frame.GetVReg(vregA), local
2060 bool success = DoIntDivide(shadow_frame, inst->VRegA_22s(inst_data), local
2067 bool success = DoIntRemainder(shadow_frame, inst->VRegA_22s(inst_data), local
2116 bool success = DoIntDivide(shadow_frame, inst->VRegA_22b(inst_data), local
2123 bool success = DoIntRemainder(shadow_frame, inst->VRegA_22b(inst_data), local
    [all...]
  /art/runtime/native/
sun_misc_Unsafe.cc 31 bool success = obj->CasFieldStrongSequentiallyConsistent32<false>(MemberOffset(offset), local
33 return success ? JNI_TRUE : JNI_FALSE;
41 bool success = obj->CasFieldStrongSequentiallyConsistent64<false>(MemberOffset(offset), local
43 return success ? JNI_TRUE : JNI_FALSE;
53 bool success = obj->CasFieldStrongSequentiallyConsistentObject<false>(MemberOffset(offset), local
55 return success ? JNI_TRUE : JNI_FALSE;
  /art/test/067-preemptive-unpark/src/
Main.java 33 if (test.success) {
84 public volatile boolean success = false; field in class:Main.ParkTester
101 success = false;
104 success = true;
  /cts/apps/CtsVerifier/jni/cameraanalyzer/
com_android_cts_verifier_camera_analyzer_CameraTests.cpp 64 bool success; local
162 bool success = false; local

Completed in 2678 milliseconds

<<11121314151617181920>>