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

1 2

  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstType.java 40 /** {@code non-null;} instance corresponding to the class {@code Character} */
41 public static final CstType CHARACTER = intern(Type.CHARACTER_CLASS);
107 case Type.BT_CHAR: return CHARACTER;
  /dalvik/dx/src/com/android/dx/rop/cst/
CstType.java 40 /** {@code non-null;} instance corresponding to the class {@code Character} */
41 public static final CstType CHARACTER = intern(Type.CHARACTER_CLASS);
107 case Type.BT_CHAR: return CHARACTER;
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstType.java 40 /** {@code non-null;} instance corresponding to the class {@code Character} */
41 public static final CstType CHARACTER = intern(Type.CHARACTER_CLASS);
107 case Type.BT_CHAR: return CHARACTER;
  /hardware/ti/omap3/dspbridge/inc/
dbtype.h 31 *! 09-Oct-2000 jeh Added CHARACTER.
96 /* NULL character (normally used for string termination) */
100 #define NULL_CHAR '\0' /* Null character. */
155 typedef TCHAR *PSTRING; /* Generic character string type */
156 typedef TCHAR CHARACTER;
183 typedef TCHAR *PSTRING; /* Generic character string type */
184 typedef TCHAR CHARACTER;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbtype.h 31 *! 09-Oct-2000 jeh Added CHARACTER.
96 /* NULL character (normally used for string termination) */
100 #define NULL_CHAR '\0' /* Null character. */
155 typedef TCHAR *PSTRING; /* Generic character string type */
156 typedef TCHAR CHARACTER;
183 typedef TCHAR *PSTRING; /* Generic character string type */
184 typedef TCHAR CHARACTER;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
navigation_shifter.js 25 * more granular than words, because every character is either a word or
76 'CHARACTER': 0,
  /external/chromium_org/third_party/handlebar/
handlebar.py 819 CHARACTER = Data(
820 'CHARACTER' , '.' , None)
837 if self.next_token is _Token.CHARACTER:
861 self.next_token = _Token.CHARACTER
886 self.AdvanceOver(_Token.CHARACTER)
891 while (self.next_token is _Token.CHARACTER and
892 # Can use -1 here because token length of CHARACTER is 1.
902 while (self.next_token is _Token.CHARACTER and
903 # Can use -1 here because token length of CHARACTER is 1.
982 if next_token is _Token.CHARACTER
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
editable_text.js 72 * CHARACTER: echoes typed characters.
73 * WORD: echoes a word once a breaking character is typed (i.e. spacebar).
74 * CHARACTER_AND_WORD: combines CHARACTER and WORD behavior.
80 CHARACTER: 0,
100 * @return {boolean} Whether the character should be spoken.
104 typingEcho == cvox.TypingEcho.CHARACTER;
197 * Whether or not moving the cursor from one character to another considers
200 * If the cursor is a block, then the value of the character to the right
204 * If the cursor is an i-beam, moving the cursor by one character reads the
205 * character that was crossed over, which may be the character to the left o
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h 111 /* The character which represents newline. */
237 CHARACTER = 1,
308 /* Character classes. */
311 /* If this character set is the non-matching list. */
326 /* # of character classes. */
335 unsigned char c; /* for CHARACTER */
372 /* Store the wide character string which is corresponding to MBS. */
377 /* Index in RAW_MBS. Each character mbs[i] corresponds to
549 Note that we refer to multibyte characters, and multi character
690 a node which can accept multibyte character or multi characte
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
jFormatString.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jFormatString/2.0.1/
jFormatString-2.0.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar 
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
lint-checks.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.0/
lint-checks-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.2/
lint-checks-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.0/
lint-checks-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.1/
lint-checks-22.5.1.jar 

Completed in 390 milliseconds

1 2