Home
last modified time | relevance | path

Searched +refs:check +refs:flags (Results 1 – 25 of 959) sorted by relevance

12345678910>>...39

/external/mdnsresponder/mDNSWindows/DLL.NET/
Ddnssd_NET.cpp80 check( m_impl != NULL ); in StartThread()
113 check(m_impl != NULL); in Dispose()
114 check(m_bDisposed == false); in Dispose()
143 ServiceFlags flags, in EnumerateDomainsDispatch() argument
152 OnEnumerateDomainsReply(this, flags, interfaceIndex, errorCode, replyDomain); in EnumerateDomainsDispatch()
165 ServiceFlags flags, in RegisterDispatch() argument
175 OnRegisterReply(this, flags, errorCode, name, regtype, domain); in RegisterDispatch()
188 ServiceFlags flags, in BrowseDispatch() argument
199 OnBrowseReply(this, flags, interfaceIndex, errorCode, serviceName, regtype, replyDomain); in BrowseDispatch()
212 ServiceFlags flags, in ResolveDispatch() argument
[all …]
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp54 …const VkDevice device, const VkDeviceSize size, const VkBufferCreateFlags flags, const VkBufferUsa… in makeBuffer() argument
60 flags, // VkBufferCreateFlags flags; in makeBuffer()
70 …const VkDevice device, const VkDeviceSize size, const VkBufferCreateFlags flags, const VkBufferUsa… in getBufferMemoryRequirements() argument
72 const Unique<VkBuffer> buffer(makeBuffer(vk, device, size, flags, usage)); in getBufferMemoryRequirements()
76 …const VkDevice device, const VkDeviceSize size, const VkBufferCreateFlags flags, const VkBufferUsa… in getBufferMemoryRequirements2() argument
78 const Unique<VkBuffer> buffer (makeBuffer(vk, device, size, flags, usage)); in getBufferMemoryRequirements2()
176 const VkBufferCreateFlags flags) = 0;
181 const VkBufferCreateFlags flags,
212 const VkBufferCreateFlags flags);
217 const VkBufferCreateFlags flags,
[all …]
/external/syslinux/com32/lib/zlib/
Dinflate.c412 # define UPDATE(check, buf, len) \ argument
413 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
415 # define UPDATE(check, buf, len) adler32(check, buf, len) argument
420 # define CRC2(check, word) \ argument
424 check = crc32(check, hbuf, 2); \
427 # define CRC4(check, word) \ argument
433 check = crc32(check, hbuf, 4); \
632 state->check = crc32(0L, Z_NULL, 0);
633 CRC2(state->check, hold);
638 state->flags = 0; /* expect zlib header */
[all …]
/external/python/cpython2/Modules/zlib/
Dinflate.c433 # define UPDATE(check, buf, len) \ argument
434 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
436 # define UPDATE(check, buf, len) adler32(check, buf, len) argument
441 # define CRC2(check, word) \ argument
445 check = crc32(check, hbuf, 2); \
448 # define CRC4(check, word) \ argument
454 check = crc32(check, hbuf, 4); \
648 state->check = crc32(0L, Z_NULL, 0);
649 CRC2(state->check, hold);
654 state->flags = 0; /* expect zlib header */
[all …]
/external/zlib/src/
Dinflate.c450 # define UPDATE(check, buf, len) \ argument
451 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
453 # define UPDATE(check, buf, len) adler32(check, buf, len) argument
458 # define CRC2(check, word) \ argument
462 check = crc32(check, hbuf, 2); \
465 # define CRC4(check, word) \ argument
471 check = crc32(check, hbuf, 4); \
667 state->check = crc32(0L, Z_NULL, 0);
668 CRC2(state->check, hold);
673 state->flags = 0; /* expect zlib header */
[all …]
/external/python/cpython3/Modules/zlib/
Dinflate.c450 # define UPDATE(check, buf, len) \ argument
451 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
453 # define UPDATE(check, buf, len) adler32(check, buf, len) argument
458 # define CRC2(check, word) \ argument
462 check = crc32(check, hbuf, 2); \
465 # define CRC4(check, word) \ argument
471 check = crc32(check, hbuf, 4); \
667 state->check = crc32(0L, Z_NULL, 0);
668 CRC2(state->check, hold);
673 state->flags = 0; /* expect zlib header */
[all …]
/external/deqp/external/vulkancts/framework/vulkan/
DvkRefUtil.cpp39 return Move<VkPipeline>(check<VkPipeline>(object), Deleter<VkPipeline>(vk, device, pAllocator)); in createGraphicsPipeline()
50 return Move<VkPipeline>(check<VkPipeline>(object), Deleter<VkPipeline>(vk, device, pAllocator)); in createComputePipeline()
58 …return Move<VkCommandBuffer>(check<VkCommandBuffer>(object), Deleter<VkCommandBuffer>(vk, device, … in allocateCommandBuffer()
66 …return Move<VkDescriptorSet>(check<VkDescriptorSet>(object), Deleter<VkDescriptorSet>(vk, device, … in allocateDescriptorSet()
71 VkSemaphoreCreateFlags flags, in createSemaphore() argument
79 flags in createSemaphore()
87 VkFenceCreateFlags flags, in createFence() argument
95 flags in createFence()
103 VkCommandPoolCreateFlags flags, in createCommandPool() argument
112 flags, in createCommandPool()
[all …]
/external/llvm/test/Object/
Dobjdump-private-headers.test2 RUN: | FileCheck %s -check-prefix ELF-i386
4 RUN: | FileCheck %s -check-prefix ELF-x86-64
6 RUN: | FileCheck %s -check-prefix MACHO-x86_64
10 ELF-i386: filesz 0x00000134 memsz 0x00000134 flags r-x
12 ELF-i386: filesz 0x00000000 memsz 0x00000000 flags rw-
16 ELF-x86-64: filesz 0x0000000000000138 memsz 0x0000000000000138 flags r-x
18 ELF-x86-64: filesz 0x0000000000000014 memsz 0x0000000000000014 flags r--
20 ELF-x86-64: filesz 0x0000000000000000 memsz 0x0000000000000000 flags rw-
/external/mdnsresponder/mDNSWindows/DLLX/
DDNSSDService.cpp182 STDMETHODIMP CDNSSDService::EnumerateDomains(DNSSDFlags flags, ULONG ifIndex, IDNSSDEventManager *e… in EnumerateDomains() argument
196 check( m_primary ); in EnumerateDomains()
232 …err = DNSServiceEnumerateDomains( &subord, flags | kDNSServiceFlagsShareConnection, ifIndex, ( DNS… in EnumerateDomains()
272 STDMETHODIMP CDNSSDService::Browse(DNSSDFlags flags, ULONG ifIndex, BSTR regtype, BSTR domain, IDNS… in Browse() argument
292 check( m_primary ); in Browse()
340 …err = DNSServiceBrowse( &subord, flags | kDNSServiceFlagsShareConnection, ifIndex, regtypeUTF8.c_s… in Browse()
380 STDMETHODIMP CDNSSDService::Resolve(DNSSDFlags flags, ULONG ifIndex, BSTR serviceName, BSTR regType… in Resolve() argument
402 check( m_primary ); in Resolve()
454 …err = DNSServiceResolve( &subord, flags | kDNSServiceFlagsShareConnection, ifIndex, serviceNameUTF… in Resolve()
494 STDMETHODIMP CDNSSDService::Register(DNSSDFlags flags, ULONG ifIndex, BSTR serviceName, BSTR regTyp… in Register() argument
[all …]
/external/dnsmasq/src/
Ddhcp.c259 else if ((ntohs(mess->flags) & 0x8000) || mess->hlen == 0 || in dhcp_packet()
313 if (!(context->flags & CONTEXT_NETMASK) && in complete_context()
343 if (!(context->flags & CONTEXT_BRDCAST)) in complete_context()
356 if (!(context->flags & CONTEXT_BRDCAST)) in complete_context()
386 if (!(tmp->flags & CONTEXT_STATIC) && in address_available()
414 (tmp->flags & CONTEXT_STATIC)) in narrow_context()
435 if ((config->flags & CONFIG_ADDR) && config->addr.s_addr == addr.s_addr) in config_find_by_address()
443 int match_netid(struct dhcp_netid *check, struct dhcp_netid *pool, int tagnotneeded) in match_netid() argument
447 if (!check && !tagnotneeded) in match_netid()
450 for (; check; check = check->next) in match_netid()
[all …]
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test3 // RUN: | FileCheck %s -check-prefix=EXE
5 // RUN: | FileCheck %s -check-prefix=LOAD
7 // RUN: | FileCheck %s -check-prefix=LD_OPT
9 // RUN: | FileCheck %s -check-prefix=SUB_FRAME
11 // RUN: | FileCheck %s -check-prefix=SUB_UMB
13 // RUN: | FileCheck %s -check-prefix=SUB_LIB
15 // RUN: | FileCheck %s -check-prefix=SUB_CLI
17 // RUN: | FileCheck %s -check-prefix=ROUTINE
19 // RUN: | FileCheck %s -check-prefix=THREAD
21 // RUN: | FileCheck %s -check-prefix=FATi386
[all …]
/external/protobuf/gtest/m4/
Dacx_pthread.m46 # We've rewritten the inconsistency check code (from avahi), to work
17 dnl linker flags, and the PTHREAD_CFLAGS output variable to any special
18 dnl C compiler flags that are needed. (The user can also force certain
19 dnl compiler flags/libs to be tested by setting these environment
27 dnl flags, but also link it with them as well. e.g. you should link
69 # We used to check for pthread.h first, but this fails if pthread.h
70 # requires special compiler flags (e.g. on True64 or Sequent).
73 # First of all, check if the user has set any of the PTHREAD_LIBS,
92 # We must check for the threads library under a number of different
97 # Create a list of thread flags to try. Items starting with a "-" are
[all …]
/external/v8/testing/gtest/m4/
Dacx_pthread.m46 # We've rewritten the inconsistency check code (from avahi), to work
17 dnl linker flags, and the PTHREAD_CFLAGS output variable to any special
18 dnl C compiler flags that are needed. (The user can also force certain
19 dnl compiler flags/libs to be tested by setting these environment
27 dnl flags, but also link it with them as well. e.g. you should link
69 # We used to check for pthread.h first, but this fails if pthread.h
70 # requires special compiler flags (e.g. on True64 or Sequent).
73 # First of all, check if the user has set any of the PTHREAD_LIBS,
92 # We must check for the threads library under a number of different
97 # Create a list of thread flags to try. Items starting with a "-" are
[all …]
/external/vulkan-validation-layers/tests/gtest-1.7.0/m4/
Dacx_pthread.m46 # We've rewritten the inconsistency check code (from avahi), to work
17 dnl linker flags, and the PTHREAD_CFLAGS output variable to any special
18 dnl C compiler flags that are needed. (The user can also force certain
19 dnl compiler flags/libs to be tested by setting these environment
27 dnl flags, but also link it with them as well. e.g. you should link
69 # We used to check for pthread.h first, but this fails if pthread.h
70 # requires special compiler flags (e.g. on True64 or Sequent).
73 # First of all, check if the user has set any of the PTHREAD_LIBS,
92 # We must check for the threads library under a number of different
97 # Create a list of thread flags to try. Items starting with a "-" are
[all …]
/external/googletest/googletest/m4/
Dacx_pthread.m46 # We've rewritten the inconsistency check code (from avahi), to work
17 dnl linker flags, and the PTHREAD_CFLAGS output variable to any special
18 dnl C compiler flags that are needed. (The user can also force certain
19 dnl compiler flags/libs to be tested by setting these environment
27 dnl flags, but also link it with them as well. e.g. you should link
69 # We used to check for pthread.h first, but this fails if pthread.h
70 # requires special compiler flags (e.g. on True64 or Sequent).
73 # First of all, check if the user has set any of the PTHREAD_LIBS,
92 # We must check for the threads library under a number of different
97 # Create a list of thread flags to try. Items starting with a "-" are
[all …]
/external/google-breakpad/src/testing/gtest/m4/
Dacx_pthread.m46 # We've rewritten the inconsistency check code (from avahi), to work
17 dnl linker flags, and the PTHREAD_CFLAGS output variable to any special
18 dnl C compiler flags that are needed. (The user can also force certain
19 dnl compiler flags/libs to be tested by setting these environment
27 dnl flags, but also link it with them as well. e.g. you should link
69 # We used to check for pthread.h first, but this fails if pthread.h
70 # requires special compiler flags (e.g. on True64 or Sequent).
73 # First of all, check if the user has set any of the PTHREAD_LIBS,
92 # We must check for the threads library under a number of different
97 # Create a list of thread flags to try. Items starting with a "-" are
[all …]
/external/python/cpython2/Lib/test/
Dtest_cmath.py297 for id, fn, ar, ai, er, ei, flags in parse_testfile(test_file):
306 if 'divide-by-zero' in flags or 'invalid' in flags:
315 if 'overflow' in flags:
326 if 'ignore-real-sign' in flags:
329 if 'ignore-imag-sign' in flags:
355 def check(arg, expected): function
359 check(0, (0., 0.))
360 check(1, (1., 0.))
361 check(-1, (1., pi))
362 check(1j, (1., pi / 2))
[all …]
Dtest_sys.py424 self.assertTrue(sys.flags)
430 self.assertTrue(hasattr(sys.flags, attr), attr)
431 self.assertEqual(type(getattr(sys.flags, attr)), int, attr)
432 self.assertTrue(repr(sys.flags))
533 check = self.check_sizeof
535 check(True, size('l'))
538 check(buffer(''), size('2P2Pil'))
540 check(len, size('3P'))
545 check(x, vsize('iPP') + x.__alloc__())
547 check(iter(bytearray()), size('PP'))
[all …]
/external/autotest/client/site_tests/platform_ToolchainTests/src/
DMakefile10 fortify-diag-flags := -o /dev/null -Xclang -verify -DCOMPILATION_TESTS -c
11 fortify-runtime-flags := -Wno-user-defined-warnings -Wno-unused-result
20 $(fortify-cxx) $(fortify-runtime-flags) -c -D_FORTIFY_SOURCE=1 -o $@
23 $(fortify-cxx) $(fortify-runtime-flags) -c -D_FORTIFY_SOURCE=2 -o $@
33 .PHONY: check
34 check: target
35 $(fortify-cxx) $(fortify-diag-flags) -D_FORTIFY_SOURCE=1
36 $(fortify-cxx) $(fortify-diag-flags) -D_FORTIFY_SOURCE=2
/external/protobuf/m4/
Dacx_pthread.m46 # We've rewritten the inconsistency check code (from avahi), to work
17 dnl linker flags, and the PTHREAD_CFLAGS output variable to any special
18 dnl C compiler flags that are needed. (The user can also force certain
19 dnl compiler flags/libs to be tested by setting these environment
27 dnl flags, but also link it with them as well. e.g. you should link
69 # We used to check for pthread.h first, but this fails if pthread.h
70 # requires special compiler flags (e.g. on True64 or Sequent).
73 # First of all, check if the user has set any of the PTHREAD_LIBS,
92 # We must check for the threads library under a number of different
97 # Create a list of thread flags to try. Items starting with a "-" are
[all …]
/external/google-breakpad/m4/
Dax_pthread.m413 # flags, and the PTHREAD_CFLAGS output variable to any special C compiler
14 # flags that are needed. (The user can also force certain compiler
15 # flags/libs to be tested by setting these environment variables.)
21 # NOTE: You are assumed to not only compile your program with these flags,
87 # We used to check for pthread.h first, but this fails if pthread.h
88 # requires special compiler flags (e.g. on True64 or Sequent).
91 # First of all, check if the user has set any of the PTHREAD_LIBS,
110 # We must check for the threads library under a number of different
115 # Create a list of thread flags to try. Items starting with a "-" are
116 # C compiler flags, and other items are library names, except for "none"
[all …]
/external/libevent/m4/
Dacx_pthread.m411 # linker flags, and the PTHREAD_CFLAGS output variable to any special
12 # C compiler flags that are needed. (The user can also force certain
13 # compiler flags/libs to be tested by setting these environment
21 # flags, but also link it with them as well. e.g. you should link
92 # We used to check for pthread.h first, but this fails if pthread.h
93 # requires special compiler flags (e.g. on True64 or Sequent).
96 # First of all, check if the user has set any of the PTHREAD_LIBS,
115 # We must check for the threads library under a number of different
120 # Create a list of thread flags to try. Items starting with a "-" are
121 # C compiler flags, and other items are library names, except for "none"
[all …]
/external/llvm/test/MC/Mips/
Dmips_abi_flags_xx.s2 # RUN: FileCheck %s -check-prefix=CHECK-ASM
5 # RUN: llvm-readobj -sections -section-data -section-relocations -mips-abi-flags - | \
6 # RUN: FileCheck %s -check-prefixes=CHECK-OBJ,CHECK-OBJ-32R1,CHECK-OBJ-MIPS
9 # RUN: llvm-readobj -sections -section-data -section-relocations -mips-abi-flags - | \
10 # RUN: FileCheck %s -check-prefixes=CHECK-OBJ,CHECK-OBJ-32R1,CHECK-OBJ-MIPS
13 # RUN: llvm-readobj -sections -section-data -section-relocations -mips-abi-flags - | \
14 # RUN: FileCheck %s -check-prefixes=CHECK-OBJ,CHECK-OBJ-32R6,CHECK-OBJ-MIPS
17 # RUN: llvm-readobj -sections -section-data -section-relocations -mips-abi-flags - | \
18 # RUN: FileCheck %s -check-prefixes=CHECK-OBJ,CHECK-OBJ-64R2,CHECK-OBJ-OCTEON
/external/python/cpython3/Lib/test/
Dtest_cmath.py359 for id, fn, ar, ai, er, ei, flags in parse_testfile(test_file):
374 if 'divide-by-zero' in flags or 'invalid' in flags:
383 if 'overflow' in flags:
394 if 'ignore-real-sign' in flags:
397 if 'ignore-imag-sign' in flags:
423 def check(arg, expected): function
427 check(0, (0., 0.))
428 check(1, (1., 0.))
429 check(-1, (1., pi))
430 check(1j, (1., pi / 2))
[all …]
/external/zlib/src/examples/
Dgun.c121 int check; /* true if checking crc and total */ member
136 if (me->check) { in out()
211 unsigned flags; /* compress flags, then block compress flag */ in lunpipe() local
223 outd.check = 0; in lunpipe()
226 flags = NEXT(); in lunpipe()
229 if (flags & 0x60) { in lunpipe()
233 max = flags & 0x1f; in lunpipe()
240 flags &= 0x80; /* true if block compress */ in lunpipe()
245 end = flags ? 256 : 255; in lunpipe()
302 if (code == 256 && flags) { in lunpipe()
[all …]

12345678910>>...39