Home
last modified time | relevance | path

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

1234

/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/v8/test/webkit/
DJSON-stringify-replacer-expected.txt43 PASS JSON.stringify(object, returnCycleObjectFor1) threw exception TypeError: Converting circular s…
44 PASS JSON.stringify(array, returnCycleObjectFor1) threw exception TypeError: Converting circular st…
45 PASS JSON.stringify(object, returnCycleArrayFor1) threw exception TypeError: Converting circular st…
46 PASS JSON.stringify(array, returnCycleArrayFor1) threw exception TypeError: Converting circular str…
/external/v8/test/mjsunit/
Djson.js314 var circular = [1, 2, 3]; variable
315 circular[2] = circular;
316 assertThrows(function () { JSON.stringify(circular); }, TypeError);
317 assertThrows(function () { JSON.stringify(circular, null, 0); }, TypeError);
/external/webrtc/webrtc/test/
Dmetrics.gyp16 # avoid a circular dependency error due to the dependency on libyuv.
17 # If the code would be put in test.gyp a circular dependency error during
/external/icu/icu4c/source/test/testdata/
Dtestaliases.txt14 // This should produce an error - circular alias
15 aaa:alias { "testaliases/aab" } // Test circular dependency protection
/external/chromium-trace/catapult/third_party/polymer/components/paper-spinner/
DREADME.md4 A material-design circular activity indicator.
/external/dbus/test/data/invalid-config-files/
Dcircular-3.conf3 <include>circular-2.conf</include>
Dcircular-2.conf3 <include>circular-3.conf</include>
Dcircular-1.conf3 <include>circular-1.conf</include>
/external/google-breakpad/
DDEPS59 # --no-circular-check.
63 "--no-circular-check",
/external/testng/
Dbuild-with-maven2 # allowed to have circular dependencies.
/external/dbus/test/
DMakefile.am240 data/invalid-config-files/circular-1.conf \
241 data/invalid-config-files/circular-2.conf \
242 data/invalid-config-files/circular-3.conf \
/external/ceres-solver/data/nist/
DEckerle4.dat12 circular interference transmittance. The response
/external/opencv3/doc/py_tutorials/py_imgproc/py_histograms/py_histogram_backprojection/
Dpy_histogram_backprojection.markdown62 3. Now apply a convolution with a circular disc, \f$B = D \ast B\f$, where D is the disc kernel.
101 # Now convolute with circular disc
/external/opencv3/doc/py_tutorials/py_calib3d/py_calibration/
Dpy_calibration.markdown97 @sa Instead of chess board, we can use some circular grid, but then use the function
99 using circular grid.
229 -# Try camera calibration with circular grid.
/external/mesa3d/docs/OLD/
DMESA_sprite_point.spec61 to approximate a circular point. This could be problematic to
/external/fonttools/Lib/fontTools/ttLib/tables/
Dtable_API_readme.txt72 # it: it will cause a circular reference (ttFont saves
/external/llvm/test/CodeGen/Hexagon/
Dcirc_st.ll2 ; Testing for these 5 variants of circular store:
Dcirc_ld.ll2 ; Testing for these 6 variants of circular load:
/external/opencv3/doc/py_tutorials/py_gui/py_drawing_functions/
Dpy_drawing_functions.markdown107 -# The angles used in ellipse function is not our circular angles. For more details, visit [this
/external/opencv3/doc/py_tutorials/py_imgproc/py_morphological_ops/
Dpy_morphological_ops.markdown122 rectangular shape. But in some cases, you may need elliptical/circular shaped kernels. So for this
/external/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle441 * Marks the attr group as marked; used for circular checks.
626 * Marks the item as marked; used for circular checks.
855 * a helper flag for the search of circular references.
/external/opencv3/doc/py_tutorials/py_feature2d/py_orb/
Dpy_orb.markdown27 rotation invariance, moments are computed with x and y which should be in a circular region of
/external/testng/ant/
Divy-2.1.0.jar ... plugins/ org/apache/ivy/plugins/circular/ org/apache/ivy/plugins/conflict ...

1234