HomeSort by relevance Sort by last modified time
    Searched full:fine (Results 251 - 275 of 2753) sorted by null

<<11121314151617181920>>

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fmaf.c 51 /* Common case: The double precision result is fine. */
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
SensorSettingContainer.java 29 * This approach is fine, because there is no need for concurrent access.
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
SocketHandlerTest.java 101 props.put(".level", "FINE");
229 p.put("java.util.logging.SocketHandler.level", "FINE");
246 assertSame(h.getLevel(), Level.parse("FINE"));
260 assertSame(h.getLevel(), Level.parse("FINE"));
323 p.put("java.util.logging.SocketHandler.level", "FINE");
348 p.put("java.util.logging.SocketHandler.level", "FINE");
380 p.put("java.util.logging.SocketHandler.level", "FINE");
623 h.setLevel(Level.FINE);
625 assertSame(h.getLevel(), Level.FINE);
  /external/c-ares/
maketgz 47 # now run this new configure to get a fine makefile
  /external/chromium-trace/catapult/telemetry/telemetry/core/
tracing_controller.py 22 allows fine-tuning of the data that are collected by the selected tracing
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/documentation/
Contributing.md 25 ## The fine print
  /external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/tests/
test_lxml.py 69 """lxml strips the XML definition from an XHTML doc, which is fine."""
  /external/clang/test/Sema/
extern-redecl.c 41 int x = sizeof(test4_array); // fine
  /external/clang/test/SemaCXX/
function-extern-c.cpp 31 // These should all be fine
  /external/curl/docs/libcurl/opts/
CURLOPT_CHUNK_BGN_FUNCTION.3 55 Return \fICURL_CHUNK_BGN_FUNC_OK\fP if everything is fine,
  /external/curl/src/macos/
MACINSTALL.TXT 4 MACOS (not MACOS X) =================== This is the first attempt at porting cURL to MacOS. http, ftp, dict and telnet seems to work fine, other protocols and advanced features have not been all tested. This port is heavily based on the GUSI library from Matthias Neeracher. GUSI (Grand Unified Socket Interface) is a POSIX/Pthreads/Sockets library bringing some of the comforts of UNIX 98 to traditional MacOS. The latest GUSI release can be downloaded from sourceforge at <http://sourceforge.net/projects/gusi/> I have also written a few functions to help port Unix applications to MacOS. These functions are part of the GUSI Extra library that can be downloaded at <http://perso.wanadoo.fr/ela/resources.html#gusiextra> OpenSSL support is still experimental but I hope to deliver a version including SSL soon. cURL for MacOS requires using the CodeWarrior compiler from Metrowerks. First download GUSI, GUSI Extra and cURL. Access paths have been setup so that GUSI, GUSI Extra and cURL directories should have the same parent directory. Follow the instructions in GUSI Extra "readme.txt" mainly the ones related to SIOUX and GUSI patches. If you do not apply these patches curl will not behave correctly. In the 'curl/src/macos' directory, decode "curl.mcp.xml.sit.hqx" (This is a stuffit binhexed file) From the CodeWarrior IDE, import 'curl/src/macos/curl.xml', adjust the access paths if required. Then you should be able to build: - the libcurl libraries for PPC and 68K. - the curl application (also available for PPC and 68K) which is the command line version of cURL. If the file "tool_hugehelp.c" is missing rename "curl/src/tool_hugehelp.c.cvs" to "tool_hugehelp.c" and make sure its file type is 'TEXT'
  /external/curl/tests/data/
test2028 62 HTTP/1.1 200 Things are fine in server land
149 HTTP/1.1 200 Things are fine in server land (2)
179 HTTP/1.1 200 Things are fine in server land
220 HTTP/1.1 200 Things are fine in server land (2)
test2030 74 HTTP/1.1 200 Things are fine in server land
151 HTTP/1.1 200 Things are fine in server land (2)
174 HTTP/1.1 200 Things are fine in server land
209 HTTP/1.1 200 Things are fine in server land (2)
test2031 65 HTTP/1.1 200 Things are fine in server land
157 HTTP/1.1 200 Things are fine in server land (2)
185 HTTP/1.1 200 Things are fine in server land
223 HTTP/1.1 200 Things are fine in server land (2)
  /external/curl/tests/
mem-include-scan.pl 27 # You can also mark a C source as fine by using 'mem-include-scan' anywhere in
  /external/dagger2/core/src/main/java/dagger/internal/
DoubleCheckLazy.java 67 // so it will be fine for that case.
  /external/dexmaker/src/dx/java/com/android/dx/cf/code/
Merger.java 72 * Object in this phase. This is fine here, but it
  /external/dnsmasq/contrib/openvpn/
README 16 > routes, and queries to the domain in the server=3D line work just fine.
  /external/eigen/test/
product_large.cpp 49 // only makes sure it compiles fine
  /external/elfutils/tests/
run-deleted.sh 48 # the EH_FRAME through phdrs just fine, we can unwind into main.
  /external/google-breakpad/src/testing/test/
gmock-internal-utils_test.cc 189 // Unsigned => larger signed is fine.
192 // Unsigned => larger unsigned is fine.
196 // Signed => unsigned is not fine.
201 // Same size and same signedness: fine too.
209 // Same size, different signedness: not fine.
215 // Larger size => smaller size is not fine.
242 // Smaller size => larger size is fine.
247 // Same size: fine.
251 // Larger size => smaller size is not fine.
  /external/guice/extensions/persist/src/com/google/inject/persist/
UnitOfWork.java 21 * work in non-request, non-transactional threads. Or where more fine-grained control over the unit
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
RBBIAPITest.java 223 testString = "Hello! how are you? I'am fine. Thankyou. How are you doing? This costs $20,00,000.";
234 doTest(testString, p, q, 31, "how are you? I'am fine. ");
237 doTest(testString, p, q, 7, "how are you? I'am fine. ");
240 doTest(testString, p, q, 60, "how are you? I'am fine. Thankyou. How are you doing? ");
249 doTest(testString, 20, q, 31, "I'am fine. ");
255 testString = "Hello! how\r\n (are)\r you? I'am fine- Thankyou. foo\u00a0bar How, are, you? This, costs $20,00,000.";
276 doTest(testString, p, q, 36, "fine- ");
324 testString = "Hello! how are you? I'am fine. Thankyou. How are you doing? This costs $20,00,000.";
346 testString = "Hello! how are you? I'am fine. Thankyou. How are you doing? This\n costs $20,00,000.";
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBIAPITest.java 219 testString = "Hello! how are you? I'am fine. Thankyou. How are you doing? This costs $20,00,000.";
230 doTest(testString, p, q, 31, "how are you? I'am fine. ");
233 doTest(testString, p, q, 7, "how are you? I'am fine. ");
236 doTest(testString, p, q, 60, "how are you? I'am fine. Thankyou. How are you doing? ");
245 doTest(testString, 20, q, 31, "I'am fine. ");
251 testString = "Hello! how\r\n (are)\r you? I'am fine- Thankyou. foo\u00a0bar How, are, you? This, costs $20,00,000.";
272 doTest(testString, p, q, 36, "fine- ");
320 testString = "Hello! how are you? I'am fine. Thankyou. How are you doing? This costs $20,00,000.";
342 testString = "Hello! how are you? I'am fine. Thankyou. How are you doing? This\n costs $20,00,000.";
  /external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/checker/
CheckForBrokenJciteTag.java 57 commentNode, "Escaped JCITE tag found in non-public API docs (this is fine)");

Completed in 1354 milliseconds

<<11121314151617181920>>