/frameworks/base/core/java/android/bluetooth/ |
IBluetoothA2dp.aidl | 31 BluetoothDevice[] getConnectedSinks(); // change to Set<> once AIDL supports 32 BluetoothDevice[] getNonDisconnectedSinks(); // change to Set<> once AIDL supports
|
/external/icu4c/test/cintltst/ |
cintltst.h | 70 * Call this once to get a consistent timezone. Use ctest_resetTimeZone to set it back to the original value. 76 * Call this once get back the original timezone 81 * Call this once get ICU back to its original state with test arguments.
|
/dalvik/dx/src/junit/extensions/ |
TestSetup.java | 8 * to set up additional state once before the tests are run.
|
/dalvik/libcore/junit/src/main/java/junit/extensions/ |
TestSetup.java | 8 * to set up additional state once before the tests are run.
|
/development/pdk/docs/source/ |
life-of-a-patch.jd | 6 a patch, once it's been written. Though it may appear complex, the majority of
|
/external/clearsilver/man/man3/ |
cs_destroy.3 | 34 well (ie, it can be called more than once on the same
|
/external/dnsmasq/contrib/lease-access/ |
README | 5 called with an extra parameter "access" once a dhcp request or discover
|
/external/junit/src/junit/extensions/ |
TestSetup.java | 10 * to set up additional state once before the tests are run.
|
/external/kernel-headers/original/linux/netfilter/ |
nf_conntrack_ftp.h | 23 /* This structure exists only once per master */
|
/external/qemu/ |
disas.h | 10 /* The usual mess... FIXME: Remove this condition once dyngen-exec.h is gone */
|
/external/stlport/stlport/ |
pthread_alloc | 35 # pragma once
|
rope | 23 # pragma once
|
unordered_map | 25 # pragma once
|
unordered_set | 25 # pragma once
|
/external/webkit/WebCore/manual-tests/ |
select-delete-item.html | 18 Once the select gets focus, in 2 seconds it will delete an item. This test passes
|
select-onchange-after-js.html | 29 sel.options[0].text='Please change this to another value once again'; 39 sel.options[1].text='Please change this to another value once again';
|
/cts/tools/test-progress-new/src/testprogress2/ |
AnnotationPointer.java | 37 * RuntimeException("warn: testMethod refers more than once to the 39 * //System.out.println("warn: testMethod refers more than once to the
|
/external/webkit/WebKit/win/ |
ForEachCoClass.cpp | 33 // deprecated - do not use - remove once a registry-free version of Safari has shipped (first major version after 3.1.1) 38 // deprecated - do not use - remove once a registry-free version of Safari has shipped (first major version after 3.1.1)
|
/external/easymock/src/org/easymock/internal/ |
RecordState.java | 98 times(MocksControl.ONCE);
107 times(MocksControl.ONCE);
116 times(MocksControl.ONCE);
125 times(MocksControl.ONCE);
135 times(MocksControl.ONCE);
147 times(MocksControl.ONCE);
176 times(MocksControl.ONCE);
187 times(MocksControl.ONCE);
199 times(MocksControl.ONCE);
209 times(MocksControl.ONCE);
[all...] |
/external/bluetooth/glib/glib/ |
gthread.h | 123 * only be called once, and must not be called directly or indirectly 324 gpointer g_once_impl (GOnce *once, GThreadFunc func, gpointer arg); 327 # define g_once(once, func, arg) g_once_impl ((once), (func), (arg)) 329 # define g_once(once, func, arg) \ 330 (((once)->status == G_ONCE_STATUS_READY) ? \ 331 (once)->retval : \ 332 g_once_impl ((once), (func), (arg))) 335 /* initialize-once guards, keyed by value_location */
|
/external/elfutils/libdw/ |
dwarf_error.c | 36 once_define (static, once); 51 once_execute (once, init); 70 /* XXX For now we use string pointers. Once the table stablelizes 117 once_execute (once, init); 138 once_execute (once, init);
|
/external/dropbear/libtomcrypt/notes/ |
tech0001.txt | 23 Next we must initialize the state once to get the ball rolling 61 Once you feel that there has been enough entropy added to the pool then within a single thread you can call 69 It is a very good idea that once you call the yarrow_ready() function that you stop harvesting entropy in your interrupt
|
/external/iptables/extensions/ |
libipt_2ecn.c | 50 "ECN match: can only use parameter ONCE!"); 61 "ECN match: can only use parameter ONCE!"); 72 "ECN match: can only use parameter ONCE!");
|
libipt_CLUSTERIP.c | 99 exit_error(PARAMETER_PROBLEM, "Can only specify `--new' once\n"); 106 exit_error(PARAMETER_PROBLEM, "Can only specify hashmode once\n"); 122 exit_error(PARAMETER_PROBLEM, "Can only specify MAC once\n"); 132 exit_error(PARAMETER_PROBLEM, "Can only specify total node number once\n"); 142 exit_error(PARAMETER_PROBLEM, "Can only specify local node number once\n"); 153 exit_error(PARAMETER_PROBLEM, "Can specify hash init value only once\n");
|
/external/webkit/WebCore/loader/icon/ |
IconDatabaseNone.cpp | 40 // Theoretically once the switch is flipped this should never change 46 // Icons expire once a day 48 // Absent icons are rechecked once a week
|