HomeSort by relevance Sort by last modified time
    Searched defs:props (Results 126 - 150 of 852) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
TestBagFormatter.java 39 TreeSet props = new TreeSet(order); local
42 props.addAll(ups.getAvailableNames());
45 Iterator it = props.iterator();
  /external/icu/icu4c/source/common/
uchar.c 56 uint32_t props; local
57 GET_PROPS(c, props);
58 return (int8_t)GET_CATEGORY(props);
96 uint32_t props; local
97 GET_PROPS(c, props);
98 return (UBool)(GET_CATEGORY(props)==U_LOWERCASE_LETTER);
104 uint32_t props; local
105 GET_PROPS(c, props);
106 return (UBool)(GET_CATEGORY(props)==U_UPPERCASE_LETTER);
112 uint32_t props; local
120 uint32_t props; local
127 uint32_t props; local
144 uint32_t props; local
157 uint32_t props; local
174 uint32_t props; local
182 uint32_t props; local
190 uint32_t props; local
211 uint32_t props; local
218 uint32_t props; local
226 uint32_t props; local
241 uint32_t props; local
255 uint32_t props; local
268 uint32_t props; local
279 uint32_t props; local
296 uint32_t props; local
307 uint32_t props; local
316 uint32_t props; local
325 uint32_t props; local
342 uint32_t props; local
351 uint32_t props; local
361 uint32_t props; local
375 uint32_t props; local
388 uint32_t props; local
512 uint32_t props; local
    [all...]
