HomeSort by relevance Sort by last modified time
    Searched full:change (Results 26 - 50 of 27401) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/extensions/browser/value_store/
value_store_change_unittest.cc 21 ValueStoreChange change("key", NULL, base::Value::CreateStringValue("value"));
23 EXPECT_EQ("key", change.key());
24 EXPECT_EQ(NULL, change.old_value());
27 EXPECT_TRUE(change.new_value()->Equals(expected.get()));
32 ValueStoreChange change("key", base::Value::CreateStringValue("value"), NULL);
34 EXPECT_EQ("key", change.key());
37 EXPECT_TRUE(change.old_value()->Equals(expected.get()));
39 EXPECT_EQ(NULL, change.new_value());
43 ValueStoreChange change("key",
47 EXPECT_EQ("key", change.key())
    [all...]
  /external/chromium_org/ios/consumer/
README.txt 4 provided in public/. Any change to one of these interfaces should get a full
5 review from an OWNER, as such a change will require corresponding changes to
6 code not yet upstreamed. Any change to code not under public/ can be TBR'd to
  /art/test/081-hot-exceptions/
info.txt 3 cause a control flow change to deviate from the current method.
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
CHANGELOG.txt 5 * Change to encoding to fix last change to encoding of spaces
7 * Another change to encoding per
9 * A change to port handling to better deal with https and the like per
  /external/chromium_org/chrome/common/
omnibox_focus_state.h 23 // Reasons why the Omnibox focus state could change.
25 // Includes any explicit changes to focus. (e.g. user clicking to change
26 // focus, user tabbing to change focus, any explicit calls to SetFocus,
34 // state is INVISIBLE (and this results in a change to VISIBLE).
  /external/timezonepicker-support/
Readme 3 Local change log:
  /external/chromium_org/third_party/WebKit/ManualTests/dom/
form-control-for-label.html 8 <label>The border color of the progress bar should change from blue to red when you hover on this label text <progress></progress></label><br>
9 <label>The border of this progress bar would change color when it is inside fieldset and legend elements <fieldset><legend><progress></progress></legend></fieldset></label><br>
  /external/proguard/src/proguard/optimize/peephole/
TargetClassChanger.java 61 // Change the references of the constant pool.
64 // Change the references of the class members.
68 // Change the references of the attributes.
121 // Change the references of the class members.
131 // Change the referenced class.
135 // Change the references of the attributes.
142 // Change the referenced classes.
145 // Change the references of the attributes.
152 // Change the referenced class.
160 // Change the referenced classes
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/
remote_change_processor.h 27 // Represents an interface to process one remote change and applies
45 // This must be called before processing the change for the |url|.
47 // if any. (The change returned by the callback is to make a decision
54 // This is called to apply the remote |change|. If the change type is
59 // (as we must have checked the change status in PrepareRemoteSync and
62 const FileChange& change,
71 // processed the existing local changes while processing a remote change.
77 // Records a fake local change so that the change will be processed in th
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseSvnPropertyValue.pl 44 diffName => "singe-line '+' change",
53 diffName => "single-line '-' change",
62 diffName => "'Merged' change",
71 diffName => "'Reverse-merged' change",
80 diffName => "single-line '-' change followed by empty line with Unix line endings",
90 diffName => "single-line '-' change followed by empty line with Windows line endings",
101 diffName => "single-line '-' change followed by the next property",
111 diffName => "multi-line '+' change and start of binary patch",
124 diffName => "multi-line '+' change and start of binary patch with Windows line endings",
138 diffName => "multi-line '-' change followed by '+' single-line change"
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
local_sync_operation_resolver.cc 30 switch (local_file_change.change()) {
53 NOTREACHED() << "Detected unknown type of change for local file.";
75 switch (remote_file_change->change()) {
85 << " unknown type of remote change.";
94 switch (remote_file_change->change()) {
103 << " unknown type of remote change.";
125 switch (remote_file_change->change()) {
137 << " unknown type of remote change.";
152 switch (remote_file_change->change()) {
160 << " unknown type of remote change."
    [all...]
  /external/jemalloc/test/integration/
xallocx.c 13 assert_zu_eq(tsz, sz, "Unexpected size change: %zu --> %zu", sz, tsz);
29 assert_zu_eq(tsz, sz, "Unexpected size change: %zu --> %zu", sz, tsz);
45 assert_zu_eq(tsz, sz, "Unexpected size change: %zu --> %zu", sz, tsz);
  /external/libpng/projects/vstudio/
WARNING 5 runtime. If you need to change this make sure to change the setting on all the
20 to change it to /MDd for libpng 1.6.
  /external/lldb/test/functionalities/thread/create_after_attach/
main.c 11 while (!g_thread_2_continuing) // The debugger will change this value
25 while (!child_thread_continue) // The debugger will change this value
47 while (!main_thread_continue) // The debugger will change this value
  /external/chromium_org/chrome/browser/ui/search/
search_model.h 46 // Change the state. Change notifications are sent to observers.
52 // Change the mode. Change notifications are sent to observers.
58 // Sets the page instant support state. Change notifications are sent to
67 // Sets the page voice search support state. Change notifications are sent to
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_change.h 46 bool operator==(const AutofillChange& change) const {
47 return type() == change.type() && key() == change.key();
53 // Change notification details for Autofill profile changes.
56 // The |type| input specifies the change type. The |key| input is the key,
67 bool operator==(const AutofillProfileChange& change) const;
  /external/chromium_org/third_party/WebKit/ManualTests/
focusringcolor-change-on-theme-change.html 1 <input value="Click on me! Focus ring color around this input element should change." style="width:100%">
4 <li>Change the system focus ring color.<br>On OS X you can do this by going to System Preferences-&gt;Appearance and selecting another value in the Appearance popup menu.</li>
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/popup/
select_event.html 24 document.getElementById('message').innerText += "change";
30 document.getElementById('s').addEventListener('change', handler4);
  /external/clang/utils/ABITest/single-args-64/
Makefile 3 # COUNT can be over-ridden to change the number of tests generated per
4 # file, and TESTARGS is used to change the type generation. Make sure
  /external/llvm/test/Transforms/ConstProp/
2002-05-03-NotOperator.ll 3 ; due to a spec change.
5 ; Fix #2: The unary not instruction now no longer exists. Change to xor.
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_custom_dictionary.h 30 // A change to the dictionary.
31 class Change {
33 Change();
34 Change(const Change& other);
35 explicit Change(const chrome::spellcheck_common::WordList& to_add);
36 ~Change();
38 // Adds |word| in this change.
41 // Removes |word| in this change.
44 // Prepares this change to be applied to |words| by removing duplicate an
    [all...]
  /developers/build/prebuilts/gradle/BasicMediaRouter/Application/src/main/res/values/
strings.xml 6 <string name="change_color">Change Color</string>
  /developers/samples/android/media/BasicMediaRouter/Application/src/main/res/values/
strings.xml 6 <string name="change_color">Change Color</string>
  /development/samples/SpellChecker/HelloSpellChecker/
Android.mk 8 # TODO: Change sdk version to 16
  /development/samples/SpellChecker/SampleSpellCheckerService/
Android.mk 8 # TODO: Change sdk version to 16

Completed in 2267 milliseconds

12 3 4 5 6 7 8 91011>>