HomeSort by relevance Sort by last modified time
    Searched defs:csp (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/icu/source/common/
ustr_imp.h 89 const UCaseProps *csp; member in struct:UCaseMap
uniset_closure.cpp 185 const UCaseProps *csp = ucase_getSingleton(); local
217 ucase_addCaseClosure(csp, cp, &sa);
223 result = ucase_toFullLower(csp, cp, NULL, NULL, &full, "", &locCache);
226 result = ucase_toFullTitle(csp, cp, NULL, NULL, &full, "", &locCache);
229 result = ucase_toFullUpper(csp, cp, NULL, NULL, &full, "", &locCache);
232 result = ucase_toFullFolding(csp, cp, &full, 0);
242 if(!ucase_addStringCaseClosure(csp, str.getBuffer(), str.length(), &sa)) {
unormcmp.cpp 148 const UCaseProps *csp; local
187 csp=ucase_getSingleton();
189 csp=NULL;
322 (length=ucase_toFullFolding(csp, (UChar32)cp1, &p, options))>=0
367 (length=ucase_toFullFolding(csp, (UChar32)cp2, &p, options))>=0
ustrcase.cpp 147 c=map(csm->csp, c, utf16_caseContextIterator, csc, &s, csm->locale, &locCache);
221 if((csm->options&U_TITLECASE_NO_BREAK_ADJUSTMENT)==0 && UCASE_NONE==ucase_getType(csm->csp, c)) {
233 if(UCASE_NONE!=ucase_getType(csm->csp, c)) {
250 c=ucase_toFullTitle(csm->csp, c, utf16_caseContextIterator, &csc, &s, csm->locale, &locCache);
330 ustr_foldCase(const UCaseProps *csp,
344 c=ucase_toFullFolding(csp, c, &s, options);
364 return ustr_foldCase(csm->csp, dest, destCapacity, src, srcLength, csm->options, pErrorCode);
442 csm.csp=ucase_getSingleton();
474 const UCaseProps *csp; local
501 csp=ucase_getSingleton()
    [all...]
uprops.cpp 132 const UCaseProps *csp=ucase_getSingleton(); local
134 return (UBool)(ucase_toFullFolding(csp, c, &resultString, U_FOLD_CASE_DEFAULT)>=0);
576 const UCaseProps *csp=ucase_getSingleton(); local
583 int32_t folded1Length=ucase_toFullFolding(csp, c, &folded1, U_FOLD_CASE_DEFAULT);
ucase.cpp 66 ucase_addPropertyStarts(const UCaseProps *csp, const USetAdder *sa, UErrorCode *pErrorCode) {
72 utrie2_enum(&csp->trie, NULL, _enumPropertyStartsRange, sa);
86 #define GET_EXCEPTIONS(csp, props) ((csp)->exceptions+((props)>>UCASE_EXC_SHIFT))
135 ucase_tolower(const UCaseProps *csp, UChar32 c) {
136 uint16_t props=UTRIE2_GET16(&csp->trie, c);
142 const uint16_t *pe=GET_EXCEPTIONS(csp, props);
152 ucase_toupper(const UCaseProps *csp, UChar32 c) {
153 uint16_t props=UTRIE2_GET16(&csp->trie, c);
159 const uint16_t *pe=GET_EXCEPTIONS(csp, props)
1273 const UCaseProps *csp=GET_CASE_PROPS(); local
    [all...]
  /external/icu/icu4c/source/common/
ustr_imp.h 89 const UCaseProps *csp; member in struct:UCaseMap
uniset_closure.cpp 185 const UCaseProps *csp = ucase_getSingleton(); local
217 ucase_addCaseClosure(csp, cp, &sa);
223 result = ucase_toFullLower(csp, cp, NULL, NULL, &full, "", &locCache);
226 result = ucase_toFullTitle(csp, cp, NULL, NULL, &full, "", &locCache);
229 result = ucase_toFullUpper(csp, cp, NULL, NULL, &full, "", &locCache);
232 result = ucase_toFullFolding(csp, cp, &full, 0);
242 if(!ucase_addStringCaseClosure(csp, str.getBuffer(), str.length(), &sa)) {
unormcmp.cpp 148 const UCaseProps *csp; local
187 csp=ucase_getSingleton();
189 csp=NULL;
322 (length=ucase_toFullFolding(csp, (UChar32)cp1, &p, options))>=0
367 (length=ucase_toFullFolding(csp, (UChar32)cp2, &p, options))>=0
ustrcase.cpp 147 c=map(csm->csp, c, utf16_caseContextIterator, csc, &s, csm->locale, &locCache);
221 if((csm->options&U_TITLECASE_NO_BREAK_ADJUSTMENT)==0 && UCASE_NONE==ucase_getType(csm->csp, c)) {
233 if(UCASE_NONE!=ucase_getType(csm->csp, c)) {
250 c=ucase_toFullTitle(csm->csp, c, utf16_caseContextIterator, &csc, &s, csm->locale, &locCache);
330 ustr_foldCase(const UCaseProps *csp,
344 c=ucase_toFullFolding(csp, c, &s, options);
364 return ustr_foldCase(csm->csp, dest, destCapacity, src, srcLength, csm->options, pErrorCode);
442 csm.csp=ucase_getSingleton();
474 const UCaseProps *csp; local
501 csp=ucase_getSingleton()
    [all...]
uprops.cpp 132 const UCaseProps *csp=ucase_getSingleton(); local
134 return (UBool)(ucase_toFullFolding(csp, c, &resultString, U_FOLD_CASE_DEFAULT)>=0);
576 const UCaseProps *csp=ucase_getSingleton(); local
583 int32_t folded1Length=ucase_toFullFolding(csp, c, &folded1, U_FOLD_CASE_DEFAULT);
ucase.cpp 66 ucase_addPropertyStarts(const UCaseProps *csp, const USetAdder *sa, UErrorCode *pErrorCode) {
72 utrie2_enum(&csp->trie, NULL, _enumPropertyStartsRange, sa);
86 #define GET_EXCEPTIONS(csp, props) ((csp)->exceptions+((props)>>UCASE_EXC_SHIFT))
135 ucase_tolower(const UCaseProps *csp, UChar32 c) {
136 uint16_t props=UTRIE2_GET16(&csp->trie, c);
142 const uint16_t *pe=GET_EXCEPTIONS(csp, props);
152 ucase_toupper(const UCaseProps *csp, UChar32 c) {
153 uint16_t props=UTRIE2_GET16(&csp->trie, c);
159 const uint16_t *pe=GET_EXCEPTIONS(csp, props)
1273 const UCaseProps *csp=GET_CASE_PROPS(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
StyleElement.cpp 33 #include "core/frame/csp/ContentSecurityPolicy.h"
153 // CSP just as an inline script would.
157 const ContentSecurityPolicy* csp = document.contentSecurityPolicy(); local
159 || csp->allowStyleWithHash(text)
160 || csp->allowStyleWithNonce(e->fastGetAttribute(HTMLNames::nonceAttr))
161 || csp->allowInlineStyle(e->document().url(), m_startPosition.m_line);
ScriptLoader.cpp 46 #include "core/frame/csp/ContentSecurityPolicy.h"
312 const ContentSecurityPolicy* csp = elementDocument->contentSecurityPolicy(); local
314 || csp->allowScriptWithNonce(m_element->fastGetAttribute(HTMLNames::nonceAttr))
315 || csp->allowScriptWithHash(sourceCode.source());
317 if (!m_isExternalScript && (!shouldBypassMainWorldCSP && !csp->allowInlineScript(elementDocument->url(), m_startLineNumber)))
  /external/valgrind/main/callgrind/
callstack.c 409 Int csp; local
420 while( (csp=CLG_(current_call_stack).sp) >0) {
421 call_entry* top_ce = &(CLG_(current_call_stack).entry[csp-1]);
429 csp=CLG_(current_call_stack).sp;
bbcc.c 563 Int passed = 0, csp; local
632 csp = CLG_(current_call_stack).sp;
635 if ( (jmpkind == jk_Return) && (csp >0)) {
636 Int csp_up = csp-1;
697 if (CLG_(get_fn_node)(last_bb)->pop_on_jump && (csp>0)) {
699 call_entry* top_ce = &(CLG_(current_call_stack).entry[csp-1]);
743 if ((csp == 0) ||
768 csp = CLG_(current_call_stack).sp;
769 if (call_emulation && csp>0)
770 sp = CLG_(current_call_stack).entry[csp-1].sp;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
WindowProxy.cpp 47 #include "core/frame/csp/ContentSecurityPolicy.h"
219 ContentSecurityPolicy* csp = m_frame->document()->contentSecurityPolicy(); local
220 context->AllowCodeGenerationFromStrings(csp->allowEval(0, ContentSecurityPolicy::SuppressReport));
221 context->SetErrorMessageForCodeGenerationFromStrings(v8String(m_isolate, csp->evalDisabledErrorMessage()));
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerGlobalScope.cpp 106 RefPtr<ContentSecurityPolicy> csp = ContentSecurityPolicy::create(); local
107 csp->didReceiveHeader(policy, contentSecurityPolicyType, ContentSecurityPolicyHeaderSourceHTTP);
108 csp->bindToExecutionContext(executionContext());
109 setContentSecurityPolicy(csp);
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceFetcher.cpp 60 #include "core/frame/csp/ContentSecurityPolicy.h"
490 // Don't send CSP messages for preloads, we might never actually display those items.
494 // m_document can be null, but not in any of the cases where csp is actually used below.
497 const ContentSecurityPolicy* csp = m_document ? m_document->contentSecurityPolicy() : nullptr; local
505 if (!shouldBypassMainWorldCSP && !csp->allowScriptFromSource(url, cspReporting))
510 if (!shouldBypassMainWorldCSP && !csp->allowScriptFromSource(url, cspReporting))
522 if (!shouldBypassMainWorldCSP && !csp->allowStyleFromSource(url, cspReporting))
527 if (!shouldBypassMainWorldCSP && !csp->allowImageFromSource(url, cspReporting))
531 if (!shouldBypassMainWorldCSP && !csp->allowFontFromSource(url, cspReporting))
542 if (!shouldBypassMainWorldCSP && !csp->allowMediaFromSource(url, cspReporting)
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cucdtst.c 3224 UCaseProps *csp; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cucdtst.c 3223 UCaseProps *csp; local
    [all...]
  /external/chromium_org/v8/src/arm64/
macro-assembler-arm64.cc 130 if (rd.Is(csp)) {
134 Mov(csp, temp);
279 // If csp is an operand, add #0 is emitted, otherwise, orr #0.
979 // csp and reg_size is 32, registers must be pushed in blocks of four in order
980 // to maintain the 16-byte alignment for csp.
1321 sub(StackPointer(), csp, StackPointer()); local
1332 sub(StackPointer(), csp, StackPointer()); local
    [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.c 4007 char* csp = (asp < (old_top + MIN_CHUNK_SIZE))? old_top : asp; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 3325 char* csp = (asp < (old_top + MIN_CHUNK_SIZE))? old_top : asp; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 708 milliseconds

1 2