HomeSort by relevance Sort by last modified time
    Searched defs:ok (Results 226 - 250 of 412) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/opencv/ml/src/
mlnbayes.cpp 456 bool ok = false; local
560 ok = true;
564 if( !ok )
  /external/opencv/otherlibs/highgui/
grfmt_tiff.cpp 202 int tile_width = tile_width0, ok; local
208 ok = TIFFReadRGBAStrip( tif, y, (uint32*)buffer );
210 ok = TIFFReadRGBATile( tif, x, y, (uint32*)buffer );
212 if( !ok )
  /external/openssl/crypto/ec/
ec_lib.c 253 int ok = 0; local
260 ok = 1;
263 if (!ok)
  /external/openssl/crypto/objects/
obj_dat.c 785 int ok=0; local
804 ok=OBJ_add_object(op);
808 return(ok);
  /external/openssl/crypto/ui/
ui_lib.c 489 int i, ok=0; local
505 ok=-1;
514 ok = -2;
517 ok = -1;
520 ok = 0;
532 ok = -2;
535 ok = -1;
538 ok = 0;
546 return ok;
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbelo.c 136 int ok; local
169 ok = (*checksum == buffer[ELO_PACKET_SIZE-1]);
173 if (!ok) {
233 int ok; local
240 ok = 0;
245 ok = eloGetPacket(reply, &reply_p, &sum, fd);
247 if (ok && reply[1] != type && type != ELO_PARAMETER) {
251 ok = 0;
263 } while(!ok && (i>0));
265 return ok;
299 int ok; local
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_imelody.c 1296 EAS_BOOL ok; local
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_imelody.c 1296 EAS_BOOL ok; local
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_imelody.c 1305 EAS_BOOL ok; local
    [all...]
  /external/valgrind/main/coregrind/m_initimg/
initimg-linux.c 472 /* OK, now we know how big the client stack is */
516 Bool ok; local
553 ok = VG_(am_create_reservation)(
559 if (ok) {
567 if ((!ok) || sr_isError(res)) {
577 vg_assert(ok);
784 Bool ok; local
801 ok = VG_(am_create_reservation)(
808 if (!ok) {
812 ( 0/*floating*/, anon_size+resvn_size, &ok );
    [all...]
  /external/valgrind/main/coregrind/
m_libcfile.c 719 Bool ok = parse_inet_addr_and_port(str, &ip, &port); local
720 if (!ok)
781 if (c == 0) goto ok;
795 ok:
m_options.c 117 Bool ok = VG_(get_startup_wd)(base_dir, VKI_PATH_MAX); local
118 tl_assert(ok);
  /external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
tst_qscriptvalue.cpp 315 bool ok; local
316 quint32 idx = engine.toStringHandle(propertyName).toArrayIndex(&ok);
317 if (ok) {
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
JSDOMWindowCustom.cpp 253 bool ok; local
254 unsigned i = propertyName.toArrayIndex(ok);
255 if (ok && i < impl()->frame()->tree()->childCount()) {
327 bool ok; local
328 unsigned i = propertyName.toArrayIndex(ok);
329 if (ok && i < impl()->frame()->tree()->childCount()) {
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8WebGLRenderingContextCustom.cpp 100 bool ok; local
101 int ival = toInt32(val, ok);
102 if (!ok) {
224 static WebGLUniformLocation* toWebGLUniformLocation(v8::Handle<v8::Value> value, bool& ok)
226 ok = false;
230 ok = true;
427 bool ok = false; local
428 WebGLUniformLocation* location = toWebGLUniformLocation(args[1], ok);
488 bool ok = false; local
499 location = toWebGLUniformLocation(args[0], ok);
577 bool ok = false; local
694 bool ok = false; local
    [all...]
  /external/webkit/Source/WebCore/html/
DateComponents.cpp 438 bool ok; local
440 ok = toInt(src, length, index, 1, millisecond);
443 ok = toInt(src, length, index, 2, millisecond);
446 ok = toInt(src, length, index, 3, millisecond);
447 ASSERT(ok);
  /external/webkit/Source/WebCore/inspector/
InspectorValues.cpp 348 bool ok; local
349 double value = charactersToDouble(start, tokenEnd - start, &ok);
350 if (!ok)
357 bool ok = decodeString(start + 1, tokenEnd - 1, &value); local
358 if (!ok)
  /external/webkit/Source/WebCore/platform/network/
ResourceResponseBase.cpp 342 bool ok; local
343 double maxAge = directives[i].second.toDouble(&ok);
344 if (ok)
432 bool ok; local
433 m_age = headerValue.toDouble(&ok);
434 if (!ok)
  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngine.cpp 569 bool ok = false; local
570 FloatPoint point = m_textPath.pointAtLength(textPathOffset, ok);
571 ASSERT(ok);
575 angle = m_textPath.normalAngleAtLength(textPathOffset, ok);
576 ASSERT(ok);
  /external/webkit/Source/WebCore/svg/
SVGAnimationElement.cpp 70 bool ok; local
71 float time = timeString.toFloat(&ok);
72 if (!ok || time < 0 || time > 1)
  /external/webkit/Source/WebCore/websockets/
WebSocketHandshake.cpp 257 // order is not meaningful. Thus, it's ok to send the order we constructed
480 bool ok = false; local
481 statusCode = statusCodeString.toInt(&ok);
482 ASSERT(ok);
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
peerkey.c 939 int ok = 0; local
959 ok = 1;
967 if (!ok && peerkey->stk_set) {
976 ok = 1;
979 if (!ok) {
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
peerkey.c 942 int ok = 0; local
962 ok = 1;
970 if (!ok && peerkey->stk_set) {
979 ok = 1;
982 if (!ok) {
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DeleteEventHelper.java 175 // Enable the "ok" button now that the user has selected which
177 Button ok = mAlertDialog.getButton(DialogInterface.BUTTON_POSITIVE);
178 ok.setEnabled(true);
278 mContext.getText(android.R.string.ok),
283 mContext.getText(android.R.string.ok),
326 .setPositiveButton(android.R.string.ok, mDeleteRepeatingDialogListener)
332 // Disable the "Ok" button until the user selects which events
334 Button ok = dialog.getButton(DialogInterface.BUTTON_POSITIVE); local
335 ok.setEnabled(false);
  /system/media/wilhelm/tests/examples/
slesTestDecodeAac.cpp 357 int ok; local
359 ok = fstat(fd, &statbuf);
360 if (ok < 0) {
743 ok = munmap(ptr, statbuf.st_size);
744 if (0 != ok) {

Completed in 1835 milliseconds

1 2 3 4 5 6 7 8 91011>>