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

1 2

  /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>.
  /bionic/libdl/
Android.mk 33 # against libc creating a circular dependency which is removed and we end up
  /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
  /external/chromium-trace/trace-viewer/tracing/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 307 var circular = [1, 2, 3]; variable
308 circular[2] = circular;
309 assertThrows(function () { JSON.stringify(circular); }, TypeError);
310 assertThrows(function () { JSON.stringify(circular, null, 0); }, TypeError);
debug-referenced-by.js 95 // Check circular references.
mirror-object.js 190 // Test circular references.
unicode-test.js     [all...]
  /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/
systrace.py 62 parser.add_option('--no-fix-circular', dest='fix_circular', default=True,
64 help='don\'t fix truncated circular traces')
  /external/chromium-trace/trace-viewer/tracing/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/v8/src/
messages.js 139 circular_structure: ["Converting circular structure to JSON"],
    [all...]
debug-debugger.js     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas     [all...]
  /external/v8/test/mjsunit/es7/
object-observe.js 40 return '{<circular reference>}';
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/
parse5.js     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 

Completed in 903 milliseconds

1 2