/frameworks/base/tools/localize/testdata/ |
xml.xml | 13 <exact xml:space="preserve">a<b>,</b>b </exact>
|
/frameworks/base/tools/localize/ |
XLIFFFile_test.cpp | 37 XMLNode* node = XMLNode::NewElement(GENERATED_POS, "", tag, attrs, XMLNode::EXACT); 48 res.value = XMLNode::NewElement(GENERATED_POS, "", "something", attrs, XMLNode::EXACT); 49 res.value->EditChildren().push_back(XMLNode::NewText(GENERATED_POS, " begin ", XMLNode::EXACT)); 54 child->EditChildren().push_back(XMLNode::NewText(GENERATED_POS, "b", XMLNode::EXACT)); 57 child->EditChildren().push_back(XMLNode::NewText(GENERATED_POS, "i", XMLNode::EXACT)); 60 child->EditChildren().push_back(XMLNode::NewText(GENERATED_POS, "b", XMLNode::EXACT)); 63 child->EditChildren().push_back(XMLNode::NewText(GENERATED_POS, "u", XMLNode::EXACT)); 66 res.value->EditChildren().push_back(XMLNode::NewText(GENERATED_POS, " end ", XMLNode::EXACT));
|
XMLHandler_test.cpp | 22 " <exact xml:space=\"preserve\">a<b>,</b>b </exact>\n" 42 " <exact xml:space=\"preserve\">a<b>,</b>b </exact>\n" 70 XMLNode* root = NodeHandler::ParseFile("testdata/xml.xml", XMLNode::EXACT); 97 XMLNode* root = NodeHandler::ParseString("testdata/xml.xml", text, XMLNode::EXACT);
|
XLIFFFile.cpp | 109 node->SetPrettyRecursive(XMLNode::EXACT); 119 node->SetPrettyRecursive(XMLNode::EXACT); 132 node->SetPrettyRecursive(XMLNode::EXACT); 142 node->SetPrettyRecursive(XMLNode::EXACT); 353 attrs, XMLNode::EXACT); 378 "ph", attrs, XMLNode::EXACT); 382 XMLNode::EXACT)); 386 "bpt", attrs, XMLNode::EXACT); 389 original->OpenTagToString(XLIFF_NAMESPACES, XMLNode::EXACT), 390 XMLNode::EXACT)); [all...] |
/external/freetype/include/freetype/ |
ftbbox.h | 5 /* FreeType exact bbox computation (specification). */ 21 /* This component has a _single_ role: to compute exact outline bounding */ 61 /* Compute the exact bounding box of an outline. This is slower */ 71 /* abbox :: The outline's exact bounding box. */
|
/external/icu4c/i18n/ |
usrchimp.h | 26 int32_t textLength; // exact length 43 int32_t textLength; // exact length 78 * Exact matches without checking for the ends for extra accents. 86 * concerned with exact matches, we don't need that. 97 * @return TRUE if an exact match is found, FALSE otherwise 118 * @return True if a exact math is found, FALSE otherwise.
|
/external/quake/quake/src/QW/client/ |
notes.txt | 23 calculate exact latency
|
/external/qemu/ |
README | 20 License, which exact licensing conditions are available in the COPYING
|
/external/skia/src/utils/ |
SkInterpolator.cpp | 106 bool exact = true; local 120 exact = false; 126 if (exact) { 133 *exactPtr = exact; 197 SkBool exact; local 198 Result result = timeToT(time, &T, &index, &exact); 202 if (exact) {
|
/system/extras/tests/fstest/ |
perm_checker.c | 235 rules_matched++; // Exact match found 241 printf("# WARNING # Multiple exact rules for file: %s\n", name); 243 // If any exact rule matched or failed, we are done with this file 290 // For now, we match links against "exact" file rules only 297 rules_matched++; // Exact match found 303 printf("# WARNING # Multiple exact rules for link: %s\n", name); 324 rules_matched++; // Exact match found 330 printf("# WARNING # Multiple exact rules for directory: %s\n", name); 332 // If any exact rule matched or failed, we are done with this directory
|
/external/skia/tests/ |
SrcOverTest.cpp | 61 // this shows where r1 (faster) differs from r2 (more exact) 63 SkDebugf("--- dst=%d i=%d r1=%d r2=%d exact=%g\n",
|
/dalvik/tests/003-omnibus-opcodes/src/ |
Array.java | 79 i = ints[5]; // exact bound 85 ints[5] = i; // exact bound 134 l = longs[5]; // exact bound 140 longs[5] = l; // exact bound
|
/dalvik/vm/analysis/ |
DexVerify.h | 25 * to most. If we're using "exact GC", we may need to perform some of
|
/dalvik/vm/mterp/armv5te/ |
unopNarrower.S | 10 * an exact match for OP_MOVE.)
|
/dalvik/vm/mterp/armv6t2/ |
unopNarrower.S | 10 * an exact match for OP_MOVE.)
|
/external/clearsilver/man/man3/ |
cgiwrap_init_emu.3 | 49 See cgi/cgiwrap.h for the exact definitions of the
|
/external/icu4c/test/testdata/ |
root.txt | 15 CurrentCLDRVersion { 1.7 } // Current CLDR version as of the test update. Warn if not an exact match.
|
/external/iptables/extensions/ |
libipt_addrtype.man | 4 addresses into various groups. The exact definition of that group depends on the specific layer three protocol.
|
/external/libffi/testsuite/libffi.call/ |
float4.c | 52 exact check should be OK here. */
|
/external/openssl/crypto/ |
LPdir_wince.c | 30 under investigation what the exact conditions would be */
|
/external/qemu/distrib/sdl-1.2.12/src/hermes/ |
README | 6 refer to the included file COPYING.LIB for the exact terms.
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/ |
mkskel.tpu | 22 next_match := SEARCH_QUIETLY(target, FORWARD, EXACT, rest_of_line);
|
/bionic/libm/src/ |
e_fmodf.c | 22 * Return x mod y in exact arithmetic 104 return x; /* exact output */
|
s_cbrtf.c | 72 s=t*t; /* t*t is exact */ 75 r=(r-t)/(w+r); /* r-t is exact */
|
/external/fdlibm/ |
s_cbrt.c | 78 s=t*t; /* t*t is exact */ 81 r=(r-t)/(w+r); /* r-s is exact */
|