/external/freetype/src/autofit/ |
aftypes.h | 21 * The auto-fitter is a complete rewrite of the old auto-hinter.
|
/external/icu4c/common/ |
umutex.h | 13 * 04/07/99 srl rewrite - C interface, multiple mutices
|
/external/libvpx/libvpx/examples/ |
encoder_tmpl.c | 181 /* Try to rewrite the file header with the actual frame count */
|
/external/llvm/include/llvm/MC/ |
MCFixup.h | 54 /// communicates to the assembler backend how it should rewrite the encoded
|
/external/llvm/include/llvm/Target/ |
TargetJITInfo.h | 101 /// it must rewrite the code to contain the actual addresses of any
|
/external/llvm/lib/Transforms/IPO/ |
PartialInlining.cpp | 140 // Ditch the duplicate, since we're done with it, and rewrite all remaining
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_compiler.c | 135 * Rewrite the program such that everything that source the given input 166 * Rewrite the program such that everything that writes into the given 192 * Rewrite the program such that a given output is duplicated. 318 * So let's just negate FACE at the beginning of the shader and rewrite the rest
|
/external/mesa3d/src/glx/ |
packsingle.h | 39 ** the client library, and it is intended that hardware vendors will rewrite
|
/external/openssh/openbsd-compat/ |
openbsd-compat.h | 83 int setenv(register const char *name, register const char *value, int rewrite);
|
/external/qemu/hw/ |
usb.c | 6 * 2008 Generic packet handler rewrite by Max Krasnyansky
|
/external/stlport/ |
INSTALL.unixes | 46 This is generated file, but only ./configure will rewrite one.
|
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/Mci/ |
mci.h | 43 * <tr><td>2009-07-01</td><td>0.2</td><td>Major rewrite</td></tr>
|
/sdk/emulator/qtools/ |
post_trace.cpp | 123 // Rewrite the header with the dynamic counts
|
/external/chromium_org/third_party/re2/re2/testing/ |
re2_test.cc | 106 const char *rewrite; member in struct:re2::ReplaceTest 184 VLOG(1) << StringPrintf("\"%s\" =~ s/%s/%s/g", t->original, t->regexp, t->rewrite); 186 CHECK(RE2::Replace(&one, t->regexp, t->rewrite)); 189 CHECK_EQ(RE2::GlobalReplace(&all, t->regexp, t->rewrite), t->greplace_count) 195 static void TestCheckRewriteString(const char* regexp, const char* rewrite, 199 bool actual_ok = exp.CheckRewriteString(rewrite, &error); 200 EXPECT_EQ(expect_ok, actual_ok) << " for " << rewrite << " error: " << error; [all...] |
/external/regex-re2/re2/testing/ |
re2_test.cc | 99 const char *rewrite; member in struct:re2::ReplaceTest 177 VLOG(1) << StringPrintf("\"%s\" =~ s/%s/%s/g", t->original, t->regexp, t->rewrite); 179 CHECK(RE2::Replace(&one, t->regexp, t->rewrite)); 182 CHECK_EQ(RE2::GlobalReplace(&all, t->regexp, t->rewrite), t->greplace_count) 188 static void TestCheckRewriteString(const char* regexp, const char* rewrite, 192 bool actual_ok = exp.CheckRewriteString(rewrite, &error); 193 EXPECT_EQ(expect_ok, actual_ok) << " for " << rewrite << " error: " << error; [all...] |
/dalvik/vm/analysis/ |
Optimize.cpp | 663 * Rewrite an iget/iput instruction if appropriate. These all have the form: 705 ALOGV("DexOpt: no rewrite of ifield access %s.%s", 713 * Rewrite a static field access instruction if appropriate. If 882 * Rewrite invoke-virtual, invoke-virtual/range, invoke-super, and 924 * Rewrite invoke-direct[/range] if the target is Object.<init>. [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Grammar.java | 215 add("output"); add("rewrite"); add("ASTLabelType"); 228 add("output"); add("rewrite"); add("ASTLabelType"); 242 add("k"); add("backtrack"); add("memoize"); add("rewrite"); 683 // filter&&output=AST => rewrite=true 688 Object rewrite = getOption("rewrite"); local 698 if ( rewrite!=null && !rewrite.toString().equals("true") ) { 700 "rewrite", rewrite); [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
SimpleCParser.java | 204 // AST REWRITE 249 // AST REWRITE 342 // AST REWRITE 548 // AST REWRITE 641 // AST REWRITE 850 // AST REWRITE [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/ |
rewrites.rb | 545 example "mixed rewrite and auto ast" do 562 example "subrule with rewrite" do 600 example "nested rewrite shuts off auto ast" do 618 example "rewrite actions" do 633 example "rewrite actions2" do 1084 example "rewrite action" do [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/ |
ChangeLog | 142 * Rewrite debugallocation to be more modular (csilvers) 330 * Rewrite leak-checking code: should be faster and more robust (sanjay) 360 * PORTING: Rewrite -- and fix -- malloc patching for windows (dvitek) 441 * major atomicops rewrite; fixed atomic ops code for linux/ppc (vchen) 563 * Major rewrite of thread introspection for new kernels (markus) 564 * Major rewrite of heap-checker to use new thread tools (maxim) [all...] |
/frameworks/base/docs/html/guide/topics/search/ |
adding-custom-suggestions.jd | 577 can temporarily rewrite the user's query text as it appears in the text box with 582 <p>You can rewrite the query text in the following ways:</p> 588 column is used to rewrite the query text.</li> 591 {@link android.app.SearchManager#SUGGEST_COLUMN_INTENT_DATA} column is used to rewrite the 594 Internal URI schemes should not be used to rewrite the query in this way.</li> 597 present and contains a value for the current suggestion, it is used to rewrite the query text [all...] |
/ndk/sources/host-tools/make-3.81/tests/ |
ChangeLog | 113 * scripts/features/statipattrules: Rewrite to use run_make_test(). 179 * scripts/features/reinvoke: Rewrite to be safer on systems with 241 variables containing $(shell ) calls. Rewrite this script to use 390 * scripts/functions/substitution: Rewrite to use run_make_test() 759 makefiles. See the comments on the touch function rewrite below. 787 * test_driver.pl (touch): Rewrite this function. Previously it
|
/external/llvm/lib/Transforms/Scalar/ |
ScalarReplAggregates.cpp | 257 /// rewrite it in terms of a single new alloca that can be mem2reg'd. 330 /// rewrite it to be a new alloca which is mem2reg'able. This returns the new [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
TreeAdaptor.as | 150 * rewrite rule as IMAG[$tokenLabel] or IMAG[$tokenLabel, "IMAG"]. 158 * rewrite rule as IMAG["IMAG"].
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t048rewrite.py | 300 tokens.insertBefore(0, "z") # combine with left edge of rewrite 309 tokens.insertBefore(0, "z") # combine with left edge of rewrite
|