HomeSort by relevance Sort by last modified time
    Searched full:replace (Results 451 - 475 of 11582) sorted by null

<<11121314151617181920>>

  /external/llvm/cmake/modules/
ChooseMSVCCRT.cmake 13 # 2. Replace the flags in both variables with the new flag via a regex.
25 string(REGEX REPLACE "^\\|" "" ${regex} "${${regex}}")
32 string(REPLACE "/" " " ${crt_current} "${${crt_current}}")
43 string(REGEX REPLACE "${${regex}}" "${${flag}}" ${flagsvar} "${${flagsvar}}")
  /external/llvm/test/BugPoint/
replace-funcs-with-null.ll 3 ; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -replace-funcs-with-null -bugpoint-crash-decl-funcs -silence-passes -safe-run-llc
  /external/llvm/test/DebugInfo/Inputs/
split-dwarf-test.cc 11 // 2) Replace the value "-fdebug-compilation-dir" flag to "Output"
  /external/markdown/markdown/extensions/
rss.py 25 heading = heading.strip().replace(",", " ").replace(".", " ")
34 time = time.replace(":", " ")
35 time = time.replace("/", " ")
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
ClassFilterTransformer.java 29 return filter.accept(name.replace('/', '.'));
  /external/mockito/src/org/mockito/plugins/
StackTraceCleanerProvider.java 8 * You can replace Mockito's default StackTraceCleaner.
  /external/opencv3/cmake/FindCUDA/
make2cmake.cmake 44 string(REPLACE "\\ " " " depend_text ${depend_text})
47 string(REGEX REPLACE "^.* : " "" depend_text ${depend_text})
48 string(REGEX REPLACE "[ \\\\]*\n" ";" depend_text ${depend_text})
54 string(REGEX REPLACE "^ +" "" file ${file})
  /external/opencv3/cmake/
OpenCVGenPkgconfig.cmake 19 string(REGEX REPLACE "^lib(.*)" "\\1" item "${item}")
27 string(REGEX REPLACE "^lib(.*)" "\\1" libname "${libname}")
78 string(REPLACE ";" " " OPENCV_PC_LIBS "${OPENCV_PC_LIBS}")
79 string(REPLACE ";" " " OPENCV_PC_LIBS_PRIVATE "${OPENCV_PC_LIBS_PRIVATE}")
  /external/proguard/examples/dictionaries/
keywords.txt 5 # automatically replace reserved keywords, and the effect can fairly simply be
  /external/proguard/src/proguard/io/
DataEntryRewriter.java 125 // Replace dots by forward slashes.
127 word.replace('.', ClassConstants.PACKAGE_SEPARATOR) :
138 // Replace forward slashes by dots.
140 newClassName.replace(ClassConstants.PACKAGE_SEPARATOR, '.') :
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPasswordTransformationMethod.java 20 return String.format(String.format("%%0%dd", charSequence.length()), 0).replace("0", "\u2022");
  /external/selinux/libsemanage/man/man3/
semanage_count.3 9 Replace the function and object name as necessary.
  /external/skia/experimental/go-skia/
skia.go 38 // TODO: replace this with an idiomatic interface to Skia.
  /external/skia/gyp/
find.py 23 print os.path.join(d, f).replace('\\', '/') # Gyp wants Unix paths.
  /external/skia/tools/
BUILD_simulator.py 44 # Replace any regexp special characters.
46 # Replace * with [^/]* and ** with .*.
47 pattern5 = pattern4.replace(STAR_PLACEHOLDER, '[^/]*')
48 pattern6 = pattern5.replace(DOUBLE_STAR_PLACEHOLDER, '.*/')
  /external/testng/src/main/java/org/testng/reporters/jq/
BasePanel.java 33 return suite.getName().replace(" ", "_");
  /external/v8/build/android/
adb_cast_shell_command_line 9 # Otherwise, the given flags are used to REPLACE (not modify) the cast shell
  /external/v8/test/mjsunit/
regexp-indexof.js 67 assertEquals("xxxdefxxxdefxxx", "xxxabcxxxabcxxx".replace(/abc/g, "def"));
68 assertEquals("o-o-oofo-ofo", "ofooofoooofofooofo".replace(/foo/g, "-"));
69 assertEquals("deded", "deded".replace(/x/g, "-"));
70 assertEquals("-a-b-c-d-e-f-", "abcdef".replace(new RegExp("", "g"), "-"));
  /external/v8/tools/gyp/test/intermediate_dir/src/
script.py 15 sys.argv[2], fourth = shlex.split(sys.argv[2].replace('\\', '\\\\'))
  /external/v8/tools/gyp/test/variables/filelist/
gyptest-filelist.py 22 contents = test.read('src/dummy_foo').replace('\r', '')
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_factory.h 20 // to replace VP8EncoderImpl.
  /external/zlib/src/contrib/
README.contrib 30 assembler to replace longest_match() and inflate_fast()
36 Tuned x86 gcc asm code to replace inflate_fast()
50 replace longest_match() and inflate_fast(), also masm x86
54 x86 asm code to replace longest_match() and inflate_fast(),
  /frameworks/base/core/java/android/text/method/
CharacterPickerDialog.java 93 private void replaceCharacterAndClose(CharSequence replace) {
96 mText.insert(selEnd, replace);
98 mText.replace(selEnd - 1, selEnd, replace);
  /frameworks/base/services/core/java/com/android/server/wm/
StrictModeFlash.java 80 c.clipRect(new Rect(0, 0, dw, mThickness), Region.Op.REPLACE);
83 c.clipRect(new Rect(0, 0, mThickness, dh), Region.Op.REPLACE);
86 c.clipRect(new Rect(dw - mThickness, 0, dw, dh), Region.Op.REPLACE);
89 c.clipRect(new Rect(0, dh - mThickness, dw, dh), Region.Op.REPLACE);
  /hardware/libhardware/modules/usbcamera/
Metadata.cpp 35 replace(NULL);
38 void Metadata::replace(camera_metadata_t *m) { function in class:usb_camera_hal::Metadata
57 replace(tmp);
152 replace(tmp);

Completed in 476 milliseconds

<<11121314151617181920>>