HomeSort by relevance Sort by last modified time
    Searched refs:change (Results 1 - 25 of 749) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/crypto/
PRESUBMIT.py 11 def GetPreferredTrySlaves(project, change):
  /external/chromium_org/net/
PRESUBMIT.py 11 def GetPreferredTrySlaves(project, change):
19 if any('nss' in f.LocalPath() for f in change.AffectedFiles()):
  /external/valgrind/main/none/tests/x86/
pushpopseg.stdout.exp 1 sp change after push = -2
2 sp change after pop = 2
4 sp change after push = -4
5 sp change after pop = 4
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_debug_refcnt.h 43 void debug_reference_slowpath(const struct pipe_reference* p, debug_reference_descriptor get_desc, int change);
45 static INLINE void debug_reference(const struct pipe_reference* p, debug_reference_descriptor get_desc, int change)
48 debug_reference_slowpath(p, get_desc, change);
53 static INLINE void debug_reference(const struct pipe_reference* p, debug_reference_descriptor get_desc, int change)
u_ringbuffer.c 19 pipe_condvar change; member in struct:util_ringbuffer
38 pipe_condvar_init(ring->change);
50 pipe_condvar_destroy(ring->change);
88 pipe_condvar_wait(ring->change, ring->mutex);
103 /* Signal change:
105 pipe_condvar_signal(ring->change);
126 pipe_condvar_wait(ring->change, ring->mutex);
155 /* Signal change:
157 pipe_condvar_signal(ring->change);
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_refcnt.h 43 void debug_reference_slowpath(const struct pipe_reference* p, debug_reference_descriptor get_desc, int change);
45 static INLINE void debug_reference(const struct pipe_reference* p, debug_reference_descriptor get_desc, int change)
48 debug_reference_slowpath(p, get_desc, change);
53 static INLINE void debug_reference(const struct pipe_reference* p, debug_reference_descriptor get_desc, int change)
u_ringbuffer.c 19 pipe_condvar change; member in struct:util_ringbuffer
38 pipe_condvar_init(ring->change);
50 pipe_condvar_destroy(ring->change);
88 pipe_condvar_wait(ring->change, ring->mutex);
103 /* Signal change:
105 pipe_condvar_signal(ring->change);
126 pipe_condvar_wait(ring->change, ring->mutex);
155 /* Signal change:
157 pipe_condvar_signal(ring->change);
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata_service_observer.h 19 virtual void AutofillProfileChanged(const AutofillProfileChange& change) {}
autofill_change.cc 33 const AutofillProfileChange& change) const {
34 return type() == change.type() &&
35 key() == change.key() &&
36 (type() != REMOVE) ? *profile() == *change.profile() : true;
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/openssh/
auth2-passwd.c 54 int change; local
57 change = packet_get_char();
59 if (change) {
67 if (change)
68 logit("password change not supported");
  /external/chromium/chrome/browser/webdata/
autofill_change.cc 30 const AutofillProfileChange& change) const {
31 return type() == change.type() &&
32 key() == change.key() &&
33 (type() != REMOVE) ? *profile() == *change.profile() : true;
48 const AutofillCreditCardChange& change) const {
49 return type() == change.type() &&
50 key() == change.key() &&
51 (type() != REMOVE) ? *credit_card() == *change.credit_card() : true;
autofill_change.h 43 bool operator==(const AutofillChange& change) const {
44 return type() == change.type() && key() == change.key();
48 // Change notification details for Autofill profile changes.
51 // The |type| input specifies the change type. The |key| input is the key,
62 bool operator==(const AutofillProfileChange& change) const;
69 // Change notification details for Autofill credit card changes.
72 // The |type| input specifies the change type. The |key| input is the key,
83 bool operator==(const AutofillCreditCardChange& change) const;
  /external/chromium_org/ppapi/generators/
idl_diff.py 28 # Change
30 # A Change object contains the previous lines, new news and change type.
32 class Change(object):
55 # Return True if this change is only a one line change in the copyright notice
58 def IsCopyright(change):
59 if len(change.now) != 1 or len(change.was) != 1: return False
60 if 'Copyright (c)' not in change.now[0]: return Fals
    [all...]
  /external/chromium_org/v8/src/
hydrogen-minus-zero.cc 39 HChange* change = HChange::cast(current); local
42 Representation from = change->value()->representation();
43 ASSERT(from.Equals(change->from()));
45 ASSERT(change->to().IsTagged() ||
46 change->to().IsDouble() ||
47 change->to().IsSmiOrInteger32());
49 PropagateMinusZeroChecks(change->value());
  /external/chromium_org/chrome/browser/value_store/
value_store_change_unittest.cc 22 ValueStoreChange change("key", NULL, Value::CreateStringValue("value"));
24 EXPECT_EQ("key", change.key());
25 EXPECT_EQ(NULL, change.old_value());
28 EXPECT_TRUE(change.new_value()->Equals(expected.get()));
33 ValueStoreChange change("key", Value::CreateStringValue("value"), NULL);
35 EXPECT_EQ("key", change.key());
38 EXPECT_TRUE(change.old_value()->Equals(expected.get()));
40 EXPECT_EQ(NULL, change.new_value());
44 ValueStoreChange change("key",
48 EXPECT_EQ("key", change.key())
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/
mock_local_change_processor.h 21 void(const FileChange& change,
29 const FileChange& change,
file_change.cc 14 ChangeType change,
16 : change_(change),
21 switch (change()) {
59 if (last.change() == new_change.change())
mock_remote_change_processor.h 34 void(const FileChange& change,
43 const FileChange& change,
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,
69 // processing a remote change.
74 // Records a fake local change so that the change will be processed in th
    [all...]
file_change.h 25 FileChange(ChangeType change, SyncFileType file_type);
34 ChangeType change() const { return change_; } function in class:sync_file_system::FileChange
40 return change() == that.change() &&
local_change_processor.h 19 // Represents an interface to process one local change and applies
27 // This is called to apply the local |change|. If the change type is
35 const FileChange& change,
  /cts/tools/dasm/src/java_cup/
non_terminal.java 121 boolean change = true;
126 /* repeat this process until there is no change */
127 while (change)
129 /* look for a new change */
130 change = false;
143 change = true;
164 boolean change = true;
171 /* repeat this process until we have no change */
172 while (change)
174 /* look for a new change */
    [all...]
  /external/srec/config/en.us/
run-chmod.sh 5 chmod 777 ./run-change-sample-rate2.sh
  /external/iproute2/testsuite/tests/
dsmark.t 17 class change dev $DEV parent 10:0 classid 10:12 \
21 class change dev $DEV parent 10:0 classid 10:13 \

Completed in 1960 milliseconds

1 2 3 4 5 6 7 8 91011>>