/external/openfst/src/include/fst/ |
lexicographic-weight.h | 62 uint64 props = kPath; local 63 if ((W1::Properties() & props) != props) { 68 if ((W2::Properties() & props) != props) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
GLListProperty.java | 50 private GLListProperty(GLStateType type, List<IGLProperty> props) { 51 mList = props; 90 List<IGLProperty> props = new ArrayList<IGLProperty>( local 94 props.add(p.clone()); 97 return new GLListProperty(getType(), props);
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/ |
tabs_api.js | 165 chrome.tabs.onAttached.addListener(function(tabId, props) { 167 'tabs.onAttached -- window: ' + props.newWindowId + ' tab: ' + tabId + 168 ' index ' + props.newPosition); 172 chrome.tabs.onMoved.addListener(function(tabId, props) { 174 'tabs.onMoved -- window: ' + props.windowId + ' tab: ' + tabId + 175 ' from ' + props.fromIndex + ' to ' + props.toIndex); 188 chrome.tabs.onUpdated.addListener(function(tabId, props) { 190 'tabs.onUpdated -- tab: ' + tabId + ' status ' + props.status + 191 ' url ' + props.url) [all...] |
/external/apache-http/src/org/apache/commons/logging/ |
LogFactory.java | 417 Properties props = getConfigurationFile(contextClassLoader, FACTORY_PROPERTIES); local 422 if (props != null) { 423 String useTCCLStr = props.getProperty(TCCL_KEY); 558 if (props != null) { 565 String factoryClass = props.getProperty(FACTORY_PROPERTY); 619 if( props!=null ) { 620 Enumeration names = props.propertyNames(); 623 String value = props.getProperty(name); [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
OutputPropertiesFactory.java | 355 Properties props = new Properties(defaults); local 381 props.load(bis); 442 Enumeration keys = ((Properties) props.clone()).keys(); 459 value = (String) props.get(key); 478 props.remove(key); 479 props.put(newKey, newValue); 484 return props;
|
/external/chromium_org/ppapi/cpp/dev/ |
scriptable_object_deprecated.cc | 68 std::vector<Var> props; local 69 static_cast<ScriptableObject*>(object)->GetAllPropertyNames(&props, e.Get()); 70 if (props.empty()) 72 *property_count = static_cast<uint32_t>(props.size()); 77 memory_if->MemAlloc(sizeof(PP_Var) * props.size())); 79 for (size_t i = 0; i < props.size(); ++i) 80 (*properties)[i] = props[i].Detach();
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
map.h | 60 // uint64 Properties(uint64 props) const; 88 uint64 props = fst->Properties(kFstProperties, false); 143 fst->SetProperties(mapper->Properties(props), kFstProperties); 410 uint64 props = fst_->Properties(kCopyProperties, false); local 411 SetProperties(mapper_->Properties(props)); 629 uint64 Properties(uint64 props) const { return props; } 644 uint64 Properties(uint64 props) const { 645 return props & kAddSuperFinalProperties; 661 uint64 Properties(uint64 props) const { return props; [all...] |
arcsort.h | 46 uint64 props = fst->Properties(kFstProperties, false); local 64 fst->SetProperties(comp.Properties(props), kFstProperties); 94 uint64 props = fst_->Properties(kCopyProperties, false); local 95 SetProperties(comp_.Properties(props)); 285 uint64 Properties(uint64 props) const { 286 return props & kArcSortProperties | kILabelSorted; 298 uint64 Properties(uint64 props) const { 299 return props & kArcSortProperties | kOLabelSorted;
|
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);
|
statesort.h | 43 uint64 props = fst->Properties(kStateSortProperties, false); 83 fst->SetProperties(props, kFstProperties);
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-shape-complex-private.hh | 113 (*normalization_preference) (const hb_segment_properties_t *props); 156 switch ((hb_tag_t) planner->props.script) 179 planner->props.script == HB_SCRIPT_ARABIC)
|
/external/harfbuzz_ng/src/ |
hb-ot-shape-complex-default.cc | 57 switch ((hb_tag_t) plan->props.script) 75 normalization_preference_default (const hb_segment_properties_t *props) 77 switch ((hb_tag_t) props->script)
|
hb-ot-shape-complex-private.hh | 111 (*normalization_preference) (const hb_segment_properties_t *props); 154 switch ((hb_tag_t) planner->props.script) 175 planner->props.script == HB_SCRIPT_ARABIC)
|
/pdk/apps/CameraITS/tests/ |
test_exposure.py | 46 props = cam.get_camera_properties() 47 expt_range = props['android.sensor.info.exposureTimeRange'] 48 sens_range = props['android.sensor.info.sensitivityRange']
|
test_param_exposure_time.py | 41 props = cam.get_camera_properties() 42 expt_range = props['android.sensor.info.exposureTimeRange']
|
test_param_sensitivity.py | 41 props = cam.get_camera_properties() 42 sens_range = props['android.sensor.info.sensitivityRange']
|
/external/chromium_org/net/android/java/src/org/chromium/net/ |
ProxyChangeListener.java | 102 Object props = intent.getExtras().get("proxy"); local 103 if (props == null) { 110 String host = (String) getHostMethod.invoke(props); 111 int port = (Integer) getPortMethod.invoke(props);
|
/external/qemu/distrib/sdl-1.2.15/src/video/photon/ |
SDL_phyuv_c.h | 37 PgScalerProps_t props; member in struct:private_yuvhwdata
|
/frameworks/rs/ |
rsObjectBase.cpp | 213 if (rsc->props.mLogObjects) { 231 if (rsc->props.mLogObjects) { 238 if (rsc->props.mLogObjects) { 253 if (rsc->props.mLogObjects) {
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
OldFileHandlerTest.java | 41 final static Properties props = new Properties(); field in class:OldFileHandlerTest 54 props.clear(); 55 props.put("java.util.logging.FileHandler.level", "FINE"); 56 props.put("java.util.logging.FileHandler.filter", className 58 props.put("java.util.logging.FileHandler.formatter", className 60 props.put("java.util.logging.FileHandler.encoding", "iso-8859-1"); 62 props.put("java.util.logging.FileHandler.limit", "1000"); 64 props.put("java.util.logging.FileHandler.count", "2"); 66 props.put("java.util.logging.FileHandler.append", "true"); 67 props.put("java.util.logging.FileHandler.pattern" [all...] |
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
CameraManagerTest.java | 91 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(ids[i]); local 92 assertNotNull("Can't get camera characteristics for camera " + ids[i], props); 93 Integer lensFacing = props.get(CameraCharacteristics.LENS_FACING); 123 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(ids[i]); local 125 String.format("Can't get camera characteristics from: ID %s", ids[i]), props); 139 CameraCharacteristics props = mCameraManager.getCameraCharacteristics( local
|
/external/chromium_org/chrome/browser/ui/webui/ |
policy_ui_browsertest.cc | 247 for (policy::Schema::Iterator props = chrome_schema.GetPropertiesIterator(); 248 !props.IsAtEnd(); props.Advance()) { 250 expected_values.find(props.key()); 253 const policy::PolicyMap::Entry* metadata = values.Get(props.key()); 257 PopulateExpectedPolicy(props.key(), value, metadata, false));
|
/external/chromium_org/third_party/icu/source/common/ |
uprops.h | 61 #define GET_CATEGORY(props) ((props)&0x1f) 62 #define CAT_MASK(props) U_MASK(GET_CATEGORY(props)) 64 #define GET_NUMERIC_TYPE_VALUE(props) ((props)>>UPROPS_NUMERIC_TYPE_VALUE_SHIFT)
|
/external/icu4c/common/ |
uprops.h | 61 #define GET_CATEGORY(props) ((props)&0x1f) 62 #define CAT_MASK(props) U_MASK(GET_CATEGORY(props)) 64 #define GET_NUMERIC_TYPE_VALUE(props) ((props)>>UPROPS_NUMERIC_TYPE_VALUE_SHIFT)
|