HomeSort by relevance Sort by last modified time
    Searched refs:desc (Results 251 - 275 of 2033) sorted by null

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
structseq.h 25 PyStructSequence_Desc *desc);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
structseq.h 25 PyStructSequence_Desc *desc);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession.cc 113 static bool VerifyCrypto(const SessionDescription* desc) {
114 if (!desc) {
117 const ContentInfos& contents = desc->contents();
127 const TransportInfo* tinfo = desc->GetTransportInfoByName(cinfo->name);
226 static bool BadSdp(const std::string& desc, std::string* err_desc) {
228 *err_desc = desc;
230 LOG(LS_ERROR) << desc;
234 static bool BadLocalSdp(const std::string& desc, std::string* err_desc) {
236 set_local_sdp_failed.append(desc);
240 static bool BadRemoteSdp(const std::string& desc, std::string* err_desc)
256 std::ostringstream desc; local
779 std::ostringstream desc; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 43 static HRESULT GalliumDXGISwapChainCreate(GalliumDXGIFactory* factory, IUnknown* device, const DXGI_SWAP_CHAIN_DESC& desc, IDXGISwapChain** out_swap_chain);
217 DXGI_SWAP_CHAIN_DESC *desc,
220 return GalliumDXGISwapChainCreate(this, device, *desc, out_swap_chain);
250 DXGI_ADAPTER_DESC1 desc; member in struct:GalliumDXGIAdapter
270 memset(&desc, 0, sizeof(desc));
275 desc.Description[i] = (WCHAR)s[i];
278 desc.DedicatedVideoMemory = 256 << 20;
279 desc.DedicatedSystemMemory = 256 << 20;
280 desc.SharedSystemMemory = 1024 << 20
392 DXGI_OUTPUT_DESC desc; member in struct:GalliumDXGIOutput
878 DXGI_SWAP_CHAIN_DESC desc; member in struct:GalliumDXGISwapChain
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 43 static HRESULT GalliumDXGISwapChainCreate(GalliumDXGIFactory* factory, IUnknown* device, const DXGI_SWAP_CHAIN_DESC& desc, IDXGISwapChain** out_swap_chain);
217 DXGI_SWAP_CHAIN_DESC *desc,
220 return GalliumDXGISwapChainCreate(this, device, *desc, out_swap_chain);
250 DXGI_ADAPTER_DESC1 desc; member in struct:GalliumDXGIAdapter
270 memset(&desc, 0, sizeof(desc));
275 desc.Description[i] = (WCHAR)s[i];
278 desc.DedicatedVideoMemory = 256 << 20;
279 desc.DedicatedSystemMemory = 256 << 20;
280 desc.SharedSystemMemory = 1024 << 20
392 DXGI_OUTPUT_DESC desc; member in struct:GalliumDXGIOutput
878 DXGI_SWAP_CHAIN_DESC desc; member in struct:GalliumDXGISwapChain
    [all...]
  /dalvik/vm/analysis/
VerifySubs.cpp 60 char* desc = dexProtoCopyMethodDescriptor(&meth->prototype); local
62 meth->clazz->descriptor, meth->name, desc);
63 free(desc);
  /dalvik/vm/mterp/armv5te/
debug.cpp 73 char* desc = dexProtoCopyMethodDescriptor(&method->prototype); local
79 desc);
81 free(desc);
  /dalvik/vm/mterp/mips/
debug.cpp 83 char* desc = dexProtoCopyMethodDescriptor(&method->prototype); local
89 desc);
91 free(desc);
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/manifest_file/
irt_manifest_file_test.cc 37 int desc; local
39 error = nacl_irt_resource_open.open_resource("test_file", &desc);
48 FILE *iob = fdopen(desc, "r");
82 fclose(iob); // closed desc
  /external/chromium_org/ppapi/proxy/
truetype_font_resource.h 30 const PP_TrueTypeFontDesc_Dev& desc);
38 PP_TrueTypeFontDesc_Dev* desc,
55 const ppapi::proxy::SerializedTrueTypeFontDesc& desc);
  /external/chromium_org/ppapi/tests/
