/ndk/toolchains/x86-4.6/ |
setup.mk | 32 -no-canonical-prefixes 38 TARGET_LDFLAGS := -no-canonical-prefixes
|
/ndk/toolchains/x86-4.7/ |
setup.mk | 32 -no-canonical-prefixes 38 TARGET_LDFLAGS := -no-canonical-prefixes
|
/ndk/toolchains/x86-4.8/ |
setup.mk | 32 -no-canonical-prefixes 38 TARGET_LDFLAGS := -no-canonical-prefixes
|
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
NamespaceSupport.java | 235 * prefixes after popping a context, unless you push another 259 * Declare a Namespace prefix. All prefixes must be declared 264 * interpret prefixes against (potentially redefined) prefixes. 283 * This asymmetry exists to make it easier to look up prefixes 314 * the prefixes currently declared. The return value will be the 381 * Return an enumeration of all prefixes whose declarations are 390 * @return An enumeration of prefixes (never empty). 401 * Return one of the prefixes mapped to a Namespace URI. 405 * want all of the prefixes, use the {@link #getPrefixes 445 ArrayList<String> prefixes = new ArrayList<String>(); local [all...] |
/external/chromium_org/chrome/test/ppapi/ |
ppapi_test.cc | 249 const char* const prefixes[] = { local 251 for (size_t i = 0; i < sizeof(prefixes)/sizeof(prefixes[0]); ++i) 252 if (test_name.find(prefixes[i]) == 0) 253 return test_name.substr(strlen(prefixes[i]));
|
/external/chromium_org/third_party/skia/src/core/ |
SkString.cpp | 58 int SkStrStartsWithOneOf(const char string[], const char prefixes[]) { 61 const char* limit = strchr(prefixes, '\0'); 62 if (!strncmp(string, prefixes, limit - prefixes)) { 65 prefixes = limit + 1; 67 } while (prefixes[0]);
|
/external/skia/src/core/ |
SkString.cpp | 58 int SkStrStartsWithOneOf(const char string[], const char prefixes[]) { 61 const char* limit = strchr(prefixes, '\0'); 62 if (!strncmp(string, prefixes, limit - prefixes)) { 65 prefixes = limit + 1; 67 } while (prefixes[0]);
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
XMLWriter.java | 130 * a client application does not have to keep track of prefixes and 150 * own prefixes rather than using the (ugly) default names. The 151 * XML writer allows two methods for selecting prefixes:</p> 243 * <p>This approach is also useful for declaring Namespace prefixes 1037 Enumeration prefixes = forcedDeclTable.keys(); local 1252 Enumeration prefixes = nsSupport.getDeclaredPrefixes(); local [all...] |
/external/chromium/chrome/browser/safe_browsing/ |
prefix_set.cc | 128 // All prefixes in |index_| are in the set. 141 void PrefixSet::GetPrefixes(std::vector<SBPrefix>* prefixes) const { 149 prefixes->push_back(current); 152 prefixes->push_back(current);
|
protocol_parser.cc | 119 const std::vector<SBPrefix>& prefixes, std::string* request) { 125 sizeof(SBPrefix) * prefixes.size())); 126 for (size_t i = 0; i < prefixes.size(); ++i) { 127 request->append(reinterpret_cast<const char*>(&prefixes[i]), 341 // kBinHashList only contains prefixes, no HOSTKEY and COUNT. 399 // There is only an add chunk number (no prefixes).
|
/external/chromium_org/chrome/browser/safe_browsing/ |
protocol_parser.cc | 93 const std::vector<SBPrefix>& prefixes, std::string* request) { 99 sizeof(SBPrefix) * prefixes.size())); 100 for (size_t i = 0; i < prefixes.size(); ++i) { 101 request->append(reinterpret_cast<const char*>(&prefixes[i]), 270 // These lists only contain prefixes, no HOSTKEY and COUNT. 345 // There is only an add chunk number (no prefixes).
|
database_manager.cc | 445 std::vector<SBPrefix> prefixes = check->prefix_hits; local 450 database_->CacheHashResults(prefixes, full_hashes); 716 // since that is the common case (multiple prefixes will issue the request 1038 std::vector<SBPrefix> prefixes; local [all...] |
/ndk/toolchains/arm-linux-androideabi-4.6/ |
setup.mk | 31 -no-canonical-prefixes 33 TARGET_LDFLAGS := -no-canonical-prefixes
|
/ndk/toolchains/arm-linux-androideabi-4.7/ |
setup.mk | 31 -no-canonical-prefixes 33 TARGET_LDFLAGS := -no-canonical-prefixes
|
/ndk/toolchains/arm-linux-androideabi-4.8/ |
setup.mk | 31 -no-canonical-prefixes 33 TARGET_LDFLAGS := -no-canonical-prefixes
|
/ndk/toolchains/llvm-3.2/ |
setup-common.mk | 39 -no-canonical-prefixes 51 -no-canonical-prefixes
|
/ndk/toolchains/llvm-3.3/ |
setup-common.mk | 39 -no-canonical-prefixes 51 -no-canonical-prefixes
|
/ndk/toolchains/x86-clang3.2/ |
setup.mk | 54 -no-canonical-prefixes 63 -no-canonical-prefixes
|
/ndk/toolchains/x86-clang3.3/ |
setup.mk | 54 -no-canonical-prefixes 63 -no-canonical-prefixes
|
/external/chromium_org/v8/tools/ |
gen-postmortem-metadata.py | 386 prefixes = [ 'ACCESSORS', 'ACCESSORS_GCSAFE', 'SMI_ACCESSORS' ]; 405 for prefix in prefixes:
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
RawDataTable.java | 41 public RawDataTable(ConfigResults results, List prefixes, PrintStream ps) { 43 this.buildPrefixes = prefixes;
|
/external/v8/tools/ |
gen-postmortem-metadata.py | 376 prefixes = [ 'ACCESSORS', 'ACCESSORS_GCSAFE', 'SMI_ACCESSORS' ]; 395 for prefix in prefixes:
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/ |
x86bc.c | 275 unsigned int num_prefixes, uintptr_t *prefixes) 281 switch ((x86_parse_insn_prefix)(prefixes[i] & 0xff00)) { 285 N_("multiple LOCK or REP prefixes, using leftmost")); 286 common->lockrep_pre = (unsigned char)prefixes[i] & 0xff; 289 common->addrsize = (unsigned char)prefixes[i] & 0xff; 292 common->opersize = (unsigned char)prefixes[i] & 0xff; 309 common->lockrep_pre = (unsigned char)prefixes[i] & 0xff; 325 N_("multiple REX prefixes, using leftmost")); 331 *rex = (unsigned char)prefixes[i] & 0xff; 599 /* VEX and XOP prefixes never have REX (it's embedded in the opcode) [all...] |
/ndk/toolchains/arm-linux-androideabi-clang3.2/ |
setup.mk | 55 -no-canonical-prefixes 59 -no-canonical-prefixes
|
/ndk/toolchains/arm-linux-androideabi-clang3.3/ |
setup.mk | 55 -no-canonical-prefixes 59 -no-canonical-prefixes
|