HomeSort by relevance Sort by last modified time
    Searched full:changed (Results 1 - 25 of 15128) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_password_changed.css 6 #password-changed {
13 #password-changed-contents {
18 #oobe.password-changed .step-controls {
23 #password-changed-title {
27 #password-changed-description,
28 #password-changed-more-info {
40 #password-changed-link-block {
44 #password-changed-contents a {
50 #password-changed-contents a.disabled {
54 #password-changed-contents a:focus
    [all...]
screen_password_changed.html 1 <div id="password-changed" class="step faded hidden migrate">
2 <div id="password-changed-contents" class="step-contents">
3 <div id="password-changed-title" i18n-content="passwordChangedTitle">
5 <div id="password-changed-description" i18n-content="passwordChangedDesc">
7 <div id="password-changed-more-info"
14 <div id="password-changed-link-block">
15 <a id="password-changed-cant-remember-link" href="#"
18 <div id="password-changed-proceed-anyway-warning"
21 <div id="password-changed-controls" class="step-controls"></div>
screen_password_changed.js 6 * @fileoverview Password changed screen implementation.
9 login.createScreen('PasswordChangedScreen', 'password-changed', function() {
19 $('password-changed').classList.remove('password-error');
21 $('password-changed').migrate();
27 if ($('password-changed').disabled)
29 $('password-changed-ok-button').disabled = this.value.length == 0;
31 $('password-changed-cant-remember-link').addEventListener(
35 var screen = $('password-changed');
39 $('password-changed-proceed-button').focus();
40 $('password-changed').classList.remove('password-error')
    [all...]
  /external/valgrind/main/gdbserver_tests/
mcbreak.stderrB.exp 2 vgdb-error value changed from 0 to 999999
3 vgdb-error value changed from 999999 to 0
5 vgdb-error value changed from 0 to 0
mcmain_pic.stderrB.exp 2 vgdb-error value changed from 0 to 999999
nlpasssigalrm.stderrB.exp 2 vgdb-error value changed from 0 to 999999
mcclean_after_fork.stderrB.exp 2 vgdb-error value changed from 0 to 999999
  /external/chromium_org/content/public/browser/
invalidate_type.h 11 // what has changed. Combine them to update more than one thing.
13 INVALIDATE_TYPE_URL = 1 << 0, // The URL has changed.
15 // state changed.
16 INVALIDATE_TYPE_LOAD = 1 << 2, // The loading state has changed.
17 INVALIDATE_TYPE_PAGE_ACTIONS = 1 << 3, // Page action icons have changed.
18 INVALIDATE_TYPE_TITLE = 1 << 4, // The title changed.
  /external/apache-http/src/org/apache/http/
svn.info 6 Last Changed Author: olegk
7 Last Changed Rev: 677250
8 Last Changed Date: 2008-07-16 04:45:47 -0700 (Wed, 16 Jul 2008)
  /external/javassist/sample/evolve/
update.html 1 <h2><code>WebPage.class</code> has been changed.</h2>
  /external/chromium/sdch/
README.chromium 3 changed to match the $host_cpu test in configure.
6 Mac, with VCDIFF_USE_BLOCK_COMPARE_WORDS manually changed to match the
  /external/chromium_org/ui/app_list/
search_box_model_observer.h 14 // Invoked when icon is changed.
18 // changed.
21 // Invoked when hint text is changed.
24 // Invoked when selection model is changed.
27 // Invoked when text is changed.
search_result_observer.h 14 // Invoked when the SearchResult's icon has changed.
17 // Invoked when the SearchResult's actions have changed.
20 // Invoked when the SearchResult's is_installing flag has changed.
23 // Invoked when the download percentage has changed.
app_list_item_model_observer.h 14 // Invoked after item's icon is changed.
17 // Invoked after item's title is changed.
20 // Invoked after item's highlighted state is changed.
  /frameworks/base/native/
copy-to-ndk.sh 21 local changed=""
24 if [ "$changed" == "" -a -e $dst ]; then
27 echo "$i: has not changed from $j" >/dev/null
28 changed="false"
30 changed="true"
31 echo "$i: has changed from $j" >/dev/null
35 if [ "$changed" == "true" -o "$changed" == "" ]; then
43 echo "libandroid.so: has not changed"
50 echo "Headers changed... rebuilding platforms.
    [all...]
  /external/chromium_org/content/renderer/accessibility/
renderer_accessibility.cc 50 return "active descendant changed";
52 return "aria attribute changed";
60 return "check state changed";
62 return "children changed";
64 return "focus changed";
66 return "invalid status changed";
70 return "live region changed";
76 return "menu list changed";
82 return "row count changed";
90 return "selected children changed";
    [all...]
  /external/clang/test/Analysis/
chroot.c 10 chroot("/usr/local"); // root changed.
15 chroot("/usr/local"); // root changed.
21 chroot("/usr/local"); // root changed.
  /cts/tools/signature-tools/templates/delta/
deltas.stg 10 CHANGED(delta) ::= "$DeltaType(delta)$"
32 $MultiSubDelta(desc="Annotation Elements changed:", deltas=delta.annotationElementDeltas)$
38 $SingleSubDelta(desc="Value changed:", delta=delta.valueDelta)$
43 $SingleSubDelta(desc="Component Type of array changed:", delta=delta.componentTypeDelta)$
55 $SingleSubDelta(desc="Return Type changed:", delta=delta.returnTypeDelta)$
62 $MultiSubDelta(desc="Annotations changed:", deltas=delta.annotationDeltas)$
66 $MultiSubDelta(desc="Modifiers changed:", deltas=delta.modifierDeltas)$
70 $MultiSubDelta(desc="Type Variables changed:", deltas=delta.typeVariableDeltas)$
74 $MultiSubDelta(desc="Exceptions changed:", deltas=delta.exceptionDeltas)$
78 $MultiSubDelta(desc="Parameters changed:", deltas=delta.parameterDeltas)
    [all...]
  /external/chromium_org/chrome/browser/search/
instant_service_observer.h 16 // Indicates that the user's custom theme has changed in some way.
19 // Indicates that the most visited items has changed.
23 // Indicates that the default search provider changed.
26 // Indicates that the Google URL has changed as a result of searchdomaincheck.
  /external/valgrind/main/cachegrind/tests/
chdir.c 3 // Before the bug was fixed, if a program changed working directory, things
  /external/chromium_org/gpu/command_buffer/client/
client_context_state_impl_autogen.h 27 GLenum cap, bool enabled, bool* changed) {
28 *changed = false;
32 *changed = true;
38 *changed = true;
44 *changed = true;
50 *changed = true;
56 *changed = true;
62 *changed = true;
68 *changed = true;
74 *changed = true
    [all...]
vertex_array_object_manager_unittest.cc 74 bool changed = false; local
79 EXPECT_TRUE(manager_->BindVertexArray(ids[ii], &changed));
94 EXPECT_TRUE(manager_->BindVertexArray(ids[0], &changed));
109 EXPECT_TRUE(manager_->BindVertexArray(ids[ii], &changed));
125 EXPECT_TRUE(manager_->BindVertexArray(0, &changed));
186 bool changed = false; local
202 EXPECT_TRUE(manager_->BindVertexArray(1, &changed));
213 EXPECT_TRUE(manager_->BindVertexArray(3, &changed));
215 EXPECT_TRUE(manager_->BindVertexArray(0, &changed));
217 EXPECT_TRUE(manager_->BindVertexArray(1, &changed));
223 bool changed = false; local
    [all...]
  /bionic/libc/upstream-dlmalloc/
README.txt 9 BEGIN android-changed: change description
10 END android-changed
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERNull.java 18 // BEGIN android-changed
20 // END android-changed
  /external/chromium_org/chromeos/network/
network_state_handler_observer.h 25 // The list of networks changed.
28 // The list of devices changed, or a property changed (e.g. scanning).
31 // The default network changed (includes VPNs) or one of its properties
32 // changed. This won't be called if the WiFi signal strength property
38 // The connection state of |network| changed.

Completed in 395 milliseconds

1 2 3 4 5 6 7 8 91011>>