ucase.cpp 85 #define GET_EXCEPTIONS(csp, props) ((csp)->exceptions+((props)>>UCASE_EXC_SHIFT))
87 #define PROPS_HAS_EXCEPTION(props) ((props)&UCASE_EXCEPTION)
135 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
136 if(!PROPS_HAS_EXCEPTION(props)) {
137 if(UCASE_GET_TYPE(props)>=UCASE_UPPER) {
138 c+=UCASE_GET_DELTA(props);
141 const uint16_t *pe=GET_EXCEPTIONS(csp, props);
152 uint16_t props=UTRIE2_GET16(&csp->trie, c) local
169 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
200 uint16_t props; local
432 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
439 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
446 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
462 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
807 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
951 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
1097 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
1161 uint16_t props=UTRIE2_GET16(&csp->trie, c); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UBiDiProps.java 175 private final int getMirror(int c, int props) {
176 int delta=getMirrorDeltaFromProps(props);
205 int props=trie.get(c); local
206 return getMirror(c, props);
242 int props=trie.get(c); local
243 if((props&BPT_MASK)==0) {
246 return getMirror(c, props);
301 private static final int getClassFromProps(int props) {
302 return props&CLASS_MASK;
304 private static final boolean getFlagFromProps(int props, int shift)
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/
TestBagFormatter.java 38 TreeSet props = new TreeSet(order); local
41 props.addAll(ups.getAvailableNames());
44 Iterator it = props.iterator();
  /external/lzma/C/
Lzma2Enc.c 44 Byte props; member in struct:__anon19145
49 static SRes Lzma2EncInt_Init(CLzma2EncInt *p, const CLzma2EncProps *props)
53 RINOK(LzmaEnc_SetProps(p->enc, &props->lzmaProps));
56 p->props = propsEncoded[0];
153 outBuf[destPos++] = p->props;
168 /* ---------- Lzma2 Props ---------- */
262 CLzma2EncProps props; member in struct:__anon19146
292 RINOK(Lzma2EncInt_Init(p, &mainEncoder->props));
340 RINOK(Lzma2EncInt_Init(p, &mainEncoder->props));
388 Lzma2EncProps_Init(&p->props);
    [all...]
Xz.h 39 Byte props[XZ_FILTER_PROPS_SIZE_MAX]; member in struct:__anon19171
154 SRes (*SetProps)(void *p, const Byte *props, size_t propSize, ISzAlloc *alloc);
  /external/lzma/CPP/7zip/Archive/7z/
7zHandler.cpp 398 const Byte *props = NULL; local
402 props = inByte.GetPtr();
418 UInt32 dicSize = GetUi32((const Byte *)props + 1);
420 UInt32 d = props[0];
438 Byte p = props[0];
450 Byte order = *props;
456 GetStringForSizeValue(dest, GetUi32(props + 1));
463 ConvertUInt32ToString((UInt32)props[0] + 1, s);
472 Byte firstByte = props[0];
  /external/v8/src/
api-natives.cc 561 Object* props = ObjectTemplateInfo::cast(info->instance_template()) local
563 if (!props->IsUndefined()) {
564 Handle<Object> props_handle(props, isolate);
570 Object* props = info->property_accessors(); local
571 if (!props->IsUndefined()) {
572 Handle<Object> props_handle(props, isolate);
596 Handle<Object> props = local
598 if (!props->IsUndefined()) {
599 Map::AppendCallbackDescriptors(map, props);
604 Handle<Object> props = Handle<Object>(obj->property_accessors(), isolate) local
    [all...]
  /external/v8/src/ast/
ast-expression-visitor.cc 241 ZoneList<ObjectLiteralProperty*>* props = expr->properties(); local
242 for (int i = 0; i < props->length(); ++i) {
243 ObjectLiteralProperty* prop = props->at(i);
366 ZoneList<ObjectLiteralProperty*>* props = expr->properties(); local
367 for (int i = 0; i < props->length(); ++i) {
368 ObjectLiteralProperty* prop = props->at(i);
  /external/v8/test/mjsunit/es6/
collections.js 217 function props(x) {
222 assertArrayEquals([], props(func));
223 assertArrayEquals([], props(func.prototype));
224 assertArrayEquals([], props(new func()));
    [all...]
  /frameworks/native/vulkan/libvulkan/
layers_extensions.cpp 213 const VkLayerProperties& props = properties[i]; local
216 layer.properties = props;
222 enumerate_instance_extensions(props.layerName, &count, nullptr);
227 props.layerName, path_.c_str(), result);
233 props.layerName, &count, layer.instance_extensions.data());
238 props.layerName, path_.c_str(), result);
245 if (memcmp(&props, &dev_props, sizeof(props)) == 0) {
253 VK_NULL_HANDLE, props.layerName, &count, nullptr);
258 props.layerName, path_.c_str(), result)
    [all...]
  /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/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...]
  /libcore/ojluni/src/main/java/sun/util/calendar/
LocalGregorianCalendar.java 129 Properties props = new Properties();
131 props.load(fis);
133 return props;
141 String props = calendarProps.getProperty("calendar." + name + ".eras"); local
142 if (props == null) {
146 StringTokenizer eraTokens = new StringTokenizer(props, ";");
  /packages/apps/Camera2/src/com/android/camera/settings/
SettingsUtil.java 482 CameraDeviceInfo.Characteristics props = info.getCharacteristics(i); local
483 if (props == null) {
487 if (chooser.useCamera(props)) {
  /system/connectivity/shill/cellular/
cellular_capability_classic_unittest.cc 148 KeyValueStore props; local
149 props.SetString("carrier", kTestCarrier);
150 props.SetString("unknown-property", "irrelevant-value");
151 callback.Run(props, Error());
412 KeyValueStore props; local
418 props.Clear();
419 EXPECT_TRUE(props.IsEmpty());
420 gsm_capability->SetupConnectProperties(&props);
424 EXPECT_TRUE(props.ContainsString(kApnProperty));
425 EXPECT_EQ(kLastGoodApn, props.GetString(kApnProperty))
    [all...]
  /system/connectivity/shill/vpn/
l2tp_ipsec_driver_unittest.cc 612 KeyValueStore props; local
616 store.GetKeyValueStoreProperty(kProviderProperty, &props, &error));
617 EXPECT_TRUE(props.LookupBool(kPassphraseRequiredProperty, false));
618 EXPECT_TRUE(props.LookupBool(kL2tpIpsecPskRequiredProperty, false));
621 KeyValueStore props; local
625 store.GetKeyValueStoreProperty(kProviderProperty, &props, &error));
626 EXPECT_TRUE(props.LookupBool(kPassphraseRequiredProperty, false));
627 EXPECT_FALSE(props.LookupBool(kL2tpIpsecPskRequiredProperty, true));
631 KeyValueStore props; local
636 store.GetKeyValueStoreProperty(kProviderProperty, &props, &error))
    [all...]
  /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/camera/src/android/hardware/camera2/cts/
CameraManagerTest.java 146 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(ids[i]); local
147 assertNotNull("Can't get camera characteristics for camera " + ids[i], props);
148 Integer lensFacing = props.get(CameraCharacteristics.LENS_FACING);
179 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(ids[i]); local
181 String.format("Can't get camera characteristics from: ID %s", ids[i]), props);
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
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...]
  /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/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 1294 unsigned int props = gdef.get_glyph_props (info[i].codepoint); local
    [all...]
hb-ot-layout-private.hh 247 unsigned int props = gen_cat; local
255 props |= UPROPS_MASK_IGNORABLE;
256 if (u == 0x200Cu) props |= UPROPS_MASK_ZWNJ;
257 if (u == 0x200Du) props |= UPROPS_MASK_ZWJ;
277 props |= unicode->modified_combining_class (info->codepoint)<<8;
286 props = gen_cat = HB_UNICODE_GENERAL_CATEGORY_ENCLOSING_MARK;
291 info->unicode_props() = props;
477 _hb_glyph_info_set_glyph_props (hb_glyph_info_t *info, unsigned int props)
479 info->glyph_props() = props;
588 /* Make sure no one directly touches our props... *
    [all...]

Completed in 480 milliseconds

1 2 3 4 56 7 8 91011>>