/external/chromium-trace/catapult/third_party/python_gflags/ |
gflags_validators.py | 109 takes the flag value and returns True (if value looks fine) or, if flag value 148 function takes flag values and returns True (if values look fine) or,
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_malloc_mac.inc | 65 // FIXME: ASan should support purgeable allocations. Ignoring them is fine 71 // FIXME: ASan should support purgeable allocations. Ignoring them is fine
|
/external/curl/lib/ |
hash.c | 49 /* return 1 on error, 0 is fine */ 84 return 0; /* fine */
|
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/ |
OptionalTest.java | 280 Number value = optionalInt.or(0.5); // fine 291 Number value = first.or(0.5); // fine
|
/external/guava/guava-tests/test/com/google/common/base/ |
OptionalTest.java | 283 Number value = optionalInt.or(0.5); // fine 294 Number value = first.or(0.5); // fine
|
/external/guava/guava-tests/test/com/google/common/net/ |
HostAndPortTest.java | 216 // Bracketed IPv6 works fine. 219 // Non-bracketed non-IPv6 works fine.
|
/external/oauth/core/src/main/java/net/oauth/signature/ |
OAuthSignatureMethod.java | 84 // if (log.isLoggable(Level.FINE)) { 85 // log.fine(signature + "=getSignature(" + baseString + ")");
|
/external/okhttp/okcurl/src/main/java/com/squareup/okhttp/curl/ |
Main.java | 278 logger.setLevel(Level.FINE); 280 handler.setLevel(Level.FINE);
|
/external/opencv3/doc/py_tutorials/py_gui/py_video_display/ |
py_video_display.markdown | 63 @note If you are getting error, make sure camera is working fine using any other camera application 108 platform dependent. Following codecs works fine for me.
|
/external/opencv3/doc/py_tutorials/py_setup/py_setup_in_windows/ |
py_setup_in_windows.markdown | 26 -# After installation, open Python IDLE. Enter import numpy and make sure Numpy is working fine. 75 -# Make sure Python and Numpy are working fine.
|
/sdk/docs/ |
howto_SDK_git_cygwin.txt | 49 Don't mind the page title, just grab setup-legacy.exe and it will works just fine 69 Out of the box, "repo" and "git" will work just fine under Cygwin:
|
/external/curl/tests/ |
testcurl.pl | 377 logit "$CURLDIR is verified to be a fine git source dir"; 384 logit "$CURLDIR is verified to be a fine daily source dir"; 410 logit "build dir $build was created fine"; 569 logit "configure seems to have finished fine"; 710 logit "libcurl was created fine (libcurl$libext)"; 717 logit "curl was created fine (curl$binext)";
|
/external/jmdns/src/javax/jmdns/impl/ |
JmDNSImpl.java | 457 if (logger.isLoggable(Level.FINE)) { 458 logger.fine("openMulticastSocket() Set network interface exception: " + e.getMessage()); [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/util/ |
PathParser_Delegate.java | 699 LOGGER.log(Level.FINE, "(" + x0 + "," + y0 + ")-(" + x1 + "," + y1 712 LOGGER.log(Level.FINE, "unit space (" + x0p + "," + y0p + ")-(" + x1p 722 LOGGER.log(Level.FINE, " Points are coincident"); 727 LOGGER.log(Level.FINE, "Points are too far apart " + dsq); 747 LOGGER.log(Level.FINE, "eta0 = Math.atan2( " + (y0p - cy) + " , " 751 LOGGER.log(Level.FINE, "eta1 = Math.atan2( " + (y1p - cy) + " , " 768 Level.FINE, [all...] |
/external/curl/docs/libcurl/ |
libcurl-errors.3 | 39 All fine. Proceed as usual. 263 Things are fine. 287 All fine. Proceed as usual.
|
/external/eigen/doc/ |
FunctionsTakingEigenTypes.dox | 124 and contrary to what one might think at first, this implementation is fine unless you require a generic implementation that works with double matrices too and unless you do not care about temporary objects. Why is that the case? Where are temporaries involved? How can code as given below compile? 129 In this special case, the example is fine and will be working because both parameters are declared as \e const references. The compiler creates a temporary and evaluates the expression x+z into this temporary. Once the function is processed, the temporary is released and the result is assigned to C. 205 This implementation is now working for parameters being expressions and for parameters being matrices and having the wrong size. Resizing the expressions does not do any harm in this case unless they actually require resizing. That means, passing an expression with the wrong dimensions will result in a run-time error (in debug mode only) while passing expressions of the correct size will just work fine.
|
/external/libavc/encoder/ |
irc_cbr_buffer_control.c | 161 /* tgt_frame_rate is divided by 1000 because, an approximate value is fine 486 * Tgt_frame_rate is divided by 1000 because an approximate value is fine as 569 * an approximate value is fine as this is just a threshold below which
|
/external/opencv/cv/src/ |
cvsmooth.cpp | 538 * "coarse" level) is 4 bit wide and the second tier (known as the "fine" level) 539 * is 8 bit wide. Pixels inserted in the fine level also get inserted into the 540 * coarse bucket designated by the 4 MSBs of the fine bucket value. 549 ushort fine[16][16]; variable 558 *((ushort*) h.fine + x) op; 723 histogram_muladd( 2*r+1, &h_fine[16*n*(16*c+k)], &H[c].fine[k][0] ); 746 memset( &H[c].fine[k], 0, 16 * sizeof(ushort) ); 748 histogram_add( &h_fine[16*(n*(16*c+k)+luc[c][k])], H[c].fine[k] ); 751 histogram_muladd( j+r+1 - n, &h_fine[16*(n*(16*c+k)+(n-1))], &H[c].fine[k][0] ); 757 histogram_sub( &h_fine[16*(n*(16*c+k)+MAX(luc[c][k]-2*r-1,0))], H[c].fine[k] ) [all...] |
/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
SSLContextTest.java | 276 // Assert that SSLContext.init works fine even when provided with null arrays of 291 // Assert that SSLContext.init works fine even when provided with empty arrays of 327 // Assert that SSLContext.init works fine even when provided with KeyManagers and
|
/external/iproute2/man/man8/ |
tc-bpf.8 | |
/art/compiler/optimizing/ |
sharpening.cc | 101 // kDirectAddress would be fine for image methods, we don't support it at the moment. 123 // while kCallDirect would be fine for image methods, we don't support it at the moment.
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
StackAddrEscapeChecker.cpp | 140 // Return stack memory in an ancestor stack frame is fine. 151 // Returning a record by value is fine. (In this case, the returned
|
/external/gptfdisk/ |
README.Windows | 40 binaries work fine on most versions of Windows, but some 64-bit
118 works fine. A project is easily created by adding all the *.h files and
|
/external/guava/guava/src/com/google/common/base/ |
Optional.java | 137 * Number value = optionalInt.or(0.5); // fine 141 * Number value = first.or(0.5); // fine}</pre>
|
/external/libunwind/src/dwarf/ |
Gfde.c | 285 as fine as it's self-contained. */ 313 as fine as it's self-contained. */
|