HomeSort by relevance Sort by last modified time
    Searched full:props (Results 51 - 75 of 220) sorted by null

1 23 4 5 6 7 8 9

  /external/icu4c/common/
uprops.h 55 #define GET_CATEGORY(props) ((props)&0x1f)
56 #define CAT_MASK(props) U_MASK(GET_CATEGORY(props))
58 #define GET_NUMERIC_TYPE(props) (((props)>>UPROPS_NUMERIC_TYPE_SHIFT)&7)
59 #define GET_NUMERIC_VALUE(props) (((props)>>UPROPS_NUMERIC_VALUE_SHIFT)&0xff)
  /external/icu4c/config/
icu-config.1.in 131 building a single-file c++ program against ICU. (For example, \fBicu/source/samples/props/props.cpp\fR)
134 `icu-config --cxx --cxxflags --cppflags --ldflags` -o props props.cpp
153 all: props
155 props.o: props.cpp
  /external/qemu/hw/
qdev.h 18 DeviceProperty *props; member in struct:DeviceState
83 DevicePropList *props; member in struct:DeviceInfo
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
invert.h 35 uint64 Properties(uint64 props) { return InvertProperties(props); }
statesort.h 43 uint64 props = fst->Properties(kStateSortProperties, false);
83 fst->SetProperties(props, kFstProperties);
complement.h 59 uint64 props = fst.Properties(kILabelSorted, false); local
60 SetProperties(ComplementProperties(props), kCopyProperties);
120 uint64 props = kUnweighted | kNoEpsilons | kIDeterministic | kAcceptor; local
121 if (fst.Properties(props, true) != props)
equivalent.h 116 uint64 props = kNoEpsilons | kIDeterministic | kAcceptor; local
117 if (fst1.Properties(props, true) != props) {
121 if (fst2.Properties(props, true) != props) {
relabel.h 49 uint64 props = fst->Properties(kFstProperties, false); local
83 fst->SetProperties(RelabelProperties(props), kFstProperties);
170 uint64 props = fst.Properties(kCopyProperties, false); local
171 SetProperties(RelabelProperties(props));
199 uint64 props = fst.Properties(kCopyProperties, false); local
200 SetProperties(RelabelProperties(props));
project.h 43 uint64 Properties(uint64 props) {
44 return ProjectProperties(props, project_type_ == PROJECT_INPUT);
rmfinalepsilon.h 38 uint64 props = 0; local
39 SccVisitor<A> scc_visitor(0, &access, &coaccess, &props);
  /dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java 62 final static Properties props = new Properties(); field in class:FileHandlerTest
89 props.clear();
90 props.put("java.util.logging.FileHandler.level", "FINE");
91 props.put("java.util.logging.FileHandler.filter", className
93 props.put("java.util.logging.FileHandler.formatter", className
95 props.put("java.util.logging.FileHandler.encoding", "iso-8859-1");
97 props.put("java.util.logging.FileHandler.limit", "1000");
99 props.put("java.util.logging.FileHandler.count", "2");
101 props.put("java.util.logging.FileHandler.append", "true");
102 props.put("java.util.logging.FileHandler.pattern"
    [all...]
  /external/bluetooth/bluez/test/
test-telephony 64 props = headset.GetProperties() variable
65 print props['SpeakerGain']
79 props = headset.GetProperties() variable
80 print props['MicrophoneGain']
  /external/emma/core/res/com/vladium/emma/instr/
instr_usage.res 32 'p', 'props', 'properties':
  /external/emma/core/res/com/vladium/emma/report/
report_usage.res 17 'p', 'props', 'properties':
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_phyuv_c.h 37 PgScalerProps_t props; member in struct:private_yuvhwdata
  /sdk/sdkmanager/libs/sdklib/tests/com/android/sdklib/internal/repository/
MockToolPackage.java 38 null, // props,
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
AddonPackage.java 96 AddonPackage(IAndroidTarget target, Properties props) {
98 props, //properties
128 void saveProperties(Properties props) {
129 super.saveProperties(props);
131 mVersion.saveProperties(props);
133 props.setProperty(PROP_NAME, mName);
136 props.setProperty(PROP_VENDOR, mVendor);
  /frameworks/base/awt/java/awt/image/
MemoryImageSource.java 124 * @param props
128 Hashtable<?, ?> props) {
129 init(w, h, cm, pix, off, scan, props);
148 * @param props
152 Hashtable<?, ?> props) {
153 init(w, h, cm, pix, off, scan, props);
171 * @param props
174 public MemoryImageSource(int w, int h, int pix[], int off, int scan, Hashtable<?, ?> props) {
175 init(w, h, ColorModel.getRGBdefault(), pix, off, scan, props);
  /external/svox/pico/lib/
picoktab.c 683 picoos_uint8 *props; member in struct:ktabphones_subobj
687 /* bitmasks to extract the property info from props */
707 ktabphones->props = &(this->base[KTAB_START_PROPS]);
747 return (KTAB_PPROP_VOWEL & ((ktabphones_SubObj)this)->props[ch]);
751 return (KTAB_PPROP_DIPHTH & ((ktabphones_SubObj)this)->props[ch]);
755 return (KTAB_PPROP_GLOTT & ((ktabphones_SubObj)this)->props[ch]);
759 return (KTAB_PPROP_NONSYLLVOWEL & ((ktabphones_SubObj)this)->props[ch]);
763 return (KTAB_PPROP_SYLLCONS & ((ktabphones_SubObj)this)->props[ch]);
768 picoos_uint8 props; local
769 props = ((ktabphones_SubObj)this)->props[ch]
    [all...]
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
AndroidFontManager.java 93 Properties props = getProperties(fpFile); local
94 if (props == null){
113 value = props.getProperty(property);
118 value = props.getProperty(property);
135 String encoding = props.getProperty(FONT_CHARACTER_ENCODING.replaceAll("LogicalFontName", lName).replaceAll("ComponentIndex", String.valueOf(numComp))); //$NON-NLS-1$ //$NON-NLS-2$
138 String exclString = props.getProperty(EXCLUSION_RANGES.replaceAll("LogicalFontName", lName).replaceAll("ComponentIndex", String.valueOf(numComp))); //$NON-NLS-1$ //$NON-NLS-2$
  /dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DriverPropertyInfoTest.java 124 Properties props = new Properties(); local
127 props);
  /external/icu4c/tools/gencase/
gencase.h 90 } Props;
109 setProps(Props *p);
  /frameworks/base/cmds/dumpstate/
utils.c 199 static char* props[2000]; variable
203 if (num_props < sizeof(props) / sizeof(props[0])) {
206 props[num_props++] = strdup(buf);
219 qsort(&props, num_props, sizeof(props[0]), compare_prop);
223 fputs(props[i], stdout);
224 free(props[i]);
  /hardware/msm7k/dspcrashd/
dspcrashd.c 41 char *props[] = { variable
81 char **p = props;
  /external/emma/core/res/com/vladium/emma/
run_usage.res 48 'p', 'props', 'properties':

Completed in 227 milliseconds

1 23 4 5 6 7 8 9