/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/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_surface.c | 40 int ret, cpp = _mesa_get_format_bytes(format); local 49 .cpp = cpp, 57 if (cpp == 4) 59 else if (cpp == 2) 85 dst->cpp = src->cpp;
|
/external/mesa3d/src/glx/ |
dri2.h | 44 unsigned int cpp; member in struct:__anon16858
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_generator.h | 46 namespace cpp { namespace in namespace:google::protobuf::compiler 67 } // namespace cpp
|
cpp_enum_field.h | 40 #include <google/protobuf/compiler/cpp/cpp_field.h> 45 namespace cpp { namespace in namespace:google::protobuf::compiler 117 } // namespace cpp
|
cpp_extension.h | 40 #include <google/protobuf/compiler/cpp/cpp_options.h> 52 namespace cpp { namespace in namespace:google::protobuf::compiler 81 } // namespace cpp
|
cpp_message_field.h | 40 #include <google/protobuf/compiler/cpp/cpp_field.h> 45 namespace cpp { namespace in namespace:google::protobuf::compiler 116 } // namespace cpp
|
cpp_options.h | 42 namespace cpp { namespace in namespace:google::protobuf::compiler 52 } // namespace cpp
|
cpp_primitive_field.h | 40 #include <google/protobuf/compiler/cpp/cpp_field.h> 45 namespace cpp { namespace in namespace:google::protobuf::compiler 118 } // namespace cpp
|
cpp_string_field.h | 40 #include <google/protobuf/compiler/cpp/cpp_field.h> 45 namespace cpp { namespace in namespace:google::protobuf::compiler 122 } // namespace cpp
|
/hardware/intel/common/libva/va/x11/ |
va_dri2.h | 45 unsigned int cpp; member in struct:__anon24001
|
/libcore/luni/src/test/java/libcore/java/security/cert/ |
OldPKIXParametersTest.java | 51 PKIXParameters cpp = new PKIXParameters(taSet); local 52 PKIXParameters cppc = (PKIXParameters) cpp.clone(); 54 assertEquals(cpp.getPolicyQualifiersRejected(), cppc 56 assertEquals(cpp.getCertPathCheckers(), cppc.getCertPathCheckers()); 57 assertEquals(cpp.getCertStores(), cppc.getCertStores()); 58 assertEquals(cpp.getDate(), cppc.getDate()); 59 assertEquals(cpp.getInitialPolicies(), cppc.getInitialPolicies()); 60 assertEquals(cpp.getSigProvider(), cppc.getSigProvider()); 61 assertEquals(cpp.getTargetCertConstraints(), cppc 63 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))
|
/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);
|
/external/mesa3d/src/glsl/ |
Android.gen.mk | 33 glsl_lexer.cpp \ 34 glsl_parser.cpp \ 39 sources += builtin_function.cpp 49 define local-l-or-ll-to-c-or-cpp 61 define local-yy-to-cpp-and-h 73 $(intermediates)/glsl_lexer.cpp: $(LOCAL_PATH)/glsl_lexer.ll 74 $(call local-l-or-ll-to-c-or-cpp) 76 $(intermediates)/glsl_parser.cpp: $(LOCAL_PATH)/glsl_parser.yy 77 $(call local-yy-to-cpp-and-h,.cpp) [all...] |
/bionic/libc/kernel/tools/ |
clean_header.py | 72 import sys, cpp, kernel, glob, os, re, getopt namespace 139 parser = cpp.BlockParser()
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
CertPathBuilderSpiTest.java | 56 CertPathParameters cpp = null; local 58 certPathBuilder.engineBuild(cpp); 62 CertPathBuilderResult cpbResult = certPathBuilder.engineBuild(cpp);
|
/external/libnfc-nci/halimpl/pn54x/ |
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 ".*") \ 30 LOCAL_SRC_FILES := $(call all-c-files-under, .) $(call all-cpp-files-under, .)
|
/external/mesa3d/src/gallium/drivers/nv50/ |
nv50_transfer.h | 19 uint16_t cpp; member in struct:nv50_m2mf_rect
|
/external/mesa3d/src/gallium/state_trackers/egl/x11/ |
x11_screen.h | 48 unsigned int cpp; member in struct:x11_drawable_buffer
|