HomeSort by relevance Sort by last modified time
    Searched defs:props (Results 101 - 125 of 383) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar 
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java 48 final static Properties props = new Properties(); field in class:FileHandlerTest
72 .PropertiesToInputStream(props));
80 props.clear();
81 props.put("java.util.logging.FileHandler.level", "FINE");
82 props.put("java.util.logging.FileHandler.filter", className
84 props.put("java.util.logging.FileHandler.formatter", className
86 props.put("java.util.logging.FileHandler.encoding", "iso-8859-1");
88 props.put("java.util.logging.FileHandler.limit", "1000");
90 props.put("java.util.logging.FileHandler.count", "2");
92 props.put("java.util.logging.FileHandler.append", "true")
    [all...]
SocketHandlerTest.java 63 private Properties props; field in class:SocketHandlerTest
81 .PropertiesToInputStream(props));
93 props = new Properties();
94 props.put("handlers", className + "$MockHandler " + className
96 props.put("java.util.logging.FileHandler.pattern", "%h/java%u.log");
97 props.put("java.util.logging.FileHandler.limit", "50000");
98 props.put("java.util.logging.FileHandler.count", "5");
99 props.put("java.util.logging.FileHandler.formatter",
101 props.put(".level", "FINE");
102 props.put("java.util.logging.ConsoleHandler.level", "OFF")
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 202 Map<String, Prop> props = mAttributesMap.get(key);
203 final Prop prop = (props != null) ? props.get(actionId) : null;
691 Map<String, Prop> props = mAttributesMap.get(key); local
692 if (props == null) {
694 props = new HashMap<String, Prop>();
    [all...]
  /external/chromium_org/third_party/icu/source/common/
uchar.c 57 uint32_t props; local
58 GET_PROPS(c, props);
59 return (int8_t)GET_CATEGORY(props);
97 uint32_t props; local
98 GET_PROPS(c, props);
99 return (UBool)(GET_CATEGORY(props)==U_LOWERCASE_LETTER);
105 uint32_t props; local
106 GET_PROPS(c, props);
107 return (UBool)(GET_CATEGORY(props)==U_UPPERCASE_LETTER);
113 uint32_t props; local
121 uint32_t props; local
128 uint32_t props; local
145 uint32_t props; local
158 uint32_t props; local
175 uint32_t props; local
183 uint32_t props; local
191 uint32_t props; local
212 uint32_t props; local
219 uint32_t props; local
227 uint32_t props; local
242 uint32_t props; local
256 uint32_t props; local
269 uint32_t props; local
280 uint32_t props; local
297 uint32_t props; local
308 uint32_t props; local
317 uint32_t props; local
326 uint32_t props; local
343 uint32_t props; local
352 uint32_t props; local
362 uint32_t props; local
376 uint32_t props; local
389 uint32_t props; local
492 uint32_t props; local
    [all...]
ucase.c 83 #define GET_EXCEPTIONS(csp, props) ((csp)->exceptions+((props)>>UCASE_EXC_SHIFT))
85 #define PROPS_HAS_EXCEPTION(props) ((props)&UCASE_EXCEPTION)
133 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
134 if(!PROPS_HAS_EXCEPTION(props)) {
135 if(UCASE_GET_TYPE(props)>=UCASE_UPPER) {
136 c+=UCASE_GET_DELTA(props);
139 const uint16_t *pe=GET_EXCEPTIONS(csp, props);
150 uint16_t props=UTRIE2_GET16(&csp->trie, c) local
167 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
198 uint16_t props; local
397 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
404 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
420 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
436 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
781 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
925 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
1071 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
1135 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
    [all...]
  /external/icu/icu4c/source/common/
uchar.c 58 uint32_t props; local
59 GET_PROPS(c, props);
60 return (int8_t)GET_CATEGORY(props);
98 uint32_t props; local
99 GET_PROPS(c, props);
100 return (UBool)(GET_CATEGORY(props)==U_LOWERCASE_LETTER);
106 uint32_t props; local
107 GET_PROPS(c, props);
108 return (UBool)(GET_CATEGORY(props)==U_UPPERCASE_LETTER);
114 uint32_t props; local
122 uint32_t props; local
129 uint32_t props; local
146 uint32_t props; local
159 uint32_t props; local
176 uint32_t props; local
184 uint32_t props; local
192 uint32_t props; local
213 uint32_t props; local
220 uint32_t props; local
228 uint32_t props; local
243 uint32_t props; local
257 uint32_t props; local
270 uint32_t props; local
281 uint32_t props; local
298 uint32_t props; local
309 uint32_t props; local
318 uint32_t props; local
327 uint32_t props; local
344 uint32_t props; local
353 uint32_t props; local
363 uint32_t props; local
377 uint32_t props; local
390 uint32_t props; local
514 uint32_t props; local
    [all...]
  /external/lzma/C/
Lzma2Enc.c 42 Byte props; member in struct:__anon30469
47 static SRes Lzma2EncInt_Init(CLzma2EncInt *p, const CLzma2EncProps *props)
51 RINOK(LzmaEnc_SetProps(p->enc, &props->lzmaProps));
54 p->props = propsEncoded[0];
151 outBuf[destPos++] = p->props;
166 /* ---------- Lzma2 Props ---------- */
246 CLzma2EncProps props; member in struct:__anon30470
276 RINOK(Lzma2EncInt_Init(p, &mainEncoder->props));
324 RINOK(Lzma2EncInt_Init(p, &mainEncoder->props));
372 Lzma2EncProps_Init(&p->props);
    [all...]
  /external/qemu/android/
main-common-ui.c 351 part_properties *props,
360 part_properties *p = get_part_properties(props, parts[i]);
422 part_properties* props = read_all_part_properties(aconfig_find(root, "parts")); local
432 part_properties *p = get_part_properties(props, parts[i]);
470 add_parts_to_layout(node, parts, N_PARTS, props, width, x_margin, y_margin);
479 add_parts_to_layout(node, parts, N_PARTS, props, height, x_margin, y_margin);
483 free_all_part_properties(props);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
factor-weight.h 164 uint64 props = fst.Properties(kFstProperties, false); local
165 SetProperties(FactorWeightProperties(props), kCopyProperties);
minimize.h 515 uint64 props = fst->Properties(kAcceptor | kIDeterministic| local
517 if (!(props & kIDeterministic))
520 if (!(props & kAcceptor)) { // weighted transducer
544 } else if (props & kWeighted) { // weighted acceptor
queue.h 511 uint64 props = fst.Properties(kAcyclic | kCyclic | local
513 if ((props & kTopSorted) || fst.Start() == kNoStateId) {
516 } else if (props & kAcyclic) {
519 } else if ((props & kUnweighted) && (Weight::Properties() & kIdempotent)) {
523 uint64 props; local
525 SccVisitor<Arc> scc_visitor(&scc_, 0, 0, &props);
rmepsilon.h 225 uint64 props; local
227 SccVisitor<Arc> scc_visitor(&scc, 0, 0, &props);
339 uint64 props = fst.Properties(kFstProperties, false); local
340 SetProperties(RmEpsilonProperties(props, true), kCopyProperties);
synchronize.h 75 uint64 props = fst.Properties(kFstProperties, false); local
76 SetProperties(SynchronizeProperties(props), kCopyProperties);
  /frameworks/av/media/mtp/
MtpDevice.cpp 254 MtpObjectPropertyList* props = getObjectPropsSupported(format); local
255 if (props) {
256 for (size_t j = 0; j < props->size(); j++) {
257 MtpObjectProperty prop = (*props)[j];
  /hardware/intel/img/psb_video/src/x11/
psb_xrandr.c 98 Atom *props; local
107 props = XRRListOutputProperties(psb_xrandr_info->dpy, psb_xrandr_info->extend_output->output_id, &nprop);
108 if (!props) {
116 XRRGetOutputProperty(psb_xrandr_info->dpy, psb_xrandr_info->extend_output->output_id, props[i],
120 propinfo = XRRQueryOutputProperty(psb_xrandr_info->dpy, psb_xrandr_info->extend_output->output_id, props[i]);
122 drv_debug_msg(VIDEO_DEBUG_ERROR, "Xrandr: get output %08x prop %08x failed\n", psb_xrandr_info->extend_output->output_id, props[i]);
126 prop_name = XGetAtomName(psb_xrandr_info->dpy, props[i]);
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
SystemTest.java 131 String[] props = { "java.version", "java.vendor", "java.vendor.url", local
140 for (int i = 0; i < props.length; i++) {
141 assertNotNull(props[i], System.getProperty(props[i]));
  /libcore/luni/src/main/java/java/util/logging/
LogManager.java 144 private Properties props; field in class:LogManager
183 props = new Properties();
304 return props.getProperty(name);
369 props.load(ins);
379 String configs = props.getProperty("config");
391 String property = props.getProperty(logger.getName() + ".level");
425 props = new Properties();
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldLogManagerTest.java 39 Properties props; field in class:OldLogManagerTest
49 props = new Properties();
50 props.put("handlers", className + "$MockHandler " + className + "$MockHandler");
51 props.put("java.util.logging.FileHandler.pattern", "%h/java%u.log");
52 props.put("java.util.logging.FileHandler.limit", "50000");
53 props.put("java.util.logging.FileHandler.count", "5");
54 props.put("java.util.logging.FileHandler.formatter", "java.util.logging.XMLFormatter");
55 props.put(".level", "FINE");
56 props.put("java.util.logging.ConsoleHandler.level", "OFF");
57 props.put("java.util.logging.ConsoleHandler.formatter","java.util.logging.SimpleFormatter")
    [all...]
  /packages/apps/Camera2/src/com/android/camera/settings/
SettingsUtil.java 473 CameraDeviceInfo.Characteristics props = info.getCharacteristics(i); local
474 if (props == null) {
478 if (chooser.useCamera(props)) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
PropertiesTest.java 123 MyProperties props = new MyProperties(); local
124 assertNull(props.getProperty("key"));
133 MyProperties props = new MyProperties(); local
134 assertEquals("defaultValue", props.getProperty("key", "defaultValue"));
283 Properties props = new Properties(); local
284 props.load(is);
286 assertEquals("1", "\n \t \f", props.getProperty(" \r"));
287 assertEquals("2", "a", props.getProperty("a"));
288 assertEquals("3", "bb as,dn ", props.getProperty("b"));
289 assertEquals("4", ":: cu", props.getProperty("c\r \t\nu"))
436 Properties props = new Properties(); local
892 Properties props = new Properties(); local
963 Properties props = new Properties(); local
972 Properties props = new Properties(); local
981 Properties props = new Properties(); local
990 Properties props = new Properties(); local
999 Properties props = new Properties(); local
1008 Properties props = new Properties(); local
1017 Properties props = new Properties(); local
1026 Properties props = new Properties(); local
1035 Properties props = new Properties(); local
1044 Properties props = new Properties(); local
1053 Properties props = new Properties(); local
1062 Properties props = new Properties(); local
1072 Properties props = new Properties(); local
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CameraManagerTest.java 144 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(ids[i]); local
145 assertNotNull("Can't get camera characteristics for camera " + ids[i], props);
146 Integer lensFacing = props.get(CameraCharacteristics.LENS_FACING);
176 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(ids[i]); local
178 String.format("Can't get camera characteristics from: ID %s", ids[i]), props);
ExtendedCameraCharacteristicsTest.java 95 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(mIds[i]); local
97 props);
98 mCharacteristics.add(props);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-uniscribe.cc 288 TEXTRANGE_PROPERTIES props; member in struct:range_record_t
685 range->props.potfRecords = reinterpret_cast<OPENTYPE_FEATURE_RECORD *> (offset);
686 range->props.cotfRecords = feature_records.len - offset;
712 range->props.potfRecords = feature_records.array + reinterpret_cast<uintptr_t> (range->props.potfRecords);
816 bidi_state.uBidiLevel = HB_DIRECTION_IS_FORWARD (buffer->props.direction) ? 0 : 1;
832 OPENTYPE_TAG language_tag = hb_uint32_swap (hb_ot_tag_from_language (buffer->props.language));
838 bool backward = HB_DIRECTION_IS_BACKWARD (buffer->props.direction);
859 &range->props != range_properties[range_properties.len - 1])
861 TEXTRANGE_PROPERTIES **props = range_properties.push () local
    [all...]

Completed in 2281 milliseconds

1 2 3 45 6 7 8 91011>>