Searched refs:anchor (Results 51 - 75 of 689) sorted by relevance

1234567891011>>

/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DMarkArrays.cpp17 LEPoint &anchor) const
29 anchorTable->getAnchor(glyphID, fontInstance, anchor);
H A DMarkArrays.h33 LEPoint &anchor) const;
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DMachineModuleInfoImpls.cpp24 void MachineModuleInfoMachO::anchor() {} function in class:MachineModuleInfoMachO
25 void MachineModuleInfoELF::anchor() {} function in class:MachineModuleInfoELF
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCAsmInfo.cpp17 void PPCMCAsmInfoDarwin::anchor() { } function in class:PPCMCAsmInfoDarwin
35 void PPCLinuxMCAsmInfo::anchor() { } function in class:PPCLinuxMCAsmInfo
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/TableGen/
H A DTableGenAction.h24 virtual void anchor();
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/CellSPU/MCTargetDesc/
H A DSPUMCAsmInfo.cpp17 void SPULinuxMCAsmInfo::anchor() { } function in class:SPULinuxMCAsmInfo
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/CellSPU/
H A DSPUMachineFunction.h24 virtual void anchor();
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/MSP430/MCTargetDesc/
H A DMSP430MCAsmInfo.h24 virtual void anchor();
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/MSP430/
H A DMSP430Subtarget.cpp24 void MSP430Subtarget::anchor() { } function in class:MSP430Subtarget
H A DMSP430Subtarget.h27 virtual void anchor();
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/MCTargetDesc/
H A DMipsMCAsmInfo.h24 virtual void anchor();
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCAsmInfo.h24 virtual void anchor();
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCAsmInfo.cpp19 void SparcELFMCAsmInfo::anchor() { } function in class:SparcELFMCAsmInfo
H A DSparcMCAsmInfo.h24 virtual void anchor();
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/XCore/MCTargetDesc/
H A DXCoreMCAsmInfo.h24 virtual void anchor();
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/XCore/
H A DXCoreSubtarget.h28 virtual void anchor();
/macosx-10.10.1/ruby-106/ruby/ext/psych/lib/psych/
H A Dtree_builder.rb32 def start_#{node.downcase}(anchor, tag, implicit, style)
33 n = Nodes::#{node}.new(anchor, tag, implicit, style)
74 def scalar value, anchor, tag, plain, quoted, style
75 s = Nodes::Scalar.new(value,anchor,tag,plain,quoted,style)
80 def alias anchor
81 @last.children << Nodes::Alias.new(anchor)
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/tcllib/
H A Ddatefield.rb22 Tk.grid(TkLabel.new(:text=>'Enter a date:', :anchor=>:e), df, :sticky=>:ew)
23 Tk.grid(TkLabel.new(:text=>'That date ia a:', :anchor=>:e),
/macosx-10.10.1/ruby-106/ruby/ext/psych/
H A Dpsych_emitter.c210 /* call-seq: emitter.scalar(value, anchor, tag, plain, quoted, style)
212 * Emit a scalar with +value+, +anchor+, +tag+, and a +plain+ or +quoted+
220 VALUE anchor,
240 if(!NIL_P(anchor)) {
241 Check_Type(anchor, T_STRING);
242 anchor = rb_str_export_to_enc(anchor, encoding);
253 (yaml_char_t *)(NIL_P(anchor) ? NULL : StringValuePtr(anchor)),
267 /* call-seq: emitter.start_sequence(anchor, ta
217 scalar( VALUE self, VALUE value, VALUE anchor, VALUE tag, VALUE plain, VALUE quoted, VALUE style ) argument
274 start_sequence( VALUE self, VALUE anchor, VALUE tag, VALUE implicit, VALUE style ) argument
339 start_mapping( VALUE self, VALUE anchor, VALUE tag, VALUE implicit, VALUE style ) argument
405 alias(VALUE self, VALUE anchor) argument
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DLLVMContextImpl.cpp122 void UnaryConstantExpr::anchor() { } function in class:UnaryConstantExpr
124 void BinaryConstantExpr::anchor() { } function in class:BinaryConstantExpr
126 void SelectConstantExpr::anchor() { } function in class:SelectConstantExpr
128 void ExtractElementConstantExpr::anchor() { } function in class:ExtractElementConstantExpr
130 void InsertElementConstantExpr::anchor() { } function in class:InsertElementConstantExpr
132 void ShuffleVectorConstantExpr::anchor() { } function in class:ShuffleVectorConstantExpr
134 void ExtractValueConstantExpr::anchor() { } function in class:ExtractValueConstantExpr
136 void InsertValueConstantExpr::anchor() { } function in class:InsertValueConstantExpr
138 void GetElementPtrConstantExpr::anchor() { } function in class:GetElementPtrConstantExpr
140 void CompareConstantExpr::anchor() { } function in class:CompareConstantExpr
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/demo/
H A Dtmpldlg.tcl52 set tmpl(anchor) c
55 -anchor w -relief sunken -borderwidth 1]
66 pack $subf.rad1 $subf.rad2 $subf.rad3 $subf.rad4 -anchor w -padx 5
68 set labf2 [LabelFrame $parent.labf2 -text "Button anchor" -side top \
69 -anchor w -relief sunken -borderwidth 1]
72 -variable DemoDlg::tmpl(anchor) -value n
74 -variable DemoDlg::tmpl(anchor) -value w
76 -variable DemoDlg::tmpl(anchor) -value e
78 -variable DemoDlg::tmpl(anchor) -value s
80 -variable DemoDlg::tmpl(anchor)
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/hx509/
H A Dtest_chain.in55 anchor:FILE:$srcdir/data/ca.crt > /dev/null || exit 1
61 anchor:FILE:$srcdir/data/ca.crt > /dev/null || exit 1
66 anchor:FILE:$srcdir/data/ca.crt > /dev/null || exit 1
72 anchor:FILE:$srcdir/data/ca.crt > /dev/null && exit 1
79 anchor:FILE:$srcdir/data/ca.crt > /dev/null || exit 1
84 anchor:FILE:$srcdir/data/sub-ca.crt > /dev/null || exit 1
91 anchor:FILE:$srcdir/data/ca.crt > /dev/null || exit 1
98 anchor:FILE:$srcdir/data/ca.crt > /dev/null || exit 1
104 anchor:FILE:$srcdir/data/ca.crt > /dev/null || exit 1
111 anchor
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tktable/tktable/demos/
H A Dmaxsize.tcl66 foreach anchor {n s e w nw ne sw se c} {
67 $table(table) tag config $anchor -anchor $anchor
68 $table(table) tag row $anchor [incr i]
69 $table(table) set $i,$first $anchor
/macosx-10.10.1/less-25/less/
H A Difile.c49 static struct ifile anchor = { &anchor, &anchor, NULL, NULL, 0, 0, '\0', variable in typeref:struct:ifile
58 for (; p != &anchor; p = p->h_next)
74 prev = &anchor;
160 p = (h == NULL_IFILE) ? &anchor : int_ifile(h);
161 if (p->h_next == &anchor)
175 p = (h == NULL_IFILE) ? &anchor : int_ifile(h);
176 if (p->h_prev == &anchor)
215 for (p = anchor
[all...]
/macosx-10.10.1/cups-408/cups/cgi-bin/
H A Dhelp-index.h48 char *anchor; /* Anchor name (NULL if none) */ member in struct:help_node_s
49 char *text; /* Text in anchor */
71 const char *anchor);

Completed in 246 milliseconds

1234567891011>>