/external/libcap-ng/libcap-ng-0.7/docs/ |
capng_setpid.3 | 11 capng_pid sets the working pid for capabilities operations. This is useful if you want to get the capabilities of a different process.
|
/external/skia/tools/skp/page_sets/other/ |
skia_maybe_later_set.json | 2 "description": "Pages we may add to the skia sets later.",
|
/toolchain/binutils/binutils-2.25/ld/emulparams/ |
m32relf.sh | 11 # This sets the stack to the top of simulator memory (8MB).
|
m32relf_linux.sh | 10 # Hmmm, there's got to be a better way. This sets the stack to the
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
GridDataFactory.java | 151 * Sets the GridData span. The span controls how many cells are filled by the control. 166 * Sets the GridData span. The span controls how many cells are filled by the control. 178 * Sets the GridData span. The span controls how many cells are filled by the control. 195 * Sets the width and height hints. The width and height hints override the control's preferred 211 * Sets hint in chars. 220 * Sets the width hint. 230 * Sets the width hint to the minimum of current hint and given <code>otherHint</code>. 240 * Sets the width hint in chars. 249 * Sets the width hint. 258 * Sets the height hint [all...] |
/dalvik/dx/src/com/android/dx/ssa/ |
SetFactory.java | 25 * Makes int sets for various parts of the optimizer. 30 * BitIntSet/ListIntSet threshold for dominance frontier sets. These 31 * sets are kept per basic block until phi placement and tend to be, 39 * BitIntSet/ListIntSet threshold for interference graph sets. These 40 * sets are kept per register until register allocation is done. 47 * BitIntSet/ListIntSet threshold for the live in/out sets kept by 48 * {@link SsaBasicBlock}. These are sets of SSA registers kept per basic 60 * Make IntSet for the dominance-frontier sets. 72 * Make IntSet for the interference graph sets. Public because 85 * Make IntSet for register live in/out sets [all...] |
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
SetFactory.java | 25 * Makes int sets for various parts of the optimizer. 30 * BitIntSet/ListIntSet threshold for dominance frontier sets. These 31 * sets are kept per basic block until phi placement and tend to be, 39 * BitIntSet/ListIntSet threshold for interference graph sets. These 40 * sets are kept per register until register allocation is done. 47 * BitIntSet/ListIntSet threshold for the live in/out sets kept by 48 * {@link SsaBasicBlock}. These are sets of SSA registers kept per basic 60 * Make IntSet for the dominance-frontier sets. 72 * Make IntSet for the interference graph sets. Public because 85 * Make IntSet for register live in/out sets [all...] |
/system/update_engine/common/ |
cpu_limiter.h | 33 // Sets the current process shares to |shares|. Returns true on 42 // Sets the cpu shares to low and sets up timeout events to stop the limiter. 48 // Sets the cpu shares to |shares|. This method can be user at any time, but 53 // The cpu shares timeout source callback sets the current cpu shares to
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
TransactionContext.java | 20 import com.google.android.collect.Sets; 65 if (mUpdatedRawContacts == null) mUpdatedRawContacts = Sets.newHashSet(); 72 mDirtyRawContacts = Sets.newHashSet(); 83 mMetadataDirtyRawContacts = Sets.newHashSet(); 91 mBackupIdChangedRawContacts = Sets.newHashSet(); 98 mChangedRawContacts = Sets.newHashSet(); 109 if (mStaleSearchIndexRawContacts == null) mStaleSearchIndexRawContacts = Sets.newHashSet(); 114 if (mStaleSearchIndexContacts == null) mStaleSearchIndexContacts = Sets.newHashSet(); 124 if (mUpdatedRawContacts == null) mUpdatedRawContacts = Sets.newHashSet(); 129 if (mDirtyRawContacts == null) mDirtyRawContacts = Sets.newHashSet() [all...] |
/frameworks/base/packages/SystemUI/docs/ |
demo_mode.md | 30 | ```level``` | | Sets the battery level (0 - 100) 31 | ```plugged``` | | Sets charging state (```true```, ```false```) 34 | ```fully``` | | Sets MCS state to fully connected (```true```, ```false```) 36 | | ```level``` | Sets wifi level (null or 0-4) 39 | | ```level``` | Sets mobile signal strength level (null or 0-4) 40 | ```carriernetworkchange``` | | Sets mobile signal icon to carrier network change UX when disconnected (```show``` to show icon, any other value to hide) 41 | ```sims``` | | Sets the number of sims (1-8) 44 | ```mode``` | | Sets the bars visual style (opaque, translucent, semi-transparent) 46 | ```volume``` | | Sets the icon in the volume slot (```silent```, ```vibrate```, any other value to hide) 47 | ```bluetooth``` | | Sets the icon in the bluetooth slot (```connected```, ```disconnected```, any other value to hide [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/ |
PeriodBuilderFactory.java | 19 * Sets the time units available for use. Default is all units. 28 * Sets whether the time unit is available for use. 36 * Sets the maximum value for the largest available time unit (as 45 * Sets the minimum value for the smallest available time unit (as 54 * Sets whether units with a value of zero are represented in a 62 * Sets whether weeks are used with other units, or only when 69 * Sets whether milliseconds are allowed. This is only examined 82 * Sets the locale for the factory. Setting the locale can adjust 90 * Sets the time zone for the factory. This can affect the timezone
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
PeriodBuilderFactory.java | 17 * Sets the time units available for use. Default is all units. 26 * Sets whether the time unit is available for use. 34 * Sets the maximum value for the largest available time unit (as 43 * Sets the minimum value for the smallest available time unit (as 52 * Sets whether units with a value of zero are represented in a 60 * Sets whether weeks are used with other units, or only when 67 * Sets whether milliseconds are allowed. This is only examined 80 * Sets the locale for the factory. Setting the locale can adjust 88 * Sets the time zone for the factory. This can affect the timezone
|
/external/guava/guava-testlib/test/com/google/common/collect/testing/features/ |
FeatureUtilTest.java | 22 import com.google.common.collect.Sets; 152 Set<Feature<?>> features = Sets.<Feature<?>>newHashSet( 160 features = Sets.<Feature<?>>newHashSet( 165 features = Sets.<Feature<?>>newHashSet( 171 features = Sets.<Feature<?>>newHashSet( 182 Set<Feature<?>> features = Sets.<Feature<?>>newHashSet( 190 features = Sets.<Feature<?>>newHashSet( 194 features = Sets.<Feature<?>>newHashSet( 199 features = Sets.<Feature<?>>newHashSet( 212 Sets.<Feature<?>>newHashSet(ExampleBaseFeature.BASE_FEATURE_1) [all...] |
/dalvik/dx/src/com/android/dx/io/ |
CodeReader.java | 33 * Sets {@code visitor} as the visitor for all instructions. 44 * Sets {@code visitor} as the visitor for all instructions not 52 * Sets {@code visitor} as the visitor for all string instructions. 59 * Sets {@code visitor} as the visitor for all type instructions. 66 * Sets {@code visitor} as the visitor for all field instructions. 73 * Sets {@code visitor} as the visitor for all method instructions.
|
/development/samples/SoftKeyboard/src/com/android/inputmethodcommon/ |
InputMethodSettingsInterface.java | 33 * Sets the title for the input method settings category with a resource ID. 39 * Sets the title for the input method settings category with a CharSequence. 45 * Sets the title for the input method enabler preference for launching subtype enabler with a 52 * Sets the title for the input method enabler preference for launching subtype enabler with a 59 * Sets the icon for the preference for launching subtype enabler with a resource ID. 65 * Sets the icon for the Preference for launching subtype enabler with a Drawable.
|
/external/dexmaker/src/dx/java/com/android/dx/io/ |
CodeReader.java | 33 * Sets {@code visitor} as the visitor for all instructions. 44 * Sets {@code visitor} as the visitor for all instructions not 52 * Sets {@code visitor} as the visitor for all string instructions. 59 * Sets {@code visitor} as the visitor for all type instructions. 66 * Sets {@code visitor} as the visitor for all field instructions. 73 * Sets {@code visitor} as the visitor for all method instructions.
|
/external/libcap/doc/ |
cap_clear.3 | 27 holds information about the capabilities in each of the three sets, 39 (i.e., it identifies one of the three capability sets). 75 sets the flag, 89 compares two full capability sets and, in the spirit of 91 returns zero if the two capability sets are identical. A positive 95 returned value carries further information about which of three sets,
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
FilterSource.java | 68 MediaSet[] sets = dataManager.getMediaSetsFromString(setsName); local 69 return new FilterTypeSet(path, dataManager, sets[0], mediaType); 73 MediaSet[] sets = dataManager.getMediaSetsFromString(setsName); local 74 return new FilterDeleteSet(path, sets[0]); 78 MediaSet[] sets = dataManager.getMediaSetsFromString(setsName); local 79 return new FilterEmptyPromptSet(path, sets[0], mEmptyItem);
|
/cts/hostsidetests/appsecurity/test-apps/keysets/malNoDef/ |
AndroidManifest.xml | 20 <key-sets> 22 </key-sets>
|
/external/selinux/libselinux/man/man3/ |
security_getenforce.3 | 20 sets SELinux to enforcing mode if the value 1 is passed in, and sets it to
|
/external/testng/src/test/java/test/ |
NestedStaticTest.java | 8 import org.testng.collections.Sets; 27 Set<String> actual = Sets.newHashSet();
|
/frameworks/base/telephony/java/com/android/ims/internal/uce/presence/ |
PresRlmiInfo.java | 60 * Sets the URI. 76 * Sets the version. 92 * Sets the RLMI state. 108 * Sets the RLMI list name. 124 * Sets the subscription request ID. 140 * Sets the presence subscription state. 156 * Sets the presence subscription expiration time. 172 * Sets the presence subscription terminated reason.
|
/development/ndk/tests/dlclose-destruction/jni/ |
libtest1.h | 10 * and sets its value to 1.
|
/external/autotest/frontend/ |
thread_local.py | 8 Sets the current request's logged-in user. user should be a
|
/external/clang/utils/ |
token-delta.py | 49 """split(set) -> [sets] 63 def delta(self, c, sets): 64 # assert(reduce(set.union, sets, set()) == c) 67 if len(sets) <= 1: 71 res = self.search(c, sets) 75 # Otherwise, partition sets if possible; if not we are done. 76 refined = sum(map(list, map(self.split, sets)), []) 77 if len(refined) == len(sets): 82 def search(self, c, sets): 83 for i,S in enumerate(sets) [all...] |