OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:specify
(Results
226 - 250
of
4616
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/dalvik/src/main/java/dalvik/system/profiler/
ThreadSampler.java
29
* Used to
specify
the maximum stack depth to collect.
/libcore/luni/src/main/java/java/lang/annotation/
RetentionPolicy.java
22
* with the {@link Retention} annotation to
specify
an annotation's time-to-live
/ndk/build/tools/
build-libportable.sh
47
register_var_option "--ndk-dir=<path>" NDK_DIR "
Specify
NDK root path for the build."
51
register_var_option "--build-dir=<path>" OPTION_BUILD_DIR "
Specify
temporary build dir."
54
register_var_option "--out-dir=<path>" OUT_DIR "
Specify
output directory directly."
57
register_var_option "--abis=<list>" ABIS "
Specify
list of target ABIs."
rebuild-all-prebuilt.sh
28
register_var_option "--build-dir=<path>" BUILD_DIR "
Specify
temporary build directory"
31
register_var_option "--arch=<arch>" ARCHS "
Specify
target architectures"
42
register_option "--systems=<list>" do_SYSTEMS "
Specify
host systems"
55
register_var_option "--darwin-ssh=<hostname>" DARWIN_SSH "
Specify
Darwin hostname for remote build."
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
_dec_vms.h
71
# error "STLport won't work with new iostreams and std:: being implicitly included. Please use -std strict_ansi[_errors] or
specify
__NO_USE_STD_IOSTREAM"
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
MultiLineTexture.java
28
// To create a MultiLineTexture, use the newInstance() method and
specify
/packages/apps/Mms/src/org/w3c/dom/smil/
ElementParallelTimeContainer.java
20
*
specify
a repeat iteration. (?)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
virtio_net.h
20
*
specify
GSO or CSUM features, you can simply ignore the header. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
virtio_net.h
20
*
specify
GSO or CSUM features, you can simply ignore the header. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
virtio_net.h
20
*
specify
GSO or CSUM features, you can simply ignore the header. */
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_dec_vms.h
71
# error "STLport won't work with new iostreams and std:: being implicitly included. Please use -std strict_ansi[_errors] or
specify
__NO_USE_STD_IOSTREAM"
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_dec_vms.h
71
# error "STLport won't work with new iostreams and std:: being implicitly included. Please use -std strict_ansi[_errors] or
specify
__NO_USE_STD_IOSTREAM"
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_dec_vms.h
71
# error "STLport won't work with new iostreams and std:: being implicitly included. Please use -std strict_ansi[_errors] or
specify
__NO_USE_STD_IOSTREAM"
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_dec_vms.h
71
# error "STLport won't work with new iostreams and std:: being implicitly included. Please use -std strict_ansi[_errors] or
specify
__NO_USE_STD_IOSTREAM"
/prebuilts/tools/common/proguard/proguard4.7/examples/ant/
midlets.xml
23
<!--
Specify
the input jars, output jars, and library jars. -->
/prebuilts/tools/common/proguard/proguard4.7/examples/
retrace.pro
8
#
Specify
the input jars, output jars, and library jars.
/sdk/annotations/src/android/annotation/
SuppressLint.java
35
* ignored by lint. It is not an error to
specify
an unrecognized name.
/external/clang/tools/scan-build/
scan-build.1
66
Specify
the title used on generated HTML pages.
76
one can
specify
this behavior directly using build options.
98
option to
specify
an alternate compiler.
101
option to
specify
an alternate compiler.
112
Specify
the contraint engine used by the analyzer. By default the
130
Specify
the store model used by the analyzer. By default, the
135
sensitive store model. Users can also
specify
/external/linux-tools-perf/Documentation/
perf-probe.txt
34
Specify
vmlinux path which has debuginfo (Dwarf binary).
38
Specify
module name in which perf-probe searches probe points
43
Specify
path to kernel source.
115
It is also possible to
specify
a probe point by the source line number or lazy matching by using 'SRC:ALN' or 'SRC;PTN' syntax, where 'SRC' is the source file path, ':ALN' is the line number and ';PTN' is the lazy matching pattern.
124
'NAME' specifies the name of this argument (optional). You can use the name of local variable, local data structure member (e.g. var->field, var.field2), local array with fixed index (e.g. array[1], var->array[0], var->pointer[2]), or kprobe-tracer argument format (e.g. $retval, %ax, etc). Note that the name of this argument will be set as the last member name if you
specify
a local data structure member (e.g. field2 for 'var->field1.field2'.)
125
'TYPE' casts the type of this argument (optional). If omitted, perf probe automatically set the type based on debuginfo. You can
specify
'string' type only for the local variable or structure member which is an array of or a pointer to 'char' or 'unsigned char' type.
136
and 'ALN2' is end line number in the file. It is also possible to
specify
how
/external/llvm/tools/llvm-extract/
llvm-extract.cpp
41
OutputFilename("o", cl::desc("
Specify
output filename"),
52
ExtractFuncs("func", cl::desc("
Specify
function to extract"),
58
ExtractRegExpFuncs("rfunc", cl::desc("
Specify
function(s) to extract using a "
64
ExtractAliases("alias", cl::desc("
Specify
alias to extract"),
71
ExtractRegExpAliases("ralias", cl::desc("
Specify
alias(es) to extract using a "
77
ExtractGlobals("glob", cl::desc("
Specify
global to extract"),
83
ExtractRegExpGlobals("rglob", cl::desc("
Specify
global(s) to extract using a "
/external/openssh/
sftp.0
39
-1
Specify
the use of protocol version 1.
41
-2
Specify
the use of protocol version 2.
48
Specify
the size of the buffer that sftp uses when transferring
89
specify
an alternate port use: sftp -oPort=24. For full details
154
Specify
how many requests may be outstanding at any one time.
215
local-path is specified, then local-path must
specify
a
293
remote-path is specified, then remote-path must
specify
a
/frameworks/base/docs/html/tools/help/
monkey.jd
158
<td>If you
specify
one or more packages this way, the Monkey will <i>only</i> allow the system
160
other packages (e.g. to select a contact) you'll need to
specify
those packages as well.
161
If you don't
specify
any packages, the Monkey will allow the system to launch activities
162
in all packages. To
specify
multiple packages, use the -p option multiple times — one -p
168
<td>If you
specify
one or more categories this way, the Monkey will <i>only</i> allow the
170
If you don't
specify
any categories, the Monkey will select activities listed with the category
171
Intent.CATEGORY_LAUNCHER or Intent.CATEGORY_MONKEY. To
specify
multiple categories, use the -c
197
unhandled exception. If you
specify
this option, the Monkey will continue to send events to
204
as a "Application Not Responding" dialog. If you
specify
this option, the Monkey will continue to
211
for example if it attempts to launch an activity that requires certain permissions. If you
specify
[
all
...]
/frameworks/base/docs/html/training/basics/intents/
filters.jd
62
<p>
Specify
this in your intent filter with the <a
64
The value you
specify
in this element must be the full string name for the action, instead of the
69
<p>
Specify
this in your intent filter with the <a
71
or more attributes in this element, you can
specify
just the MIME type, just a URI prefix,
76
of a URI), you should
specify
only the {@code android:mimeType} attribute to declare the type of
84
<p>
Specify
this in your intent filter with the <a
117
their behaviors, you should create separate intent filters to
specify
which actions are acceptable
124
android.content.Intent#ACTION_SENDTO} intent must use the data {@link android.net.Uri} to
specify
194
android.app.Activity#setResult(int,Intent) setResult()} to
specify
the result code and result {@link
206
<p>You must always
specify
a result code with the result. Generally, it's either {@lin
[
all
...]
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
headerparserhandler.py
48
# PythonOption to
specify
the handler root directory.
51
# PythonOption to
specify
the handler scan directory.
66
# PythonOption to
specify
to allow draft75 handshake.
109
# to filter logs. So, we need to
specify
LogLevel in the server
110
# configuration context. Even if we
specify
"LogLevel debug" in the
/external/clang/test/Analysis/
taint-generic.c
143
int *buf1 = (int*)malloc(ts*sizeof(int)); // expected-warning {{Untrusted data is used to
specify
the buffer size}}
144
char *dst = (char*)calloc(ts, sizeof(char)); //expected-warning {{Untrusted data is used to
specify
the buffer size}}
145
bcopy(buf1, dst, ts); // expected-warning {{Untrusted data is used to
specify
the buffer size}}
146
__builtin_memcpy(dst, buf1, (ts + 4)*sizeof(char)); // expected-warning {{Untrusted data is used to
specify
the buffer size}}
149
char *dst2 = (char*)malloc(ts*sizeof(char)); // expected-warning {{Untrusted data is used to
specify
the buffer size}}
Completed in 1218 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>