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

  /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 39 /** {@code non-null;} instance corresponding to the class {@code Character} */
40 public static final CstType CHARACTER = intern(Type.CHARACTER_CLASS);
106 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;
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
Structure.java 276 CHARACTER, SHORT, INTEGER, LONG, FLOAT, DOUBLE, VOID, STRUCTURE, POINTER;
281 PRIMARY_TYPES.put("char", CHARACTER);
282 PRIMARY_TYPES.put("uchar", 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/extensions/api/web_request/
form_data_parser.cc 61 // CHARACTER is an allowed character in a URL encoding. Definition is from
63 #define CHARACTER "(?:[a-zA-Z0-9$_.+!*'(),]|-|(?:%[a-fA-F0-9]{2}))"
64 url_encoded_pattern("(" CHARACTER "*)=(" CHARACTER "*)") {}
65 #undef CHARACTER
  /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...]
  /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...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/jFormatString/2.0.1/
jFormatString-2.0.1.jar 
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.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/sdk/tools/lib/
dx.jar 

Completed in 530 milliseconds