Home
last modified time | relevance | path

Searched refs:UI (Results 1 – 25 of 155) sorted by relevance

1234567

/external/libvncserver/webclients/novnc/include/
Dui.js13 var UI = { variable
29 UI.addOption($D('noVNC_stylesheet'),sheets[i].title, sheets[i].title);
35 UI.addOption($D('noVNC_logging'),llevels[i], llevels[i]);
39 UI.initSetting('logging', 'warn');
40 WebUtil.init_logging(UI.getSetting('logging'));
42 UI.initSetting('stylesheet', 'default');
45 WebUtil.selectStylesheet(UI.getSetting('stylesheet'));
48 UI.initSetting('host', window.location.hostname);
49 UI.initSetting('port', window.location.port);
50 UI.initSetting('password', '');
[all …]
/external/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp45 static uint64_t getOffsetOfLSDA(const UnwindInfo& UI) { in getOffsetOfLSDA() argument
46 return static_cast<const char*>(UI.getLanguageSpecificData()) in getOffsetOfLSDA()
47 - reinterpret_cast<const char*>(&UI); in getOffsetOfLSDA()
175 void Dumper::printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC) { in printUnwindCode() argument
197 if (UI.getFrameRegister() == 0) in printUnwindCode()
200 OS << " reg=" << getUnwindRegisterName(UI.getFrameRegister()) in printUnwindCode()
201 << format(", offset=0x%X", UI.getFrameOffset() * 16); in printUnwindCode()
233 off_t Offset, const UnwindInfo &UI) { in printUnwindInfo() argument
235 SW.printNumber("Version", UI.getVersion()); in printUnwindInfo()
236 SW.printFlags("Flags", UI.getFlags(), makeArrayRef(UnwindFlags)); in printUnwindInfo()
[all …]
DWin64EHDumper.h48 void printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC);
50 off_t Offset, const UnwindInfo &UI);
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp407 static void printWin64EHUnwindInfo(const Win64EH::UnwindInfo *UI) { in printWin64EHUnwindInfo() argument
411 outs() << " Version: " << static_cast<int>(UI->getVersion()) << "\n"; in printWin64EHUnwindInfo()
412 outs() << " Flags: " << static_cast<int>(UI->getFlags()); in printWin64EHUnwindInfo()
413 if (UI->getFlags()) { in printWin64EHUnwindInfo()
414 if (UI->getFlags() & UNW_ExceptionHandler) in printWin64EHUnwindInfo()
416 if (UI->getFlags() & UNW_TerminateHandler) in printWin64EHUnwindInfo()
418 if (UI->getFlags() & UNW_ChainInfo) in printWin64EHUnwindInfo()
422 outs() << " Size of prolog: " << static_cast<int>(UI->PrologSize) << "\n"; in printWin64EHUnwindInfo()
423 outs() << " Number of Codes: " << static_cast<int>(UI->NumCodes) << "\n"; in printWin64EHUnwindInfo()
425 if (UI->getFrameRegister()) { in printWin64EHUnwindInfo()
[all …]
/external/llvm/lib/Target/Hexagon/
DHexagonRemoveSZExtArgs.cpp64 for (auto UI = Arg->user_begin(); UI != Arg->user_end();) { in runOnFunction() local
65 if (isa<SExtInst>(*UI)) { in runOnFunction()
66 Instruction* I = cast<Instruction>(*UI); in runOnFunction()
70 ++UI; in runOnFunction()
76 ++UI; in runOnFunction()
/external/lzma/CPP/7zip/Bundles/Alone7z/
DAlone.dsp147 SOURCE=..\..\UI\Console\ArError.h
151 SOURCE=..\..\UI\Console\BenchCon.cpp
155 SOURCE=..\..\UI\Console\BenchCon.h
159 SOURCE=..\..\UI\Console\CompressionMode.h
163 SOURCE=..\..\UI\Console\ConsoleClose.cpp
167 SOURCE=..\..\UI\Console\ConsoleClose.h
171 SOURCE=..\..\UI\Console\ExtractCallbackConsole.cpp
175 SOURCE=..\..\UI\Console\ExtractCallbackConsole.h
179 SOURCE=..\..\UI\Console\List.cpp
183 SOURCE=..\..\UI\Console\List.h
[all …]
/external/llvm/include/llvm/TableGen/
DRecord.h105 virtual Init *convertValue( UnsetInit *UI) { return nullptr; } in convertValue() argument
111 virtual Init *convertValue( UnOpInit *UI) { in convertValue() argument
112 return convertValue((TypedInit*)UI); in convertValue()
114 virtual Init *convertValue( BinOpInit *UI) { in convertValue() argument
115 return convertValue((TypedInit*)UI); in convertValue()
117 virtual Init *convertValue( TernOpInit *UI) { in convertValue() argument
118 return convertValue((TypedInit*)UI); in convertValue()
153 Init *convertValue( UnsetInit *UI) override { return (Init*)UI; } in convertValue() argument
162 Init *convertValue( UnOpInit *UI) override { return RecTy::convertValue(UI);} in convertValue() argument
163 Init *convertValue( BinOpInit *UI) override { return RecTy::convertValue(UI);} in convertValue() argument
[all …]
/external/mesa3d/src/mesa/vbo/
Dvbo_attrib_tmp.h80 #define ATTRUI10_1( A, UI ) ATTR( A, 1, GL_FLOAT, (UI) & 0x3ff, 0, 0, 1 ) argument
81 #define ATTRUI10_2( A, UI ) ATTR( A, 2, GL_FLOAT, (UI) & 0x3ff, ((UI) >> 10) & 0x3ff, 0, 1 ) argument
82 #define ATTRUI10_3( A, UI ) ATTR( A, 3, GL_FLOAT, (UI) & 0x3ff, ((UI) >> 10) & 0x3ff, ((UI) >> 20) … argument
83 #define ATTRUI10_4( A, UI ) ATTR( A, 4, GL_FLOAT, (UI) & 0x3ff, ((UI) >> 10) & 0x3ff, ((UI) >> 20) … argument
85 #define ATTRUI10N_1( A, UI ) ATTR( A, 1, GL_FLOAT, conv_ui10_to_norm_float((UI) & 0x3ff), 0, 0, 1 ) argument
86 #define ATTRUI10N_2( A, UI ) ATTR( A, 2, GL_FLOAT, \ argument
87 conv_ui10_to_norm_float((UI) & 0x3ff), \
88 conv_ui10_to_norm_float(((UI) >> 10) & 0x3ff), 0, 1 )
89 #define ATTRUI10N_3( A, UI ) ATTR( A, 3, GL_FLOAT, \ argument
90 conv_ui10_to_norm_float((UI) & 0x3ff), \
[all …]
/external/llvm/tools/opt/
DAnalysisWrappers.cpp41 Instruction *UI = dyn_cast<Instruction>(U); in runOnModule() local
42 if (!UI) continue; in runOnModule()
44 CallSite CS(cast<Value>(UI)); in runOnModule()
55 errs() << *UI; in runOnModule()
/external/llvm/lib/Analysis/
DIVUsers.cpp278 for (ilist<IVStrideUse>::const_iterator UI = IVUses.begin(), in print() local
279 E = IVUses.end(); UI != E; ++UI) { in print()
281 UI->getOperandValToReplace()->printAsOperand(OS, false); in print()
282 OS << " = " << *getReplacementExpr(*UI); in print()
284 I = UI->PostIncLoops.begin(), in print()
285 E = UI->PostIncLoops.end(); I != E; ++I) { in print()
291 if (UI->getUser()) in print()
292 UI->getUser()->print(OS); in print()
/external/llvm/lib/IR/
DValue.cpp97 const_use_iterator UI = use_begin(), E = use_end(); in hasNUses() local
99 for (; N; --N, ++UI) in hasNUses()
100 if (UI == E) return false; // Too few. in hasNUses()
101 return UI == E; in hasNUses()
105 const_use_iterator UI = use_begin(), E = use_end(); in hasNUsesOrMore() local
107 for (; N; --N, ++UI) in hasNUsesOrMore()
108 if (UI == E) return false; // Too few. in hasNUsesOrMore()
121 const_user_iterator UI = user_begin(), UE = user_end(); in isUsedInBasicBlock() local
122 for (; BI != BE && UI != UE; ++BI, ++UI) { in isUsedInBasicBlock()
127 const Instruction *User = dyn_cast<Instruction>(*UI); in isUsedInBasicBlock()
[all …]
/external/lzma/CPP/7zip/Bundles/LzmaCon/
Dmakefile.gcc62 Bench.o: ../../UI/Common/Bench.cpp
63 $(CXX) $(CFLAGS) ../../UI/Common/Bench.cpp
65 BenchCon.o: ../../UI/Console/BenchCon.cpp
66 $(CXX) $(CFLAGS) ../../UI/Console/BenchCon.cpp
68 ConsoleClose.o: ../../UI/Console/ConsoleClose.cpp
69 $(CXX) $(CFLAGS) ../../UI/Console/ConsoleClose.cpp
DLzmaCon.dsp290 # Begin Group "UI Common"
295 SOURCE=..\..\UI\Common\Bench.cpp
299 SOURCE=..\..\UI\Common\Bench.h
303 SOURCE=..\..\UI\Common\LoadCodecs.cpp
307 SOURCE=..\..\UI\Common\LoadCodecs.h
315 SOURCE=..\..\UI\Console\BenchCon.cpp
319 SOURCE=..\..\UI\Console\BenchCon.h
323 SOURCE=..\..\UI\Console\ConsoleClose.cpp
327 SOURCE=..\..\UI\Console\ConsoleClose.h
/external/llvm/lib/Transforms/IPO/
DPartialInlining.cpp134 for (std::vector<User*>::iterator UI = Users.begin(), UE = Users.end(); in unswitchFunction() local
135 UI != UE; ++UI) in unswitchFunction()
136 if (CallInst *CI = dyn_cast<CallInst>(*UI)) in unswitchFunction()
138 else if (InvokeInst *II = dyn_cast<InvokeInst>(*UI)) in unswitchFunction()
DGlobalOpt.cpp201 for (Value::user_iterator UI = GV->user_begin(), E = GV->user_end(); in CleanupPointerRootUsers() local
202 UI != E;) { in CleanupPointerRootUsers()
203 User *U = *UI++; in CleanupPointerRootUsers()
679 for (auto UI = V->user_begin(), E = V->user_end(); UI != E; ) { in OptimizeAwayTrappingUsesOfValue() local
680 Instruction *I = cast<Instruction>(*UI++); in OptimizeAwayTrappingUsesOfValue()
705 UI = V->user_begin(); in OptimizeAwayTrappingUsesOfValue()
810 for (Value::user_iterator UI = V->user_begin(), E = V->user_end(); UI != E; ) in ConstantPropUsersOf() local
811 if (Instruction *I = dyn_cast<Instruction>(*UI++)) in ConstantPropUsersOf()
817 while (UI != E && *UI == I) in ConstantPropUsersOf()
818 ++UI; in ConstantPropUsersOf()
[all …]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DAlphabeticIndexTest.java366 StringBuilder UI = new StringBuilder(); in checkBuckets() local
383 UI.setLength(0); in checkBuckets()
384 UI.append(desiredLocale + "\t"); in checkBuckets()
390 showLabelAtTop(UI, bucket.getLabel()); in checkBuckets()
393 logln(UI.toString()); in checkBuckets()
425 showLabelInList(UI, bucket.getLabel()); in checkBuckets()
427 showIndexedItem(UI, item.getName(), item.getData()); in checkBuckets()
429 logln(UI.toString()); in checkBuckets()
447 StringBuilder UI = new StringBuilder(); in showIndex() local
450 showLabelInList(UI, bucket.getLabel()); in showIndex()
[all …]
/external/llvm/lib/Target/NVPTX/
DNVPTXImageOptimizer.cpp150 for (CallInst::use_iterator UI = From->use_begin(), UE = From->use_end(); in replaceWith() local
151 UI != UE; ++UI) { in replaceWith()
152 if (BranchInst *BI = dyn_cast<BranchInst>(*UI)) { in replaceWith()
/external/llvm/include/llvm/IR/
DValue.h146 use_iterator_impl<Use> UI; variable
147 explicit user_iterator_impl(Use *U) : UI(U) {} in user_iterator_impl()
153 bool operator==(const user_iterator_impl &x) const { return UI == x.UI; }
160 ++UI;
171 return UI->getUser();
177 return user_iterator_impl<const UserTy>(*UI);
180 Use &getUse() const { return *UI; } in getUse()
/external/llvm/lib/Transforms/Scalar/
DLICM.cpp507 Instruction *UI = cast<Instruction>(U); in isNotUsedInLoop() local
508 if (PHINode *PN = dyn_cast<PHINode>(UI)) { in isNotUsedInLoop()
530 if (CurLoop->contains(UI)) in isNotUsedInLoop()
836 Instruction *UI = dyn_cast<Instruction>(U); in promoteLoopAccessesToScalars() local
837 if (!UI || !CurLoop->contains(UI)) in promoteLoopAccessesToScalars()
842 if (LoadInst *load = dyn_cast<LoadInst>(UI)) { in promoteLoopAccessesToScalars()
846 } else if (StoreInst *store = dyn_cast<StoreInst>(UI)) { in promoteLoopAccessesToScalars()
849 if (UI->getOperand(1) != ASIV) in promoteLoopAccessesToScalars()
872 if (isGuaranteedToExecute(*UI, DT, CurLoop, SafetyInfo)) { in promoteLoopAccessesToScalars()
878 GuaranteedToExecute = isGuaranteedToExecute(*UI, DT, in promoteLoopAccessesToScalars()
[all …]
DReg2Mem.cpp52 const Instruction *UI = cast<Instruction>(U); in valueEscapes() local
53 if (UI->getParent() != BB || isa<PHINode>(UI)) in valueEscapes()
DLoopUnswitch.cpp988 Instruction *UI = dyn_cast<Instruction>(U); in RewriteLoopBodyWithConditionConstant() local
989 if (!UI || !L->contains(UI)) in RewriteLoopBodyWithConditionConstant()
991 Worklist.push_back(UI); in RewriteLoopBodyWithConditionConstant()
994 for (std::vector<Instruction*>::iterator UI = Worklist.begin(), in RewriteLoopBodyWithConditionConstant() local
995 UE = Worklist.end(); UI != UE; ++UI) in RewriteLoopBodyWithConditionConstant()
996 (*UI)->replaceUsesOfWith(LIC, Replacement); in RewriteLoopBodyWithConditionConstant()
1006 Instruction *UI = dyn_cast<Instruction>(U); in RewriteLoopBodyWithConditionConstant() local
1007 if (!UI || !L->contains(UI)) in RewriteLoopBodyWithConditionConstant()
1010 Worklist.push_back(UI); in RewriteLoopBodyWithConditionConstant()
1016 SwitchInst *SI = dyn_cast<SwitchInst>(UI); in RewriteLoopBodyWithConditionConstant()
/external/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp135 for (auto UI = AI->user_begin(), E = AI->user_end(); UI != E;) { in AnalyzeAlloca() local
136 Instruction *User = cast<Instruction>(*UI++); in AnalyzeAlloca()
324 for (auto UI = AI->user_begin(), UE = AI->user_end(); UI != UE;) { in removeLifetimeIntrinsicUsers() local
325 Instruction *I = cast<Instruction>(*UI); in removeLifetimeIntrinsicUsers()
326 ++UI; in removeLifetimeIntrinsicUsers()
364 for (auto UI = AI->user_begin(), E = AI->user_end(); UI != E;) { in rewriteSingleStoreAlloca() local
365 Instruction *UserInst = cast<Instruction>(*UI++); in rewriteSingleStoreAlloca()
472 for (auto UI = AI->user_begin(), E = AI->user_end(); UI != E;) { in promoteSingleBlockAlloca() local
473 LoadInst *LI = dyn_cast<LoadInst>(*UI++); in promoteSingleBlockAlloca()
/external/llvm/lib/Target/PowerPC/
DPPCVSXFMAMutate.cpp238 for (auto UI = MRI.reg_nodbg_begin(OldFMAReg), UE = MRI.reg_nodbg_end(); in processBlock() local
239 UI != UE;) { in processBlock()
240 MachineOperand &UseMO = *UI; in processBlock()
242 ++UI; in processBlock()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp90 for (SDNode::use_iterator UI = I->use_begin(), UE = I->use_end(); in PerformExpensiveChecks() local
91 UI != UE; ++UI) in PerformExpensiveChecks()
92 if (UI.getUse().getResNo() == i) in PerformExpensiveChecks()
93 assert(UI->getNodeId() == NewNode && in PerformExpensiveChecks()
172 for (SDNode::use_iterator UI = N->use_begin(), UE = N->use_end(); in PerformExpensiveChecks() local
173 UI != UE; ++UI) in PerformExpensiveChecks()
174 assert(UI->getNodeId() == NewNode && "NewNode used by non-NewNode!"); in PerformExpensiveChecks()
361 for (SDNode::use_iterator UI = N->use_begin(), E = N->use_end(); in run() local
362 UI != E; ++UI) { in run()
363 SDNode *User = *UI; in run()
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp557 for (Value::use_iterator UI = Arg->use_begin(), UE = Arg->use_end(); in runOnFunction() local
558 UI != UE; ) { in runOnFunction()
560 Use &U = *UI++; in runOnFunction()
586 if (UI != UE && in runOnFunction()
588 PHINode::getOperandNumForIncomingValue(i)) == &*UI) in runOnFunction()
589 ++UI; in runOnFunction()

1234567