HomeSort by relevance Sort by last modified time
    Searched refs:change (Results 126 - 150 of 1234) sorted by null

1 2 3 4 56 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceParticipant.java 62 import org.eclipse.ltk.core.refactoring.Change;
365 public Change createChange(IProgressMonitor monitor) throws CoreException,
419 CompositeChange change,
431 addResourceXmlChanges(manifest, change, null);
452 addResourceXmlChanges(file, change, folderType);
464 change.add(new RenameResourceChange(path, newFile));
482 Change fieldChanges = mFieldRefactoring.createChange(monitor);
486 // Look for the field change on the R.java class; it's a derived file
515 TextFileChange change = new TextFileChange(file.getName(), file); local
516 change.setTextType(EXT_XML)
725 TextChange change = getTextChange(rFile); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
testutil.cpp 100 if (expected[i].change) {
101 // In a change span, map to its end.
127 if (expected[i].change) {
128 // In a change span, map to its end.
181 if (withUnchanged || expect.change) {
183 test.assertEquals(msg + u":" + __LINE__, expect.change, ei1.hasChange());
193 test.assertEquals(msg + u":" + __LINE__, expect.change, ei2.hasChange());
209 test.assertEquals(msg + u":" + __LINE__, expect.change, ei2.hasChange());
225 if (expect.change) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringTest.java 35 import org.eclipse.ltk.core.refactoring.Change;
105 protected void checkEdits(String basename, List<Change> changes) throws BadLocationException,
115 for (Change change : changes) {
116 if (change instanceof TextFileChange) {
117 TextFileChange tf = (TextFileChange) change;
143 protected void checkEdits(List<Change> changes,
148 protected void checkEdits(List<Change> changes,
151 for (Change change : changes)
    [all...]
  /external/toolchain-utils/binary_search_tool/
binary_search_perforce.py 278 self.changes = re.findall(r'Change (\d+)', out)
279 change_infos = re.findall(r'Change (\d+) on ([\d/]+) by '
307 changes = re.findall(r'Change (\d+)', out)
310 for change in changes:
311 command += '; g4 revert -c %s' % change
326 for change in self.changes:
327 ri = self.rim[change]
329 to_return = '%s\t%d\n' % (change, ri.status)
332 (change, ri.status, ri.date, ri.client, ri.description,
333 self.job_log_root + change + '.cmd'
    [all...]
  /external/curl/lib/
url.c 284 if(data->change.referer_alloc) {
285 Curl_safefree(data->change.referer);
286 data->change.referer_alloc = FALSE;
288 data->change.referer = NULL;
289 if(data->change.url_alloc) {
290 Curl_safefree(data->change.url);
291 data->change.url_alloc = FALSE;
293 data->change.url = NULL;
357 if(data->change.referer_alloc) {
358 Curl_safefree(data->change.referer)
    [all...]
  /external/ltp/testcases/network/stress/route/
route6-change-if 25 # route6-change-if
56 TCID=route6-change-if
99 TCID=route6-change-if
191 TCID=route6-change-if0${test_type}
283 tst_resm TFAIL "Failed to change the gateway to $gateway"
  /prebuilts/go/darwin-x86/src/testing/
cover.go 16 // NOTE: This struct is internal to the testing infrastructure and may change.
29 // NOTE: This struct is internal to the testing infrastructure and may change.
62 // NOTE: This function is internal to the testing infrastructure and may change.
  /prebuilts/go/linux-x86/src/testing/
cover.go 16 // NOTE: This struct is internal to the testing infrastructure and may change.
29 // NOTE: This struct is internal to the testing infrastructure and may change.
62 // NOTE: This function is internal to the testing infrastructure and may change.
  /external/curl/docs/cmdline-opts/
request.d 22 doesn't change request method according to the HTTP 30x response codes - and
  /external/icu/icu4c/source/samples/ufortune/
fortunedefs.mk 8 # you can change this to:
  /external/iproute2/testsuite/tests/tc/
cls-testbed.t 50 class change dev $DEV parent 20:0 classid 20:12 \
  /external/mdnsresponder/mDNSShared/
dnsextd.conf 5 // In most cases, you should not need to change these default options in
  /external/python/cpython2/Doc/tools/static/
version_switch.js 65 $('.version_switcher_placeholder select').bind('change', on_switch);
  /external/python/cpython3/Doc/tools/static/
version_switch.js 65 $('.version_switcher_placeholder select').bind('change', on_switch);
  /external/v8/src/compiler/
loop-analysis.cc 129 bool change = false; local
135 if (!change && (prev != next)) change = true;
137 return change;
161 bool change = false;
169 if (!change && (prev != next)) change = true;
171 return change;
  /frameworks/base/core/java/android/provider/
SettingsStringUtil.java 177 public boolean modify(Function<String, String> change) {
178 return write(change.apply(read()));
  /frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/app/
ActionBarDisplayOptions.java 127 int change = bar.getDisplayOptions() ^ flags; local
128 bar.setDisplayOptions(change, flags);
  /prebuilts/go/darwin-x86/misc/chrome/gophertool/
gopher.js 31 return "https://golang.org/change/" + match[1];
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/types/
sizeof_test.go 15 // Assert that the size of important structures do not change unexpectedly.
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/testdata/versions/
test.go 17 // whatever export format change has taken place.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue18902.go 10 // the stream of instructions do not change "too much".
12 // of change) does so by treating register spill, reload,
105 fmt.Printf("Line numbers change too much, # of changes=%.f, sumdiffs=%.f, # of instructions=%.f\n", changes, sumdiffs, scannedCount)
126 // If things change too much, set environment variable TESTDEBUG to help figure out what's up.
  /prebuilts/go/linux-x86/misc/chrome/gophertool/
gopher.js 31 return "https://golang.org/change/" + match[1];
  /prebuilts/go/linux-x86/src/cmd/compile/internal/types/
sizeof_test.go 15 // Assert that the size of important structures do not change unexpectedly.
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/testdata/versions/
test.go 17 // whatever export format change has taken place.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue18902.go 10 // the stream of instructions do not change "too much".
12 // of change) does so by treating register spill, reload,
105 fmt.Printf("Line numbers change too much, # of changes=%.f, sumdiffs=%.f, # of instructions=%.f\n", changes, sumdiffs, scannedCount)
126 // If things change too much, set environment variable TESTDEBUG to help figure out what's up.

Completed in 440 milliseconds

1 2 3 4 56 7 8 91011>>