HomeSort by relevance Sort by last modified time
    Searched defs:Update (Results 126 - 150 of 231) sorted by null

1 2 3 4 56 7 8 910

  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCAssembler.h 91 unsigned Update;
246 unsigned Update) {
250 VersionMinInfo.Update = Update;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCAssembler.h 91 unsigned Update;
246 unsigned Update) {
250 VersionMinInfo.Update = Update;
  /external/llvm/include/llvm/MC/
MCAssembler.h 88 unsigned Update;
235 unsigned Update) {
239 VersionMinInfo.Update = Update;
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp     [all...]
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 727 uint32_t Update = MachOObjectFile::getVersionMinUpdate(VMC, false);
728 if (Update != 0)
737 uint32_t Update = MachOObjectFile::getVersionMinUpdate(VMC, true);
738 if (Update != 0)
  /external/pdfium/xfa/fwl/
cfwl_combobox.cpp 105 void CFWL_ComboBox::Update() {
227 m_pEdit->Update();
253 m_pEdit->Update();
338 m_pComboBoxProxy->Update();
340 m_pListBox->Update();
366 m_pEdit->Update();
395 m_pEdit->Update();
477 m_pEdit->Update();
557 m_pListBox->Update();
696 m_pEdit->Update();
    [all...]
cfwl_listbox.cpp 51 void CFWL_ListBox::Update() {
535 m_pVertScrollBar->Update();
567 m_pHorzScrollBar->Update();
  /external/vixl/src/aarch64/
instrument-aarch64.cc 154 void Instrument::Update() {
256 Update();
264 Update();
272 Update();
279 Update();
293 Update();
301 Update();
309 Update();
317 Update();
325 Update();
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
MockContentProvider.java 374 public static class Update {
384 * Creates a new Update to expect.
386 * @param uri the uri of the update request.
387 * @param contentValues the ContentValues to update.
391 public Update(Uri uri,
402 * Causes this update expectation to be useable for mutliple calls to update, rather than
407 public Update anyNumberOfTimes() {
413 * Sets this update to return the given number of rows affected.
415 * @param rowsAffected The value to return when this expected update is executed
440 Update update = (Update) o; local
504 Update update = new Update(contentUri, contentValues, selection, selectionArgs); local
580 public int update(Uri uri, method in class:MockContentProvider
589 Update update = iterator.next(); local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 91 unsigned Update;
246 unsigned Update) {
250 VersionMinInfo.Update = Update;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
GenericDomTree.h 202 // UpdateKind and Update are used by the batch update API and it's easiest to
207 struct Update {
213 Update(UpdateKind Kind, NodePtr From, NodePtr To)
219 bool operator==(const Update &RHS) const {
223 friend raw_ostream &operator<<(raw_ostream &OS, const Update &U) {
257 using UpdateType = DomTreeBuilder::Update<NodePtr>;
441 // If we end up with too many slow queries, just update the
503 // API to update (Post)DominatorTree information based on modifications to
507 /// deletions and perform a batch update on the tree
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
GenericDomTree.h 202 // UpdateKind and Update are used by the batch update API and it's easiest to
207 struct Update {
213 Update(UpdateKind Kind, NodePtr From, NodePtr To)
219 bool operator==(const Update &RHS) const {
223 friend raw_ostream &operator<<(raw_ostream &OS, const Update &U) {
257 using UpdateType = DomTreeBuilder::Update<NodePtr>;
441 // If we end up with too many slow queries, just update the
503 // API to update (Post)DominatorTree information based on modifications to
507 /// deletions and perform a batch update on the tree
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
GenericDomTree.h 202 // UpdateKind and Update are used by the batch update API and it's easiest to
207 struct Update {
213 Update(UpdateKind Kind, NodePtr From, NodePtr To)
219 bool operator==(const Update &RHS) const {
223 friend raw_ostream &operator<<(raw_ostream &OS, const Update &U) {
257 using UpdateType = DomTreeBuilder::Update<NodePtr>;
441 // If we end up with too many slow queries, just update the
503 // API to update (Post)DominatorTree information based on modifications to
507 /// deletions and perform a batch update on the tree
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
GenericDomTree.h 202 // UpdateKind and Update are used by the batch update API and it's easiest to
207 struct Update {
213 Update(UpdateKind Kind, NodePtr From, NodePtr To)
219 bool operator==(const Update &RHS) const {
223 friend raw_ostream &operator<<(raw_ostream &OS, const Update &U) {
257 using UpdateType = DomTreeBuilder::Update<NodePtr>;
441 // If we end up with too many slow queries, just update the
503 // API to update (Post)DominatorTree information based on modifications to
507 /// deletions and perform a batch update on the tree
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 91 unsigned Update;
246 unsigned Update) {
250 VersionMinInfo.Update = Update;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
GenericDomTree.h 202 // UpdateKind and Update are used by the batch update API and it's easiest to
207 struct Update {
213 Update(UpdateKind Kind, NodePtr From, NodePtr To)
219 bool operator==(const Update &RHS) const {
223 friend raw_ostream &operator<<(raw_ostream &OS, const Update &U) {
257 using UpdateType = DomTreeBuilder::Update<NodePtr>;
441 // If we end up with too many slow queries, just update the
503 // API to update (Post)DominatorTree information based on modifications to
507 /// deletions and perform a batch update on the tree
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
GenericDomTree.h 202 // UpdateKind and Update are used by the batch update API and it's easiest to
207 struct Update {
213 Update(UpdateKind Kind, NodePtr From, NodePtr To)
219 bool operator==(const Update &RHS) const {
223 friend raw_ostream &operator<<(raw_ostream &OS, const Update &U) {
257 using UpdateType = DomTreeBuilder::Update<NodePtr>;
441 // If we end up with too many slow queries, just update the
503 // API to update (Post)DominatorTree information based on modifications to
507 /// deletions and perform a batch update on the tree
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
GenericDomTree.h 202 // UpdateKind and Update are used by the batch update API and it's easiest to
207 struct Update {
213 Update(UpdateKind Kind, NodePtr From, NodePtr To)
219 bool operator==(const Update &RHS) const {
223 friend raw_ostream &operator<<(raw_ostream &OS, const Update &U) {
257 using UpdateType = DomTreeBuilder::Update<NodePtr>;
441 // If we end up with too many slow queries, just update the
503 // API to update (Post)DominatorTree information based on modifications to
507 /// deletions and perform a batch update on the tree
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
GenericDomTree.h 202 // UpdateKind and Update are used by the batch update API and it's easiest to
207 struct Update {
213 Update(UpdateKind Kind, NodePtr From, NodePtr To)
219 bool operator==(const Update &RHS) const {
223 friend raw_ostream &operator<<(raw_ostream &OS, const Update &U) {
257 using UpdateType = DomTreeBuilder::Update<NodePtr>;
441 // If we end up with too many slow queries, just update the
503 // API to update (Post)DominatorTree information based on modifications to
507 /// deletions and perform a batch update on the tree
    [all...]
  /system/update_engine/
update_attempter.cc 89 // Minimum threshold to broadcast an status update in progress and time.
237 void UpdateAttempter::Update(const string& app_version,
249 // Notify of the new update attempt, clearing prior interactive requests.
255 // Although we have applied an update, we still want to ping Omaha
259 // not performing an update check because of this.
271 // Update in progress. Do nothing
288 // Update the last check time here; it may be re-updated when an Omaha
293 // Just in case we didn't update boot flags yet, make sure they're updated
294 // before any update processing starts.
340 << "since this update attempt is interactive."
    [all...]
  /prebuilts/sdk/current/androidx/m2repository/androidx/room/room-common/2.0.0-alpha1/
room-common-2.0.0-alpha1.jar 
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
FileHandleWrappers.c 302 @param[in, out] TabUpdatePos Return the TAB update position.
357 // Update the TabUpdatePos as well.
471 UINTN Update; // Line index for update
472 UINTN Delete; // Num of chars to delete from console after update
479 UINTN OutputLength; // Length of the update string
507 Update = 0;
598 Update = StringCurPos;
664 Update = StringCurPos;
678 Update = StringCurPos;
    [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64LoadStoreOptimizer.cpp 49 // The UpdateLimit limits how far we search for update instructions when we form
51 static cl::opt<unsigned> UpdateLimit("aarch64-update-scan-limit", cl::init(100),
131 // Scan the instruction list to find a base register update that can
138 // Scan the instruction list to find a base register update that can
149 // Merge a pre- or post-index base register update into a ld/st instruction.
152 MachineBasicBlock::iterator Update, bool IsPreIdx);
849 // Update the index accordingly.
893 // Update the result of LDP to use the W instead of the X variant.
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
List.cpp 312 void Update(const CListFileTimeDef &t)
330 void Update(const CListStat &st)
334 MTime.Update(st.MTime);
348 void Update(const CListStat2 &st)
350 MainFiles.Update(st.MainFiles);
351 AltStreams.Update(st.AltStreams);
759 st.Update(stat2.AltStreams);
1230 stat2.GetStat(isAltStream).Update(st);
1267 stat2total.Update(stat2);

Completed in 713 milliseconds

1 2 3 4 56 7 8 910