HomeSort by relevance Sort by last modified time
    Searched full:strong (Results 2501 - 2525 of 3412) sorted by null

<<101102103104105106107108109110>>

  /frameworks/base/obex/javax/obex/
ServerOperation.java 45 * <STRONG>Request Codes</STRONG> There are four different request codes that
  /frameworks/base/services/core/java/com/android/server/job/
JobStore.java 58 * All callers to this class must <strong>lock on the class object they are calling</strong>.
  /frameworks/opt/net/voip/src/java/android/net/sip/
SipManager.java 47 * <p class="note"><strong>Note:</strong> Not all Android-powered devices support VOIP calls using
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActivityChooserView.java 273 * <strong>Note:</strong> Clients would like to set this drawable
  /frameworks/wilhelm/src/
data.c 94 // and acquire a strong reference to it
160 // and acquire a strong reference to it
    [all...]
  /libcore/json/src/main/java/org/json/
JSONArray.java 38 * <p><strong>Warning:</strong> this class represents null in two incompatible
  /libcore/luni/src/main/java/java/text/
Bidi.java 40 * Constant that indicates the default base level. If there is no strong
46 * Constant that indicates the default base level. If there is no strong
  /libcore/luni/src/main/java/javax/xml/validation/
SchemaFactory.java 157 * <p><strong>Tip for Trouble-shooting:</strong></p>
  /libcore/luni/src/main/java/org/xml/sax/helpers/
ParserAdapter.java 34 * Public Domain, and comes with <strong>NO WARRANTY</strong>.</em>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java 361 * Returns all the <strong>resolved</strong> library projects, including indirect dependencies.
  /external/valgrind/main/helgrind/
hg_main.c     [all...]
  /docs/source.android.com/src/devices/sensors/
sensor-types.jd 37 <strong>Figure 1.</strong> Coordinate system (relative to a device) that's
497 tilt event. For example, a sharp turn or strong acceleration while driving a
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp     [all...]
  /external/tcpdump/tests/
print-capX.out 129 0x05a0: 3c2f 503e 0a0a 3c50 3e3c 5354 524f 4e47 </P>..<P><STRONG
325 0x11e0: 6861 7320 3c73 7472 6f6e 673e 6e6f 7468 has.<strong>noth
328 0x1210: 743c 2f73 7472 6f6e 673e 2e20 506c 6561 t</strong>..Plea
329 0x1220: 7365 2064 6f20 3c73 7472 6f6e 673e 6e6f se.do.<strong>no
330 0x1230: 743c 2f73 7472 6f6e 673e 2063 6f6e 7461 t</strong>.conta
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 360 return keyStrength != Strength.STRONG;
364 return valueStrength != Strength.STRONG;
373 STRONG {
438 STRONG {
557 STRONG, STRONG_ACCESS, STRONG_WRITE, STRONG_ACCESS_WRITE,
1047 * To maintain this code, make a change for the strong reference type. Then, cut and paste, an
    [all...]
  /external/owasp/sanitizer/benchmark-data/
Yahoo!.html 93 .strong { font-weight:bold; }
528 <ul><li class="y-hdr-ln tuc first"><div id="default-p_29445946" class="mod view_default"> <div id="default-p_29445946-bd" class="bd type_tuc type_tuc_default"><ul> <li class="y-hdr-ln account-sign-in strong first ">
530 </li> <li class="y-hdr-ln account-sign-up strong ">
    [all...]
  /external/lldb/include/lldb/Target/
ExecutionContext.h 251 /// Get accessor that creates a strong reference from the weak target
261 /// Get accessor that creates a strong reference from the weak process
271 /// Get accessor that creates a strong reference from the weak thread
281 /// Get accessor that creates a strong reference from the weak frame
293 /// Create strong references to any execution context objects that
297 /// An execution context object that has strong references to
362 /// thread and frame into strong references (shared pointers) so that
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
xcodeproj_file.py 310 objects owned by this object (marked "strong") will be copied in the
342 # dicts are never strong.
344 raise TypeError, 'Strong dict for key ' + key + ' in ' + \
476 """Returns a list of all of this object's owned (strong) children."""
745 subclass and the schema indicates a strong relationship, the object's
748 If do_copy is True, then lists, dicts, strong-owned XCObjects, and
749 strong-owned XCObjects in lists will be copied instead of having their
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_locally_managed_user_creation.js     [all...]
  /external/chromium_org/third_party/WebKit/Tools/qunit/qunit/
qunit.js 39 var b = document.createElement("strong");
167 var b = document.createElement("strong");
185 if ( window.location && target.nodeName.toLowerCase() === "strong" ) {
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
lgc.c 384 /* traverse array part (numeric keys are 'strong') */
443 if (!weakkey) /* strong keys? */
445 else if (!weakvalue) /* strong values? */
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/
html5.html 135 pre strong { color: black; font: inherit; font-weight: bold; background: yellow; }
475 .status strong { display: block; border-bottom: thin solid black; margin: -0.5em -0.5em 0.2em; padding: 0.2em 0.5em 0.1em; background: black; color: white; }
477 .status.UNKNOWN strong { background: gray; color: white; }
478 .status.TBW strong { background: red; color: white; }
479 .status.WIP strong { background: red; color: white; }
480 .status.FD strong { background: orange; color: black; }
481 .status.WD strong { background: orange; color: black; }
482 .status.CWD strong { background: red; color: yellow; }
483 .status.ATRISK strong { background: red; color: yellow; }
484 .status.LC strong { background: yellow; color: black;
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
StaticMetadata.java     [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List13.java 315 "Seriously Strong Cheddar", "Serra da Estrela", "Sharpam",
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwContentsTest.java 102 // The system retains a strong ref to the last focused view (in InputMethodManager)

Completed in 546 milliseconds

<<101102103104105106107108109110>>