HomeSort by relevance Sort by last modified time
    Searched refs:replaced (Results 51 - 75 of 539) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/os/
env.go 34 // variables are replaced by the empty string.
  /tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/
ZFileNotificationTest.java 79 @Nullable StoredEntry replaced) {
80 added.add(new ApkZLibPair<>(entry, replaced));
  /external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/model/typesystem/
ReferenceTypeTest.java 576 ResolvedType replaced = new ReferenceTypeImpl(new ReflectionClassDeclaration(String.class, typeResolver), typeResolver); local
594 ResolvedType replaced = new ReferenceTypeImpl(new ReflectionClassDeclaration(String.class, typeResolver), typeResolver); local
    [all...]
  /external/skia/tools/
compare_codereview.py 84 entity references have been replaced.
203 entity references have been replaced.
  /external/skqp/tools/
compare_codereview.py 84 entity references have been replaced.
203 entity references have been replaced.
  /external/tensorflow/tensorflow/contrib/graph_editor/
transform.py 583 Note a replacement only happens if the tensor to be replaced
591 replaced one.
629 """Create a new graph which compute the targets from the replaced Tensors.
633 replacement_ts: dictionary mapping from original tensors to replaced tensors
647 # Start forward walk at Tensors that will be replaced, and
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmStateManager.java     [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/bidi/
bidi.go 188 // Brackets are replaced with their counterparts.
194 // Modifiers will still follow the runes they modify. Brackets are replaced with
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/bidi/
bidi.go 188 // Brackets are replaced with their counterparts.
194 // Modifiers will still follow the runes they modify. Brackets are replaced with
  /external/one-true-awk/
FIXES 94 i give up. replaced isblank with isspace in b.c; there are
410 replaced the ERROR ... FATAL, etc., macros with functions
461 replaced srand argument by (unsigned int) in run.c;
514 somewhat regretfully, replaced the ancient lex-based lexical
531 with some trepidation, replaced the ancient code that managed
542 using code provided by dan levy (to whom profuse thanks), replaced
551 replaced several fixed-size arrays by dynamically-created ones
631 replaced uchar by uschar everywhere; apparently some compilers
636 replaced horrible pointer/long punning in b.c by a legitimate
640 replaced nested comments by #if 0...#endif in run.c, lib.c
    [all...]
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/contexts/
MethodCallExprContext.java 212 ResolvedType replaced = refType.useThisTypeParametersOnTheGivenType(methodUsage.getParamTypes().get(i)); local
213 methodUsage = methodUsage.replaceParamType(i, replaced);
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredServicesCache.java 127 boolean replaced = intent.getBooleanExtra(Intent.EXTRA_REPLACING, false) &&
130 if (!replaced) {
138 if (DEBUG) Log.d(TAG, "Ignoring package intent due to package being replaced.");
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
loadstore.go 149 // is replaced by a register-register move.
  /prebuilts/go/darwin-x86/src/cmd/cover/testdata/
test.go 8 // The word LINE is replaced by the line number in this file. When the file is executed,
  /prebuilts/go/darwin-x86/src/html/
escape.go 17 '\u20AC', // First entry is what 0x80 should be replaced with.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
loadstore.go 149 // is replaced by a register-register move.
  /prebuilts/go/linux-x86/src/cmd/cover/testdata/
test.go 8 // The word LINE is replaced by the line number in this file. When the file is executed,
  /prebuilts/go/linux-x86/src/html/
escape.go 17 '\u20AC', // First entry is what 0x80 should be replaced with.
  /tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/sign/
SigningExtension.java 163 @Nonnull StoredEntry entry, @Nullable StoredEntry replaced) {
  /tools/metalava/src/main/java/com/android/tools/metalava/
StubWriter.kt 329 val replaced = superClass.convertTypeString(map)
330 writer.print(replaced)
  /prebuilts/go/darwin-x86/src/path/filepath/
path.go 80 // Finally, any occurrences of slash are replaced by Separator.
164 // replaced by multiple slashes.
173 // in path with a separator character. Multiple slashes are replaced
  /prebuilts/go/darwin-x86/src/regexp/
all_test.go 397 replaced := re.ReplaceAllString(src, repl)
399 if replaced != expected {
401 tc.pattern, src, repl, replaced, expected)
  /prebuilts/go/linux-x86/src/path/filepath/
path.go 80 // Finally, any occurrences of slash are replaced by Separator.
164 // replaced by multiple slashes.
173 // in path with a separator character. Multiple slashes are replaced
  /prebuilts/go/linux-x86/src/regexp/
all_test.go 397 replaced := re.ReplaceAllString(src, repl)
399 if replaced != expected {
401 tc.pattern, src, repl, replaced, expected)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
compile.go 177 // A version of the phase name with "_" replaced by " " is also checked for a match.
178 // If the phase name begins a '~' then the rest of the underscores-replaced-with-blanks

Completed in 881 milliseconds

1 23 4 5 6 7 8 91011>>