Searched refs:typed (Results 1 – 25 of 46) sorted by relevance
12
/external/protobuf/gtest/ |
D | Makefile.am | 92 src/gtest-typed-test.cc 102 include/gtest/gtest-typed-test.h 293 TESTS += test/gtest-typed-test_test 294 check_PROGRAMS += test/gtest-typed-test_test 295 test_gtest_typed_test_test_SOURCES = test/gtest-typed-test_test.cc \ 296 test/gtest-typed-test2_test.cc \ 297 test/gtest-typed-test_test.h
|
D | Makefile.in | 68 test/gtest-typed-test_test$(EXEEXT) \ 101 test/gtest-typed-test_test$(EXEEXT) \ 178 src/gtest-typed-test.lo 315 test/gtest-typed-test_test.$(OBJEXT) \ 316 test/gtest-typed-test2_test.$(OBJEXT) 818 src/gtest-typed-test.cc 828 include/gtest/gtest-typed-test.h 946 test_gtest_typed_test_test_SOURCES = test/gtest-typed-test_test.cc \ 947 test/gtest-typed-test2_test.cc \ 948 test/gtest-typed-test_test.h [all …]
|
/external/gtest/test/ |
D | Android.mk | 105 gtest-typed-test_test.cc \ 106 gtest-typed-test2_test.cc \
|
/external/bison/src/ |
D | reader.h | 82 extern bool typed;
|
D | parse-gram.y | 266 if (typed) 275 typed = true;
|
D | reader.c | 45 bool typed = false; variable 77 !typed ? &pre_prologue_obstack : &post_prologue_obstack; in prologue_augment()
|
D | scan-gram.l | 860 if (!type_name && typed) in handle_action_dollar() 880 if (!type_name && typed) in handle_action_dollar()
|
D | parse-gram.c | 1896 if (typed) 1905 typed = true;
|
D | scan-gram.c | 3514 if (!type_name && typed) in handle_action_dollar() 3534 if (!type_name && typed) in handle_action_dollar()
|
/external/bison/tests/ |
D | input.at | 79 input.y:6.5: warning: empty rule for typed nonterminal, and no action 122 input.y:12.9: warning: empty rule for typed nonterminal, and no action 359 # Bison 2.0 broke typed symbol aliases - ensure they work.
|
/external/protobuf/gtest/xcode/gtest.xcodeproj/ |
D | project.pbxproj | 42 …50E79B616000F2EEE /* gtest-typed-test.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BF6F2A40E7… 206 …000F2EEE /* gtest-typed-test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =… 367 3BF6F2A40E79B616000F2EEE /* gtest-typed-test.h */, 440 3BF6F2A50E79B616000F2EEE /* gtest-typed-test.h in Headers */,
|
/external/bison/ |
D | TODO | 256 Note that the default rule $$ = $1, when typed, is perfectly OK under C, 259 a Bison option where every typed default rule is explicitly written out 260 (same typed ruled can of course be grouped together).
|
D | NEWS | 292 action is valid when $$ is untyped, and $1 typed: 294 untyped: ... typed; 298 typed: ... untyped;
|
/external/bluetooth/bluez/doc/ |
D | agent-api.txt | 51 typed keys on the remote side.
|
/external/protobuf/gtest/scons/ |
D | SConscript | 251 GtestTest(env, 'gtest-typed-test_test', gtest_main, 252 additional_sources=['../test/gtest-typed-test2_test.cc'])
|
/external/gtest/include/gtest/internal/ |
D | gtest-type-util.h.pump | 34 // Type utilities needed for implementing typed and type-parameterized
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-type-util.h.pump | 34 // Type utilities needed for implementing typed and type-parameterized
|
/external/qemu/tcg/ |
D | README | 41 typed. Two types are supported: 32 bit integers and 64 bit
|
/external/quake/quake/src/WinQuake/data/ |
D | TECHINFO.TXT | 24 are typed in at the console. To bring up the console, press the tilde ('~') 38 currently typed text with the first matching console variable or command. 645 Command-Line options are typed on the command line in most any place
|
/external/webkit/WebKit/win/Interfaces/ |
D | IWebUIDelegate.idl | 431 @result The typed text if the user hit OK, otherwise nil.
|
/external/dropbear/libtomcrypt/ |
D | Doxyfile | 270 # that is typed after a \internal command is included. If the tag is set
|
/external/srec/doc/ |
D | srec.doxygen | 314 # that is typed after a \internal command is included. If the tag is set
|
/external/libvpx/ |
D | libs.doxy_template | 318 # that is typed after a \internal command is included. If the tag is set
|
/external/libvpx/nestegg/docs/ |
D | Doxyfile.in | 363 # that is typed after a \internal command is included. If the tag is set
|
/external/webkit/WebCore/ |
D | ChangeLog | 3791 Provide strongly typed C++ interface for inspector's injected script. 4133 Provide strongly typed C++ interface for inspector's injected script.
|
12