OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:what
(Results
226 - 250
of
9590
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/kernel-headers/original/linux/netfilter/
nf_conntrack_ftp.h
33
/* For NAT to hook in when we find a packet which describes
what
other
/external/libcap-ng/libcap-ng-0.7/docs/
capng_capability_to_name.3
11
capng_capabilityi_to_name will take the integer being passed and look it up to see
what
its text string representation would be. The integer being input must be in the valid range defined in linux/capabiliy.h. The string that is output is the same as the define text from linux/capabiliy.h with the CAP_ prefix removed and lower case. This is useful for taking integer representation and converting it to something more user friendly for display.
capng_name_to_capability.3
11
capng_name_to_capability will take the string being passed and look it up to see
what
its integer value would be. The string being input is the same name as the define in linux/capabiliy.h with the CAP_ prefix removed. The string case does not matter. The integer that is output is the same as the define would be from linux/capabiliy.h. This is useful for taking string input and converting to something that can be used with capng_update.
capng_print_caps_text.3
17
If CAPNG_PRINT_BUFFER was selected for where, this will be the text buffer and NULL on failure. If CAPNG_PRINT_STDOUT was selected then this value will be NULL no matter
what
.
/external/libcap-ng/libcap-ng-0.7/utils/
netcap.8
9
Some directories in the /proc file system are readonly by root. The program will try to access and report
what
it can. But if nothing comes out, try changing to the root user and re-run this program.
/external/llvm/docs/
doxygen.intro
13
/// Since LLVM is constantly under active development,
what
you're about to
/external/llvm/
llvm-gen-intrinsics.mk
1
# We treat Intrinsics.td as a very special target just like
what
lib/VMCore/Makefile does
/external/llvm/test/CodeGen/X86/
2011-11-07-LegalizeBuildVector.ll
3
; We don't really care
what
this outputs; just make sure it's somewhat sane.
/external/llvm/test/Transforms/LICM/
2003-05-02-LoadHoist.ll
2
; despite the fact that calls to unknown functions may modify
what
is being
/external/oprofile/libop/
op_hw_config.h
17
* loop or in array index access/index checking unless you know
what
you
/external/oprofile/libregex/
demangle_symbol.h
16
/// demangle type: specify
what
demangling we use
/external/protobuf/gtest/xcode/Config/
DebugProject.xcconfig
16
// Deployment postprocessing is
what
triggers Xcode to strip, turn it off
/external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_Init.3
11
Initializes SDL\&. This should be called before all other SDL functions\&. The \fBflags\fR parameter specifies
what
part(s) of SDL to initialize\&.
/external/skia/include/core/
SkPicture.h
85
value reflects
what
was passed to setSize(), and does not necessarily
86
reflect the bounds of
what
has been recorded into the picture.
92
value reflects
what
was passed to setSize(), and does not necessarily
93
reflect the bounds of
what
has been recorded into the picture.
/external/skia/src/effects/
SkPixelXorXfermode.cpp
13
// we always return an opaque color, 'cause I don't know
what
to do with
/external/valgrind/main/exp-sgcheck/tests/
hsg.stderr.exp
36
<
what
>Invalid read of size 2</
what
>
64
<
what
>Invalid read of size 2</
what
>
/external/valgrind/main/helgrind/tests/
tc04_free_lock.c
7
/* Delete memory that has a held lock and see
what
happens. */
/external/valgrind/main/memcheck/tests/amd64-linux/
filter_defcfaexpr
17
# instead producing
what
we want, which is
/external/webkit/LayoutTests/fast/encoding/
pseudo-xml-2.html
6
<p>Test that an XML declaration <b>with</b> an explicit encoding is still honored. This is
what
Firefox 1.5 and Safari 2.0 do, unlike WinIE 6.</p>
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regexp/
everything.js
58
// 'I like it.
What
's up? I said NO!'.match(simpleSentence)
59
testcases[count++] = new TestCase ( SECTION, "'I like it.
What
's up? I said NO!'.match(simpleSentence)",
60
String(["I like it.
What
's up? I said NO!",' I said NO!']), String('I like it.
What
\'s up? I said NO!'.match(simpleSentence)));
/external/webkit/Source/WebCore/manual-tests/
mail-attachments.html
14
<p>Verify that the icon is
what
you see in Finder and has the file name and size beneath it</p>
/external/webkit/Source/WebCore/manual-tests/wml/
select-element.wml
6
<p>You can select one or more options, and then click 'Answer', the second card will tell you
what
you selected</p>
/frameworks/base/docs/html/training/multiple-apks/
index.jd
53
learn how to organize your codebase,
what
to do with your manifest, and how to investigate your APK
58
organize your codebase,
what
to do with your manifest, and how to investigate your APK configuration
63
how to organize your codebase,
what
to do with your manifest, and how to investigate your APK
69
of API level and screen size. Also learn how to organize your codebase,
what
to do with your
/frameworks/native/include/utils/
Functor.h
28
virtual status_t operator ()(int
what
, void* data) { return NO_ERROR; }
/frameworks/native/opengl/tests/testViewport/
README
22
What
happens:
Completed in 627 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>