OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:have
(Results
476 - 500
of
66330
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/build/core/combo/include/arch/linux-x86/
AndroidConfig.h
45
* Do we
have
the futex syscall?
77
* Define this if you
have
<termio.h>
82
* Define this if you
have
<sys/sendfile.h>
92
* Define this if you
have
sys/uio.h
103
* Define this if we
have
localtime_r().
108
* Define this if we
have
gethostbyname_r().
113
* Define this if we
have
ioctl().
123
* Define this if
have
clock_gettime() and friends
128
* Define this if we
have
linux style epoll()
135
* HAVE_ENDIAN_H --
have
endian.h header we can include
[
all
...]
/external/bison/lib/
config.in.h
21
/* Define if you wish *printf() functions that
have
a safe handling of
316
/* Define to 1 if you
have
the `alarm' function. */
319
/* Define to 1 if you
have
'alloca' after including <alloca.h>, a header that
323
/* Define to 1 if you
have
<alloca.h> and it should be used (not on Ultrix).
327
/* Define to 1 if you
have
the <bp-sym.h> header file. */
333
/* Define to 1 if you
have
the `catgets' function. */
336
/* Define to 1 if you
have
the Mac OS X function CFLocaleCopyCurrent in the
340
/* Define to 1 if you
have
the Mac OS X function CFPreferencesCopyAppValue in
347
/* Define to 1 if you
have
the `confstr' function. */
366
/* Define to 1 if you
have
the declaration of `clearerr_unlocked', and to 0 i
[
all
...]
/external/chromium_org/tools/telemetry/telemetry/unittest/
page_set_smoke_test.py
18
"""Verify that all URLs of pages in page_set
have
an associated archive. """
57
"""Verify that page_set and its page's base attributes
have
the right types.
67
msg='page_set %\'s file_path must
have
type string')
71
msg='page_set\'s archive_data_file path must
have
type string')
76
msg='page_set\'s user_agent_type must
have
type string')
80
msg='page_set\'s make_javascript_deterministic must
have
type bool')
84
msg='page_set\'s startup_url must
have
type string')
89
msg='page %s \'s url must
have
type string' % page.display_name)
96
msg='page %s \'s name field must
have
type string' % page.display_name)
/external/llvm/docs/HistoricalNotes/
2001-02-06-TypeNotationDebateResp1.txt
16
conclusion I do: that you
have
to go with familiar syntax over logical
29
> functions, and
have
to look up an example when they
have
to write them.
33
example may be easier for you to read because this is the way you
have
been
35
In either case, I would
have
to look up an example to write pointers to
46
> In my opinion, it is critically important to
have
clear and concise type
51
syntax that they
have
never seen that has a more logical structure. I think
52
the answer is the former. Sometimes, you
have
to give up a better idea
67
It is too confusing to
have
a list of 3 things, some of which are dimensions
2001-02-06-TypeNotationDebateResp4.txt
2
> conclusion I do: that you
have
to go with familiar syntax over logical
10
Although you
have
to remember that his situation was considerably
13
that a new person would
have
to learn the new, different, syntax
22
> > functions, and
have
to look up an example when they
have
to write them.
26
> example may be easier for you to read because this is the way you
have
been
28
> In either case, I would
have
to look up an example to write pointers to
34
manual. The reason this does not work for C is because you rarely
have
to
41
remember that you
have
to do all the pointer to member function stuff
72
> > In my opinion, it is critically important to
have
clear and concise typ
[
all
...]
/external/pcre/dist/
config.h.generic
17
to set the macro values. In this case, you do not
have
to set -DHAVE_CONFIG_H,
24
MATCH_LIMIT, whose actual value is relevant,
have
defaults defined, but are
54
/* Define to 1 if you
have
the `bcopy' function. */
57
/* Define to 1 if you
have
the <bits/type_traits.h> header file. */
60
/* Define to 1 if you
have
the <bzlib.h> header file. */
63
/* Define to 1 if you
have
the <dirent.h> header file. */
66
/* Define to 1 if you
have
the <dlfcn.h> header file. */
69
/* Define to 1 if you
have
the <editline/readline.h> header file. */
72
/* Define to 1 if you
have
the <edit/readline/readline.h> header file. */
75
/* Define to 1 if you
have
the <inttypes.h> header file. *
[
all
...]
config.h.in
17
to set the macro values. In this case, you do not
have
to set -DHAVE_CONFIG_H,
24
MATCH_LIMIT, whose actual value is relevant,
have
defaults defined, but are
54
/* Define to 1 if you
have
the `bcopy' function. */
57
/* Define to 1 if you
have
the <bits/type_traits.h> header file. */
60
/* Define to 1 if you
have
the <bzlib.h> header file. */
63
/* Define to 1 if you
have
the <dirent.h> header file. */
66
/* Define to 1 if you
have
the <dlfcn.h> header file. */
69
/* Define to 1 if you
have
the <editline/readline.h> header file. */
72
/* Define to 1 if you
have
the <edit/readline/readline.h> header file. */
75
/* Define to 1 if you
have
the <inttypes.h> header file. *
[
all
...]
/external/chromium_org/v8/test/webkit/
object-literal-syntax-expected.txt
29
PASS ({a:1, get a(){}}) threw exception SyntaxError: Object literal may not
have
data and accessor property with the same name.
30
PASS ({a:1, set a(v){}}) threw exception SyntaxError: Object literal may not
have
data and accessor property with the same name.
31
PASS ({get a(){}, a:1}) threw exception SyntaxError: Object literal may not
have
data and accessor property with the same name.
32
PASS ({set a(v){}, a:1}) threw exception SyntaxError: Object literal may not
have
data and accessor property with the same name.
33
PASS ({get a(){}, get a(){}}) threw exception SyntaxError: Object literal may not
have
multiple get/set accessors with the same name.
34
PASS ({set a(v){}, set a(v){}}) threw exception SyntaxError: Object literal may not
have
multiple get/set accessors with the same name.
35
PASS ({set a(v){}, get a(){}, set a(v){}}) threw exception SyntaxError: Object literal may not
have
multiple get/set accessors with the same name.
36
PASS (function(){({a:1, get a(){}})}) threw exception SyntaxError: Object literal may not
have
data and accessor property with the same name.
37
PASS (function(){({a:1, set a(v){}})}) threw exception SyntaxError: Object literal may not
have
data and accessor property with the same name.
38
PASS (function(){({get a(){}, a:1})}) threw exception SyntaxError: Object literal may not
have
data and accessor property with the same name
[
all
...]
/external/chromium_org/sandbox/linux/seccomp-bpf/
instruction.h
12
// The fields in this structure
have
the same meaning as the corresponding
22
// jt, jf -- all conditional jumps
have
a 8bit-wide jump offset that allows
25
// Conditional jumps
have
a "t"rue and "f"alse branch.
38
// When code generation is complete, we will
have
computed relative
45
// Once we
have
computed basic blocks, these pointers will be entered as
53
// by the "next_" pointer. This field is no longer needed when we
have
/external/chromium_org/sdch/open-vcdiff/vsprojects/
config.h
33
/* Define to 1 if you
have
the `QueryPerformanceCounter' function. */
36
/* Define to 1 if you
have
the <stdlib.h> header file. */
39
/* Define to 1 if you
have
the <string.h> header file. */
42
/* Define to 1 if you
have
the <windows.h> header file. */
66
/* Define to 1 if you
have
the ANSI C header files. */
81
// These functions
have
different names, but the same behavior,
/external/chromium_org/third_party/WebKit/ManualTests/
indexeddb-persists.html
3
<p>This is a test that only applies to IndexedDB. <span id=enabled>Our test for whether you
have
it enabled seems to
have
failed.</span></p>
18
document.getElementById("enabled").innerHTML = "<font color=red>Your build does NOT seem to
have
it enabled. So all code on this page is disabled.</font>";
20
document.getElementById("enabled").innerHTML = "<font color=green>Your build seems to
have
it enabled.</font>";
31
status("Something must
have
gone wrong (or we're still working)...", "red");
47
status("Something must
have
gone wrong (or we're still working)...", "red");
/external/clang/test/Sema/
overloadable.c
7
float *f(float); // expected-error{{overloaded function 'f' must
have
the 'overloadable' attribute}}
8
int *f(int); // expected-error{{redeclaration of 'f' must
have
the 'overloadable' attribute}} \
65
extern int __attribute__((overloadable)) f0(); // expected-error{{'overloadable' function 'f0' must
have
a prototype}}
67
f1_type __attribute__((overloadable)) f1; // expected-error{{'overloadable' function 'f1' must
have
a prototype}}
78
void before_local_1(char); // expected-error {{must
have
the 'overloadable' attribute}}
86
void after_local_2(int); // expected-error {{must
have
the 'overloadable' attribute}}
/external/stlport/doc/
README.mingw
13
you
have
to define the _STLP_USE_STATIC_LIB macro in order
14
to
have
your executable linked correctly.
21
GNU make build system design for unix like platforms, make files
have
not
22
been adapted for the Windows platform. So you
have
to use the make command
37
It means that when you were linking with libstdc++ (-lstdc++) you only
have
41
To avoid this behavior you
have
to use the -nodefaultlibs compiler option and
/frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
TallTextAboveButtonTest.java
49
assertTrue("scroll view should
have
focus (because nothing else focusable "
58
assertTrue("button should
have
scrolled onto screen",
60
assertTrue("button should
have
gained focus as it was scrolled completely "
64
assertTrue("scroll view should
have
focus, but " + getActivity().getScrollView().findFocus() + " does instead",
71
assertTrue("button should
have
focus", mBottomButton.isFocused());
73
assertTrue("scroll view should
have
focus, but " + getActivity().getScrollView().findFocus() + " does instead",
/frameworks/base/core/tests/coretests/src/android/widget/touchmode/
TouchModeFocusChangeTest.java
55
assertTrue("top button should
have
focus", mFirstButton.isFocused());
67
assertNull("activity shouldn't
have
focus", mActivity.getCurrentFocus());
68
assertFalse("linear layout should not
have
focus",
71
assertTrue("button's onClickListener should
have
fired",
80
assertFalse("button should not
have
focus when touched",
85
assertTrue("first button (the top most focusable) should
have
gained focus",
/external/chromium_org/tools/clang/plugins/tests/
base_refcounted.txt
2
./base_refcounted.h:47:3: warning: [chromium-style] Classes that are ref-counted should
have
destructors that are declared protected or private.
8
./base_refcounted.h:59:3: warning: [chromium-style] Classes that are ref-counted should
have
destructors that are declared protected or private.
14
./base_refcounted.h:73:3: warning: [chromium-style] Classes that are ref-counted and
have
non-private destructors should declare their destructor virtual.
17
./base_refcounted.h:110:3: warning: [chromium-style] Classes that are ref-counted should
have
destructors that are declared protected or private.
26
./base_refcounted.h:115:7: warning: [chromium-style] Classes that are ref-counted should
have
explicit destructors that are declared protected or private.
35
./base_refcounted.h:145:1: warning: [chromium-style] Classes that are ref-counted should
have
destructors that are declared protected or private.
47
./base_refcounted.h:164:1: warning: [chromium-style] Classes that are ref-counted should
have
explicit destructors that are declared protected or private.
59
./base_refcounted.h:204:3: warning: [chromium-style] Classes that are ref-counted and
have
non-private destructors should declare their destructor virtual.
62
./base_refcounted.h:204:3: warning: [chromium-style] Classes that are ref-counted and
have
non-private destructors should declare their destructor virtual.
63
base_refcounted.cpp:16:3: warning: [chromium-style] Classes that are ref-counted should
have
destructors that are declared protected or private
[
all
...]
/external/opencv/
README.rdoc
9
In addition to having the SDK or NDK you will also need to
have
one of the following:
35
Once you
have
built the OpenCV library, you can now build and [OPENCV_ANDROID_ROOT]/tests/VideoEmulation.
41
If you want to test face tracking, then you need to
have
a Haar Classifier Cascade XML. I
have
provided one for use and it is stored in:
51
In order to use the VideoEmulator, you
have
to use the emulator (hence the name.) If you
have
a Dev Phone, you can play around with the old 'OpenCVSample' test or modify the VideoEmulator to support a real camera. This is something we will work on resolving in the future.
53
Using the emulator there are two slightly different 'flavors' of running. Both are socket based cameras, but one is written in C++ and emulates a real OpenCV Capture while the other (loosely) emulates a camera implementation in Java. The C++ version is the default as it is slightly faster and takes a little less memory. Also, the ultimate goal is to hook up with a real camera in C++ so that we don't
have
to pass huge amounts of data (images) back and forth through the JNI interface.
55
<b>NOTE:</b> For all of these examples you cannot use localhost or 127.0.0.1 as your address for the socket camera. The reason is because when the client is running on the Android emulator, both of these map to Android's localhost, not the machine you are running the emulator on. This means you
have
to be connected to a network in order to use the socket camera, a limitation.
59
Since this is the default, we
have
made it pretty easy...
63
* Once the application comes up, you will
have
to configure for your machine address and port for the socket camera to work
[
all
...]
/bionic/libc/upstream-freebsd/android/include/
libc_private.h
20
#define STDIO_THREAD_LOCK() /* TODO: until we
have
the FreeBSD findfp.c, this is useless. */
21
#define STDIO_THREAD_UNLOCK() /* TODO: until we
have
the FreeBSD findfp.c, this is useless. */
/build/core/combo/arch/x86/
x86.mk
17
# by our toolchain binaries. However, there
have
been reports that this may
18
# not always work as intended, so keep it unless we
have
the time to check
/development/ndk/platforms/android-18/include/GLES3/
gl3ext.h
13
* After an OES extension's interactions with OpenGl ES 3.0
have
been documented,
17
* Tokens and function definitions for extensions that
have
become standard
/external/chromium_org/base/memory/
memory_pressure_level_list.h
5
// This file intentionally does not
have
header guards, it's included
18
//
have
to be re-created, plus the cost of a cold start.
/external/chromium_org/base/third_party/icu/
README.chromium
13
The main change is that U_/U8_/U16_ prefixes
have
been replaced with
16
and types
have
been put in the "base_icu" namespace.
/external/chromium_org/chrome/browser/extensions/api/preference/
preference_api_constants.cc
19
"You do not
have
permission to access incognito preferences.";
26
"You do not
have
permission to access the preference '*'. "
/external/chromium_org/chrome/common/local_discovery/
service_discovery_client.cc
16
// TODO(noamsml): Once we
have
escaping working, get this to
23
// TODO(noamsml): Once we
have
escaping working, get this to
/external/chromium_org/content/test/data/indexeddb/
open_bad_db.js
25
debug("We should
have
gotten an upgradeneeded event because the new empty");
26
debug("database doesn't
have
a version.");
Completed in 1187 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>