Searched defs:prop (Results 1 - 25 of 151) sorted by relevance

1234567

/external/clang/test/PCH/Inputs/
H A Dchain-remap-types1.h9 @property X *prop; variable
/external/clang/test/PCH/
H A Dobjc_exprs.h21 @property (assign) id prop; variable
25 return p.prop;
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/
H A DSignedObjectTest.java47 private Properties prop; field in class:SignedObjectTest
60 prop = new Properties();
61 prop.put("aaa", "bbb");
64 o = new SignedObject(prop, tkp.getPrivate(), sig);
84 assertEquals(test.getObject(), prop);
/external/chromium/base/win/
H A Devent_trace_controller_unittest.cc69 EtwTraceProperties prop; local
71 EVENT_TRACE_PROPERTIES* p = prop.get();
101 EtwTraceProperties prop; local
103 ASSERT_STREQ(L"", prop.GetLoggerFileName());
104 ASSERT_STREQ(L"", prop.GetLoggerName());
107 ASSERT_HRESULT_SUCCEEDED(prop.SetLoggerFileName(name.c_str()));
108 ASSERT_HRESULT_SUCCEEDED(prop.SetLoggerName(name.c_str()));
109 ASSERT_STREQ(name.c_str(), prop.GetLoggerFileName());
110 ASSERT_STREQ(name.c_str(), prop.GetLoggerName());
113 ASSERT_HRESULT_FAILED(prop
[all...]
H A Devent_trace_consumer_unittest.cc257 EtwTraceProperties prop; local
258 EtwTraceController::Stop(kTestSessionName, &prop);
H A Devent_trace_controller.cc14 EVENT_TRACE_PROPERTIES* prop = get(); local
16 prop->Wnode.BufferSize = sizeof(buffer_);
17 prop->Wnode.Flags = WNODE_FLAG_TRACED_GUID;
18 prop->LoggerNameOffset = sizeof(EVENT_TRACE_PROPERTIES);
19 prop->LogFileNameOffset = sizeof(EVENT_TRACE_PROPERTIES) +
53 EtwTraceProperties* prop) {
56 if (prop == NULL)
57 prop = &ignore;
59 HRESULT hr = Start(session_name, prop, &session_);
70 EtwTraceProperties prop; local
52 Start(const wchar_t* session_name, EtwTraceProperties* prop) argument
86 EtwTraceProperties prop; local
[all...]
/external/clang/test/SemaObjC/Inputs/
H A Darc-system-header.h41 @property id *prop; variable
/external/harfbuzz/tests/linebreaking/
H A Dharfbuzz-qt.cpp64 const QUnicodeTables::Properties *prop = QUnicodeTables::properties(ch); local
65 return (HB_WordClass) prop->wordBreak;
71 const QUnicodeTables::Properties *prop = QUnicodeTables::properties(ch); local
72 return (HB_SentenceClass) prop->sentenceBreak;
77 const QUnicodeTables::Properties *prop = QUnicodeTables::properties(ch); local
78 *grapheme = (HB_GraphemeClass) prop->graphemeBreak;
79 *lineBreak = (HB_LineBreakClass) prop->line_break_class;
/external/icu4c/common/
H A Duset_props.cpp101 UProperty prop, int32_t value, UErrorCode* ec) {
102 ((UnicodeSet*) set)->applyIntPropertyValue(prop, value, *ec);
107 const UChar *prop, int32_t propLength,
111 UnicodeString p(prop, propLength);
100 uset_applyIntPropertyValue(USet* set, UProperty prop, int32_t value, UErrorCode* ec) argument
106 uset_applyPropertyAlias(USet* set, const UChar *prop, int32_t propLength, const UChar *value, int32_t valueLength, UErrorCode* ec) argument
/external/icu4c/test/perf/usetperf/
H A Dusetperf.cpp50 CmdOp(UCharCategory prop, void (CmdOp::*op)()):op(op){ argument
54 if (u_charType(cp) == prop) {
/external/ipsec-tools/src/racoon/
H A Dsecurity.c75 struct isakmp_pl_p *prop; local
111 prop = (struct isakmp_pl_p *)pa->ptr;
114 bp = (caddr_t)prop + sizeof(struct isakmp_pl_p) + prop->spi_size;
115 len = ntohs(prop->h.len) -
116 (sizeof(struct isakmp_pl_p) + prop->spi_size);
H A Dproposal.h47 * head ---> prop[.......] ---> prop[...] ---> prop[...] ---> ...
143 struct isakmp_pl_p *prop; member in struct:prop_pair
/external/skia/src/core/
H A DSkUtilsArm.cpp58 char prop[PROP_VALUE_MAX]; local
59 if (__system_property_get(PROP_NAME, prop) > 0) {
63 const char* prop = getenv(PROP_NAME);
64 if (prop != NULL) {
66 SkDebugf("%s: %s", PROP_NAME, prop);
67 if (!strcmp(prop, "1")) {
71 if (!strcmp(prop, "0")) {
/external/webkit/Source/WebCore/bindings/js/
H A DJSCSSStyleDeclarationCustom.cpp160 String prop = cssPropertyName(propertyName, &pixelOrPos); local
161 RefPtr<CSSValue> v = thisObj->impl()->getPropertyCSSValue(prop);
173 return StringObjectThatMasqueradesAsUndefined::create(exec, stringToUString(thisObj->impl()->getPropertyValue(prop)));
175 return jsString(exec, thisObj->impl()->getPropertyValue(prop));
182 String prop = cssPropertyName(propertyName, &pixelOrPos); local
183 if (!CSSStyleDeclaration::isPropertyName(prop))
190 impl()->setProperty(prop, propValue, ec);
/external/webkit/Source/WebCore/rendering/style/
H A DKeyframeList.h46 void addProperty(int prop) { m_properties.add(prop); } argument
47 bool containsProperty(int prop) const { return m_properties.contains(prop); }
80 void addProperty(int prop) { m_properties.add(prop); } argument
81 bool containsProperty(int prop) const { return m_properties.contains(prop); }
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
H A DSasl2Test.java519 String srvName, Map<String, ?> prop, CallbackHandler ch) throws SaslException {
534 String srvName, Map<String, ?> prop, CallbackHandler ch) throws SaslException {
552 String srvName, Map<String, ?> prop, CallbackHandler ch) throws SaslException {
567 String srvName, Map<String, ?> prop, CallbackHandler ch) throws SaslException {
518 createSaslServer(String mech, String prot, String srvName, Map<String, ?> prop, CallbackHandler ch) argument
533 createSaslServer(String mech, String prot, String srvName, Map<String, ?> prop, CallbackHandler ch) argument
551 createSaslClient(String[] mech, String prot, String auth, String srvName, Map<String, ?> prop, CallbackHandler ch) argument
566 createSaslClient(String[] mech, String prot, String auth, String srvName, Map<String, ?> prop, CallbackHandler ch) argument
/external/chromium/base/debug/
H A Dtrace_event_win_unittest.cc118 EtwTraceProperties prop; member in class:base::debug::__anon1626::TraceEventTest
119 ASSERT_HRESULT_SUCCEEDED(prop.SetLoggerFileName(log_file_.value().c_str()));
120 EVENT_TRACE_PROPERTIES& p = *prop.get();
135 ASSERT_HRESULT_SUCCEEDED(controller_.Start(kTestSessionName, &prop));
152 EtwTraceProperties prop; local
154 EXPECT_HRESULT_SUCCEEDED(controller_.Stop(&prop));
187 EtwTraceProperties prop; local
188 EXPECT_HRESULT_SUCCEEDED(controller_.Flush(&prop));
189 EXPECT_HRESULT_SUCCEEDED(controller_.Stop(&prop));
/external/iproute2/ip/
H A Diptuntap.c217 static int read_prop(char *dev, char *prop, long *value) argument
224 sprintf(fname, "/sys/class/net/%s/%s", dev, prop);
227 if (strcmp(prop, "tun_flags"))
/external/openfst/src/include/fst/
H A Dtest-properties.h52 uint64 prop = 1; local
53 for (int i = 0; i < 64; ++i, prop <<= 1)
54 if (prop & incompat_props)
56 << ": props1 = " << (props1 & prop ? "true" : "false")
57 << ", props2 = " << (props2 & prop ? "true" : "false");
/external/skia/gm/
H A Drrect.cpp75 static SkScalar prop(SkScalar radius, SkScalar delta, SkScalar newSize, SkScalar oldSize) { function
93 radii[i].fX = prop(radii[i].fX, dx, r.width(), src.rect().width());
94 radii[i].fY = prop(radii[i].fY, dy, r.height(), src.rect().height());
/external/smack/asmack-master/static-src/custom/de/measite/smack/
H A DSasl.java72 String serverName, Map<String, ?> prop, CallbackHandler cbh) throws SaslException {
73 return org.apache.harmony.javax.security.sasl.Sasl.createSaslServer(mechanism, protocol, serverName, prop, cbh);
77 String protocol, String serverName, Map<String, ?> prop, CallbackHandler cbh)
101 prop,
71 createSaslServer(String mechanism, String protocol, String serverName, Map<String, ?> prop, CallbackHandler cbh) argument
76 createSaslClient(String[] mechanisms, String authanticationID, String protocol, String serverName, Map<String, ?> prop, CallbackHandler cbh) argument
/external/smack/src/de/measite/smack/
H A DSasl.java72 String serverName, Map<String, ?> prop, CallbackHandler cbh) throws SaslException {
73 return org.apache.harmony.javax.security.sasl.Sasl.createSaslServer(mechanism, protocol, serverName, prop, cbh);
77 String protocol, String serverName, Map<String, ?> prop, CallbackHandler cbh)
101 prop,
71 createSaslServer(String mechanism, String protocol, String serverName, Map<String, ?> prop, CallbackHandler cbh) argument
76 createSaslClient(String[] mechanisms, String authanticationID, String protocol, String serverName, Map<String, ?> prop, CallbackHandler cbh) argument
/external/smack/src/org/apache/harmony/javax/security/sasl/
H A DSasl.java106 String prop = pp[i].getProperty(s);
108 if (props.add(prName.concat(prop))) {
109 fact.add(newInstance(prop, pp[i]));
135 String serverName, Map<String, ?> prop, CallbackHandler cbh) throws SaslException {
158 SaslServer saslS = fact.createSaslServer(mechanism, protocol, serverName, prop,
169 String protocol, String serverName, Map<String, ?> prop, CallbackHandler cbh)
196 protocol, serverName, prop, cbh);
134 createSaslServer(String mechanism, String protocol, String serverName, Map<String, ?> prop, CallbackHandler cbh) argument
168 createSaslClient(String[] mechanisms, String authanticationID, String protocol, String serverName, Map<String, ?> prop, CallbackHandler cbh) argument
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dtest-properties.h50 uint64 prop = 1; local
51 for (int i = 0; i < 64; ++i, prop <<= 1)
52 if (prop & incompat_props)
54 << ": props1 = " << (props1 & prop ? "true" : "false")
55 << ", props2 = " << (props2 & prop ? "true" : "false");
/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_class.cpp171 const QMetaProperty prop = m_metaObject->property(index); local
173 if (prop.isScriptable(obj)) {
174 f = new QtField(prop);

Completed in 1136 milliseconds

1234567