HomeSort by relevance Sort by last modified time
    Searched defs:cpp (Results 1 - 25 of 141) sorted by null

1 2 3 4 5 6

  /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 45 unsigned int cpp; member in struct:__anon30300
  /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
  /hardware/intel/common/libva/va/x11/
va_dri2.h 45 unsigned int cpp; member in struct:__anon47591
  /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))
  /external/mesa3d/src/intel/isl/
isl_storage_image.c 206 * brw_fs_surface_builder.cpp for a more detailed explanation of
232 const int cpp = isl_format_get_layout(surf->format)->bpb / 8; local
233 param->stride[0] = cpp;
234 param->stride[1] = surf->row_pitch / cpp;
253 param->tiling[0] = isl_log2u(512 / cpp);
271 param->tiling[0] = isl_log2u(16 / cpp);
289 * brw_fs_surface_builder.cpp) handles this as a sort of tiling with
  /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/compiler/
Android.glsl.gen.mk 54 define local-l-or-ll-to-c-or-cpp
68 define local-yy-to-cpp-and-h
80 $(intermediates)/glsl/glsl_lexer.cpp: $(LOCAL_PATH)/glsl/glsl_lexer.ll
81 $(call local-l-or-ll-to-c-or-cpp)
83 $(intermediates)/glsl/glsl_parser.cpp: $(LOCAL_PATH)/glsl/glsl_parser.yy
84 $(call local-yy-to-cpp-and-h,.cpp)
86 $(intermediates)/glsl/glsl_parser.h: $(intermediates)/glsl/glsl_parser.cpp
89 $(call local-l-or-ll-to-c-or-cpp)
  /bionic/tools/versioner/src/
CompilationType.h 28 bool cpp; member in struct:CompilationType
34 return std::tie(arch, cpp, api_level, file_offset_bits);
53 int32_t cpp : 1; member in struct:std::hash::__anon1508
59 packed.cpp = type.cpp;
  /external/curl/docs/examples/
smtp-mime.c 79 const char **cpp; local
103 for(cpp = headers_text; *cpp; cpp++)
104 headers = curl_slist_append(headers, *cpp);
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_transfer.h 19 uint16_t cpp; member in struct:nv50_m2mf_rect
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_pixel_read.c 89 uint32_t cpp; local
128 if (!intel_get_memcpy(rb->Format, format, type, &mem_copy, &cpp))
188 xoffset * cpp, (xoffset + width) * cpp,
190 pixels - (ptrdiff_t) yoffset * dst_pitch - (ptrdiff_t) xoffset * cpp,
intel_tex_subimage.c 91 uint32_t cpp; local
122 if (!intel_get_memcpy(texImage->TexFormat, format, type, &mem_copy, &cpp))
178 xoffset * cpp, (xoffset + width) * cpp,
181 pixels - (ptrdiff_t) yoffset * src_pitch - (ptrdiff_t) xoffset * cpp,

Completed in 1049 milliseconds

1 2 3 4 5 6