/development/samples/ApiDemos/res/layout/ |
activity_finish_affinity.xml | 26 android:text="No matter how deep you go, Activity.finishAffinity() will get you back."/>
|
/external/chromium-trace/trace-viewer/tracing/tracing/ui/base/ |
chart_base.html | 13 * /deep/ .chart-base #title { 17 * /deep/ .chart-base { 23 * /deep/ .chart-base .axis path, 24 * /deep/ .chart-base .axis line {
|
/external/chromium-trace/trace-viewer/tracing/tracing/ui/extras/deep_reports/ |
main.html | 19 * Runs deep reports on the provided files, and pushes telemetry-style
|
/external/clang/test/Analysis/ |
analyzer-config.cpp | 29 // CHECK-NEXT: mode = deep
|
/external/icu/icu4c/source/io/ |
locbund.h | 56 * Create a deep copy of this ULocaleBundle;
|
/external/libcxxabi/test/ |
backtrace_test.pass.cpp | 16 // We should never have a call stack this deep...
|
/external/selinux/libsemanage/man/man3/ |
semanage_bool.3 | 51 create an identical boolean (deep-copy clone)
|
semanage_fcontext.3 | 49 create an identical file context spec (deep-copy clone)
|
semanage_iface.3 | 49 create an identical interface (deep-copy clone)
|
semanage_port.3 | 49 create an identical port range (deep-copy clone)
|
semanage_seuser.3 | 51 create an identical seuser (deep-copy clone)
|
/external/skia/src/image/ |
SkImagePriv.h | 22 * if it needs to make a deep-copy of the pixels. The bitmap's pixelref will
|
/external/v8/test/mjsunit/compiler/ |
regress-inline-callfunctionstub.js | 30 // Test inlined of calls-as-function two levels deep.
|
/external/valgrind/massif/tests/ |
deep-C.post.exp | 2 Command: ./deep 49 ->98.04% (3,600B) 0x........: a2 (deep.c:26) 50 ->98.04% (3,600B) 0x........: a1 (deep.c:27) 51 ->98.04% (3,600B) 0x........: main (deep.c:35)
|
/frameworks/av/include/media/stagefright/ |
MediaAdapter.h | 56 // deep copy, such that after pushBuffer return, the buffer can be re-used.
|
/frameworks/base/core/java/android/os/ |
SystemClock.java | 45 * system was booted. This clock stops when the system enters deep 57 * return the time since the system was booted, and include deep sleep. 87 * recurring events which occur even when the device is in deep sleep 161 * Returns milliseconds since boot, not counting time spent in deep sleep.
|
/frameworks/base/core/java/android/service/chooser/ |
ChooserTarget.java | 30 * A ChooserTarget represents a deep-link into an application as returned by a 33 * <p>A chooser target represents a specific deep link target into an application exposed 76 * Construct a deep link target for presentation by a chooser UI. 91 * target Activity; use this to add any additional data about the deep link that the target
|
/frameworks/base/core/jni/android/graphics/ |
Utils.h | 45 * Make a deep copy of the asset, and return it as a stream, or NULL if there
|
/frameworks/base/telephony/java/android/telephony/ |
CellSignalStrength.java | 73 * @return A deep copy of this class.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
IGLProperty.java | 58 /** Deep clone this property. */
|
/external/clang/test/SemaObjC/ |
default-synthesize-3.m | 24 @interface Deep : Sub 30 @implementation Deep // expected-warning {{property 'DeepMustSynthProperty' requires method 'setDeepMustSynthProperty:' to be defined}} 37 @interface Deep(CAT) // expected-error {{attributes may not be specified on a category}}
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/ |
JSONWriter.java | 53 * you. Objects and arrays can be nested up to 20 levels deep. 137 * @throws JSONException If the nesting is too deep, or if the object is 229 * @throws JSONException If the nesting is too deep, or if the object is 268 * @throws JSONException If nesting is too deep. 272 throw new JSONException("Nesting too deep.");
|
/frameworks/base/docs/html/training/implementing-navigation/ |
temporal.jd | 13 <li><a href="#SynthesizeBackStack">Synthesize a new Back Stack for Deep Links</a></li> 48 <li>When the user enters a deep-level activity directly from a <a 62 <h2 id="SynthesizeBackStack">Synthesize a new Back Stack for Deep Links</h2> 65 activity to the next. However, when the user enters your app with a <em>deep link</em> that 69 <p>For example, when a notification takes the user to an activity deep in your app hierarchy, 135 <p>For example, when a notification takes the user to an activity deep in your app hierarchy,
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
DocumentImpl.java | 216 * @param deep true to recursively copy any child nodes; false to do no such 219 Node cloneOrImportNode(short operation, Node node, boolean deep) { 222 if (deep) { 225 copy.appendChild(cloneOrImportNode(operation, list.item(i), deep)); 233 public Node importNode(Node importedNode, boolean deep) { 234 return cloneOrImportNode(UserDataHandler.NODE_IMPORTED, importedNode, deep);
|
/external/clang/test/SemaCXX/ |
cstyle-cast.cpp | 27 // Cast away deep consts and volatiles. 189 ppint *deep = (ppint*)(p3); local 190 (void)(fnptr*)(deep);
|