/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.
|
/packages/apps/Settings/src/com/android/settings/ |
EventLogTags.logtags | 5 # log the type of screen lock when user sets lock screen
|
/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...] |
/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/lldb/scripts/Python/interface/ |
SBExpressionOptions.i | 31 %feature("docstring", "Sets whether to coerce the expression result to ObjC id type after evaluation.") SetCoerceResultToId; 39 %feature("docstring", "Sets whether to unwind the expression stack on error.") SetUnwindOnError; 47 %feature("docstring", "Sets whether to ignore breakpoint hits while running expressions.") SetUnwindOnError; 55 %feature("docstring", "Sets whether to cast the expression result to its dynamic type.") SetFetchDynamicValue; 63 %feature("docstring", "Sets the timeout in microseconds to run the expression for. If try all threads is set to true and the expression doesn't complete within the specified timeout, all threads will be resumed for the same timeout to see if the expresson will finish.") SetTimeoutInMicroSeconds; 70 %feature("docstring", "Sets whether to run all threads if the expression does not complete on one thread.") SetTryAllThreads;
|
/hardware/samsung_slsi/exynos5/include/ |
ExynosCamera.h | 339 //! Sets preview's buffer 346 //! Sets video's width, height 351 //! Sets video's color format 364 //! Sets video's buffer 379 //! Sets snapshot's buffer 587 //! Sets the antibanding. 590 //! Sets the auto-exposure lock state. 593 //! Sets the auto-white balance lock state. 596 //! Sets the current color effect setting. 599 //! Sets the exposure compensation index [all...] |
/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);
|
/external/chromium_org/chrome/app/ |
chrome_main_mac.h | 16 // Sets the app bundle (base::mac::FrameworkBundle()) to the framework's bundle, 17 // and sets the base bundle ID (base::mac::BaseBundleID()) to the proper value
|
/external/chromium_org/chrome/browser/ui/cocoa/applescript/ |
bookmark_item_applescript.h | 21 // Assigns a node, sets its unique ID and also copies temporary values. 27 // Sets the URL of the bookmark item, displays error in applescript console
|
/external/chromium_org/chrome/browser/ui/cocoa/tab_contents/ |
sad_tab_view.h | 36 // Sets |help_| based on |helpPlaceholder_|, sets |helpPlaceholder_| to nil.
|
/external/chromium_org/components/captive_portal/ |
captive_portal_testing_utils.h | 25 // Sets test time for captive portal detector. 33 // Sets URL fetcher state and notifies portal detector.
|
/external/chromium_org/net/url_request/ |
url_request_netlog_params.h | 32 // function. On success, sets |load_flags| accordingly and returns true. 33 // On failure, sets |load_flags| to 0.
|
/external/chromium_org/printing/ |
print_destination_interface.h | 16 // Sets the number of pages to print as soon as it is known. 19 // Sets the metafile bits for a given page as soon as it is ready.
|
/external/chromium_org/remoting/host/win/ |
window_station_and_desktop.h | 24 // Sets a new desktop handle closing the owned desktop handle if needed. 27 // Sets a new window station handle closing the owned window station handle
|
/external/guava/guava-tests/test/com/google/common/collect/ |
TransformedSetTest.java | 36 * Tests for {@link Sets#transform(Set, Sets.InvertibleFunction)}. 43 private static final Sets.InvertibleFunction<Integer, Integer> integerBijection = 44 new Sets.InvertibleFunction<Integer, Integer>() { 70 Set<Integer> original = Sets.newHashSet(0, 1, 2, 3); 71 Set<Integer> transformed = Sets.transform(original, integerBijection); 109 Set<Integer> invertedIntegers = Sets.newHashSet(Iterables.transform(integers, 111 return Sets.transform(invertedIntegers, integerBijection);
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_SetClipRect.3 | 3 SDL_SetClipRect \- Sets the clipping rectangle for a surface\&. 11 Sets the clipping rectangle for a surface\&. When this surface is the destination of a blit, only the area within the clip rectangle will be drawn into\&.
|
SDL_SetGamma.3 | 3 SDL_SetGamma \- Sets the color gamma function for the display 11 Sets the "gamma function" for the display of each color component\&. Gamma controls the brightness/contrast of colors displayed on the screen\&. A gamma value of 1\&.0 is identity (i\&.e\&., no adjustment is made)\&.
|
SDL_WM_SetIcon.3 | 3 SDL_WM_SetIcon \- Sets the icon for the display window\&. 11 Sets the icon for the display window\&. Win32 icons must be 32x32\&.
|
/development/ndk/tests/dlclose-destruction/jni/ |
libtest1.h | 10 * and sets its value to 1.
|
/external/chromium_org/chrome/browser/extensions/api/tabs/ |
windows_util.h | 17 // returns false and sets UIThreadExtensionFunction error_.
|
/external/chromium_org/chrome/common/ |
child_process_logging.h | 13 // Sets up the base/debug/crash_logging.h mechanism.
|