OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:oldnew
(Results
1 - 10
of
10
) sorted by null
/external/toybox/toys/posix/
ln.c
49
char *
oldnew
, *try = toys.optargs[i];
local
57
oldnew
= new;
72
rc = rename(new,
oldnew
);
78
new =
oldnew
;
/prebuilts/go/darwin-x86/src/strings/
replace.go
23
func NewReplacer(
oldnew
...string) *Replacer {
24
if len(
oldnew
)%2 == 1 {
28
if len(
oldnew
) == 2 && len(
oldnew
[0]) > 1 {
29
return &Replacer{r: makeSingleStringReplacer(
oldnew
[0],
oldnew
[1])}
33
for i := 0; i < len(
oldnew
); i += 2 {
34
if len(
oldnew
[i]) != 1 {
35
return &Replacer{r: makeGenericReplacer(
oldnew
)}
37
if len(
oldnew
[i+1]) != 1
[
all
...]
/prebuilts/go/linux-x86/src/strings/
replace.go
23
func NewReplacer(
oldnew
...string) *Replacer {
24
if len(
oldnew
)%2 == 1 {
28
if len(
oldnew
) == 2 && len(
oldnew
[0]) > 1 {
29
return &Replacer{r: makeSingleStringReplacer(
oldnew
[0],
oldnew
[1])}
33
for i := 0; i < len(
oldnew
); i += 2 {
34
if len(
oldnew
[i]) != 1 {
35
return &Replacer{r: makeGenericReplacer(
oldnew
)}
37
if len(
oldnew
[i+1]) != 1
[
all
...]
/prebuilts/go/darwin-x86/src/cmd/fix/
import_test.go
447
func rewriteImportFn(
oldnew
...string) func(*ast.File) bool {
450
for i := 0; i < len(
oldnew
); i += 2 {
451
if imports(f,
oldnew
[i]) {
452
rewriteImport(f,
oldnew
[i],
oldnew
[i+1])
/prebuilts/go/linux-x86/src/cmd/fix/
import_test.go
447
func rewriteImportFn(
oldnew
...string) func(*ast.File) bool {
450
for i := 0; i < len(
oldnew
); i += 2 {
451
if imports(f,
oldnew
[i]) {
452
rewriteImport(f,
oldnew
[i],
oldnew
[i+1])
/external/valgrind/coregrind/m_syswrap/
syswrap-linux.c
3229
struct vki_old_sigaction *
oldnew
= (struct vki_old_sigaction *)ARG2;
local
[
all
...]
/prebuilts/go/darwin-x86/pkg/darwin_amd64/
strings.a
31
func @"".NewReplacer (@"".
oldnew
·2 ...string "esc:0x9") (? *@"".Replacer)
303
"".&r ?6type.*"".byteStringReplacer "".n ?type.string "".o ?type.uint8 "".i ?type.int "".~r1 0"type.*"".Replacer "".
oldnew