OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:customproperties
(Results
1 - 6
of
6
) sorted by null
/external/guice/core/src/com/google/inject/spi/
ProviderWithExtensionVisitor.java
34
* return ((MyCustomExtensionVisitor<B, V>)visitor).visitCustomExtension(
customProperties
, binding);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
PropertyBoxParserImpl.java
38
public PropertyBoxParserImpl(String...
customProperties
) {
55
for (String customProperty :
customProperties
) {
/external/icu/android_icu4j/src/main/java/android/icu/util/
VTimeZone.java
234
String[]
customProperties
= null;
236
customProperties
= new String[1];
237
customProperties
[0] = ICU_TZINFO_PROP + COLON + olsonzid + "[" + ICU_TZVERSION + "]";
239
writeZone(writer, tz,
customProperties
);
261
String[]
customProperties
= null;
263
customProperties
= new String[1];
264
customProperties
[0] = ICU_TZINFO_PROP + COLON + olsonzid + "[" + ICU_TZVERSION +
267
writeZone(writer, rbtz,
customProperties
);
293
String[]
customProperties
= null;
295
customProperties
= new String[1]
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
VTimeZone.java
255
String[]
customProperties
= null;
257
customProperties
= new String[1];
258
customProperties
[0] = ICU_TZINFO_PROP + COLON + olsonzid + "[" + ICU_TZVERSION + "]";
260
writeZone(writer, tz,
customProperties
);
284
String[]
customProperties
= null;
286
customProperties
= new String[1];
287
customProperties
[0] = ICU_TZINFO_PROP + COLON + olsonzid + "[" + ICU_TZVERSION +
290
writeZone(writer, rbtz,
customProperties
);
318
String[]
customProperties
= null;
320
customProperties
= new String[1]
[
all
...]
/external/libchrome/base/
file_version_info_unittest.cc
113
TEST(FileVersionInfoTest,
CustomProperties
) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ant.core_3.2.200.v20100427.jar
Completed in 158 milliseconds