Searched refs:personality (Results 51 - 60 of 60) sorted by relevance

123

/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp816 /// This is the personality function which is embedded (dwarf emitted), in the
853 // The real work of the personality function is captured here
1268 llvm::Function *personality = module.getFunction("ourPersonality"); local
1272 personality,
/external/libunwind/doc/
H A Dlibunwind-dynamic.tex141 personality-routine for this procedure. Personality-routines are
144 description of the personality routine. If the procedure has no
145 personality routine, \Var{handler} must be set to 0.
/external/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h165 #define __sanitizer_syscall_pre_personality(personality) \
166 __sanitizer_syscall_pre_impl_personality((long)(personality))
167 #define __sanitizer_syscall_post_personality(res, personality) \
168 __sanitizer_syscall_post_impl_personality(res, (long)(personality))
2085 void __sanitizer_syscall_pre_impl_personality(long personality);
2086 void __sanitizer_syscall_post_impl_personality(long res, long personality);
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml1101 let personality = declare_function "__gxx_personality_v0" ft m in var
1109 let lp = build_landingpad rt personality 0 "lpad"
1118 (* CHECK: landingpad{{.*}}personality{{.*}}__gxx_personality_v0
/external/clang/lib/CodeGen/
H A DCGException.cpp128 /// The exceptions personality for a function.
132 // If this is non-null, this personality requires a non-standard
196 /// Determines the personality function to use when both C++
200 // The ObjC personality defers to the C++ personality for non-ObjC
201 // handlers. Unlike the C++ case, we use the same personality
212 // The GCC runtime's personality function inherently doesn't support
213 // mixed EH. Use the C++ personality just to avoid returning null.
248 /// Check whether a personality function could reasonably be swapped
249 /// for a C++ personality functio
727 const EHPersonality &personality = EHPersonality::get(getLangOpts()); local
[all...]
/external/chromium_org/build/
H A Dinstall-chroot.sh366 personality=linux$([ "${arch}" != 64bit ] && echo 32)
/external/llvm/lib/AsmParser/
H A DLLLexer.cpp672 KEYWORD(personality);
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxChromeBackgroundScript.js933 cvox.MathUtil.isNotWhitespace=function(a){return cvox.MathUtil.isMathmlTag(a)&&!cvox.MathUtil.isWhitespace(a)};cvox.MathUtil.union=function(a,b){return a.concat(b.filter(function(b){return 0>a.indexOf(b)}))};cvox.NavDescription=function(a){this.context=a.context?a.context:"";this.text=a.text?a.text:"";this.userValue=a.userValue?a.userValue:"";this.annotation=a.annotation?a.annotation:"";this.earcons=a.earcons?a.earcons:[];this.personality=a.personality;this.hint=a.hint?a.hint:"";this.category=a.category?a.category:null};cvox.NavDescription.prototype.isEmpty=function(){return 0==this.context.length&&0==this.earcons.length&&0==this.text.length&&0==this.userValue.length&&0==this.annotation.length};
935 cvox.NavDescription.prototype.speak=function(a,b,c){function d(){var a={},b=cvox.AbstractTts.PERSONALITY_ANNOTATION,c;for(c in b)a[c]=b[c];return a}var e=[];this.context&&(e.push([this.context,a,d()]),a=1);e.push([this.text,a,this.personality?this.personality:{}]);a=1;this.userValue&&e.push([this.userValue,a,{}]);this.annotation&&e.push([this.annotation,a,d()]);this.hint&&e.push([this.hint,a,d()]);a=e.length;for(var f=0;f<a;f++)0==f&&b&&(e[f][2].startCallback=b),f==a-1&&c&&(e[f][2].endCallback=c),
936 this.category&&(e[f][2].category=this.category),cvox.ChromeVox.tts.speak.apply(cvox.ChromeVox.tts,e[f])};cvox.NavDescription.prototype.equals=function(a){return this.context==a.context&&this.text==a.text&&this.userValue==a.userValue&&this.annotation==a.annotation};cvox.NavMathDescription=function(a){cvox.NavDescription.call(this,a);var b=this.personality?this.personality:{},c={};c.domain=a.domain?a.domain:"";c.style=a.style?a.style:"";b.math=c;this.personality=b};goog.inherits(cvox.NavMathDescription,cvox.NavDescription);cvox.SemanticUtil=function(){};cvox.SemanticUtil.objectsToKeys=function(a){a=Array.prototype.slice.call(arguments,0);var b=[];return b.concat.apply(b,a.map(Object.keys))};cvox.SemanticUtil.objectsToValues=function(a){a=Array.prototype.slice.call(arguments,0);var b=[],c=function(a){for(var c in a)b.push(a[c])};a.forEach(c);return b};
1283 cvox.SpeechRuleEngine.prototype.addRelativePersonality_=function(a,b){if(!a.personality)return a.personality=b,a;var c=a.personality,
[all...]
H A DchromeVoxChromePageScript.js830 cvox.CursorSelection.prototype.normalize=function(){if(0==this.absEnd().index&&this.absEnd().node){var a=this.absEnd().node,b=document.createRange();b.selectNodeContents(a);this.absEnd().index=b.endOffset}return this};cvox.CursorSelection.prototype.collapse=function(){if(this.start.equals(this.end))return this;this.end.copyFrom(this.start);if(0==this.start.text.length)return this;this.isReversed()?0<this.end.index&&this.end.index--:this.end.index<this.end.text.length&&this.end.index++;return this};cvox.NavDescription=function(a){this.context=a.context?a.context:"";this.text=a.text?a.text:"";this.userValue=a.userValue?a.userValue:"";this.annotation=a.annotation?a.annotation:"";this.earcons=a.earcons?a.earcons:[];this.personality=a.personality;this.hint=a.hint?a.hint:"";this.category=a.category?a.category:null};cvox.NavDescription.prototype.isEmpty=function(){return 0==this.context.length&&0==this.earcons.length&&0==this.text.length&&0==this.userValue.length&&0==this.annotation.length};
832 cvox.NavDescription.prototype.speak=function(a,b,c){function d(){var a={},b=cvox.AbstractTts.PERSONALITY_ANNOTATION,c;for(c in b)a[c]=b[c];return a}var e=[];this.context&&(e.push([this.context,a,d()]),a=1);e.push([this.text,a,this.personality?this.personality:{}]);a=1;this.userValue&&e.push([this.userValue,a,{}]);this.annotation&&e.push([this.annotation,a,d()]);this.hint&&e.push([this.hint,a,d()]);a=e.length;for(var f=0;f<a;f++)0==f&&b&&(e[f][2].startCallback=b),f==a-1&&c&&(e[f][2].endCallback=c),
833 this.category&&(e[f][2].category=this.category),cvox.ChromeVox.tts.speak.apply(cvox.ChromeVox.tts,e[f])};cvox.NavDescription.prototype.equals=function(a){return this.context==a.context&&this.text==a.text&&this.userValue==a.userValue&&this.annotation==a.annotation};cvox.NavMathDescription=function(a){cvox.NavDescription.call(this,a);var b=this.personality?this.personality:{},c={};c.domain=a.domain?a.domain:"";c.style=a.style?a.style:"";b.math=c;this.personality=b};goog.inherits(cvox.NavMathDescription,cvox.NavDescription);cvox.SemanticUtil=function(){};cvox.SemanticUtil.objectsToKeys=function(a){a=Array.prototype.slice.call(arguments,0);var b=[];return b.concat.apply(b,a.map(Object.keys))};cvox.SemanticUtil.objectsToValues=function(a){a=Array.prototype.slice.call(arguments,0);var b=[],c=function(a){for(var c in a)b.push(a[c])};a.forEach(c);return b};
987 cvox.SpeechRuleEngine.prototype.addRelativePersonality_=function(a,b){if(!a.personality)return a.personality=b,a;var c=a.personality,
[all...]
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.stderr.exp1571 Syscall param personality(persona) contains uninitialised byte(s)

Completed in 554 milliseconds

123