test_browser_font.cc 50 pp::BrowserFontDescription desc; local
51 pp::BrowserFont_Trusted font(instance_, desc);
62 pp::BrowserFontDescription desc; local
63 pp::BrowserFont_Trusted font(instance_, desc);
105 pp::BrowserFontDescription desc; local
106 pp::BrowserFont_Trusted font(instance_, desc);
122 pp::BrowserFontDescription desc; local
123 pp::BrowserFont_Trusted font(instance_, desc);
164 pp::BrowserFontDescription desc;
165 desc.set_family(PP_BROWSERFONT_TRUSTED_FAMILY_MONOSPACE)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_alt.c 64 const struct pb_desc *desc)
69 buf = mgr->provider1->create_buffer(mgr->provider1, size, desc);
73 buf = mgr->provider2->create_buffer(mgr->provider2, size, desc);
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
message_factory.py 93 for desc in _GetAllDescriptors(file_proto.message_type, file_proto.package):
94 result[desc.full_name] = _FACTORY.GetPrototype(desc)
  /external/chromium_org/third_party/skia/include/gpu/
GrSurface.h 52 const GrTextureDesc& desc() const { return fDesc; } function in class:GrSurface
123 GrSurface(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc)
125 , fDesc(desc) {
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLRenderTarget.h 27 struct Desc {
40 const Desc& desc,
47 const Desc& desc,
102 void init(const Desc& desc, const GrGLIRect& viewport, GrGLTexID* texID);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_ioctl_test.cc 72 const ioctl_desc *desc = ioctl_lookup(EVIOCGKEY(16)); local
73 EXPECT_NE((void *)0, desc);
74 EXPECT_EQ(EVIOCGKEY(0), desc->req);
  /external/javassist/src/main/javassist/bytecode/
LocalVariableAttribute.java 102 String desc = cp.getUtf8Info(index); local
103 desc = renameEntry(desc, oldname, newname);
104 ByteArray.write16bit(cp.addUtf8Info(desc), info, pos + 6);
109 String renameEntry(String desc, String oldname, String newname) {
110 return Descriptor.rename(desc, oldname, newname);
120 String desc = cp.getUtf8Info(index); local
121 desc = renameEntry(desc, classnames);
122 ByteArray.write16bit(cp.addUtf8Info(desc), info, pos + 6)
    [all...]
  /external/llvm/lib/Support/
Debug.cpp 40 Debug("debug", cl::desc("Enable debug output"), cl::Hidden,
47 cl::desc("Buffer the last N characters of debug output "
69 DebugOnly("debug-only", cl::desc("Enable a specific type of debug output"),
  /external/llvm/test/MC/MachO/
symbol-flags.s 56 .desc sym_ref_A, 1
57 .desc sym_ref_A, 0x1234
59 .desc sym_desc_flags,0x47
  /external/llvm/tools/llvm-cov/
llvm-cov.cpp 25 DumpGCOV("dump", cl::init(false), cl::desc("dump gcov file"));
28 InputGCNO("gcno", cl::desc("<input gcno file>"), cl::init(""));
31 InputGCDA("gcda", cl::desc("<input gcda file>"), cl::init(""));
  /external/llvm/utils/FileUpdate/
FileUpdate.cpp 26 Quiet("quiet", cl::desc("Don't print unnecessary status information"),
30 InputFilename("input-file", cl::desc("Input file (defaults to stdin)"),
34 OutputFilename(cl::Positional, cl::desc("<output-file>"), cl::Required);
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_alt.c 64 const struct pb_desc *desc)
69 buf = mgr->provider1->create_buffer(mgr->provider1, size, desc);
73 buf = mgr->provider2->create_buffer(mgr->provider2, size, desc);
  /external/skia/include/gpu/
GrSurface.h 52 const GrTextureDesc& desc() const { return fDesc; } function in class:GrSurface
123 GrSurface(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc)
125 , fDesc(desc) {
  /external/skia/src/gpu/gl/
GrGLRenderTarget.h 27 struct Desc {
40 const Desc& desc,
47 const Desc& desc,
102 void init(const Desc& desc, const GrGLIRect& viewport, GrGLTexID* texID);
  /external/valgrind/main/memcheck/tests/
malloc_free_fill.c 14 #define TEST(x, exp_x, desc) \
17 fprintf(stderr, "PASSED: " desc "\n"); \
19 fprintf(stderr, "FAILED: " desc "\n"); \

Completed in 1789 milliseconds

<<11121314151617181920>>