HomeSort by relevance Sort by last modified time
    Searched refs:Ui (Results 1 - 25 of 29) sorted by null

1 2

  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
scanresults.h 17 class ScanResults : public QDialog, public Ui::ScanResults
userdatarequest.h 17 class UserDataRequest : public QDialog, public Ui::UserDataRequest
eventhistory.h 37 class EventHistory : public QDialog, public Ui::EventHistory
networkconfig.h 17 class NetworkConfig : public QDialog, public Ui::NetworkConfig
peers.h 19 class Peers : public QDialog, public Ui::Peers
wpagui.h 34 class WpaGui : public QMainWindow, public Ui::WpaGui
  /external/tensorflow/tensorflow/contrib/specs/python/
params_ops.py 28 --params "n=Li(5,500); d=Ui(1,5)" --spec "(Cr(n) | Mp([2, 2])) ** d | Fm"
66 def Ui(lo, hi):
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/
InfBinarySectionTest.py 177 #-------------start of UI type binary item test input-------------------------#
180 # Test only one UI section can exist
184 UI | Test/Test.ui | * | TRUE
185 UI | Test/Test2.ui | * | TRUE
190 UI | Test/Test.ui | * | TRUE
191 SEC_UI | Test/Test2.ui | * | TRUE
196 UI | Test/Test.ui | * | TRUE
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/
UiApp.inf 33 Ui.h
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
UiSection.py 2 # process UI section generation
26 ## generate UI section
40 # Generate UI section
60 OutputFile = os.path.join(OutputPath, ModuleName + 'SEC' + SecNum + Ffs.SectionSuffix.get('UI'))
74 GenFdsGlobalVariable.GenerateSection(OutputFile, None, 'EFI_SECTION_USER_INTERFACE', Ui=NameString)
EfiSection.py 122 #Ui=StringData,
138 #Ui=VerString,
160 #Ui=VerString,
165 # If Section Type is 'UI'
167 elif SectionType == 'UI':
170 if FfsInf.Ui != None:
171 StringData = FfsInf.Ui
178 Ui=StringData)
190 Ui=UiString)
202 EdkLogger.error("GenFds", GENFDS_ERROR, "File: %s miss UI Section value" %InfFileName)
    [all...]
GenFdsGlobalVariable.py 366 GuidHdrLen=None, GuidAttr=[], Ui=None, Ver=None, InputAlign=None, BuildNumber=None):
386 if Ui not in [None, '']:
387 #Cmd += ["-n", '"' + Ui + '"']
389 SectionData.fromstring(Ui.encode("utf_16_le"))
  /external/pdfium/xfa/fxfa/parser/
cxfa_ui.cpp 36 constexpr wchar_t kName[] = L"ui";
45 XFA_Element::Ui,
cxfa_draw.cpp 15 {XFA_Element::Ui, 1, 0}, {XFA_Element::Margin, 1, 0},
cxfa_field.cpp 15 {XFA_Element::Ui, 1, 0}, {XFA_Element::Margin, 1, 0},
xfa_utils.cpp 562 CXFA_Ui* pUIChild = pFieldNode->GetChild<CXFA_Ui>(0, XFA_Element::Ui, false);
  /external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h 108 inline int umfpack_get_numeric(int Lp[], int Lj[], double Lx[], int Up[], int Ui[], double Ux[],
111 return umfpack_di_get_numeric(Lp,Lj,Lx,Up,Ui,Ux,P,Q,Dx,do_recip,Rs,Numeric);
114 inline int umfpack_get_numeric(int Lp[], int Lj[], std::complex<double> Lx[], int Up[], int Ui[], std::complex<double> Ux[],
120 return umfpack_zi_get_numeric(Lp,Lj,Lx?&lx0_real:0,0,Up,Ui,Ux?&ux0_real:0,0,P,Q,
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
TypeHelper.java 206 //For each Ui (1 ? i ? k):
208 //Let ST(Ui) be the set of supertypes of Ui.
210 //Let EST(Ui), the set of erased supertypes of Ui, be:
212 //EST(Ui) = { |W| | W in ST(Ui) } where |W| is the erasure of W.
220 //Let EC, the erased candidate set for U1 ... Uk, be the intersection of all the sets EST(Ui) (1 ? i ? k).
232 //Relevant(G) = { V | 1 ? i ? k: V in ST(Ui) and V = G<...> }
362 // - If Ai is a upper-bounded wildcard ? extends Ui, then Ti = glb(Ui, Bi) (§5.1.10)
    [all...]
  /external/pdfium/xfa/fxfa/
cxfa_ffwidgethandler.cpp 368 CXFA_Ui* pUi = pField->GetFirstChildByClass<CXFA_Ui>(XFA_Element::Ui);
440 CreateCopyNode(eElement, CreateCopyNode(XFA_Element::Ui, pField));
459 CreateCopyNode(XFA_Element::Ui, pField));
472 CreateCopyNode(XFA_Element::Ui, pField));
cxfa_ffnotify.cpp 420 case XFA_Element::Ui:
fxfa_basic.h 619 Ui,
cxfa_widgetacc.cpp 411 pNode->JSObject()->GetOrCreateProperty<CXFA_Ui>(0, XFA_Element::Ui);
420 auto node = CXFA_Node::Create(pChild->GetDocument(), XFA_Element::Ui,
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/
PciEmulation.h 93 UINTN volatile Ui;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
FdfClass.py 130 self.Ui = None
258 ## UI section data in FDF
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
FvImage.py 800 ## Ui() class
802 # A class for Ui
804 class Ui(Image):
853 0x15 : Ui
    [all...]

Completed in 6037 milliseconds

1 2