Home
last modified time | relevance | path

Searched refs:typed (Results 1 – 25 of 140) sorted by relevance

123456

/external/google-breakpad/src/testing/gtest/
DMakefile.am28 src/gtest-typed-test.cc \
63 test/gtest-typed-test2_test.cc \
64 test/gtest-typed-test_test.cc \
65 test/gtest-typed-test_test.h \
192 include/gtest/gtest-typed-test.h \
DCMakeLists.txt135 cxx_test(gtest-typed-test_test gtest_main
136 test/gtest-typed-test2_test.cc)
/external/protobuf/gtest/
DMakefile.am26 src/gtest-typed-test.cc
64 test/gtest-typed-test_test.cc \
65 test/gtest-typed-test2_test.cc \
66 test/gtest-typed-test_test.h \
192 include/gtest/gtest-typed-test.h
/external/doclava/src/com/google/doclava/
DTypeInfo.java476 public static Map<String, TypeInfo> getTypeArgumentMapping(TypeInfo generic, TypeInfo typed) { in getTypeArgumentMapping() argument
479 if (typed.typeArguments() != null && typed.typeArguments().size() > i) { in getTypeArgumentMapping()
480 map.put(generic.typeArguments().get(i).fullName(), typed.typeArguments().get(i)); in getTypeArgumentMapping()
490 public static Map<String, TypeInfo> getTypeArgumentMapping(ClassInfo cls, TypeInfo typed) { in getTypeArgumentMapping() argument
491 return getTypeArgumentMapping(cls.asTypeInfo(), typed); in getTypeArgumentMapping()
/external/llvm/test/YAMLParser/
Dconstruct-set.data3 # Explicitly typed set.
Dconstruct-pairs.data3 # Explicitly typed pairs.
Dconstruct-omap.data3 # Explicitly typed ordered map (dictionary).
/external/llvm/test/CodeGen/X86/
Dvec_return.ll3 ; Without any typed operations, always use the smaller xorps.
/external/mesa3d/src/gtest/
DMakefile.am39 src/gtest-typed-test.cc
/external/v8/testing/
Dgtest.gyp18 'gtest/include/gtest/gtest-typed-test.h',
38 'gtest/src/gtest-typed-test.cc',
/external/pdfium/testing/
Dgtest.gyp25 'gtest/include/gtest/gtest-typed-test.h',
45 'gtest/src/gtest-typed-test.cc',
/external/llvm/docs/HistoricalNotes/
D2001-07-06-LoweringIRForCodeGen.txt17 form and typed. This means that we can re-generate core VM code from the
D2000-11-18-EarlyDesignIdeas.txt30 b. A strongly-typed VM. One question is do we need the types to be
/external/clang/docs/analyzer/
DDebugChecks.rst87 In C, the argument can be typed as 'int' or as '_Bool'.
112 In C, the argument can be typed as 'int' or as '_Bool'.
/external/clang/test/CodeGenObjC/
Dobjc-fixed-enum.m46 // -treated as C++11 strongly typed enums.
/external/llvm/test/Transforms/DeadArgElim/
Dmultdeadretval.ll2 ; are unused. All unused values are typed i16, so we can easily check. We also
/external/clang/test/SemaObjC/
Dmessage.m40 // a statically typed object's class interface isn't in scope! This
/external/protobuf/gtest/xcode/gtest.xcodeproj/
Dproject.pbxproj42 …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/google-breakpad/src/testing/gtest/xcode/gtest.xcodeproj/
Dproject.pbxproj42 …50E79B616000F2EEE /* gtest-typed-test.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BF6F2A40E7…
207 …000F2EEE /* gtest-typed-test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
370 3BF6F2A40E79B616000F2EEE /* gtest-typed-test.h */,
444 3BF6F2A50E79B616000F2EEE /* gtest-typed-test.h in Headers */,
/external/squashfs-tools/RELEASE-READMEs/
DREADME-4.343 displayed if CTRL-\ (SIGQUIT from keyboard) typed.
46 now displayed if CTRL-\ (SIGQUIT from keyboard) is typed twice within
/external/clang/docs/
DObjectiveCLiterals.rst238 pointer typed expression.
252 pointer typed, as in array literals. Key sub-expressions must be of an
307 subscript expressions use integer typed subscripts; *dictionary-style*
308 subscript expressions use Objective-C object pointer typed subscripts.
/external/bison/
DTODO292 Note that the default rule $$ = $1, when typed, is perfectly OK under C,
295 a Bison option where every typed default rule is explicitly written out
296 (same typed ruled can of course be grouped together).
/external/gtest/include/gtest/internal/
Dgtest-type-util.h.pump34 // Type utilities needed for implementing typed and type-parameterized
60 // the typed-test-only section below.
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-type-util.h.pump34 // Type utilities needed for implementing typed and type-parameterized
61 // the typed-test-only section below.
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-type-util.h.pump34 // Type utilities needed for implementing typed and type-parameterized
61 // the typed-test-only section below.

123456