Searched refs:remove (Results 1 - 25 of 2784) sorted by relevance

1234567891011>>

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Dremove.c9 // Glibc's remove(3) and unlink(2) entry points are not yet hooked up
12 // TODO(sbc): remove this once glibc plumbing is in place for remove/unlink
14 int remove(const char* path) { function
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleCustomFilterProgram.cpp41 m_cache->remove(this);
/external/chromium_org/chrome/installer/linux/debian/
H A Dprerm11 # Treat conflict remove as an upgrade.
22 update-alternatives --remove x-www-browser /usr/bin/@@USR_BIN_SYMLINK_NAME@@
23 update-alternatives --remove gnome-www-browser /usr/bin/@@USR_BIN_SYMLINK_NAME@@
25 update-alternatives --remove google-chrome /usr/bin/@@USR_BIN_SYMLINK_NAME@@
/external/nist-sip/java/gov/nist/core/
H A DMultiMap.java35 public Object remove( Object key, Object item ); method in interface:MultiMap
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DChildNode.idl29 [RaisesException, CustomElementCallbacks] void remove();
H A DStyleSheetScopingNodeList.cpp47 m_scopingNodesRemoved->remove(node);
50 void StyleSheetScopingNodeList::remove(ContainerNode* node) function in class:WebCore::StyleSheetScopingNodeList
55 // If the node is still working as a scoping node, we cannot remove.
59 m_scopingNodes->remove(node);
H A DDataTransferItemList.idl35 [RaisesException, ImplementedAs=deleteItem] void remove(unsigned long index);
/external/replicaisland/src/com/replica/replicaisland/
H A DSetPreferencesActivity.java64 editor.remove(PreferenceConstants.PREFERENCE_LEVEL_ROW);
65 editor.remove(PreferenceConstants.PREFERENCE_LEVEL_INDEX);
66 editor.remove(PreferenceConstants.PREFERENCE_LEVEL_COMPLETED);
67 editor.remove(PreferenceConstants.PREFERENCE_LINEAR_MODE);
68 editor.remove(PreferenceConstants.PREFERENCE_TOTAL_GAME_TIME);
69 editor.remove(PreferenceConstants.PREFERENCE_PEARLS_COLLECTED);
70 editor.remove(PreferenceConstants.PREFERENCE_PEARLS_TOTAL);
71 editor.remove(PreferenceConstants.PREFERENCE_ROBOTS_DESTROYED);
72 editor.remove(PreferenceConstants.PREFERENCE_DIFFICULTY);
/external/chromium_org/chrome/common/extensions/docs/static/js/
H A Dsidebar.js24 toggleIndicator.classList.remove('toggled');
26 toggleable.classList.remove('hidden');
/external/chromium_org/tools/gyp/test/msvs/external_builder/
H A Dgyptest-all.py30 os.remove('msbuild_rule.out')
31 os.remove('msbuild_action.out')
44 os.remove('external_builder.out')
57 os.remove('external_builder.out')
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DIntSet.java34 * @param value int to remove
36 void remove(int value); method in interface:IntSet
/external/apache-http/src/org/apache/http/impl/client/
H A DRedirectLocations.java67 public boolean remove(final URI uri) { method in class:RedirectLocations
68 return this.uris.remove(uri);
/external/chromium_org/native_client_sdk/src/tools/
H A Dcompiler-wrapper.py23 args.remove('--glibc')
26 args.remove('--newlib')
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResourceLoaderSet.h44 void remove(const RefPtr<ResourceLoader>& loader) { m_set.remove(loader); } function in class:WebCore::ResourceLoaderSet
/external/chromium_org/third_party/WebKit/public/web/
H A DWebGeolocationPermissionRequestManager.h40 // Once the permission request has been decided, the second remove() method can be used to
41 // find the request. On WebGeolocationClient::cancelPermissionRequest, the first remove() method will
42 // remove the association with the id.
49 BLINK_EXPORT bool remove(const blink::WebGeolocationPermissionRequest&, int&);
50 BLINK_EXPORT bool remove(int, blink::WebGeolocationPermissionRequest&);
/external/guava/guava/src/com/google/common/collect/
H A DForwardingIterator.java52 public void remove() { method in class:ForwardingIterator
53 delegate().remove();
H A DForwardingQueue.java65 public E remove() { method in class:ForwardingQueue
66 return delegate().remove();
110 * A sensible definition of {@link #poll} in terms of {@link #remove}. If you
111 * override {@link #remove}, you may wish to override {@link #poll} to forward
118 return remove();
/external/hamcrest/src/org/hamcrest/internal/
H A DSelfDescribingValueIterator.java22 public void remove() { method in class:SelfDescribingValueIterator
23 values.remove();
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebGeolocationPermissionRequestManager.cpp61 bool WebGeolocationPermissionRequestManager::remove(const blink::WebGeolocationPermissionRequest& permissionRequest, int& id) function in class:WebGeolocationPermissionRequestManager
68 m_private->m_geolocationIdMap.remove(it);
69 m_private->m_idGeolocationMap.remove(id);
73 bool WebGeolocationPermissionRequestManager::remove(int id, blink::WebGeolocationPermissionRequest& permissionRequest) function in class:WebGeolocationPermissionRequestManager
80 m_private->m_idGeolocationMap.remove(it);
81 m_private->m_geolocationIdMap.remove(geolocation);
/external/chromium_org/chrome_frame/
H A Dcombine_libs.py59 args += ['/remove:%s' % obj for obj in removals]
75 parser.add_option('-r', '--remove', dest = 'remove',
86 remove = opt.remove
94 remove = remove.strip()
96 if remove:
98 remove_re = re.compile(opt.remove)
100 parser.error('%s is not a valid regular expression' % opt.remove)
[all...]
/external/smack/src/org/jivesoftware/smack/packet/
H A DRegistration.java46 * <li>remove -- empty flag to remove account.
57 private boolean remove = false; field in class:Registration
129 public void setRemove(boolean remove){ argument
130 this.remove = remove;
136 if (instructions != null && !remove) {
139 if (attributes != null && attributes.size() > 0 && !remove) {
147 else if(remove){
148 buf.append("</remove>");
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DDockController.js98 body.classList.remove("undocked");
99 body.classList.remove("dock-to-right");
103 body.classList.remove("undocked");
105 body.classList.remove("dock-to-bottom");
109 body.classList.remove("dock-to-right");
110 body.classList.remove("dock-to-bottom");
118 sides.remove(this._dockSide);
121 sides.remove(lastState);
124 sides.remove(lastState);
/external/chromium_org/chrome/browser/resources/options/
H A Dhandler_options.css25 .handlers-remove-column {
29 .handlers-remove-link {
38 div > .handlers-remove-column {
42 div:not(.none):hover > .handlers-remove-column {
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationStack.h47 void remove(Animation* animation) function in class:WebCore::AnimationStack
51 m_activeAnimations.remove(position);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLOptionsCollection.h41 void remove(int index);
42 void remove(HTMLOptionElement*);

Completed in 809 milliseconds

1234567891011>>