/prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/ |
lombok-ast-0.2.1.jar | |
/ndk/sources/host-tools/sed-4.2.1/sed/ |
execute.c | 1130 static enum replacement_types append_replacement P_((struct line *, struct replacement *, 1136 struct replacement *p; 1147 if this replacement has a modifier of its own. */ 1198 if (!sub->replacement && sub->numb <= 1) 1246 /* Now expand the replacement string into the output string. */ 1247 repl_mod = append_replacement (&s_accum, sub->replacement, ®s, repl_mod); [all...] |
/dalvik/vm/analysis/ |
Optimize.cpp | 174 * - "volatile" replacement 176 * - correctness replacement 178 * - performance replacement [all...] |
/external/bison/darwin-lib/ |
spawn.h | 95 * For providing a replacement for a function that exists on all platforms, 114 * For providing a replacement for a function that exists on some platforms 147 declares a replacement function, named rpl_func, with the given prototype, [all...] |
stdlib.h | 138 * For providing a replacement for a function that exists on all platforms, 157 * For providing a replacement for a function that exists on some platforms 190 declares a replacement function, named rpl_func, with the given prototype, [all...] |
getopt.h | 28 also inform the replacement unistd.h to not recursively use
|
/external/bison/linux-lib/ |
spawn.h | 95 * For providing a replacement for a function that exists on all platforms, 114 * For providing a replacement for a function that exists on some platforms 147 declares a replacement function, named rpl_func, with the given prototype, [all...] |
stdlib.h | 138 * For providing a replacement for a function that exists on all platforms, 157 * For providing a replacement for a function that exists on some platforms 190 declares a replacement function, named rpl_func, with the given prototype, [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/ |
prototype-1.6.0.3.js | 343 gsub: function(pattern, replacement) { 345 replacement = arguments.callee.prepareReplacement(replacement); 350 result += String.interpret(replacement(match)); 359 sub: function(pattern, replacement, count) { 360 replacement = this.gsub.prepareReplacement(replacement); 365 return replacement(match); 545 String.prototype.gsub.prepareReplacement = function(replacement) { 546 if (Object.isFunction(replacement)) return replacement [all...] |
/external/clang/include/clang/AST/ |
ExprCXX.h | [all...] |
/external/guava/guava/src/com/google/common/cache/ |
CacheBuilder.java | 541 * has elapsed after the entry's creation, or the most recent replacement of its value. 572 * has elapsed after the entry's creation, the most recent replacement of its value, or its last 607 * elapsed after the entry's creation, or the most recent replacement of its value. The semantics [all...] |
/libcore/luni/src/main/java/org/w3c/dom/ls/ |
LSParser.java | 116 * encountered in an entity's replacement text. Raising this warning is not 118 * prefixes in the replacement text of entities. </dd> 440 * the replacement of the <code>DocumentType</code> child or
|
/build/tools/atree/ |
files.cpp | 161 fprintf(stderr, "Recursive replacement detected during variables "
|
/dalvik/docs/ |
verifier.html | 50 replacement of instructions that access volatile 64-bit fields with
|
/dalvik/dx/src/com/android/dx/rop/ |
package-info.java | 67 * the control flow graph or the instruction list results in replacement
|
/developers/samples/android/connectivity/network/BasicNetworkDemo/BasicNetworkDemo/src/main/java/com/example/android/common/logger/ |
Log.java | 22 * an instance of it can function as a drop-in replacement for {@link android.util.Log}.
|
/developers/samples/android/connectivity/network/NetworkConnect/NetworkConnect/src/main/java/com/example/android/common/logger/ |
Log.java | 22 * an instance of it can function as a drop-in replacement for {@link android.util.Log}.
|
/developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/src/main/java/com/example/android/common/logger/ |
Log.java | 22 * an instance of it can function as a drop-in replacement for {@link android.util.Log}.
|
/developers/samples/android/security/keystore/BasicAndroidKeyStore/BasicAndroidKeyStore/src/main/java/com/example/android/common/logger/ |
Log.java | 22 * an instance of it can function as a drop-in replacement for {@link android.util.Log}.
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
tree.rb | 756 def replace_children( parent, start, stop, replacement ) 757 parent and parent.replace_children( start, stop, replacement ) 1141 def replace_children( parent, start, stop, replacement ) 1142 parent and @adaptor.replace_children( parent, start, stop, replacement ) [all...] |
/external/apache-http/src/org/apache/commons/codec/net/ |
URLCodec.java | 40 * This codec is meant to be a replacement for standard Java classes
|
/external/bison/build-aux/ |
update-copyright | 94 # "/" and possibly "*" replaced by a " ". The replacement of "*"
|
/external/bison/lib/ |
error.c | 130 There is no fcntl, and the gnulib replacement fcntl does not support
|
getopt.in.h | 27 also inform the replacement unistd.h to not recursively use
|
strerror_r.c | 140 /* Filter this out now, so that rest of this replacement knows that
|