HomeSort by relevance Sort by last modified time
    Searched full:specify (Results 151 - 175 of 4034) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java 62 /** max number of arguments that a connection can specify */
582 * <li> uid 0 (root) may specify any uid, gid, and setgroups() list
583 * <li> uid 1000 (Process.SYSTEM_UID) may specify any uid &gt; 1000 in normal
584 * operation. It may also specify any gid and setgroups() list it chooses.
585 * In factory test mode, it may specify any UID.
586 * <li> Any other uid may not specify any uid, gid, or setgroups list. The
606 /* In normal operation, SYSTEM_UID can only specify a restricted
607 * set of UIDs. In factory test mode, SYSTEM_UID may specify any uid.
623 "App UIDs may not specify uid's or gid's");
659 * may specify any rlimits
    [all...]
  /frameworks/base/core/res/res/values/
attrs_manifest.xml 87 applications can choose not to specify a default activity to
91 <!-- Option to let applications specify that user data can/cannot be
97 <!-- Option to let applications specify that user data should
116 <!-- Specify a permission that a client is required to have in order to
194 <!-- Specify the name of a user ID that will be shared between multiple
202 <!-- Specify a label for the shared user UID of this package. This is
260 and service components that do not specify any intent filters; it
267 <!-- Specify a specific process that the associated code is to run in.
283 <!-- Specify a task name that activities have an "affinity" to.
297 <!-- Specify that an activity can be moved out of a task it is in t
    [all...]
  /dalvik/vm/analysis/
DexPrepare.h 46 DEXOPT_UNIPROCESSOR = 1 << 6, /* specify uniprocessor target */
47 DEXOPT_SMP = 1 << 7 /* specify SMP target */
  /dalvik/vm/mterp/x86-atom/
OP_APUT_OBJECT.S 20 * specify a scale value which depends on the width of the array
23 * Provides a "value" register to specify the source of the mov
  /external/bluetooth/bluez/tools/
hciattach.8 36 Specify an initialization timeout. (Default is 5 seconds.)
39 Specify an initial speed instead of the hardware default.
sdptool.1 89 You can specify a handle for this record using
92 You can specify a channel to add the service on
  /external/chromium/chrome/browser/policy/
configuration_policy_provider.h 51 // Must be implemented by provider subclasses to specify the provider-specific
53 // it needs a policy provider to specify its policy choices. In |Provide|, the
  /external/chromium/chrome/browser/ui/webui/
html_dialog_tab_contents_delegate.cc 35 // Specify a NULL browser for navigation. This will cause Navigate()
62 // Specify a NULL browser for navigation. This will cause Navigate()
  /external/chromium/chrome/common/extensions/docs/static/
experimental.html 39 Specify the "experimental"
61 <li> Specify the <b>--enable-experimental-extension-apis</b> flag
  /external/collada/include/1.4/dom/
domTechnique.h 35 * This element may specify its own xmlns.
47 * Used to preserve order in elements that do not specify strict sequencing of sub-elements.
  /external/dbus/tools/
dbus-send.1 76 Specify the name of the connection to receive the message.
88 Specify "method_call" or "signal" (defaults to "signal").
  /external/icu4c/common/
umutex.h 97 * @param mutex The given mutex to be locked. Pass NULL to specify
105 * @param mutex The given mutex to be unlocked. Pass NULL to specify
  /external/libvpx/examples/
decode_with_drops.txt 32 To drop a range of frames, specify the starting frame and the ending
41 To drop a pattern of frames, specify the number of frames to drop and
  /external/libvpx/examples/includes/geshi/docs/
TODO 45 Ability to specify a "specialised" dialect as default? [DONE]
49 - Ability to specify that strings cannot be multiline [DONE]
  /external/llvm/docs/CommandGuide/
tblgen.pod 35 Specify the output file name. If F<filename> is C<->, then B<tblgen>
40 Specify where to find other target description files for inclusion. The
  /external/llvm/include/llvm/Support/
FileUtilities.h 25 /// This function allows you to specify an absolute and relative FP error that
26 /// is allowed to exist. If you specify a string to fill in for the error
  /external/llvm/utils/
profile.pl 49 print " -o <file> - Specify an output file other than llvm-prof.out.\n";
59 die "Must specify LLVM bitcode file as first argument!" if (@ARGV == 0);
  /external/oprofile/pp/
opannotate_options.cpp 99 cerr << "you must specify at least --source or --assembly\n";
109 cerr << "--base-dirs is useless unless you specify an "
  /external/proguard/src/proguard/shrink/
Shrinker.java 58 throw new IOException("You have to specify '-keep' options for the shrinking step.");
148 throw new IOException("The output jar is empty. Did you specify the proper '-keep' options?");
  /external/webkit/Source/WebKit/chromium/public/
WebFont.h 69 // |from| and |to| allow the caller to specify a subrange of the given text
83 // |from| -> |to| of the given text run. You can use -1 for |to| to specify
  /frameworks/base/core/java/android/widget/
TabHost.java 217 throw new IllegalArgumentException("you must specify a way to create the tab indicator.");
221 throw new IllegalArgumentException("you must specify a way to create the tab content");
433 * Specify a label as the tab indicator.
441 * Specify a label and icon as the tab indicator.
449 * Specify a view as the tab indicator.
457 * Specify the id of the view that should be used as the content
466 * Specify a {@link android.widget.TabHost.TabContentFactory} to use to
475 * Specify an intent to use to launch an activity as the tab content.
  /frameworks/base/graphics/java/android/graphics/drawable/
PaintDrawable.java 40 * Specify radius for the corners of the rectangle. If this is > 0, then the
56 * Specify radii for each of the 4 corners. For each corner, the array
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLSocketPair.java 66 * existing SSLContext. Optionally specify clientCipherSuites to
68 * caching. Optionally specify serverCipherSuites for testing
  /ndk/build/tools/
build-host-make.sh 36 register_option "--out=<file>" do_out "Specify output executable path" "$OUT"
40 register_var_option "--make=<path>" GNUMAKE "Specify GNU Make program for the build"
build-host-toolbox.sh 40 register_var_option "--ndk-dir=<path>" NDK_DIR "Specify NDK root path for the build."
44 register_var_option "--build-dir=<path>" OPTION_BUILD_DIR "Specify temporary build dir."

Completed in 1958 milliseconds

1 2 3 4 5 67 8 91011>>