/ndk/tests/build/cpp-extensions/jni/ |
foo1.cc | 1 namespace cpp { namespace
|
foo2.cp | 1 namespace cpp { namespace 9 } // namespace cpp
|
foo3.cxx | 1 namespace cpp { namespace 9 } // namespace cpp
|
foo4.cpp | 1 namespace cpp { namespace 9 } // namespace cpp
|
foo5.C | 1 namespace cpp { namespace
|
main.c++ | 1 namespace cpp { namespace 8 x = cpp::foo6(10);
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_generator.h | 46 namespace cpp { namespace in namespace:google::protobuf::compiler 67 } // namespace cpp
|
cpp_enum.h | 50 namespace cpp { namespace in namespace:google::protobuf::compiler 94 } // namespace cpp
|
cpp_enum_field.h | 40 #include <google/protobuf/compiler/cpp/cpp_field.h> 45 namespace cpp { namespace in namespace:google::protobuf::compiler 98 } // namespace cpp
|
cpp_extension.h | 51 namespace cpp { namespace in namespace:google::protobuf::compiler 80 } // namespace cpp
|
cpp_message_field.h | 40 #include <google/protobuf/compiler/cpp/cpp_field.h> 45 namespace cpp { namespace in namespace:google::protobuf::compiler 97 } // namespace cpp
|
cpp_primitive_field.h | 40 #include <google/protobuf/compiler/cpp/cpp_field.h> 45 namespace cpp { namespace in namespace:google::protobuf::compiler 98 } // namespace cpp
|
cpp_string_field.h | 40 #include <google/protobuf/compiler/cpp/cpp_field.h> 45 namespace cpp { namespace in namespace:google::protobuf::compiler 99 } // namespace cpp
|
cpp_extension.cc | 35 #include <google/protobuf/compiler/cpp/cpp_extension.h> 37 #include <google/protobuf/compiler/cpp/cpp_helpers.h> 45 namespace cpp { namespace in namespace:google::protobuf::compiler 207 } // namespace cpp
|
cpp_field.cc | 35 #include <google/protobuf/compiler/cpp/cpp_field.h> 36 #include <google/protobuf/compiler/cpp/cpp_helpers.h> 37 #include <google/protobuf/compiler/cpp/cpp_primitive_field.h> 38 #include <google/protobuf/compiler/cpp/cpp_string_field.h> 39 #include <google/protobuf/compiler/cpp/cpp_enum_field.h> 40 #include <google/protobuf/compiler/cpp/cpp_message_field.h> 50 namespace cpp { namespace in namespace:google::protobuf::compiler 136 } // namespace cpp
|
/external/webkit/ |
bison_check.mk | 13 define local-transform-y-to-cpp
|
/libcore/luni/src/test/java/libcore/java/security/cert/ |
OldPKIXParametersTest.java | 52 PKIXParameters cpp = new PKIXParameters(taSet); local 53 PKIXParameters cppc = (PKIXParameters) cpp.clone(); 55 assertEquals(cpp.getPolicyQualifiersRejected(), cppc 57 assertEquals(cpp.getCertPathCheckers(), cppc.getCertPathCheckers()); 58 assertEquals(cpp.getCertStores(), cppc.getCertStores()); 59 assertEquals(cpp.getDate(), cppc.getDate()); 60 assertEquals(cpp.getInitialPolicies(), cppc.getInitialPolicies()); 61 assertEquals(cpp.getSigProvider(), cppc.getSigProvider()); 62 assertEquals(cpp.getTargetCertConstraints(), cppc 64 assertEquals(cpp.getTrustAnchors(), cppc.getTrustAnchors()) [all...] |
/external/e2fsprogs/lib/e2p/ |
ostype.c | 48 const char **cpp; local 51 for (cpp = os_tab; *cpp; cpp++, i++) { 52 if (!strcasecmp(str, *cpp))
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/ |
cppstruct.c | 53 CPPStruct *cpp = NULL; variable 62 * InitCPPStruct() - Initilaize the CPP structure. 71 cpp = (CPPStruct *) malloc(sizeof(CPPStruct)); 72 if (cpp == NULL) 78 cpp->pLastSourceLoc = &cpp->lastSourceLoc; 80 p = (char *) &cpp->options; 81 len = sizeof(cpp->options); 93 cpp->lastSourceLoc.file = 0; 94 cpp->lastSourceLoc.line = 0 [all...] |
/libcore/luni/src/test/java/tests/security/cert/ |
CertPathBuilderSpiTest.java | 48 CertPathParameters cpp = null; local 50 certPathBuilder.engineBuild(cpp); 54 CertPathBuilderResult cpbResult = certPathBuilder.engineBuild(cpp);
|
/bionic/libc/kernel/tools/ |
clean_header.py | 4 import sys, cpp, kernel, glob, os, re, getopt namespace 60 blocks = cpp.BlockParser().parseFile(path)
|
find_users.py | 8 import sys, cpp, glob, os, re, getopt namespace 23 extension will be searched: .c .cpp .S .h
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
CertPathBuilderSpiTest.java | 57 CertPathParameters cpp = null; local 59 certPathBuilder.engineBuild(cpp); 63 CertPathBuilderResult cpbResult = certPathBuilder.engineBuild(cpp);
|
/external/libnfc-nci/halimpl/bcm2079x/ |
Android.mk | 16 # function to find all *.cpp files under a directory 17 define all-cpp-files-under 20 find $(1) -name "*.cpp" -and -not -name ".*") \ 41 LOCAL_SRC_FILES := $(call all-c-files-under, .) $(call all-cpp-files-under, .)
|
/external/openfst/ |
Android.mk | 10 define private-function-all-cpp-files-under 23 LOCAL_SRC_FILES := $(call private-function-all-cpp-files-under, src/lib)
|