Home
last modified time | relevance | path

Searched refs:circular (Results 1 – 25 of 191) sorted by relevance

12345678

/external/clang/test/SemaObjC/
Dcircular-container.m57 …[_array addObject:_array]; // expected-warning {{adding '_array' to '_array' might cause circular
58 …// expected-warning {{adding '_dictionary' to '_dictionary' might cause circular dependency in con…
59 …[_set addObject:_set]; // expected-warning {{adding '_set' to '_set' might cause circular dependen…
60 …// expected-warning {{adding '_countedSet' to '_countedSet' might cause circular dependency in con…
61 …// expected-warning {{adding '_orderedSet' to '_orderedSet' might cause circular dependency in con…
65 …[a addObject:a]; // expected-warning {{adding 'a' to 'a' might cause circular dependency in contai…
69 …[d setObject:d forKey:@"key"]; // expected-warning {{adding 'd' to 'd' might cause circular depend…
73 …[s addObject:s]; // expected-warning {{adding 's' to 's' might cause circular dependency in contai…
77 …[s addObject:s]; // expected-warning {{adding 's' to 's' might cause circular dependency in contai…
81 …[s addObject:s]; // expected-warning {{adding 's' to 's' might cause circular dependency in contai…
[all …]
Dprotocols.m55 // Detect circular dependencies.
61 @protocol B < A > // expected-error{{protocol has circular dependency}}
/external/llvm-project/clang/test/SemaObjC/
Dcircular-container.m57 …[_array addObject:_array]; // expected-warning {{adding '_array' to '_array' might cause circular
58 …// expected-warning {{adding '_dictionary' to '_dictionary' might cause circular dependency in con…
59 …[_set addObject:_set]; // expected-warning {{adding '_set' to '_set' might cause circular dependen…
60 …// expected-warning {{adding '_countedSet' to '_countedSet' might cause circular dependency in con…
61 …// expected-warning {{adding '_orderedSet' to '_orderedSet' might cause circular dependency in con…
65 …[a addObject:a]; // expected-warning {{adding 'a' to 'a' might cause circular dependency in contai…
69 …[d setObject:d forKey:@"key"]; // expected-warning {{adding 'd' to 'd' might cause circular depend…
73 …[s addObject:s]; // expected-warning {{adding 's' to 's' might cause circular dependency in contai…
77 …[s addObject:s]; // expected-warning {{adding 's' to 's' might cause circular dependency in contai…
81 …[s addObject:s]; // expected-warning {{adding 's' to 's' might cause circular dependency in contai…
[all …]
Dprotocols.m55 // Detect circular dependencies.
61 @protocol B < A > // expected-error{{protocol has circular dependency}}
/external/libiio/src/bindings/csharp/
DIOBuffer.cs36 [MarshalAs(UnmanagedType.I1)] bool circular); in iio_device_create_buffer() argument
59 public readonly bool circular; field in iio.IOBuffer
67 public IOBuffer(Device dev, uint samples_count, bool circular = false) in IOBuffer() argument
70 this.circular = circular; in IOBuffer()
73 buf = iio_device_create_buffer(dev.dev, samples_count, circular); in IOBuffer()
97 if (circular && circular_buffer_pushed) in push()
/external/toybox/tests/
Dln.test84 ln -s . circular
90 rm -rf one three circular
/external/perfetto/protos/perfetto/common/
Dtrace_stats.proto29 // Size of the circular buffer in bytes.
32 // Num. bytes written into the circular buffer, including chunk headers.
38 // Total size of chunks that were fully read from the circular buffer by the
54 // Num. bytes that were allocated as padding between chunks in the circular
58 // Num. of padding bytes that were removed from the circular buffer when
80 // Num. chunks (!= packets) that were fully read from the circular buffer by
/external/google-breakpad/
DDEPS69 # --no-circular-check.
73 "--no-circular-check",
80 "--no-circular-check",
/external/icu/icu4c/source/test/testdata/
Dtestaliases.txt16 // This should produce an error - circular alias
17 aaa:alias { "testaliases/aab" } // Test circular dependency protection
/external/pigweed/pw_assert/
DBUILD.gn53 # like polyfill or span that might trigger circular includes due to the
64 # get options.h won't work here since it will trigger the circular include
/external/llvm-project/llvm/test/DebugInfo/COFF/
Dtypes-recursive-unnamed.ll3 ; Verify the compiler produces an error message when trying to emit circular
23 ; CHECK: LLVM ERROR: cannot debug circular reference to unnamed type
/external/pigweed/pw_log_null/
Ddocs.rst13 in certain development situations (e.g. to avoid circular dependencies).
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dbug-sdag-scheduler-cycle.ll3 ; This used to cause a circular chain dependency during
/external/llvm-project/compiler-rt/lib/xray/
Dxray_fdr_flags.inc25 "Size of buffers in the circular buffer queue.")
/external/testng/
Dbuild-with-maven2 # allowed to have circular dependencies.
/external/chromium-trace/catapult/third_party/polymer/components/paper-spinner/
DREADME.md7 Element providing a multiple color material design circular spinner.
/external/llvm-project/llvm/test/CodeGen/Hexagon/
Dcirc_pcr_assert.ll6 ; with "Unknown .new type" when attempting to validate if the circular store can be
/external/jacoco/
DREADME.android23 libraries without creating a circular dependency at runtime.
/external/llvm-project/libcxx/include/
Dctime60 // system headers from <__config>, since it leads to circular module dependencies.
/external/antlr/runtime/Python3/
DChangeLog17 Fix a circular dependency in generated parsers, and give Token objects the
/external/mesa3d/src/mesa/
DAndroid.bp35 // The libmesa_glsl_utils libraries allow us to avoid a circular dependency
/external/libphonenumber/
DAndroid.bp16 // For platform use, builds against core_current to avoid circular
/external/pigweed/pw_log_tokenized/
DBUILD.gn45 # (dir_pw_tokenizer:global_handler_with_payload.facade) to avoid circular
/external/cldr/common/testData/transforms/
Dfa-t-ia.txt35 circular تسیرکولار
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValue.def100 // the circular dependency eventually.

12345678