Searched refs:isMember (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Djson_manifest.cc142 if (!dictionary.isMember(required_keys[i])) {
176 if (url_spec.isMember(kPnaclTranslateKey)) {
333 bool has_portable = dictionary.isMember(kPortableKey);
345 bool has_isa = dictionary.isMember(sandbox_isa);
346 bool has_portable = dictionary.isMember(kPortableKey);
364 if (url_spec.isMember(kOptLevelKey)) {
394 bool has_portable = dictionary.isMember(kPortableKey);
395 bool has_isa = dictionary.isMember(sandbox_isa);
405 if (isa_spec.isMember(kPnaclTranslateKey)) {
426 if (!dictionary.isMember(ke
[all...]
H A Dpnacl_resources.cc173 if (json_data.isMember("pnacl-llc-name")) {
181 if (json_data.isMember("pnacl-ld-name")) {
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3bitset.h100 ANTLR3_BOOLEAN (*isMember) (struct ANTLR3_BITSET_struct * bitset, ANTLR3_UINT32 bit); member in struct:ANTLR3_BITSET_struct
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3baserecognizer.c584 if (followClone->isMember(followClone, ANTLR3_EOR_TOKEN_TYPE))
609 if ( followClone->isMember(followClone, is->_LA(is, 1))
610 || followClone->isMember(followClone, ANTLR3_EOR_TOKEN_TYPE)
969 if (localFollowSet->isMember(localFollowSet, ANTLR3_EOR_TOKEN_TYPE) == ANTLR3_FALSE)
1668 if (follow->isMember(follow, ANTLR3_EOR_TOKEN_TYPE) == ANTLR3_TRUE)
1688 if ( follow->isMember(follow, is->_LA(is, 1)) == ANTLR3_TRUE)
1805 while (ttype != ANTLR3_TOKEN_EOF && set->isMember(set, ttype) == ANTLR3_FALSE)
H A Dantlr3bitset.c131 bitset->isMember = antlr3BitsetMember;
671 if (bitset->isMember(bitset, i) == ANTLR3_TRUE)
H A Dantlr3collections.c2426 if (topo->visited->isMember(topo->visited, node))
2494 if (edges->isMember(edges, i))
2560 if (topo->visited->isMember(topo->visited, v) == ANTLR3_FALSE)
H A Dantlr3tokenstream.c751 || types->isMember(types, tok->getType(tok) == ANTLR3_TRUE)
/external/chromium_org/third_party/jsoncpp/overrides/include/json/
H A Dvalue.h400 bool isMember( const char *key ) const;
402 bool isMember( const std::string &key ) const;
405 bool isMember( const CppTL::ConstString &key ) const;
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
H A Djson_value.cpp1308 Value::isMember( const char *key ) const function in class:Json::Value
1316 Value::isMember( const std::string &key ) const function in class:Json::Value
1318 return isMember( key.c_str() );
1324 Value::isMember( const CppTL::ConstString &key ) const function in class:Json::Value
1326 return isMember( key.c_str() );
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Djson.cc271 if (!in.isObject() || !in.isMember(k)) {
/external/chromium_org/native_client_sdk/src/examples/demo/drive/
H A Ddrive.cc465 if (!root.isMember("items")) {
/external/javassist/src/main/javassist/bytecode/
H A DConstPool.java607 return isMember(classname, MethodInfo.nameInit, index);
624 * <code>isMember()</code> returns 0.
626 public int isMember(String classname, String membername, int index) { method in class:ConstPool
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 200 milliseconds