/development/samples/ApiDemos/src/com/example/android/apis/app/ |
SecureDialogActivity.java | 38 * observe their behavior.
|
SecureSurfaceViewActivity.java | 38 * observe their behavior.
|
/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/ |
CustomElements.js | 232 observe(root); 285 function observe(inRoot) { 290 observer.observe(inRoot, { 300 observe(doc);
|
/external/chromium-trace/trace-viewer/tracing/tracing/ui/base/ |
drag_handle.html | 54 this.observer_.observe(this.target_, {
|
/external/chromium-trace/trace-viewer/tracing/tracing/ui/tracks/ |
chart_axis.html | 80 * Observe that if no configuration is provided (or all flags are set to
|
/external/glide/third_party/disklrucache/ |
README.md | 34 Clients call `get` to read a snapshot of an entry. The read will observe the
|
/external/junit/src/org/junit/rules/ |
TestRule.java | 10 * cleanup for tests, or it may observe test execution to report it elsewhere.
|
/external/llvm/lib/CodeGen/ |
AntiDepBreaker.h | 50 virtual void Observe(MachineInstr *MI, unsigned Count,
|
CriticalAntiDepBreaker.h | 87 void Observe(MachineInstr *MI, unsigned Count,
|
PostRASchedulerList.cpp | 169 /// Observe - Update liveness information to account for the current 172 void Observe(MachineInstr *MI, unsigned Count); 339 Scheduler.Observe(MI, CurrentCount); 411 /// Observe - Update liveness information to account for the current 414 void SchedulePostRATDList::Observe(MachineInstr *MI, unsigned Count) { 416 AntiDepBreak->Observe(MI, Count, EndIndex);
|
/external/strace/qemu_multiarch_testing/ |
README | 19 * Observe system-image-*.log file(s) with growing log of strace build.
|
/external/v8/src/ |
hydrogen-store-elimination.cc | 45 // Observe any unobserved stores on this object + field.
|
/external/v8/test/mjsunit/es6/debug-promises/ |
events.js | 120 Object.observe(dummy, checkResult);
|
/external/v8/test/mjsunit/es6/ |
microtask-delivery.js | 79 Object.observe(observer, function(records) {
|
/external/vixl/examples/ |
non-const-visitor.cc | 105 // Run the modified code and observe the different output from before.
|
/frameworks/base/docs/html/training/notepad/ |
notepad-extra-credit.jd | 11 <li><em>How to set breakpoints to observe execution</em> </li>
|
/packages/apps/Dialer/src/com/android/dialer/voicemail/ |
VoicemailStatusHelper.java | 33 * be shown. The user of this interface must observe/listen to provider changes and invoke
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/readwrite/ |
p2g.py | 30 edges. Observe that node labeled "c" has an outgoing edge to
|
/external/v8/test/webkit/fast/js/ |
Object-getOwnPropertyNames-expected.txt | 66 PASS getSortedOwnPropertyNames(Object) is ['arguments', 'caller', 'create', 'defineProperties', 'defineProperty', 'deliverChangeRecords', 'freeze', 'getNotifier', 'getOwnPropertyDescriptor', 'getOwnPropertyNames', 'getOwnPropertySymbols', 'getPrototypeOf', 'is', 'isExtensible', 'isFrozen', 'isSealed', 'keys', 'length', 'name', 'observe', 'preventExtensions', 'prototype', 'seal', 'setPrototypeOf', 'unobserve'] 70 PASS getSortedOwnPropertyNames(Array) is ['arguments', 'caller', 'isArray', 'length', 'name', 'observe', 'prototype', 'unobserve']
|
Object-getOwnPropertyNames.js | 74 "Object": "['arguments', 'caller', 'create', 'defineProperties', 'defineProperty', 'deliverChangeRecords', 'freeze', 'getNotifier', 'getOwnPropertyDescriptor', 'getOwnPropertyNames', 'getOwnPropertySymbols', 'getPrototypeOf', 'is', 'isExtensible', 'isFrozen', 'isSealed', 'keys', 'length', 'name', 'observe', 'preventExtensions', 'prototype', 'seal', 'setPrototypeOf', 'unobserve']", 78 "Array": "['arguments', 'caller', 'isArray', 'length', 'name', 'observe', 'prototype', 'unobserve']",
|
/frameworks/base/core/java/android/os/ |
FileObserver.java | 85 observe(m_fd); 130 private native void observe(int fd); method in class:FileObserver.ObserverThread
|
/frameworks/support/v4/java/android/support/v4/print/ |
PrintHelper.java | 320 * @param callback Optional callback to observe when printing is finished. 347 * @param callback Optional callback to observe when printing is finished.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar | |
/external/v8/test/mjsunit/ |
migrations.js | 277 name: "observe", 278 migr: function(o, i) { Object.observe(o, function(){}); },
|
/frameworks/av/media/libnbaio/ |
MonoPipe.cpp | 276 // atomically observe the sequence number, then observer the variables, then 277 // atomically observe the sequence number again. If the two observations of
|