HomeSort by relevance Sort by last modified time
    Searched full:replacement (Results 101 - 125 of 2295) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/icu/source/i18n/unicode/
unirepl.h 29 * text. The replacement is done via the Replaceable API so as to
50 * replacement text.
  /external/chromium_org/tools/clang/scripts/
run_tool.py 29 r:<file path>:<offset>:<length>:<replacement text>
30 r:<file path>:<offset>:<length>:<replacement text>
47 'Edit', ('edit_type', 'offset', 'length', 'replacement'))
83 edit_type, path, offset, length, replacement = line.split(':', 4)
87 edits[path].append(Edit(edit_type, int(offset), int(length), replacement))
209 contents[edit.offset:edit.offset + edit.length] = edit.replacement
210 if not edit.replacement:
236 worry about having to include the comma in the replacement.
  /external/chromium_org/v8/src/
hydrogen-escape-analysis.h 76 // Number of scalar values tracked during scalar replacement phase.
81 // scalar replacement phase.
  /external/icu4c/i18n/unicode/
unirepl.h 29 * text. The replacement is done via the Replaceable API so as to
50 * replacement text.
  /external/llvm/lib/Transforms/Hello/
Hello.cpp 27 static char ID; // Pass identification, replacement for typeid
45 static char ID; // Pass identification, replacement for typeid
  /ndk/sources/host-tools/sed-4.2.1/m4/
gettimeofday.m4 92 [Define to rpl_gmtime if the replacement function should be used.])
94 [Define to rpl_localtime if the replacement function should be used.])
  /bionic/libc/bionic/
time64_config.h 16 Should we use a 64 bit safe replacement for tm? This will
  /external/bison/darwin-lib/
sched.h 2 /* Replacement <sched.h> for platforms that lack it.
  /external/bison/lib/
close.c 1 /* close replacement.
itold.c 0 /* Replacement for 'int' to 'long double' conversion routine.
raise.c 1 /* Provide a non-threads replacement for the POSIX raise function.
strndup.c 1 /* A replacement function, for systems that lack strndup.
  /external/bison/m4/
mbsinit.m4 31 dnl replacement.
  /external/chromium/chrome/common/net/
raw_host_resolver_proc.h 9 // RawHostResolverProc will eventually be a getaddrinfo() replacement. It
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
README.chromium 18 processing. As such it's a replacement for getopt(). It has increased
  /external/chromium_org/chrome/browser/chromeos/power/
session_state_controller_delegate_chromeos.cc 19 // be the most acceptable replacement for the lock action of the power
  /external/chromium_org/content/public/common/
show_desktop_notification_params.h 37 // empty if no replacement is called for.
  /external/chromium_org/third_party/icu/source/test/intltest/
utxttest.h 57 const UnicodeString &repStr); // The replacement string
  /external/chromium_org/third_party/python_gflags/
README.chromium 18 processing. As such it's a replacement for getopt(). It has increased
  /external/chromium_org/ui/app_list/cocoa/test/
apps_grid_controller_test_helper.h 41 // Do a bulk replacement of the items in the grid.
  /external/chromium_org/ui/base/
view_prop.h 20 // designed as a replacement for the Win32's SetProp, but does not make use of
  /external/chromium_org/v8/test/preparser/
testcfg.py 71 def MkTest(replacement, expectation):
74 for key in replacement.keys():
75 testname = testname.replace("$" + key, replacement[key]);
76 testsource = testsource.replace("$" + key, replacement[key]);
  /external/guava/guava/src/com/google/common/collect/
GwtTransient.java 29 * Private replacement for {@link com.google.gwt.user.client.rpc.GwtTransient}
  /external/icu4c/layout/
CharSubstitutionFilter.h 41 * The replacement operator. Not allowed!
  /external/icu4c/test/intltest/
utxttest.h 56 const UnicodeString &repStr); // The replacement string

Completed in 405 milliseconds

1 2 3 45 6 7 8 91011>>