/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/ |
unwind.h | 53 _URC_FAILURE = 9 /* unspecified failure of some kind */
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/ |
unwind-arm-common.h | 53 _URC_FAILURE = 9 /* unspecified failure of some kind */
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_valarray.c | 170 // is unspecified when a < 0.
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_valarray.c | 170 // is unspecified when a < 0.
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_valarray.c | 170 // is unspecified when a < 0.
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_valarray.c | 170 // is unspecified when a < 0.
|
/prebuilts/sdk/renderscript/lib/x86/ |
librsjni.so | |
/frameworks/base/docs/html/reference/com/google/android/gms/maps/ |
GoogleMapOptions.html | [all...] |
/external/libxml2/ |
HTMLtree.c | 489 * Fallback to HTML or ASCII when the encoding is unspecified 574 * Fallback to HTML or ASCII when the encoding is unspecified 1069 * Fallback to HTML or ASCII when the encoding is unspecified 1126 * Fallback to HTML or ASCII when the encoding is unspecified 1190 * Fallback to HTML or ASCII when the encoding is unspecified
|
/frameworks/base/core/java/android/widget/ |
RelativeLayout.java | 65 * {@link android.view.View.MeasureSpec#UNSPECIFIED UNSPECIFIED} was placed in a RelativeLayout, 418 if (widthMode != MeasureSpec.UNSPECIFIED) { 422 if (heightMode != MeasureSpec.UNSPECIFIED) { 719 // is code for, "we got an unspecified mode in the RelativeLayout's measurespec." 721 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); 755 // is code for, "we got an unspecified mode in the RelativeLayout's measurespec." 757 return MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); 811 childSpecMode = MeasureSpec.UNSPECIFIED; [all...] |
TabWidget.java | 168 if (MeasureSpec.getMode(widthMeasureSpec) == MeasureSpec.UNSPECIFIED) { 174 final int unspecifiedWidth = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED);
|
/frameworks/base/core/java/android/app/ |
PendingIntent.java | 216 * {@link Intent#fillIn Intent.fillIn()} to control which unspecified parts 248 * {@link Intent#fillIn Intent.fillIn()} to control which unspecified parts 341 * {@link Intent#fillIn Intent.fillIn()} to control which unspecified parts 392 * {@link Intent#fillIn Intent.fillIn()} to control which unspecified parts 463 * {@link Intent#fillIn Intent.fillIn()} to control which unspecified parts 518 * {@link Intent#fillIn Intent.fillIn()} to control which unspecified parts [all...] |
/libcore/luni/src/main/java/org/w3c/dom/ |
Node.java | 428 * . In addition, clones of unspecified <code>Attr</code> nodes are 477 * unspecified (see ). 495 * unspecified. When it is defined to be <code>null</code>, setting it 502 * <br>Setting the prefix to <code>null</code> makes it unspecified, 517 * unspecified. When it is defined to be <code>null</code>, setting it 524 * <br>Setting the prefix to <code>null</code> makes it unspecified, [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
ContactListItemView.java | 354 MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED)); 361 MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED)); 391 MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED)); 401 MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED)); 409 MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED)); 431 MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED)); [all...] |
/external/bison/lib/ |
intprops.h | 150 undefined or unspecified behavior: they do not check for division 283 undefined or unspecified behavior: they do not check for division
|
/external/chromium/chrome/browser/sync/syncable/ |
syncable.cc | 678 if (types.count(UNSPECIFIED) != 0U || types.count(TOP_LEVEL_FOLDER) != 0U) { 679 NOTREACHED() << "Don't support purging unspecified or top level entries."; [all...] |
/external/libppp/src/ |
ncp.c | 462 prompt_Printf(arg->prompt, "unspecified\n"); 467 prompt_Printf(arg->prompt, "unspecified\n");
|
/external/openfst/src/include/fst/ |
symbol-table.h | 221 // Construct symbol table with an unspecified name. 222 SymbolTable() : impl_(new SymbolTableImpl("<unspecified>")) {}
|
/external/valgrind/main/coregrind/ |
m_options.c | 84 Int VG_(clo_trace_notbelow) = -1; // unspecified 85 Int VG_(clo_trace_notabove) = -1; // unspecified
|
/external/wpa_supplicant_8/src/wps/ |
wps_upnp_event.c | 154 wpabuf_put_str(buf, "SERVER: Unspecified, UPnP/1.0, Unspecified\r\n");
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
ActionMenuPresenter.java | 100 final int spec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); 358 final int querySpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED);
|
/frameworks/base/core/java/com/android/internal/widget/ |
ActionBarContextView.java | 331 if (heightMode == MeasureSpec.UNSPECIFIED) { 359 final int titleWidthSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED);
|
/frameworks/support/v4/java/android/support/v4/app/ |
TaskStackBuilder.java | 339 * {@link Intent#fillIn(Intent, int)} to control which unspecified parts of the 354 * {@link Intent#fillIn(Intent, int)} to control which unspecified parts of the
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/ |
ActionMenuPresenter.java | 103 final int spec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); 374 final int querySpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED);
|
/frameworks/support/v7/mediarouter/src/android/support/v7/app/ |
MediaRouteButton.java | 441 case MeasureSpec.UNSPECIFIED: 455 case MeasureSpec.UNSPECIFIED:
|