HomeSort by relevance Sort by last modified time
    Searched full:ems (Results 1 - 25 of 58) sorted by null

1 2 3

  /development/samples/ApiDemos/res/layout/
grid_layout_1.xml 53 android:ems="10"
64 android:ems="8"
  /cts/tests/res/layout/
textview_ems.xml 29 android:ems="60"
36 android:ems="1"
43 android:ems="0"
  /development/samples/NotePad/res/layout/
title_editor.xml 30 android:ems="25"
  /external/jpeg/
jmemdosa.asm 10 ; files through direct DOS calls, and to access XMS and EMS drivers.
300 ; Have we got an EMS driver? (this comes straight from the EMS 4.0 specs)
341 ; These are loaded, the EMS trap is performed, and the new values of the
360 int 67h ; call the EMS driver
jmemdos.c 102 typedef struct { /* registers for calling EMS driver */
229 * 3. Expanded memory, accessed per the LIM/EMS 4.0 specification.
455 /* The EMS move specification structure requires word and long fields aligned
466 typedef union { /* EMS move specification structure */
484 #define EMSPAGESIZE 16384L /* gospel, see the EMS specs */
559 /* Is EMS driver there? */
563 /* Get status, make sure EMS is OK */
jerror.h 79 JMESSAGE(JERR_EMS_READ, "Read from EMS failed")
80 JMESSAGE(JERR_EMS_WRITE, "Write to EMS failed")
134 JMESSAGE(JTRC_EMS_CLOSE, "Freed EMS handle %u")
135 JMESSAGE(JTRC_EMS_OPEN, "Obtained EMS handle %u")
jmemsys.h 127 EMSH ems_handle; /* handle if it's a chunk of EMS */
  /external/webkit/Source/WebCore/css/
tokenizer.flex 85 {num}em {yyTok = EMS; return yyTok;}
87 {num}__qem {yyTok = QEMS; return yyTok;} /* quirky ems */
WebKitCSSMatrix.cpp 58 // requires style (i.e., param uses 'ems' or 'exs')
CSSGrammar.y 169 %token <number> EMS
    [all...]
  /frameworks/base/core/res/res/values-en-rUS/
donottranslate-names.xml 74 <item>Emily, Em, Ems, Emmy</item>
75 <item>Emma, Em, Ems, Emmy</item>
  /external/chromium/chrome/browser/extensions/
extension_message_service.h 31 // open a channel to the content scripts for the given tab. The EMS notifies
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion1-expected-completion39.txt 22 android:maxEms : Makes the TextView be at most this many ems wide. [integer]
24 android:ems : Makes the TextView be exactly this many ems wide. [integer]
26 android:minEms : Makes the TextView be at least this many ems wide. [integer]
completion5-expected-completion40.txt 22 android:maxEms : Makes the TextView be at most this many ems wide. [integer]
24 android:ems : Makes the TextView be exactly this many ems wide. [integer]
26 android:minEms : Makes the TextView be at least this many ems wide. [integer]
completionvalues1-expected-completion32.txt 74 android:ems : Makes the TextView be exactly this many ems wide. [integer]
153 android:maxEms : Makes the TextView be at most this many ems wide. [integer]
161 android:minEms : Makes the TextView be at least this many ems wide. [integer]
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/
CdmaSmsTest.java     [all...]
  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsManagerTest.java 234 // TODO: temp workaround, OCTET encoding for EMS not properly supported
SmsMessageTest.java 384 // TODO: temp workaround, OCTET encoding for EMS not properly supported
  /external/libvpx/examples/includes/geshi/geshi/
visualfoxpro.php 235 'Ems','Ems64','Encrypt','Encryption','Environment','Escape',
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
BearerData.java 427 // We don't support single-segment EMS, so calculate for 16-bit
428 // TODO: Consider supporting single-segment EMS
557 throw new CodingException("unsupported EMS user data encoding (" +
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java     [all...]
  /frameworks/base/telephony/java/android/telephony/
SmsMessage.java 331 // For multi-segment messages, CDMA 7bit equals GSM 7bit encoding (EMS mode).
  /hardware/ril/include/telephony/
ril_cdma_sms.h 223 /* 15 - 1F Reserved for future EMS */
  /packages/apps/Mms/res/values-lv/
strings.xml 102 <string name="invalid_recipient_message" msgid="6465343105010999068">"Labojiet adres?tu(-us); pret?j? gad?jum? vi?i nesa?ems zi?ojumu."</string>
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]

Completed in 3540 milliseconds

1 2 3