/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;
|
nouveau_surface.h | 43 unsigned cpp, pitch; member in struct:nouveau_surface
|
/external/libmojo/mojo/public/tools/bindings/generators/ |
run_cpp_generator.py | 27 cpp = mojom_cpp_generator.Generator(module, ".", dir) variable 28 cpp.GenerateFiles([])
|
/external/mesa3d/src/glx/ |
dri2.h | 44 unsigned int cpp; member in struct:__anon27662
|
/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 119 } // 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_map_field.h | 37 #include <google/protobuf/compiler/cpp/cpp_message_field.h> 42 namespace cpp { namespace in namespace:google::protobuf::compiler 71 } // namespace cpp
|
cpp_primitive_field.h | 40 #include <google/protobuf/compiler/cpp/cpp_field.h> 45 namespace cpp { namespace in namespace:google::protobuf::compiler 121 } // namespace cpp
|
cpp_enum.h | 41 #include <google/protobuf/compiler/cpp/cpp_options.h> 53 namespace cpp { namespace in namespace:google::protobuf::compiler 106 } // 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
|
/hardware/intel/common/libva/va/x11/ |
va_dri2.h | 45 unsigned int cpp; member in struct:__anon40543
|
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/cpp/ |
cpp_generator.h | 46 namespace cpp { namespace in namespace:google::protobuf::compiler 67 } // namespace cpp
|
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/cpp/ |
cpp_generator.h | 46 namespace cpp { namespace in namespace:google::protobuf::compiler 67 } // namespace cpp
|
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/cpp/ |
cpp_generator.h | 46 namespace cpp { namespace in namespace:google::protobuf::compiler 67 } // namespace cpp
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/cpp/ |
cpp_generator.h | 46 namespace cpp { namespace in namespace:google::protobuf::compiler 67 } // namespace cpp
|
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/cpp/ |
cpp_generator.h | 46 namespace cpp { namespace in namespace:google::protobuf::compiler 67 } // namespace cpp
|
/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 | 49 const char **cpp; local 52 for (cpp = os_tab; *cpp; cpp++, i++) { 53 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);
|
/system/tools/aidl/ |
generate_cpp.h | 30 namespace cpp { namespace in namespace:android::aidl 33 const cpp::TypeNamespace& types, 65 } // namespace cpp
|
type_cpp_unittest.cpp | 29 namespace cpp { namespace in namespace:android::aidl 70 } // namespace 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...] |
/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
|