HomeSort by relevance Sort by last modified time
    Searched refs:circular (Results 1 - 25 of 49) sorted by null

1 2

  /external/dbus/test/data/invalid-config-files/
circular-1.conf 3 <include>circular-1.conf</include>
circular-2.conf 3 <include>circular-3.conf</include>
circular-3.conf 3 <include>circular-2.conf</include>
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/
addressing.s 82 ldi *AR0++(5)%,R0 ; with postdisplacement add and circular modify
83 ldi *AR0--(5)%,R0 ; with postdisplacement subtract and circular modify
90 ldi *AR0++(IR0)%,R0 ; with postdisplacement add and circular modify
91 ldi *AR0--(IR0)%,R0 ; with postdisplacement subtract and circular modify
195 addf3 *AR0++(1)%,R0,R0; with postdisplacement add and circular modify
196 addf3 *AR0--(1)%,R0,R0; with postdisplacement subtract and circular modify
203 addf3 *AR0++(IR0)%,R0,R0; with postdisplacement add and circular modify
204 addf3 *AR0--(IR0)%,R0,R0; with postdisplacement subtract and circular modify
218 addf3 R0,*AR0++(1)%,R0; with postdisplacement add and circular modify
219 addf3 R0,*AR0--(1)%,R0; with postdisplacement subtract and circular modif
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
fragtest.s 36 ; A circular case
  /frameworks/support/v4/donut/android/support/v4/graphics/drawable/
RoundedBitmapDrawable.java 292 * Sets the image shape to circular.
295 public void setCircular(boolean circular) {
296 mIsCircular = circular;
298 if (circular) {
313 * @return <code>true</code> if the image is circular, else <code>false</code>.
  /prebuilts/gdb/darwin-x86/lib/python2.7/json/
__init__.py 141 If ``check_circular`` is false, then the circular reference check
142 for container types will be skipped and a circular reference will
205 If ``check_circular`` is false, then the circular reference check
206 for container types will be skipped and a circular reference will
  /prebuilts/gdb/linux-x86/lib/python2.7/json/
__init__.py 141 If ``check_circular`` is false, then the circular reference check
142 for container types will be skipped and a circular reference will
205 If ``check_circular`` is false, then the circular reference check
206 for container types will be skipped and a circular reference will
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 141 If ``check_circular`` is false, then the circular reference check
142 for container types will be skipped and a circular reference will
205 If ``check_circular`` is false, then the circular reference check
206 for container types will be skipped and a circular reference will
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 141 If ``check_circular`` is false, then the circular reference check
142 for container types will be skipped and a circular reference will
205 If ``check_circular`` is false, then the circular reference check
206 for container types will be skipped and a circular reference will
  /bionic/libdl/
Android.mk 46 # against libc creating a circular dependency which is removed and we end up
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tokenization/
location_info_mixin.js 4 //NOTE: obtain Tokenizer proto this way to avoid module circular references
  /external/v8/test/mjsunit/
json.js 314 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);
debug-referenced-by.js 95 // Check circular references.
messages.js 100 }, "Converting circular structure to JSON", TypeError);
mirror-object.js 185 // Test circular references.
  /external/dbus/test/
Makefile.am 240 data/invalid-config-files/circular-1.conf \
241 data/invalid-config-files/circular-2.conf \
242 data/invalid-config-files/circular-3.conf \
  /external/mesa3d/docs/OLD/
MESA_sprite_point.spec 61 to approximate a circular point. This could be problematic to
  /external/mesa3d/src/mesa/
Android.mk 124 # It is used to avoid circular dependency between core mesa and glsl.
  /external/chromium-trace/catapult/systrace/systrace/
systrace.py 66 parser.add_option('--no-fix-circular', dest='fix_circular', default=True,
68 help='don\'t fix truncated circular traces')
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_construction/
location_info_mixin.js 66 //NOTE: obtain Parser proto this way to avoid module circular references
  /ndk/build/core/
definitions-graph.mk 248 -test-ndk-mod-get-closure.circular-deps = \
310 # circular dependencies, this property cannot be guaranteed, but at least
391 -test-ndk-mod-get-topo-list.ABC.circular = \
426 -test-ndk-mod-get-topological-depends.circular = \
  /external/testng/ant/
ivy-2.1.0.jar 
  /external/opencv3/samples/java/sbt/sbt/
sbt-launch.jar 
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/
base.js 433 * record allows the prevention of circular dependencies.
    [all...]

Completed in 289 milliseconds

1 2