/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_bitset.h | 73 //returns the number of bit set within the buffer between __beg and __end. 88 // Mapping from 8 bit unsigned integers to the index of the first one bit set: 479 // Versions of single-bit set, reset, flip, test with no range checking. 510 // Set, reset, and flip. 512 bitset<_Nb>& set() { function in class:bitset 518 bitset<_Nb>& set(size_t __pos) { function in class:bitset 524 bitset<_Nb>& set(size_t __pos, int __val) { function in class:bitset 646 set(__i);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_all.py | 57 def set(self, lsn) : member in class:logcursor_py3k 58 v = self._logcursor.set(lsn) 91 def set(self, k) : member in class:cursor_py3k 94 v = self._dbcursor.set(k)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
threading.py | 90 """Set a profile function for all threads started from the threading module. 100 """Set a trace function for all threads started from the threading module. 152 the lock is unlocked (not owned by any thread), then grab ownership, set 158 When invoked with the blocking argument set to true, do the same thing 161 When invoked with the blocking argument set to false, do not block. If a 451 When invoked with blocking set to true, do the same thing as when called 454 When invoked with blocking set to false, do not block. If a call without 542 Events manage a flag that can be set to true with the set() method and reset 551 flag that can be set to true with the set() method and reset to fals 573 def set(self): member in class:_Event [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/ |
ElementTree.py | 182 # {@link #Element.set}, 431 # @param key What attribute to set. 434 def set(self, key, value): member in class:Element 464 # elements may or may not be included. To get a stable set, use the [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_all.py | 57 def set(self, lsn) : member in class:logcursor_py3k 58 v = self._logcursor.set(lsn) 91 def set(self, k) : member in class:cursor_py3k 94 v = self._dbcursor.set(k)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
threading.py | 90 """Set a profile function for all threads started from the threading module. 100 """Set a trace function for all threads started from the threading module. 152 the lock is unlocked (not owned by any thread), then grab ownership, set 158 When invoked with the blocking argument set to true, do the same thing 161 When invoked with the blocking argument set to false, do not block. If a 451 When invoked with blocking set to true, do the same thing as when called 454 When invoked with blocking set to false, do not block. If a call without 542 Events manage a flag that can be set to true with the set() method and reset 551 flag that can be set to true with the set() method and reset to fals 573 def set(self): member in class:_Event [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/ |
ElementTree.py | 182 # {@link #Element.set}, 431 # @param key What attribute to set. 434 def set(self, key, value): member in class:Element 464 # elements may or may not be included. To get a stable set, use the [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
NodeProxy.java | 127 SwtUtils.set(mBounds, bounds); 298 // Set default attributes -- but only for new widgets (not when moving or copying)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/ |
StaticPortConfigDialog.java | 41 import java.util.Set; 99 // Set the dialog size. 304 // set its new value 310 mPorts.set(index, portNumber); 353 Set<String> deviceKeys = map.keySet(); 358 Set<String> appKeys = deviceMap.keySet(); 392 // set it in the store through the debug port manager.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
TestNode.java | 84 return set(ANDROID_URI, ATTR_ID, id); 87 public TestNode set(String uri, String name, String value) { method in class:TestNode
|
/system/core/sh/ |
expand.c | 178 * If EXP_FULL is set, output CTLESC characters to allow for further processing. 517 error("%.*s: parameter %snot set", p - str - 1, 613 int set; local 628 set = varisset(var, varflags & VSNUL); 634 set = 0; 636 set = 1; 642 if (!set && uflag) { 650 error("%.*s: parameter not set", p - var - 1, var); 655 if (set && subtype != VSPLUS) { 694 set = !set [all...] |
/system/core/toolbox/ |
dd.c | 117 sigset_t infoset; /* a set blocking SIGINFO */ 377 * POSIX states that if bs is set and no other conversions 633 * If noerror not set die. POSIX requires that the warning 1033 u_int set, noset; member in struct:arg 1084 "%s: illegal argument combination or already set\n", 1089 ddflags |= ap->set; 1098 * just wanted to set both the input and output block sizes 1266 u_int set, noset; member in struct:conv 1300 ddflags |= cp->set;
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
FormatterTest.java | [all...] |
PropertiesTest.java | 40 import java.util.Set; 521 Set<String> set = tProps.stringPropertyNames(); local 522 assertEquals(2, set.size()); 523 assertTrue(set.contains("test.prop")); 524 assertTrue(set.contains("bogus.prop")); 525 assertNotSame(set, tProps.stringPropertyNames()); 527 set = new Properties().stringPropertyNames(); 528 assertEquals(0, set.size()); 530 set = new Properties(System.getProperties()).stringPropertyNames() [all...] |
/external/dexmaker/src/main/java/com/google/dexmaker/stock/ |
ProxyBuilder.java | 44 import java.util.Set; 135 private Set<Class<?>> interfaces = new HashSet<Class<?>>(); 293 handlerField.set(instance, handler); 298 // Should not be thrown, we just set the field to accessible. 307 methodArrayField.set(null, methodsToProxy); 312 // Should not be thrown, we just set the field to accessible. 330 // Should not be thrown, we just set the field to accessible. 597 Set<MethodSetEntry> methodsToProxy = new HashSet<MethodSetEntry>(); 598 Set<MethodSetEntry> seenFinalMethods = new HashSet<MethodSetEntry>(); 614 private void getMethodsToProxy(Set<MethodSetEntry> sink, Set<MethodSetEntry> seenFinalMethods [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/ |
Camera.java | 187 * A mask value set during contains() that allows fast culling of a Node's 218 * values of the camera are set to default. 296 location.set(cam.location); 297 rotation.set(cam.rotation); 335 this.projectionMatrixOverride.set(cam.projectionMatrixOverride); 340 this.viewMatrix.set(cam.viewMatrix); 341 this.projectionMatrix.set(cam.projectionMatrix); 342 this.viewProjectionMatrix.set(cam.viewProjectionMatrix); 666 this.location.set(location); 682 this.rotation.set(rotation) [all...] |
/frameworks/base/core/java/android/app/ |
FragmentManager.java | 183 * and {@link #popBackStack(int, int)}: If set, and the name or ID of 333 * @param writer A PrintWriter to which the dump is to be set. [all...] |
/frameworks/base/core/java/android/gesture/ |
GestureOverlayView.java | 307 path.set(mPath); 586 mInvalidRect.set((int) x - border, (int) y - border, (int) x + border, (int) y + border); 616 areaToRefresh.set((int) mCurveEndX - border, (int) mCurveEndY - border,
|
/frameworks/base/services/java/com/android/server/wm/ |
DisplayMagnifier.java | 299 magnifiedBounds.set(0, 0, 0, 0); 302 availableBounds.set(0, 0, screenWidth, screenHeight); 305 nonMagnifiedBounds.set(0, 0, 0, 0); 325 windowFrame.set(info.mWindowState.mFrame); 328 windowBounds.set((int) windowFrame.left, (int) windowFrame.top, 333 windowFrame.set(info.mTouchableRegion); 337 windowBounds.set((int) windowFrame.left, (int) windowFrame.top, 345 accountedBounds.set(magnifiedBounds); 371 bounds.set(magnifiedBounds); 379 dirtyRect.set(mHalfBorderWidth, mHalfBorderWidth [all...] |
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
ImageShader.java | 96 public void set(boolean normalize, int stride, int components, int type, float[] values) { method in class:ImageShader.VertexAttribute 110 public void set(boolean normalize, int offset, int stride, int components, int type, method in class:ImageShader.VertexAttribute 164 GLToolbox.checkGlError("Set vertex-attribute values"); 321 GLToolbox.checkGlError("Set uniform value (" + uniformName + ")"); 328 GLToolbox.checkGlError("Set uniform value (" + uniformName + ")"); 356 GLToolbox.checkGlError("Set uniform value (" + uniformName + ")"); 397 GLToolbox.checkGlError("Set uniform value (" + uniformName + ")"); 402 attr.set(false, FLOAT_SIZE * components, components, GLES20.GL_FLOAT, data); 408 attr.set(normalize, offset, stride, components, type, vbo); 601 GLToolbox.checkGlError("Set render variables") [all...] |
/libcore/luni/src/main/java/java/io/ |
ObjectInputStream.java | 828 * happened (if any) when dumping the original object graph. The set of seen 833 * as a regular object, and not by this method. In that case, the set of [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
TimerFragment.java | 88 private View mLastVisibleView = null; // used to decide if to set the view or animate to it. 207 v.set(o.mOriginalLength, timeLeft, drawRed); 461 // Set this to true; otherwise adding new views to the end of the list won't cause 569 // Clear the flag set in the notification because the adapter was just 576 // Clear the flag set in the alert because the adapter was just 801 ((TimerListItem)t.mView).set(t.mOriginalLength, t.mTimeLeft, true); method 814 ((TimerListItem)t.mView).set(t.mOriginalLength, t.mTimeLeft, false); method [all...] |
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
CalendarSyncParser.java | 93 // We set the organizer to this when the user is the organizer and we've redacted the 100 // we set our limit at 1/3 of the apparent maximum for extra safety 271 * Set DTSTART, DTEND, DURATION and EVENT_TIMEZONE as appropriate for the given Event 278 * the EVENT_TIMEZONE set to UTC 280 * hour, minute, and second = 0 and be set in UTC 294 // If this is an all-day event, set hour, minute, and second to zero, and use UTC 304 // original instance time has hour, minute, and second set to zero, and is in UTC 314 cal.set(GregorianCalendar.HOUR_OF_DAY, 0); 315 cal.set(GregorianCalendar.MINUTE, 0); 316 cal.set(GregorianCalendar.SECOND, 0) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
GLProtoBuf.java | [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Grammar.java | 78 * value set of escape chars. 124 /** Set of valid imports. E.g., can only import a tree parser into 125 * another tree parser. Maps delegate to set of delegator grammar types. 166 /** Has an action referenced the label? Set by ActionAnalysis.g 167 * Currently only set for rule labels. 198 public static final Set legalLexerOptions = 211 public static final Set legalParserOptions = 224 public static final Set legalTreeParserOptions = 238 public static final Set doNotCopyOptionsToLexer = 253 public static final Set legalBlockOptions [all...] |