OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:decls
(Results
26 - 50
of
153
) sorted by null
1
2
3
4
5
6
7
/external/v8/tools/visual_studio/
v8_cctest.vcproj
171
RelativePath="..\..\test\cctest\test-
decls
.cc"
v8_cctest_x64.vcproj
171
RelativePath="..\..\test\cctest\test-
decls
.cc"
/external/webkit/JavaScriptCore/Configurations/
Base.xcconfig
54
WARNING_CFLAGS_BASE = -Wall -Wextra -Wcast-align -Wcast-qual -Wchar-subscripts -Wextra-tokens -Wformat=2 -Winit-self -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wpointer-arith -Wredundant-
decls
-Wundef -Wwrite-strings;
/external/webkit/WebCore/html/
HTMLTableCellElement.cpp
126
// used by table cells to share style
decls
created by the enclosing table.
HTMLTableSectionElement.cpp
66
// used by table row groups to share style
decls
created by the enclosing table.
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
langhooks.h
145
/* Language hooks related to
decls
and the symbol table. */
159
/* Returns the chain of
decls
so far in the current scope level. */
264
/* Process
decls
after parsing of a source module. */
441
struct lang_hooks_for_decls
decls
;
member in struct:lang_hooks
tree.h
486
all
decls
506
all
decls
515
all
decls
525
all
decls
534
all
decls
543
all
decls
555
all
decls
574
all
decls
592
all
decls
614
all
decls
[
all
...]
options.h
790
OPT_Wredundant_decls, /* -Wredundant-
decls
*/
[
all
...]
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemTemplateElement.java
856
Enumeration
decls
= nsSupport.getDeclaredPrefixes();
local
858
while (
decls
.hasMoreElements())
860
String prefix = (String)
decls
.nextElement();
1035
// a parent that has namespace
decls
, and add them
1036
// to this element's
decls
. Otherwise we just point
1037
// to the parent that has
decls
.
[
all
...]
/external/v8/src/
fast-codegen.cc
86
ZoneList<Declaration*>*
decls
) {
87
if (!
decls
->is_empty()) BAILOUT("Function has declarations");
full-codegen.cc
66
ZoneList<Declaration*>*
decls
) {
67
for (int i = 0; i <
decls
->length(); i++) {
68
Visit(
decls
->at(i));
data-flow.cc
49
void AstLabeler::VisitDeclarations(ZoneList<Declaration*>*
decls
) {
/external/jpeg/
rdcolmap.c
24
#include "cdjpeg.h" /* Common
decls
for cjpeg/djpeg applications */
wrppm.c
18
#include "cdjpeg.h" /* Common
decls
for cjpeg/djpeg applications */
wrrle.c
19
#include "cdjpeg.h" /* Common
decls
for cjpeg/djpeg applications */
wrtarga.c
17
#include "cdjpeg.h" /* Common
decls
for cjpeg/djpeg applications */
rdrle.c
22
#include "cdjpeg.h" /* Common
decls
for cjpeg/djpeg applications */
rdswitch.c
16
#include "cdjpeg.h" /* Common
decls
for cjpeg/djpeg applications */
jpegtran.c
14
#include "cdjpeg.h" /* Common
decls
for cjpeg/djpeg applications */
rdbmp.c
24
#include "cdjpeg.h" /* Common
decls
for cjpeg/djpeg applications */
rdppm.c
21
#include "cdjpeg.h" /* Common
decls
for cjpeg/djpeg applications */
/external/bluetooth/bluez/
acinclude.m4
23
CFLAGS+=" -Wredundant-
decls
"
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd.h
63
/* Forward
decls
*/
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
ansidecl.h
163
use without inhibiting further
decls
and without declaring an
/external/v8/src/ia32/
fast-codegen-ia32.cc
86
ZoneList<Declaration*>*
decls
) {
87
if (!
decls
->is_empty()) BAILOUT("Function has declarations");
Completed in 104 milliseconds
1
2
3
4
5
6
7