HomeSort by relevance Sort by last modified time
    Searched full:remove (Results 1 - 25 of 5021) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/dom/
Entity.cpp 0 /* Remove this file later. */
  /external/webkit/LayoutTests/fast/js/resources/
select-options-remove.js 1 description("This test checks the behavior of the remove() method on the select.options object.");
6 debug("1.1 Remove (object) from empty Options");
8 shouldBe("select1.options.remove(value)", "undefined");
13 debug("1.2 Remove (string) from empty Options");
15 shouldBe("select1.options.remove(value)", "undefined");
20 debug("1.3 Remove (float) from empty Options");
22 shouldBe("select1.options.remove(value)", "undefined");
27 debug("1.4 Remove (boolean) from empty Options");
29 shouldBe("select1.options.remove(value)", "undefined");
34 debug("1.5 Remove (undefined) from empty Options")
    [all...]
  /external/iptables/extensions/
libipt_ECN.man 4 .BI "--ecn-tcp-remove"
5 Remove all ECN bits from the TCP header. Of course, it can only be used
  /external/bluetooth/bluez/scripts/
bluetooth.rules.in 2 # On remove actions, bluetoothd should go away by itself
  /external/quake/quake/src/QW/progs/
server.qc 2 void() monster_ogre = {remove(self);};
3 void() monster_demon1 = {remove(self);};
4 void() monster_shambler = {remove(self);};
5 void() monster_knight = {remove(self);};
6 void() monster_army = {remove(self);};
7 void() monster_wizard = {remove(self);};
8 void() monster_dog = {remove(self);};
9 void() monster_zombie = {remove(self);};
10 void() monster_boss = {remove(self);};
11 void() monster_tarbaby = {remove(self);};
    [all...]
  /external/clearsilver/man/man3/
dictRemove.3 14 dictRemove - remove item from dictionary.
27 id - identifier of item to remove.
  /packages/apps/Email/
remove-exchange-support.sh 18 # You can remove exchange by running this script.
32 echo -n "Do you wish to remove exchange support from the email app? (y/N):"
41 # Step 1. Remove all Exchange related packages.
47 # Step 2. Remove lines surrounded by START-EXCHANGE and END-EXCHANGE
50 xargs -0 sed -i -e '/EXCHANGE-REMOVE-SECTION-START/,/EXCHANGE-REMOVE-SECTION-END/d'
53 # Step 3. Remove all imports from com.android.exchange (and its subpackages).
  /dalvik/libcore/luni/src/test/java/tests/api/java/lang/ref/
