HomeSort by relevance Sort by last modified time
    Searched refs:props (Results 201 - 225 of 536) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
test-properties.h 37 inline uint64 KnownProperties(uint64 props) {
38 return kBinaryProperties | props & kTrinaryProperties |
39 (props & kPosTrinaryProperties) << 1 |
40 (props & kNegTrinaryProperties) >> 1;
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));
  /external/chromium_org/v8/tools/
gc-nvp-trace-processor.py 94 self.props = keywords
108 if 'style' in self.props:
109 args.append('with %s' % self.props['style'])
110 if 'lc' in self.props:
111 args.append('lc rgb "%s"' % self.props['lc'])
112 if 'fs' in self.props:
113 args.append('fs %s' % self.props['fs'])
  /external/v8/tools/
gc-nvp-trace-processor.py 94 self.props = keywords
108 if 'style' in self.props:
109 args.append('with %s' % self.props['style'])
110 if 'lc' in self.props:
111 args.append('lc rgb "%s"' % self.props['lc'])
112 if 'fs' in self.props:
113 args.append('fs %s' % self.props['fs'])
  /external/chromium_org/v8/test/webkit/
array-enumerators-functions.js 48 var props = [];
50 props.push(i);
51 for (var i = props.length - 1; i >= 0; i--)
52 o[props[i]] = array[props[i]];
array-reduceRight.js 38 var props = [];
40 props.push(i);
41 for (var i = props.length - 1; i >= 0; i--)
42 o[props[i]] = array[props[i]];
  /external/openfst/src/include/fst/
state-map.h 76 // uint64 Properties(uint64 props) const;
103 uint64 props = fst->Properties(kFstProperties, false);
115 fst->SetProperties(mapper->Properties(props), kFstProperties);
314 uint64 props = fst_->Properties(kCopyProperties, false); local
315 SetProperties(mapper_->Properties(props));
433 uint64 Properties(uint64 props) const { return props; }
489 uint64 Properties(uint64 props) const {
490 return props & kArcSortProperties &
565 uint64 Properties(uint64 props) const
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-graphite2.cc 341 if (HB_DIRECTION_IS_BACKWARD(buffer->props.direction))
352 if (HB_DIRECTION_IS_BACKWARD (buffer->props.direction))
355 if (!HB_DIRECTION_IS_BACKWARD (buffer->props.direction))
360 if (!HB_DIRECTION_IS_BACKWARD (buffer->props.direction))
363 if (HB_DIRECTION_IS_BACKWARD (buffer->props.direction))
hb-buffer.h 164 const hb_segment_properties_t *props);
168 hb_segment_properties_t *props);
hb-icu-le.cc 116 le_int32 script_code = hb_icu_script_from_script (shape_plan->props.script);
152 HB_DIRECTION_IS_BACKWARD (buffer->props.direction),
  /external/harfbuzz_ng/src/
hb-graphite2.cc 341 if (HB_DIRECTION_IS_BACKWARD(buffer->props.direction))
352 if (HB_DIRECTION_IS_BACKWARD (buffer->props.direction))
355 if (!HB_DIRECTION_IS_BACKWARD (buffer->props.direction))
360 if (!HB_DIRECTION_IS_BACKWARD (buffer->props.direction))
363 if (HB_DIRECTION_IS_BACKWARD (buffer->props.direction))
hb-buffer.h 164 const hb_segment_properties_t *props);
168 hb_segment_properties_t *props);
hb-icu-le.cc 116 le_int32 script_code = hb_icu_script_from_script (shape_plan->props.script);
152 HB_DIRECTION_IS_BACKWARD (buffer->props.direction),
  /external/libmtp/src/
libmtp.c 1086 uint16_t *props = NULL; local
2142 MTPProperties *props = NULL; local
2392 uint16_t *props = NULL; local
2907 uint16_t *props = NULL; local
3999 uint16_t *props = NULL; local
4117 uint16_t *props = NULL; local
4333 uint16_t *props = NULL; local
5696 MTPProperties *props = NULL; local
5856 MTPProperties *props = NULL; local
6273 MTPProperties *props = NULL; local
7100 MTPProperties *props = NULL; local
7385 MTPProperties *props = NULL; local
7776 uint16_t *props = NULL; local
8045 uint16_t *props = NULL; local
8182 uint16_t *props = NULL; local
8276 uint16_t *props = NULL; local
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
wizard_accessibility_handler.cc 119 std::string props = ""; local
120 props.append("enqueue=");
121 props.append(queue ? "1;" : "0;");
122 props.append("interruptible=");
123 props.append(interruptible ? "1;" : "0;");
125 SetSpeakProperties(props.c_str());
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.util_3.2.100.v20100503.jar 
  /external/openfst/src/lib/
