/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/ |
put-op.l | 28 NO UNDEFINED SYMBOLS
|
reg-op.l | 27 NO UNDEFINED SYMBOLS
|
reloclab.l | 39 UNDEFINED SYMBOLS
|
round2-op.l | 29 NO UNDEFINED SYMBOLS
|
swym-op.l | 31 NO UNDEFINED SYMBOLS
|
two-op.l | 36 NO UNDEFINED SYMBOLS
|
geta-op.l | 32 NO UNDEFINED SYMBOLS
|
roundi-op.l | 32 NO UNDEFINED SYMBOLS
|
reg3-op.l | 47 NO UNDEFINED SYMBOLS
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/ |
KeyboardAccessibilityNodeProvider.java | 55 private static final int UNDEFINED = Integer.MAX_VALUE; 67 private int mAccessibilityFocusedView = UNDEFINED; 70 private int mHoveringNodeId = UNDEFINED; 166 mHoveringNodeId = UNDEFINED; 196 if (virtualViewId == UNDEFINED) { 289 mAccessibilityFocusedView = UNDEFINED;
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
DataRowHandlerForStructuredName.java | 58 : FullNameStyle.UNDEFINED); 86 : FullNameStyle.UNDEFINED); 139 name.fullNameStyle = FullNameStyle.UNDEFINED; 140 name.phoneticNameStyle = PhoneticNameStyle.UNDEFINED; 157 name.phoneticNameStyle = PhoneticNameStyle.UNDEFINED; 188 : FullNameStyle.UNDEFINED); 212 if (phoneticNameStyle == PhoneticNameStyle.UNDEFINED) {
|
NameSplitter.java | 161 fullNameStyle = integer == null ? FullNameStyle.UNDEFINED : integer; 168 phoneticNameStyle = integer == null ? PhoneticNameStyle.UNDEFINED : integer; 196 fullNameStyle = FullNameStyle.UNDEFINED; 200 phoneticNameStyle = PhoneticNameStyle.UNDEFINED; 684 * If the supplied name style is undefined, returns a default based on the language, 690 if (nameStyle == FullNameStyle.UNDEFINED) { 906 if (phoneticNameStyle != PhoneticNameStyle.UNDEFINED) { 907 if (nameStyle == FullNameStyle.UNDEFINED || nameStyle == FullNameStyle.CJK) { 926 if (name.fullNameStyle != FullNameStyle.UNDEFINED) { 933 if (bestGuess != FullNameStyle.UNDEFINED && bestGuess != FullNameStyle.CJ [all...] |
/external/selinux/policycoreutils/scripts/ |
fixfiles | 255 UNDEFINED=`get_undefined_type` || exit $? 257 find /tmp \( -context "*:${UNLABELED}*" -o -context "*:${UNDEFINED}*" \) \( -type s -o -type p \) -delete 258 find /tmp \( -context "*:${UNLABELED}*" -o -context "*:${UNDEFINED}*" \) -exec chcon --no-dereference --reference /tmp {} \; 259 find /var/tmp \( -context "*:${UNLABELED}*" -o -context "*:${UNDEFINED}*" \) -exec chcon --no-dereference --reference /var/tmp {} \; 260 find /var/run \( -context "*:${UNLABELED}*" -o -context "*:${UNDEFINED}*" \) -exec chcon --no-dereference --reference /var/run {} \; 261 [ ! -e /var/lib/debug ] || find /var/lib/debug \( -context "*:${UNLABELED}*" -o -context "*:${UNDEFINED}*" \) -exec chcon --no-dereference --reference /lib {} \;
|
/frameworks/base/core/java/android/content/pm/ |
InstantAppResolveInfo.java | 110 this(InstantAppDigest.UNDEFINED, null, null, -1, extras, true); 138 mDigest = InstantAppDigest.UNDEFINED; 238 * A special instance that represents and undefined digest used for cases that a host was 241 public static final InstantAppDigest UNDEFINED = 346 if (this == InstantAppResolveInfo.InstantAppDigest.UNDEFINED) { 368 final boolean isUndefined = this == UNDEFINED; 390 if (in.readBoolean() /* is undefined */) { 391 return UNDEFINED;
|
/external/v8/src/js/ |
promise.js | 55 %_Call(promiseCapability.resolve, UNDEFINED, valuesArray); 81 %_Call(deferred.resolve, UNDEFINED, valuesArray); 85 %_Call(deferred.reject, UNDEFINED, e); 119 %_Call(deferred.reject, UNDEFINED, e);
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnEvent.java | 31 /** Undefined */ 32 public static final int UNDEFINED = 0; 263 public int code = UNDEFINED;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
GridDropHandler.java | 29 import static com.android.ide.common.layout.grid.GridModel.UNDEFINED; 144 true /* createCell */, UNDEFINED)); 148 true /* createCell */, UNDEFINED)); 267 false, UNDEFINED)); 283 columnRight, false, UNDEFINED)); 301 matchedLine, 0 /* column */, createCell, UNDEFINED)); 313 UNDEFINED)); 327 rowBottom, false, UNDEFINED)); 344 false, UNDEFINED)); 615 } else if (mColumnMatch.margin != UNDEFINED) { [all...] |
/external/clang/test/CXX/stmt.stmt/stmt.select/stmt.if/ |
p2.cpp | 4 #ifdef UNDEFINED
|
/frameworks/av/services/audioflinger/ |
FastMixer.h | 76 enum {UNDEFINED, MIXED, ZEROED} mMixerBufferState;
|
/frameworks/base/core/java/android/app/servertransaction/ |
TransactionExecutor.java | 26 import static android.app.servertransaction.ActivityLifecycleItem.UNDEFINED; 93 : UNDEFINED; 104 if (closestPreExecutionState != UNDEFINED) { 115 if (postExecutionState != UNDEFINED && r != null) {
|
/hardware/intel/img/psb_video/src/android/ |
psb_HDMIExtMode.h | 58 UNDEFINED,
|
/external/cblas/testing/ |
c_cblas2.c | 37 cblas_cgemv( UNDEFINED, trans, 84 cblas_cgbmv( UNDEFINED, trans, *m, *n, *kl, *ku, alpha, a, *lda, x, 114 cblas_cgeru( UNDEFINED, *m, *n, alpha, x, *incx, y, *incy, a, *lda ); 142 cblas_cgerc( UNDEFINED, *m, *n, alpha, x, *incx, y, *incy, a, *lda ); 171 cblas_chemv( UNDEFINED, uplo, *n, alpha, a, *lda, x, *incx, 189 cblas_chbmv(CblasRowMajor, UNDEFINED, *n, *k, alpha, a, *lda, x, 235 cblas_chbmv(UNDEFINED, uplo, *n, *k, alpha, a, *lda, x, *incx, 250 cblas_chpmv(CblasRowMajor, UNDEFINED, *n, alpha, ap, x, *incx, 291 cblas_chpmv( UNDEFINED, uplo, *n, alpha, ap, x, *incx, beta, y, 310 cblas_ctbmv(CblasRowMajor, UNDEFINED, trans, diag, *n, *k, a, *lda [all...] |
c_zblas2.c | 37 cblas_zgemv( UNDEFINED, trans, 84 cblas_zgbmv( UNDEFINED, trans, *m, *n, *kl, *ku, alpha, a, *lda, x, 114 cblas_zgeru( UNDEFINED, *m, *n, alpha, x, *incx, y, *incy, a, *lda ); 142 cblas_zgerc( UNDEFINED, *m, *n, alpha, x, *incx, y, *incy, a, *lda ); 171 cblas_zhemv( UNDEFINED, uplo, *n, alpha, a, *lda, x, *incx, 189 cblas_zhbmv(CblasRowMajor, UNDEFINED, *n, *k, alpha, a, *lda, x, 235 cblas_zhbmv(UNDEFINED, uplo, *n, *k, alpha, a, *lda, x, *incx, 250 cblas_zhpmv(CblasRowMajor, UNDEFINED, *n, alpha, ap, x, *incx, 291 cblas_zhpmv( UNDEFINED, uplo, *n, alpha, ap, x, *incx, beta, y, 310 cblas_ztbmv(CblasRowMajor, UNDEFINED, trans, diag, *n, *k, a, *lda [all...] |
/build/kati/ |
var.h | 36 UNDEFINED, 150 virtual const char* Flavor() const override { return "undefined"; } 151 virtual VarOrigin Origin() const override { return VarOrigin::UNDEFINED; }
|
/frameworks/av/media/img_utils/include/img_utils/ |
TagDefinitions.h | 357 UNDEFINED, 1010 UNDEFINED, 1034 UNDEFINED, 1050 UNDEFINED, 1058 UNDEFINED, 1290 UNDEFINED, 1298 UNDEFINED, 1306 UNDEFINED,
|