HomeSort by relevance Sort by last modified time
    Searched full:rewrite (Results 426 - 450 of 1034) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/main/java/java/nio/
DirectByteBuffer.java 24 // TODO: rewrite this so we set 'block' to an OffsetMemoryBlock?
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupAccountType.java 81 * For POP accounts, we rewrite the username to the full user@domain, and we set the
  /sdk/emulator/qtools/
post_trace.cpp 123 // Rewrite the header with the dynamic counts
  /sdk/layoutlib_api/src/com/android/util/
Pair.java 22 * replace it by a common tuple class if one exists, or even rewrite the layout
  /tools/motodev/src/plugins/certmanager/src/com/motorolamobility/studio/android/certmanager/command/
ChangePasswordKeystoreHandler.java 91 //rewrite keystore with new password
  /dalvik/vm/analysis/
Optimize.cpp 662 * Rewrite an iget/iput instruction if appropriate. These all have the form:
704 ALOGV("DexOpt: no rewrite of ifield access %s.%s",
712 * Rewrite a static field access instruction if appropriate. If
881 * Rewrite invoke-virtual, invoke-virtual/range, invoke-super, and
923 * 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...]
  /frameworks/base/docs/html/guide/topics/search/
adding-custom-suggestions.jd 578 can temporarily rewrite the user's query text as it appears in the text box with
583 <p>You can rewrite the query text in the following ways:</p>
589 column is used to rewrite the query text.</li>
592 {@link android.app.SearchManager#SUGGEST_COLUMN_INTENT_DATA} column is used to rewrite the
595 Internal URI schemes should not be used to rewrite the query in this way.</li>
598 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"].
RewriteRuleElementStream.as 31 * a -> rewrite rule. We need to subclass to fill in the next() method,
  /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
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ST.stg 28 /** Template subgroup to add template rewrite output
271 // TEMPLATE REWRITE
  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 92 // Check that we can handle/rewrite all references of the pool.
325 // We won't try to rewrite the pool.
  /external/llvm/lib/Target/ARM/
ARMJITInfo.cpp 121 // Rewrite the call target... so that we don't end up here every time we
267 /// it must rewrite the code to contain the actual addresses of any
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
ApplicationPackageNameRefactoring.java 45 import org.eclipse.jdt.core.dom.rewrite.ASTRewrite;
46 import org.eclipse.jdt.core.dom.rewrite.ImportRewrite;
  /dalvik/vm/
RawDexFile.cpp 202 ALOGD("DEX prep '%s': copy in %dms, rewrite %dms",
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3recognizersharedstate.h 197 /// A stack of token/tree rewrite streams that are available for use
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugTreeAdaptor.cs 45 * Trees created with actions in rewrite actions like "-&gt; ^(ADD {foo} {bar})"
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
RewriteRuleElementStream.cs 39 * a -> rewrite rule. We need to subclass to fill in the next() method,
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
RewriteRuleElementStream.cs 40 * a -> rewrite rule. We need to subclass to fill in the next() method,
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugTreeAdaptor.cs 46 * Trees created with actions in rewrite actions like "-&gt; ^(ADD {foo} {bar})"

Completed in 1425 milliseconds

<<11121314151617181920>>