/external/oprofile/libpp/ |
profile_spec.cpp | 331 bool ok = true; local 336 ok = false; 339 if (!ok)
|
/external/valgrind/main/coregrind/m_ume/ |
elf.c | 448 Bool ok; local 476 advised = VG_(am_get_advisory)( &mreq, True/*client*/, &ok ); 478 if (!ok) {
|
/external/webkit/Source/WebCore/page/ |
Chrome.cpp | 322 bool ok = m_client->runJavaScriptPrompt(frame, frame->displayStringModifiedByEncoding(prompt), frame->displayStringModifiedByEncoding(defaultValue), result); local 324 if (ok) 327 return ok;
|
ContentSecurityPolicy.cpp | 386 bool ok; 387 port = charactersToIntStrict(begin, end - begin, &ok); 388 return ok;
|
/external/webkit/Source/WebCore/platform/network/win/ |
ResourceHandleWin.cpp | 215 BOOL ok = FALSE; local 216 while ((ok = InternetReadFileExA(d->m_requestHandle, &buffers, d->m_loadSynchronously ? 0 : IRF_NO_WAIT, reinterpret_cast<DWORD_PTR>(this))) && buffers.dwBufferLength) { 253 if (!ok && GetLastError() == ERROR_IO_PENDING)
|
/external/webkit/Source/WebCore/wml/ |
WMLSelectElement.cpp | 431 bool ok = false; local 436 unsigned parsedValue = (*it).toUIntStrict(&ok); 440 if (!ok || parsedValue < 1 || parsedValue > optionCount)
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
regexec.c | 1295 bool ok; local 1710 bool ok; local 2198 bool ok; local 3087 bool ok; local 3223 bool ok; local 3315 bool ok; local 3590 bool ok; local [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
codecvt_specializations.h | 351 __ret = codecvt_base::ok; 393 __ret = codecvt_base::ok; 456 __ret = codecvt_base::ok;
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
codecvt_specializations.h | 351 __ret = codecvt_base::ok; 393 __ret = codecvt_base::ok; 456 __ret = codecvt_base::ok;
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
codecvt_specializations.h | 351 __ret = codecvt_base::ok; 393 __ret = codecvt_base::ok; 456 __ret = codecvt_base::ok;
|
/external/valgrind/main/coregrind/m_debuginfo/ |
debuginfo.c | 673 Bool ok, is_rx_map, is_rw_map; local 876 /* Ok, so, finally, let's try to read the debuginfo. */ 893 ok = ML_(read_elf_debug_info)( di ); 895 ok = ML_(read_macho_debug_info)( di ); 900 if (ok) { 1205 Bool ok; local 1585 Bool ok; local 2231 Bool ok; local 2328 Bool ok; local [all...] |
readxcoff.c | 663 Bool ok; local 671 ok = get_csect_bounds( oi_symtab, oi_nent_symtab, 675 if (0 && ok) 677 if (ok && ((UWord)csect_first) <= ((UWord)sym->n_value) 2152 Bool ok; local 2424 Bool ok; local [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
BluetoothToggleActivity.java | 117 .setPositiveButton(android.R.string.ok, null)
|
ConnectionAccessServerActivity.java | 158 .setPositiveButton(android.R.string.ok, new DialogInterface.OnClickListener() {
|
/external/iproute2/tc/ |
m_ipt.c | 279 /* ok, lets give up .. */ 398 int iok = 0, ok = 0; local 441 ok++; 454 ok++; 473 if (!ok && !iok) {
|
/external/libvpx/vp8/encoder/arm/neon/ |
fastfdct4x4_neon.asm | 28 ;it ok for assuming *input in [-255, 255] in vp8_fast_fdct4x4_c, but not ok in vp8_short_fdct4x4_c.
|
/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_mult.c | 196 int ok = 0; local 313 ok = 1; 316 if (!ok) 321 if (ok)
|
/external/quake/quake/src/QW/client/ |
vid_svgalib.c | 352 int ok, match; local 370 ok = (modes[i].width == width) 373 if ((ok & match) == ok)
|
/external/quake/quake/src/WinQuake/ |
vid_svgalib.cpp | 351 int ok, match; local 369 ok = (modes[i].width == width) 372 if ((ok & match) == ok)
|
/external/v8/src/ia32/ |
macro-assembler-ia32.cc | 279 Label ok; local 281 j(zero, &ok); 285 bind(&ok); 1063 Label ok; local 1077 Label ok; local 1683 Label ok, fail; local 1833 Label ok; local [all...] |
/external/webkit/Source/WebKit2/UIProcess/API/qt/ |
qwkpage.h | 128 Q_SIGNAL void loadFinished(bool ok);
|
/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
AccountTypeManagerTest.java | 62 } catch (UnsupportedOperationException ok) {
|
/packages/apps/MusicFX/src/com/android/musicfx/ |
ControlPanelPicker.java | 85 p.mPositiveButtonText = getString(com.android.internal.R.string.ok);
|
/packages/apps/Phone/src/com/android/phone/ |
SpecialCharSequenceMgr.java | 230 .setPositiveButton(R.string.ok, null)
|