Searched
full:once (Results
426 -
450 of
3364) sorted by null
<<11121314151617181920>>
/packages/wallpapers/MagicSmoke/ |
CleanSpec.mk | 18 # of the list. These steps will only be run once, if they haven't been
|
/packages/wallpapers/MusicVisualization/ |
CleanSpec.mk | 18 # of the list. These steps will only be run once, if they haven't been
|
/prebuilt/ |
CleanSpec.mk | 18 # of the list. These steps will only be run once, if they haven't been
|
/sdk/ |
CleanSpec.mk | 18 # of the list. These steps will only be run once, if they haven't been
|
/sdk/archquery/src/com/android/archquery/ |
Main.java | 29 * The other problem is that once a VM is launched it is impossible to change its classpath to
|
/system/bluetooth/ |
CleanSpec.mk | 18 # of the list. These steps will only be run once, if they haven't been
|
/system/core/ |
CleanSpec.mk | 18 # of the list. These steps will only be run once, if they haven't been
|
/system/extras/ |
CleanSpec.mk | 18 # of the list. These steps will only be run once, if they haven't been
|
/system/netd/ |
CleanSpec.mk | 18 # of the list. These steps will only be run once, if they haven't been
|
/system/vold/ |
CleanSpec.mk | 18 # of the list. These steps will only be run once, if they haven't been
|
VolumeManager.h | 72 // XXX: This should be moved private once switch uevents are working
|
/system/wlan/ti/ |
CleanSpec.mk | 18 # of the list. These steps will only be run once, if they haven't been
|
/dalvik/dx/src/com/android/dx/dex/code/ |
CstInsn.java | 136 * Sets the constant's index. It is only valid to call this method once 184 * called. It is only valid to call this method once per instance.
|
/dalvik/libcore/luni-kernel/src/main/java/java/lang/ref/ |
SoftReference.java | 37 * references. Once the garbage collector has decided that an object {@code obj} 70 * their entries removed once they are not referenced any more (from outside),
|
/dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/ |
IOUtil.java | 79 // read at least once 85 // read at least once for one byte
|
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/fortress/ |
SecurityUtils.java | 63 * once for a given thread. The first call to <code>putContext</code> is 83 // this only allowed once - for the very first thread.
|
/dalvik/libcore/sql/src/main/java/javax/sql/ |
PooledConnection.java | 66 * PooledConnection}. Once registered, the {@code ConnectionEventListener} 101 * PooledConnection}. Once unregistered, the {@code ConnectionEventListener}
|
/dalvik/libcore/text/src/main/java/java/text/ |
CollationKey.java | 43 * the {@code CollationKey}, but once the key is created, binary comparisons 50 * recommended if the strings are to be compared only once.
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
KeyDeclaration.java | 137 * of the key; the expression is evaluated once for each node 150 * of the key; the expression is evaluated once for each node
|
/external/bluetooth/glib/glib/ |
gthread.c | 133 /* This must be called only once, before any threads are created. 176 g_once_impl (GOnce *once, 182 while (once->status == G_ONCE_STATUS_PROGRESS) 185 if (once->status != G_ONCE_STATUS_READY) 187 once->status = G_ONCE_STATUS_PROGRESS; 190 once->retval = func (arg); 193 once->status = G_ONCE_STATUS_READY; 199 return once->retval;
|
/external/bluetooth/glib/gobject/ |
gtypeplugin.c | 77 * carries a use_count, once use_count goes from zero to one, you need 80 * succeeding use/unuse calls, once use_count drops to zero, you can
|
/external/bluetooth/glib/tests/gobject/ |
references.c | 184 /* Test two weak references at once 239 /* Test two toggle references at once
|
/external/clearsilver/util/ |
skiplist.h | 54 * concurrent searches. Once the limit is reached, new 119 * Description: Releases the lock on the value associated with <lock>. Once
|
/external/guava/src/com/google/common/base/ |
Service.java | 67 * Initiates service startup (if necessary), returning once the service has 106 * Initiates service shutdown (if necessary), returning once the service has
|
/external/icu4c/common/ |
propsvec.h | 119 * In a first phase, only special values are delivered (each exactly once), 121 * Then the handler is called once more with start==end==UPVEC_START_REAL_VALUES_CP
|
Completed in 103 milliseconds
<<11121314151617181920>>