Searched refs:added (Results 51 - 75 of 337) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/search_engines/
H A DTemplateUrlService.java176 boolean added = mLoadListeners.addObserver(listener);
177 assert added;
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_local_printer_lister.cc50 bool added,
60 delegate_->LocalPrinterChanged(added, name, i->second->has_local_printing,
49 DeviceChanged( bool added, const std::string& name, const DeviceDescription& description) argument
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dcaching_rietveld_patcher.py99 added, deleted, modified = self.GetPatchedFiles(version)
110 self._patcher.Apply(set(added) | set(modified),
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DrevisionHistory.css80 .revision-history-line-added {
/external/lldb/
H A Dlldb-build.mk12 # TODO change this when clang or gcc > 2.6 support is added
/external/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc126 // First check symbols added via AddSymbol().
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DPipeline.py85 added = []
89 if utilcode in added: continue
90 added.append(utilcode)
93 if not dep in added and not dep in module_node.scope.utility_code_list:
/external/llvm/test/MC/Mips/
H A Dhilo-addressing.s11 # Check that 1 is added to the high 16 bits if bit 15 of the low part is 1.
/external/qemu/distrib/sdl-1.2.15/src/events/
H A DSDL_events.c267 int tail, added; local
272 added = 0;
284 added = 1;
286 return(added);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DX509Name.java355 private Vector added = new Vector(); field in class:X509Name
452 added.addElement(Boolean.valueOf(i != 0));
515 this.added.addElement(FALSE);
525 this.added.addElement(FALSE);
576 this.added.addElement(FALSE);
818 if (((Boolean)this.added.elementAt(i)).booleanValue())
822 a.insertElementAt(this.added.elementAt(i), count);
829 a.insertElementAt(this.added.elementAt(i), 0);
836 this.added = a;
860 this.added
[all...]
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dvolume_manager_wrapper.js160 [event.index, event.removed.length].concat(event.added));
177 for (var i = 0; i < event.added.length; i++) {
178 var volumeInfo = event.added[i];
/external/openssl/crypto/engine/
H A Deng_table.c133 int ret = 0, added = 0; local
137 added = 1;
140 if(added)
141 /* The cleanup callback needs to be added */
/external/chromium_org/third_party/skia/src/ports/
H A DSkRemotableFontMgr_win_dw.cpp94 DataId& added = fDataIdCache.push_back(); local
95 added.fLoader = fontFileLoaderId.release(); // Ref is passed.
96 added.fKey = sk_malloc_throw(refKeySize);
97 memcpy(added.fKey, refKey, refKeySize);
98 added.fKeySize = refKeySize;
/external/skia/src/ports/
H A DSkRemotableFontMgr_win_dw.cpp94 DataId& added = fDataIdCache.push_back(); local
95 added.fLoader = fontFileLoaderId.release(); // Ref is passed.
96 added.fKey = sk_malloc_throw(refKeySize);
97 memcpy(added.fKey, refKey, refKeySize);
98 added.fKeySize = refKeySize;
/external/chromium_org/chrome/browser/history/
H A Dtop_sites_impl.cc417 MostVisitedURLWithRank added; local
418 added.url = new_list[i];
419 added.rank = rank;
420 delta->added.push_back(added);
642 bool added = false; local
648 added = true;
651 return added;
798 if (!delta.deleted.empty() || !delta.added.empty() || !delta.moved.empty()) {
802 last_num_urls_changed_ = delta.added
[all...]
/external/chromium_org/third_party/mesa/src/docs/OLD/
H A DMESA_packed_depth_stencil.spec78 One entry is added to table 3.5 (DrawPixels and ReadPixels formats).
187 The new format is added to the discussion of Obtaining Pixels from the
192 The new format is added to the discussion of Index Lookup. It should
H A DMESA_trace.spec45 can be added.
89 additional information added to the trace (statistics, profiling/timing,
222 be added to the trace as a comment. The error returns are cached and
/external/mesa3d/docs/OLD/
H A DMESA_packed_depth_stencil.spec78 One entry is added to table 3.5 (DrawPixels and ReadPixels formats).
187 The new format is added to the discussion of Obtaining Pixels from the
192 The new format is added to the discussion of Index Lookup. It should
/external/chromium_org/components/policy/core/common/
H A Dschema_registry_unittest.cc54 PolicyNamespaceList added; local
56 schema_map1->GetChanges(schema_map2, &removed, &added);
57 return added.empty() && removed.empty();
/external/chromium_org/device/bluetooth/
H A Dbluetooth_remote_gatt_service_chromeos.h71 // service observers when characteristic descriptors get added and removed.
83 // characteristic |characteristic| has been added or removed. This is used
85 // observers when characteristic descriptors get added and removed. If |added|
91 bool added);
H A Dbluetooth_remote_gatt_service_chromeos.cc120 VLOG(1) << "Characteristics cannot be added to a remote GATT service.";
126 VLOG(1) << "Included services cannot be added to a remote GATT service.";
171 bool added) {
176 if (added) {
168 NotifyDescriptorAddedOrRemoved( BluetoothRemoteGattCharacteristicChromeOS* characteristic, BluetoothRemoteGattDescriptorChromeOS* descriptor, bool added) argument
/external/chromium_org/third_party/skia/src/core/
H A DSkPictureFlat.h398 * added.
408 * added and whether the old one was replaced. The parameters added and
414 bool* added,
416 SkASSERT(added != NULL && replaced != NULL);
420 *added = this->count() > oldCount;
423 if (!*added || toReplace == NULL) {
412 findAndReplace(const T& element, const SkFlatData* toReplace, bool* added, bool* replaced) argument
/external/skia/src/core/
H A DSkPictureFlat.h395 * added.
405 * added and whether the old one was replaced. The parameters added and
411 bool* added,
413 SkASSERT(added != NULL && replaced != NULL);
417 *added = this->count() > oldCount;
420 if (!*added || toReplace == NULL) {
409 findAndReplace(const T& element, const SkFlatData* toReplace, bool* added, bool* replaced) argument
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dincident_reporting_service.cc208 bool added; member in struct:safe_browsing::IncidentReportingService::ProfileContext
235 IncidentReportingService::ProfileContext::ProfileContext() : added() {
296 // Force the context to be created so that incidents added before
331 // profile is added.
388 context->added = true;
424 // only on profiles that have been added to the ProfileManager).
485 // Skip over profiles that have yet to be added to the profile manager.
488 if (!scan->second->added)
513 // profile (which is NULL) has been added to the profile manager.
514 DCHECK(profile || !context->added);
[all...]
/external/chromium_org/third_party/icu/source/samples/ufortune/resources/
H A Dfortune_resources.mak14 # .res file must be added to this list, AND to the file res-file-list.txt

Completed in 3625 milliseconds

1234567891011>>