/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
dbgfmt.h | 51 /** NULL-terminated list of directives. NULL if none. */ 52 /*@null@*/ const yasm_directive *directives; member in struct:yasm_dbgfmt_module
|
section.h | 58 /** Currently active section. Used by some directives. NULL if no 66 /** Directives, organized as two level HAMT; first level is parser, 69 /*@owned@*/ struct HAMT *directives; member in struct:yasm_object
|
objfmt.h | 76 /** NULL-terminated list of directives. NULL if none. */ 77 /*@null@*/ const yasm_directive *directives; member in struct:yasm_objfmt_module
|
arch.h | 99 /** NULL-terminated list of directives. NULL if none. */ 100 /*@null@*/ const yasm_directive *directives; member in struct:yasm_arch_module
|
/external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/ |
ResponseAuth.java | 46 * Checks the semantics of the directives in the directive list as parsed 49 * @param dirList the list of directives parsed from the digest challenge 56 Iterator directives = dirList.getIterator(); local 60 while (directives.hasNext()) 62 directive = (ParsedDirective)directives.next();
|
DigestChallenge.java | 74 * Checks the semantics of the directives in the directive list as parsed 77 * @param dirList the list of directives parsed from the digest challenge 84 Iterator directives = dirList.getIterator(); local 88 while (directives.hasNext()) 90 directive = (ParsedDirective)directives.next(); 167 * directives 176 throw new SaslException("Too many qop directives."); 206 throw new SaslException("Too many maxBuf directives."); 221 * directives or Invalid character encoding 228 throw new SaslException("Too many charset directives.") [all...] |
/external/smack/src/com/novell/sasl/client/ |
ResponseAuth.java | 46 * Checks the semantics of the directives in the directive list as parsed 49 * @param dirList the list of directives parsed from the digest challenge 56 Iterator directives = dirList.getIterator(); local 60 while (directives.hasNext()) 62 directive = (ParsedDirective)directives.next();
|
DigestChallenge.java | 74 * Checks the semantics of the directives in the directive list as parsed 77 * @param dirList the list of directives parsed from the digest challenge 84 Iterator directives = dirList.getIterator(); local 88 while (directives.hasNext()) 90 directive = (ParsedDirective)directives.next(); 167 * directives 176 throw new SaslException("Too many qop directives."); 206 throw new SaslException("Too many maxBuf directives."); 221 * directives or Invalid character encoding 228 throw new SaslException("Too many charset directives.") [all...] |
/external/chromium_org/extensions/common/ |
csp_validator.cc | 118 std::vector<std::string> directives; local 119 base::SplitString(policy, ';', &directives); 125 for (size_t i = 0; i < directives.size(); ++i) { 126 std::string& input = directives[i]; 160 std::vector<std::string> directives; local 161 base::SplitString(policy, ';', &directives); 165 for (size_t i = 0; i < directives.size(); ++i) { 166 std::string& input = directives[i];
|
/external/chromium_org/native_client_sdk/src/doc/_sphinxext/ |
devsite_builder.py | 15 from docutils.parsers.rst import Directive, directives namespace
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderCounter.cpp | 132 const CounterDirectives directives = style->getCounterDirectives(identifier); local 133 if (directives.isDefined()) { 134 value = directives.combinedValue(); 135 isReset = directives.isReset(); 472 // directives must occur, in which case, RenderCounter::destroyCounterNodes() 569 // as those created by the increment or reset directives and the re-layout that will happen will 586 // as those created by the increment or reset directives and the re-layout that will happen will
|
/external/chromium_org/third_party/WebKit/Source/platform/network/ |
ResourceResponse.cpp | 345 Vector<pair<String, String> > directives; local 346 parseCacheHeader(cacheControlValue, directives); 348 size_t directivesSize = directives.size(); 352 if (equalIgnoringCase(directives[i].first, noCacheDirective) && directives[i].second.isEmpty()) 354 else if (equalIgnoringCase(directives[i].first, noStoreDirective)) 356 else if (equalIgnoringCase(directives[i].first, mustRevalidateDirective)) 358 else if (equalIgnoringCase(directives[i].first, maxAgeDirective)) { 364 double maxAge = directives[i].second.toDouble(&ok);
|
/external/chromium/third_party/libjingle/source/talk/base/ |
httpclient.cc | 79 HttpAttributeList directives; local 80 HttpParseAttributes(value.data(), value.size(), directives); 81 // Response Directives Summary: 90 if (HttpHasAttribute(directives, "no-store", NULL)) { 92 } else if (HttpHasAttribute(directives, "public", NULL)) {
|
/external/chromium_org/chrome/browser/history/ |
history_unittest.cc | 1685 syncer::SyncDataList directives; local 1765 syncer::SyncDataList directives; local [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
httpclient.cc | 79 HttpAttributeList directives; local 80 HttpParseAttributes(value.data(), value.size(), directives); 81 // Response Directives Summary: 90 if (HttpHasAttribute(directives, "no-store", NULL)) { 92 } else if (HttpHasAttribute(directives, "public", NULL)) {
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
ContentSecurityPolicy.cpp | 136 // CSP 1.0 Directives 149 // CSP 1.1 Directives 967 OwnPtr<CSPDirectiveList> directives = adoptPtr(new CSPDirectiveList(policy, type)); local [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/ |
nasm-pp.c | 28 * do_directive checks for directives 220 * up. In these states, all directives are admissible: %elif, 274 static const char *directives[] = { variable 316 * conditional compilation directives. Using the NASM pre-processor does 393 * Macros to make NASM ignore some TASM directives before the first include 488 /* Handle TASM specific directives, which do not contain a % in 549 /* Ignore nasm directives */ 688 /* handle two-words directives */ [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.osgi_3.6.1.R36x_v20100806.jar | |
org.eclipse.osgi_3.6.2.R36x_v20101103.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.osgi_3.6.2.R36x_v20110210.jar | |
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/ |
compiler.jar | |