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

1 2 3 4

  /external/vboot_reference/utility/
crossystem.c 20 #define IS_STRING 0x01 /* String (not present = integer) */
29 const char* format; /* Format string, if non-NULL and 0==is_string*/
34 {"arch", IS_STRING, "Platform architecture"},
42 {"ddr_type", IS_STRING, "Type of DDR RAM"},
53 {"ecfw_act", IS_STRING, "Active EC firmware"},
57 {"fwid", IS_STRING, "Active firmware ID"},
60 {"fw_tried", IS_STRING, "Firmware tried this boot (vboot2)"},
62 {"fw_try_next", IS_STRING|CAN_WRITE,
64 {"fw_result", IS_STRING|CAN_WRITE,
66 {"fw_prev_tried", IS_STRING, "Firmware tried on previous boot (vboot2)"}
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
UnicodeMapIterator.java 27 * if (set.codepoint != UnicodeSetIterator.IS_STRING) {
39 * if (set.codepoint != UnicodeSetIterator.IS_STRING) {
52 * If <tt>codepoint == IS_STRING</tt>, then examine
55 public static int IS_STRING = -1;
58 * Current code point, or the special value <tt>IS_STRING</tt>, if
66 * iteration range, if <tt>codepoint != IS_STRING</tt>. If
68 * <tt>codepoint == IS_STRING</tt>, then the value of
74 * If <tt>codepoint == IS_STRING</tt>, then <tt>string</tt> points
75 * to the current string. If <tt>codepoint != IS_STRING</tt>, the
105 * false. If <tt>codepoint == IS_STRING</tt>, the value is
    [all...]
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
UnicodeMapIterator.java 26 * if (set.codepoint != UnicodeSetIterator.IS_STRING) {
38 * if (set.codepoint != UnicodeSetIterator.IS_STRING) {
51 * If <tt>codepoint == IS_STRING</tt>, then examine
54 public static int IS_STRING = -1;
57 * Current code point, or the special value <tt>IS_STRING</tt>, if
65 * iteration range, if <tt>codepoint != IS_STRING</tt>. If
67 * <tt>codepoint == IS_STRING</tt>, then the value of
73 * If <tt>codepoint == IS_STRING</tt>, then <tt>string</tt> points
74 * to the current string. If <tt>codepoint != IS_STRING</tt>, the
104 * false. If <tt>codepoint == IS_STRING</tt>, the value is
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UnicodeSetIterator.java 31 * if (it.codepoint != UnicodeSetIterator.IS_STRING) {
46 * If <tt>codepoint == IS_STRING</tt>, then examine
49 public static int IS_STRING = -1;
52 * Current code point, or the special value <tt>IS_STRING</tt>, if
60 * iteration range, if <tt>codepoint != IS_STRING</tt>. If
62 * <tt>codepoint == IS_STRING</tt>, then the value of
68 * If <tt>codepoint == IS_STRING</tt>, then <tt>string</tt> points
69 * to the current string. If <tt>codepoint != IS_STRING</tt>, the
94 * false. If <tt>codepoint == IS_STRING</tt>, the value is a
101 * undefined unless <tt>codepoint == IS_STRING</tt>. Do not mi
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeSetIterator.java 30 * if (it.codepoint != UnicodeSetIterator.IS_STRING) {
46 * If <tt>codepoint == IS_STRING</tt>, then examine
50 public static int IS_STRING = -1;
53 * Current code point, or the special value <tt>IS_STRING</tt>, if
62 * iteration range, if <tt>codepoint != IS_STRING</tt>. If
64 * <tt>codepoint == IS_STRING</tt>, then the value of
71 * If <tt>codepoint == IS_STRING</tt>, then <tt>string</tt> points
72 * to the current string. If <tt>codepoint != IS_STRING</tt>, the
100 * false. If <tt>codepoint == IS_STRING</tt>, the value is a
107 * undefined unless <tt>codepoint == IS_STRING</tt>. Do not mi
    [all...]
  /developers/build/templates/SingleView/_MODULE_/src/template/res/values/
strings.xml.ftl 18 <#if (sample.strings.sample_action)?is_string>
  /external/icu/icu4c/source/common/
usetiter.cpp 43 * if so, if codepoint == IS_STRING, the value is a string in the string field
63 codepoint = (UChar32)IS_STRING; // signal that value is actually a string
70 * if so, if codepoint == IS_STRING, the value is a string in the string field
96 codepoint = (UChar32)IS_STRING; // signal that value is actually a string
138 if (string==NULL && codepoint!=(UChar32)IS_STRING) {
  /external/icu/icu4c/source/common/unicode/
usetiter.h 69 * If <tt>codepoint == IS_STRING</tt>, then examine
73 enum { IS_STRING = -1 };
76 * Current code point, or the special value <tt>IS_STRING</tt>, if
85 * iteration range, if <tt>codepoint != IS_STRING</tt>. If
87 * <tt>codepoint == IS_STRING</tt>, then the value of
94 * If <tt>codepoint == IS_STRING</tt>, then <tt>string</tt> points
95 * to the current string. If <tt>codepoint != IS_STRING</tt>, the
306 return codepoint == (UChar32)IS_STRING;
  /prebuilts/misc/common/swig/include/2.0.11/php/
utils.i 17 case IS_STRING: {
35 case IS_STRING: {
globalvar.i 12 z_var->type = IS_STRING;
67 z_var->type = IS_STRING;
97 z_var->type = IS_STRING;
std_string.i 27 $1 = ( Z_TYPE_PP($input) == IS_STRING ) ? 1 : 0;
  /external/jsoncpp/scons-tools/
substinfile.py 47 elif SCons.Util.is_String(v):
67 elif SCons.Util.is_String(v):
  /prebuilts/misc/common/swig/include/2.0.11/octave/
std_basic_string.i 15 if (obj.is_string()) {
octruntime.swg 114 } else if (args(j).is_string()) {
154 if (args.length() != 1 || !args(0).is_string()) {
octprimtypes.swg 207 if (!ov.is_string())
octrun.swg 616 assert(subname_ovl.length() == 1 && subname_ovl(0).is_string());
704 assert(subname_ovl.length() == 1 &&subname_ovl(0).is_string());
729 virtual bool is_string() const {
742 if (outarg.length() < 1 || !outarg(0).is_string()) {
891 if (is_string()) {
979 virtual bool is_string() const
980 { return ptr->is_string(); }
    [all...]
  /developers/build/templates/include/
common.ftl 32 <#if (samples.compileSdkVersion)?? && (sample.compileSdkVersion)?is_string>
53 <#if (samples.minSdk)?? && (sample.minSdk)?is_string>
  /external/dtc/
fdtget.c 73 int is_string; local
80 is_string = (disp->type) == 's' ||
82 if (is_string) {
  /external/syslinux/com32/lib/
vsnprintf.c 382 goto is_string;
387 goto is_string;
389 is_string:
  /external/v8/src/
type-info.h 48 SmallMapList* receiver_types, bool* is_string,
type-info.cc 397 FeedbackSlot slot, SmallMapList* receiver_types, bool* is_string,
401 *is_string = false;
406 *is_string = HasOnlyStringMaps(receiver_types);
  /external/boringssl/src/crypto/x509v3/
v3_alt.c 446 char is_string = 0; local
468 is_string = 1;
513 if (is_string) {
  /external/protobuf/php/ext/google/protobuf/
message.c 49 CHECK_TYPE(field_name, IS_STRING);
61 CHECK_TYPE(member, IS_STRING);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
LocaleDataTest.java 230 if (iter.codepoint != UnicodeSetIterator.IS_STRING) {
303 if (iter.codepoint != UnicodeSetIterator.IS_STRING) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
LocaleDataTest.java 229 if (iter.codepoint != UnicodeSetIterator.IS_STRING) {
302 if (iter.codepoint != UnicodeSetIterator.IS_STRING) {

Completed in 736 milliseconds

1 2 3 4