/external/lzma/C/ |
Ppmd7Dec.c | 141 CPpmd_See *see;
local 164 see = Ppmd7_MakeEscFreq(p, numMasked, &freqSum);
175 Ppmd_See_Update(see);
184 see->Summ = (UInt16)(see->Summ + freqSum);
|
Ppmd7Enc.c | 140 CPpmd_See *see;
local 153 see = Ppmd7_MakeEscFreq(p, numMasked, &escFreq);
171 Ppmd_See_Update(see);
183 see->Summ = (UInt16)(see->Summ + sum + escFreq);
|
Ppmd7.c | 326 CPpmd_See *s = &p->See[i][k];
636 CPpmd_See *see;
local 640 see = p->See[p->NS2Indx[nonMasked - 1]] +
646 unsigned r = (see->Summ >> see->Shift);
647 see->Summ = (UInt16)(see->Summ - r);
653 see = &p->DummySee;
656 return see;
[all...] |
/external/doclava/src/com/google/doclava/ |
Proofread.java | 13 * See the License for the specific language governing permissions and 92 } else if ("@see".equals(k)) { 93 SeeTagInfo see = (SeeTagInfo) t; local 94 String label = see.label(); 98 writeIndented("{" + see.name() + " ... " + label + "}");
|
/development/tools/elftree/ |
elftree.c | 73 static void see(struct tree_state *t, char *name) function 222 see(t, name);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
ttk.py | 924 # The only, and good, difference I see is about mnemonics, which works 1382 def see(self, item): member in class:Treeview [all...] |
Tix.py | 7 # For Tix, see http://tix.sourceforge.net 150 bitmap directories (see the tix_addbitmapdir command above). By 161 in one of the bitmap directories (see the addbitmapdir command 237 See Tix documentation for complete details""" 1050 def see(self, entry): member in class:HList 1510 def see(self, index): member in class:TList [all...] |
Tkinter.py | 161 send_event - see X/Windows documentation 514 """Return previous widget in the focus order. See tk_focusNext for details.""" 2593 def see(self, index): member in class:Listbox 3097 def see(self, index): member in class:Text [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
ttk.py | 924 # The only, and good, difference I see is about mnemonics, which works 1382 def see(self, item): member in class:Treeview [all...] |
Tix.py | 7 # For Tix, see http://tix.sourceforge.net 150 bitmap directories (see the tix_addbitmapdir command above). By 161 in one of the bitmap directories (see the addbitmapdir command 237 See Tix documentation for complete details""" 1050 def see(self, entry): member in class:HList 1510 def see(self, index): member in class:TList [all...] |
Tkinter.py | 161 send_event - see X/Windows documentation 514 """Return previous widget in the focus order. See tk_focusNext for details.""" 2593 def see(self, index): member in class:Listbox 3097 def see(self, index): member in class:Text [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.help.base_3.5.2.v201011171123.jar | |
org.eclipse.help_3.5.0.v20100524.jar | |