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

1 2 3

  /sdk/emulator/qtools/
parse_options.cpp 65 excluded_procedures.Update(optarg, 1);
72 excluded_procedures.Update(optarg, 1);
84 included_procedures.Update(optarg, 1);
91 included_procedures.Update(optarg, 1);
hash_table.h 23 void Update(const char *key, T value);
96 void HashTable<T>::Update(const char *key, T value)
  /external/chromium/base/crypto/
signature_creator.h 37 // Update the signature with more data.
38 bool Update(const uint8* data_part, int data_part_len);
signature_creator_nss.cc 49 bool SignatureCreator::Update(const uint8* data_part, int data_part_len) {
signature_creator_unittest.cc 29 ASSERT_TRUE(signer->Update(reinterpret_cast<const uint8*>(data.c_str()),
signature_creator_win.cc 37 bool SignatureCreator::Update(const uint8* data_part, int data_part_len) {
signature_creator_mac.cc 64 bool SignatureCreator::Update(const uint8* data_part, int data_part_len) {
  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
update.py 34 class Update(AbstractStep):
38 Options.update,
43 if not self._options.update:
steps_unittest.py 31 from webkitpy.steps.update import Update
50 options.update = True
51 self._run_step(Update, options)
__init__.py 56 from webkitpy.steps.update import Update
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
queue.h 48 // void Update(StateId s);
81 void Update(StateId s) { Update_(s); }
110 void Update(StateId s) {}
119 virtual void Update_(StateId s) { Update(s); }
143 void Update(StateId s) {}
151 virtual void Update_(StateId s) { Update(s); }
173 void Update(StateId s) {}
181 virtual void Update_(StateId s) { Update(s); }
190 // it can be reordered in the queue with a call to Update().
212 void Update(StateId s)
    [all...]
compat.cpp 128 void MD5::Update(void const *data, int size) {} // ?OP?
heap.h 18 // in heap using a key. The key can be used to do an in place update of
31 // \brief A templated heap implementation that support in place update
40 // to later update the specific value in the heap.
73 // update a value at position given by the key. The pos array is first
77 void Update(int key, const T& val) {
169 // insert(update) element at subtree rooted at index i
symbol-table.cpp 77 check_sum_.Update(symbols_[i], strlen(symbols_[i])+1);
  /external/webkit/WebKitTools/Scripts/webkitpy/commands/
download.py 50 help_text = "Update working copy and build"
53 steps.Update,
60 help_text = "Update working copy, build, and run the tests"
63 steps.Update,
85 If a bug id is provided, or one can be found in the ChangeLog land will update the bug after committing."""
159 steps.Update,
171 steps.Update,
181 steps.Update,
210 steps.Update,
256 steps.Update,
    [all...]
  /external/chromium/base/
sha1.cc 24 // sha.Update(moredata, size of data);
40 void Update(const void* data, size_t nbytes);
120 void SecureHashAlgorithm::Update(const void* data, size_t nbytes) {
195 sha.Update(str.c_str(), str.length());
event_trace_controller_win.h 149 static HRESULT Update(const wchar_t* session_name,
event_trace_controller_win.cc 111 HRESULT EtwTraceController::Update(const wchar_t* session_name,
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
maximum-age.js 41 // Update the position provided by the mock service.
54 // Update the mock service to report an error.
permission-denied-stops-watches.js 24 // Update the mock Geolocation service to report a new position, then
  /external/webkit/WebCore/platform/wx/
WidgetWx.cpp 97 widget->Update();
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_CHAIN.S 39 @ Update "glue" values for the new method
TEMPLATE_INVOKE_METHOD_NO_OPT.S 44 @ Update "glue" values for the new method
  /external/chromium/net/disk_cache/
entry_impl.h 94 bool Update();
  /external/qemu/distrib/sdl-1.2.12/src/joystick/beos/
SDL_bejoystick.cc 141 /* Function to update the state of a joystick - called as a device poll.
142 * This function shouldn't update the joystick structure directly,
144 * and update joystick device state.
173 stick->Update();

Completed in 408 milliseconds

1 2 3