properties.cc 268 uint64 props = 0; local
272 props |= kNotAcceptor & inprops[i];
273 props |= (kNonIDeterministic | kNonODeterministic | kEpsilons |
279 outprops |= props;
360 // of the output of shortest path need to be updated, given that 'props' is
362 uint64 ShortestPathProperties(uint64 props) {
363 return props | kAcyclic | kInitialAcyclic | kAccessible | kCoAccessible;
  /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...]
  /external/chromium_org/third_party/lzma_sdk/
LzmaEnc.c 78 CLzmaEncProps props = *props2; local
79 LzmaEncProps_Normalize(&props);
80 return props.dictSize;
394 CLzmaEncProps props = *props2; local
395 LzmaEncProps_Normalize(&props);
397 if (props.lc > LZMA_LC_MAX || props.lp > LZMA_LP_MAX || props.pb > LZMA_PB_MAX ||
398 props.dictSize > ((UInt32)1 << kDicLogSizeMaxCompress) || props.dictSize > ((UInt32)1 << 30)
1686 CLzmaEncProps props; local
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.c 79 CLzmaEncProps props = *props2; local
80 LzmaEncProps_Normalize(&props);
81 return props.dictSize;
395 CLzmaEncProps props = *props2; local
396 LzmaEncProps_Normalize(&props);
398 if (props.lc > LZMA_LC_MAX || props.lp > LZMA_LP_MAX || props.pb > LZMA_PB_MAX ||
399 props.dictSize > ((UInt32)1 << kDicLogSizeMaxCompress) || props.dictSize > ((UInt32)1 << 30)
1687 CLzmaEncProps props; local
    [all...]
  /external/lzma/C/
LzmaEnc.c 78 CLzmaEncProps props = *props2; local
79 LzmaEncProps_Normalize(&props);
80 return props.dictSize;
394 CLzmaEncProps props = *props2; local
395 LzmaEncProps_Normalize(&props);
397 if (props.lc > LZMA_LC_MAX || props.lp > LZMA_LP_MAX || props.pb > LZMA_PB_MAX ||
398 props.dictSize > ((UInt32)1 << kDicLogSizeMaxCompress) || props.dictSize > ((UInt32)1 << 30))
1686 CLzmaEncProps props; local
    [all...]
  /external/chromium_org/third_party/icu/source/tools/
icu-svnprops-check.py 32 # Copy and paste here the ICU recommended auto-props from
40 [auto-props]
45 ### Note that auto-props functionality must be enabled, which
46 ### is typically done by setting the 'enable-auto-props' option.
89 # file_types: The parsed form of the svn auto-props specification.
102 if re.match("\s*\[auto-props\]", propline): # Match the [auto-props] line.
156 # base_mime_type: svn:mime-type property value from the auto-props file (no charset= part)
220 for file_pattern, props in file_types:
223 for propname, propval in props
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-javamail.jar 
  /external/icu4c/tools/
icu-svnprops-check.py 32 # Copy and paste here the ICU recommended auto-props from
40 [auto-props]
45 ### Note that auto-props functionality must be enabled, which
46 ### is typically done by setting the 'enable-auto-props' option.
89 # file_types: The parsed form of the svn auto-props specification.
102 if re.match("\s*\[auto-props\]", propline): # Match the [auto-props] line.
156 # base_mime_type: svn:mime-type property value from the auto-props file (no charset= part)
220 for file_pattern, props in file_types:
223 for propname, propval in props
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zOut.h 144 static UInt32 GetVolHeadersSize(UInt64 dataSize, int nameLength = 0, bool props = false);
145 static UInt64 GetVolPureSize(UInt64 volSize, int nameLength = 0, bool props = false);

Completed in 3945 milliseconds

1 2 3 4 5 6 7 891011>>