HomeSort by relevance Sort by last modified time
    Searched full:newcontents (Results 1 - 11 of 11) sorted by null

  /external/clang/tools/clang-format/
clang-format-bbedit.applescript 18 set newContents to do shell script "/path/to/clang-format -offset=" & selectionOffset & " -length=" & selectionLength & " " & quoted form of filePath
21 -- "set contents of text document 1 to newContents" scrolls to the bottom while
25 set text of selection to newContents
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractCollectionTester.java 42 @Override protected Collection<E> resetContainer(Collection<E> newContents) {
43 collection = super.resetContainer(newContents);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
AbstractMultimapTester.java 128 protected M resetContainer(M newContents) {
129 multimap = super.resetContainer(newContents);
133 protected Multimap<K, V> resetContainer(Entry<K, V>... newContents) {
134 multimap = super.resetContainer(getSubjectGenerator().create(newContents));
  /external/webrtc/tools/valgrind-webrtc/memcheck/
PRESUBMIT.py 41 for line, line_num in zip(f.NewContents(),
42 xrange(1, len(f.NewContents()) + 1)):
  /external/chromium-trace/catapult/catapult_build/
html_checks.py 36 soup = parse_html.BeautifulSoup('\n'.join(affected_file.NewContents()))
html_checks_unittest.py 16 def NewContents(self):
js_checks.py 143 contents = list(f.NewContents())
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
AdtProjectTest.java 247 String newContents = readTestFile(sourceName, true);
248 if (currentContents == null || !currentContents.equals(newContents)) {
  /toolchain/binutils/binutils-2.25/bfd/
elf64-ia64-vms.c 2827 bfd_byte *newcontents; local
    [all...]
elflink.c 2998 bfd_byte *newcontents; local
    [all...]
  /external/guice/lib/build/
guava-testlib-16.0.1.jar 

Completed in 459 milliseconds