ReferenceQueueTest.java 90 assertNull("Remove failed.", rq.poll().get());
96 assertEquals("Remove failed.", obj, (rq.poll().get()));
102 assertTrue("Remove failed.", ((Boolean) rq.poll().get())
119 * @tests java.lang.ref.ReferenceQueue#remove()
124 method = "remove",
135 assertTrue("Remove failed.", ((Boolean) rq.remove().get())
148 rq.remove();
172 * @tests java.lang.ref.ReferenceQueue#remove(long)
177 method = "remove",
    [all...]
  /external/e2fsprogs/po/
remove-potcdate.sin 1 # Sed script that remove the POT-Creation-Date line in the header entry
11 # Yes it was empty. First occurrence. Remove the line.
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/templates/
view_friends.html 11 {{ friend.friend_handle }} </td><td> <a href="/delete_friend?user={{ user }}&friend={{friend.friend_handle}}">Remove</a>
  /external/dropbear/debian/
dropbear.prerm 4 test "$1" = 'remove' || test "$1" = 'deconfigure' || exit 0
  /external/stlport/stlport/
rlocks.h 8 # error "This file is for SUN CC only. Please remove it if it causes any harm for other compilers."
stdiostream.h 8 # error "This file is for SUN CC only. Please remove it if it causes any harm for other compilers."
  /external/webkit/LayoutTests/storage/domstorage/localstorage/
private-browsing-affects-storage-expected.txt 5 After remove attempt, testItem is: InitialValue
  /external/webkit/LayoutTests/storage/domstorage/sessionstorage/
private-browsing-affects-storage-expected.txt 5 After remove attempt, testItem is: InitialValue
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
IdentityHashMapTest.java 114 // remove a null key
115 result = map.remove(null);
116 assertTrue("testE remove returned wrong value", result == anothervalue);
148 * @tests java.util.IdentityHashMap#remove(java.lang.Object)
154 method = "remove",
162 map.remove("key1");
164 assertTrue("Did not remove key1", !map.containsKey("key1"));
165 assertTrue("Did not remove the value for key1", !map
174 * @tests java.util.IdentityHashMapTest#remove(java.lang.Object)
179 method = "remove",
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
ArrayListPerformanceTest.java 225 index = aList.remove(0);
226 index = aList.remove(0);
227 index = aList.remove(0);
228 index = aList.remove(0);
229 index = aList.remove(0);
230 index = aList.remove(0);
231 index = aList.remove(0);
232 index = aList.remove(0);
233 index = aList.remove(0);
234 index = aList.remove(0)
    [all...]
ArrayListTest.java 59 array.remove(1);
60 array.remove(1);
84 assertFalse(al.remove(null));
85 assertFalse(al.remove("string"));
90 assertTrue(al.remove(null));
91 assertTrue(al.remove("string"));
  /external/opencore/protocols/sdp/parser/src/
sdp_mediaparser_factory.cpp 39 OSCL_UNUSED_ARG(ptr); // line added to remove warning "unreferenced formal parameter"
52 OSCL_UNUSED_ARG(ptr); // line added to remove warning "unreferenced formal parameter"
65 OSCL_UNUSED_ARG(ptr); // line added to remove warning "unreferenced formal parameter"
78 OSCL_UNUSED_ARG(ptr); // line added to remove warning "unreferenced formal parameter"
91 OSCL_UNUSED_ARG(ptr); // line added to remove warning "unreferenced formal parameter"
104 OSCL_UNUSED_ARG(ptr); // line added to remove warning "unreferenced formal parameter"
117 OSCL_UNUSED_ARG(ptr); // line added to remove warning "unreferenced formal parameter"
130 OSCL_UNUSED_ARG(ptr); // line added to remove warning "unreferenced formal parameter"
143 OSCL_UNUSED_ARG(ptr); // line added to remove warning "unreferenced formal parameter"
  /hardware/ti/wlan/wl1271/stad/build/linux/
drv_sources.inc 2 #start of TNETW_INCS# do not remove or change this comment
26 #start of TNETW_INCS_XCC# do not remove or change this comment
35 #end of TNETW_INCS_XCC# do not remove or change this comment
38 #end of TNETW_INCS# do not remove or change this comment
41 #start of CORE_INCS# do not remove or change this comment
58 #start of CORE_INCS_XCC# do not remove or change this comment
65 #end of CORE_INCS_XCC# do not remove or change this comment
67 #end of CORE_INCS# do not remove or change this comment
73 #start of UTIL_SRCS# do not remove or change this comment
83 #end of UTIL_SRCS# do not remove or change this commen
    [all...]
  /system/wlan/ti/wilink_6_1/stad/build/linux/
drv_sources.inc 2 #start of TNETW_INCS# do not remove or change this comment
26 #start of TNETW_INCS_XCC# do not remove or change this comment
35 #end of TNETW_INCS_XCC# do not remove or change this comment
38 #end of TNETW_INCS# do not remove or change this comment
41 #start of CORE_INCS# do not remove or change this comment
58 #start of CORE_INCS_XCC# do not remove or change this comment
65 #end of CORE_INCS_XCC# do not remove or change this comment
67 #end of CORE_INCS# do not remove or change this comment
73 #start of UTIL_SRCS# do not remove or change this comment
83 #end of UTIL_SRCS# do not remove or change this commen
    [all...]
  /external/emma/
ANDROID-CHANGES.txt 5 2) Remove reference to sun.misc.* in core/java14/com/vladium/util/IJREVersion.java
6 3) Remove reference to sun.misc.* and SunJREExitHookManager class from core/java13/com/vladium/util/exit/ExitHookManager.java
  /hardware/ti/wlan/wl1271/platforms/os/common/build/linux/
os_sources.inc 2 #start of OS_DK_INCS_FILES# do not remove or change this comment
62 #start of OS_DK_INCS_FILES_XCC# do not remove or change this comment
70 #end of OS_DK_INCS_FILES_XCC# do not remove or change this comment
72 #start of OS_DK_INCS_FILES# do not remove or change this comment
75 #start of OS_DK_INCS# do not remove or change this comment
98 #start of OS_DK_INCS_XCC# do not remove or change this comment
107 #end of OS_DK_INCS_XCC# do not remove or change this comment
109 #start of OS_DK_INCS# do not remove or change this comment
  /hardware/ti/wlan/wl1271/platforms/os/linux/build/
os_sources.inc 2 #start of OS_DK_INCS_FILES# do not remove or change this comment
62 #start of OS_DK_INCS_FILES_XCC# do not remove or change this comment
70 #end of OS_DK_INCS_FILES_XCC# do not remove or change this comment
72 #start of OS_DK_INCS_FILES# do not remove or change this comment
75 #start of OS_DK_INCS# do not remove or change this comment
98 #start of OS_DK_INCS_XCC# do not remove or change this comment
107 #end of OS_DK_INCS_XCC# do not remove or change this comment
109 #start of OS_DK_INCS# do not remove or change this comment
  /system/wlan/ti/sta_dk_4_0_4_32/
os_sources.inc 2 #start of OS_DK_INCS_FILES# do not remove or change this comment
61 #start of OS_DK_INCS_FILES_CCX# do not remove or change this comment
69 #end of OS_DK_INCS_FILES_CCX# do not remove or change this comment
71 #start of OS_DK_INCS_FILES# do not remove or change this comment
74 #start of OS_DK_INCS# do not remove or change this comment
96 #start of OS_DK_INCS_CCX# do not remove or change this comment
103 #end of OS_DK_INCS_CCX# do not remove or change this comment
105 #start of OS_DK_INCS# do not remove or change this comment

Completed in 561 milliseconds

1 2 3 4 5 6 7 8 91011>>