HomeSort by relevance Sort by last modified time
    Searched defs:UNDEFINED (Results 1 - 25 of 37) sorted by null

1 2

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.2.2-2-n.js 75 var UNDEFINED = void 0;
78 "UNDEFINED = void 0; var o = new UNDEFINED()",
80 o = new UNDEFINED() );
  /frameworks/av/media/libstagefright/wifi-display/sink/
WifiDisplaySink.h 48 UNDEFINED,
  /frameworks/base/core/java/android/view/
WindowInfo.java 33 private static int UNDEFINED = -1;
48 public int type = UNDEFINED;
50 public float compatibilityScale = UNDEFINED;
54 public int displayId = UNDEFINED;
56 public int layer = UNDEFINED;
138 type = UNDEFINED;
139 compatibilityScale = UNDEFINED;
141 displayId = UNDEFINED;
142 layer = UNDEFINED;
  /frameworks/av/services/audioflinger/
FastMixer.cpp 62 enum {UNDEFINED, MIXED, ZEROED} mixBufferState = UNDEFINED;
235 mixBufferState = UNDEFINED;
412 mixBufferState = UNDEFINED;
417 if (mixBufferState == UNDEFINED) {
    [all...]
  /frameworks/base/core/java/android/accessibilityservice/
UiTestAutomationBridge.java 59 public static final int UNDEFINED = -1;
491 if (connectionId == UNDEFINED) {
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1PRNG_SecureRandomImpl.java 84 // UNDEFINED - three states of engine; initially its state is "UNDEFINED"
98 private static final int UNDEFINED = 0;
170 state = UNDEFINED;
285 if (state == UNDEFINED) {
425 // either the state is UNDEFINED or previous method was "setSeed(..)"
  /packages/apps/Phone/src/com/android/phone/
InCallUiState.java 122 UNDEFINED
126 InCallScreenMode inCallScreenMode = InCallScreenMode.UNDEFINED;
OtaUtils.java     [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEvent.java 31 /** Undefined */
32 public static final int UNDEFINED = 0;
263 public int code = UNDEFINED;
  /cts/tests/tests/os/src/android/os/cts/
FileObserverTest.java 38 private static final int UNDEFINED = 0x8000;
114 expected = new int[] {UNDEFINED};
134 FileObserver.DELETE, FileObserver.DELETE_SELF, UNDEFINED};
199 public int event = UNDEFINED;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
AccessibilityEntityProvider.java 52 private static final int UNDEFINED = Integer.MIN_VALUE;
68 private int mAccessibilityFocusedView = UNDEFINED;
155 if (virtualViewId == UNDEFINED) {
269 mAccessibilityFocusedView = UNDEFINED;
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityRecord.java 58 private static final int UNDEFINED = -1;
82 int mCurrentItemIndex = UNDEFINED;
83 int mItemCount = UNDEFINED;
84 int mFromIndex = UNDEFINED;
85 int mToIndex = UNDEFINED;
86 int mScrollX = UNDEFINED;
87 int mScrollY = UNDEFINED;
88 int mMaxScrollX = UNDEFINED;
89 int mMaxScrollY = UNDEFINED;
91 int mAddedCount= UNDEFINED;
    [all...]
AccessibilityNodeInfo.java 62 public static final int UNDEFINED = -1;
65 public static final long ROOT_NODE_ID = makeNodeId(UNDEFINED, UNDEFINED);
68 public static final int ACTIVE_WINDOW_ID = UNDEFINED;
365 private int mWindowId = UNDEFINED;
385 private int mConnectionId = UNDEFINED;
405 setSource(source, UNDEFINED);
429 mWindowId = (root != null) ? root.getAccessibilityWindowId() : UNDEFINED;
431 (root != null) ? root.getAccessibilityViewId() : UNDEFINED;
545 addChild(child, UNDEFINED);
    [all...]
  /external/v8/src/
code-stubs.h 1029 UNDEFINED,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 80 static final int UNDEFINED = Integer.MIN_VALUE;
100 /** The declared count of rows (which may be {@link #UNDEFINED} if not specified) */
103 /** The declared count of columns (which may be {@link #UNDEFINED} if not specified) */
278 if (baseline == UNDEFINED) {
403 declaredRowCount = getGridAttribute(layout, ATTR_ROW_COUNT, UNDEFINED);
404 declaredColumnCount = getGridAttribute(layout, ATTR_COLUMN_COUNT, UNDEFINED);
418 declaredRowCount == UNDEFINED ? children.length : declaredRowCount,
419 declaredColumnCount == UNDEFINED ? children.length : declaredColumnCount);
425 mBaselines[i] = UNDEFINED;
435 if (declaredRowCount != UNDEFINED) {
    [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 166 * The constant used to indicate that a value is undefined.
174 public static final int UNDEFINED = Integer.MIN_VALUE;
219 private static final int DEFAULT_COUNT = UNDEFINED;
629 return margin == UNDEFINED ? getDefaultMargin(view, lp, horizontal, leading) : margin;
685 final int count = (axis.definedCount != UNDEFINED) ? axis.definedCount : 0;
711 // Find suitable row/col values when at least one is undefined.
780 if (span.min != UNDEFINED && span.min < 0) {
785 if (count != UNDEFINED) {
842 // Apply defaults, so as to remove UNDEFINED values
    [all...]
NumberPicker.java     [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 165 * The constant used to indicate that a value is undefined.
173 public static final int UNDEFINED = Integer.MIN_VALUE;
219 private static final int DEFAULT_COUNT = UNDEFINED;
609 return margin == UNDEFINED ? getDefaultMarginValue(view, lp, horizontal, leading) : margin;
665 final int count = (axis.definedCount != UNDEFINED) ? axis.definedCount : 0;
691 // Find suitable row/col values when at least one is undefined.
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java 256 /** An undefined bitrate. */
257 public static final int UNDEFINED = 0;
514 /** The audio track file format setting is undefined. */
    [all...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.core_2.2.0.v20100429.jar 
  /tools/motodev/src/plugins/android/
commons-net-1.4.1.jar 
  /tools/motodev/src/plugins/common/
commons-net-1.4.1.jar 
  /tools/motodev/src/plugins/emulator/lib/
commons-net-1.4.1.jar 

Completed in 3811 milliseconds

1 2