/prebuilts/go/darwin-x86/src/flag/ |
export_test.go | 11 // ResetForTesting clears all flag state and sets the usage function as directed.
|
/prebuilts/go/linux-x86/src/flag/ |
export_test.go | 11 // ResetForTesting clears all flag state and sets the usage function as directed.
|
/system/sepolicy/ |
atrace.te | 16 # atrace sets debug.atrace.* properties
|
/toolchain/binutils/binutils-2.25/ld/emulparams/ |
armnto.sh | 24 # This sets the stack to the top of the simulator memory (2^19 bytes).
|
elf32microblaze.sh | 14 # Hmmm, there's got to be a better way. This sets the stack to the
|
elf32microblazeel.sh | 14 # Hmmm, there's got to be a better way. This sets the stack to the
|
mn10200.sh | 16 # This sets the stack to the top of the simulator memory (2^19 bytes).
|
/toolchain/binutils/binutils-2.25/ld/scripttempl/ |
README | 2 genscripts.sh sets some shell variables, then sources
|
/toolchain/binutils/binutils-2.25/libiberty/ |
memset.c | 9 Sets the first @var{count} bytes of @var{s} to the constant byte
|
/frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/ |
Camera2UtilsTest.java | 404 Camera2RequestSettingsSet[] sets = { new Camera2RequestSettingsSet(), local 406 sets[0].union(sets[1]); 407 assertEquals(1, sets[0].getRevision()); 408 assertEquals(0, sets[1].getRevision()); 427 Camera2RequestSettingsSet[] sets = { new Camera2RequestSettingsSet(), local 430 sets[0].set(CaptureRequest.CONTROL_AE_LOCK, true); 431 sets[1].set(CaptureRequest.CONTROL_AWB_LOCK, true); 432 sets[0].union(sets[1]) [all...] |
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
Sets.java | 51 * "http://code.google.com/p/guava-libraries/wiki/CollectionUtilitiesExplained#Sets"> 52 * {@code Sets}</a>. 60 public final class Sets { 61 private Sets() {} 391 return Sets.newSetFromMap(Maps.<E, Boolean>newIdentityHashMap()); 467 * Set<Object> identityHashSet = Sets.newSetFromMap( 483 * An unmodifiable view of a set which may be backed by other sets; this view 484 * will change as the backing sets do. Contains methods to copy the data into 511 * all the sets involved are based on the same notion of equivalence. 524 * Returns an unmodifiable <b>view</b> of the union of two sets. The returne [all...] |
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/ |
Cell.java | 51 /** Sets the actor in this cell and adds the actor to the cell's table. If null, removes any current actor. */ 77 /** Sets the minWidth, prefWidth, maxWidth, minHeight, prefHeight, and maxHeight to the specified value. */ 89 /** Sets the minWidth, prefWidth, maxWidth, minHeight, prefHeight, and maxHeight to the specified values. */ 102 /** Sets the minWidth, prefWidth, maxWidth, minHeight, prefHeight, and maxHeight to the specified value. */ 108 /** Sets the minWidth, prefWidth, maxWidth, minHeight, prefHeight, and maxHeight to the specified values. */ 114 /** Sets the minWidth, prefWidth, and maxWidth to the specified value. */ 123 /** Sets the minWidth, prefWidth, and maxWidth to the specified value. */ 129 /** Sets the minHeight, prefHeight, and maxHeight to the specified value. */ 138 /** Sets the minHeight, prefHeight, and maxHeight to the specified value. */ 144 /** Sets the minWidth and minHeight to the specified value. * [all...] |
/external/icu/icu4c/source/common/ |
common.vcxproj.filters | 38 <Filter Include="properties & sets"> 377 <Filter>properties & sets</Filter> 380 <Filter>properties & sets</Filter> 383 <Filter>properties & sets</Filter> 386 <Filter>properties & sets</Filter> 389 <Filter>properties & sets</Filter> 392 <Filter>properties & sets</Filter> 395 <Filter>properties & sets</Filter> 398 <Filter>properties & sets</Filter> 401 <Filter>properties & sets</Filter [all...] |
/cts/hostsidetests/appsecurity/test-apps/keysets/malBadKey/ |
AndroidManifest.xml | 20 <key-sets> 26 </key-sets>
|
/cts/hostsidetests/appsecurity/test-apps/keysets/malOneDef/ |
AndroidManifest.xml | 20 <key-sets> 28 </key-sets>
|
/cts/hostsidetests/appsecurity/test-apps/keysets/uA/ |
AndroidManifest.xml | 20 <key-sets> 26 </key-sets>
|
/cts/hostsidetests/appsecurity/test-apps/keysets/uAB/ |
AndroidManifest.xml | 20 <key-sets> 28 </key-sets>
|
/cts/hostsidetests/appsecurity/test-apps/keysets/uAuB/ |
AndroidManifest.xml | 20 <key-sets> 31 </key-sets>
|
/cts/hostsidetests/appsecurity/test-apps/keysets/uB/ |
AndroidManifest.xml | 20 <key-sets> 26 </key-sets>
|
/cts/hostsidetests/appsecurity/test-apps/keysets/uBsharedUser/ |
AndroidManifest.xml | 21 <key-sets> 27 </key-sets>
|
/cts/hostsidetests/appsecurity/test-apps/keysets/uEcA/ |
AndroidManifest.xml | 20 <key-sets> 26 </key-sets>
|
/development/tools/hosttestlib/src/com/android/hosttest/ |
DeviceTest.java | 29 * Sets the device under test 47 * Sets host file system path that contains test app files
|
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/ |
SignerStub.java | 42 * Constructor, sets given name 51 * Constructor, sets given name and scope
|
/external/autotest/client/cros/chameleon/ |
usb_controller.py | 26 """Sets the playback configurations for the USB gadget driver. 43 """Sets the capture configurations for the USB gadget driver.
|
/external/autotest/client/site_tests/hardware_Fan/ |
control | 15 This is a hardware test for system fan. The test first sets the fan to max 16 speed, turns off the fan, and then sets to 50% speed. The test sleeps for a
|