Home
last modified time | relevance | path

Searched refs:Tab (Results 1 – 25 of 90) sorted by relevance

1234

/external/clang/unittests/Format/
DFormatTest.cpp8387 FormatStyle Tab = getLLVMStyleWithColumns(42); in TEST_F() local
8388 Tab.IndentWidth = 8; in TEST_F()
8389 Tab.UseTab = FormatStyle::UT_Always; in TEST_F()
8390 Tab.AlignEscapedNewlinesLeft = true; in TEST_F()
8398 Tab)); in TEST_F()
8403 Tab)); in TEST_F()
8411 Tab); in TEST_F()
8418 Tab); in TEST_F()
8420 Tab.TabWidth = 4; in TEST_F()
8421 Tab.IndentWidth = 8; in TEST_F()
[all …]
/external/fec/
Drstest.c22 } Tab[] = { variable
53 for(i=0;Tab[i].symsize != 0;i++){ in main()
56 nn = (1<<Tab[i].symsize) - 1; in main()
57 kk = nn - Tab[i].nroots; in main()
59 if(Tab[i].symsize <= 8) in main()
60 exercise_char(&Tab[i]); in main()
62 exercise_int(&Tab[i]); in main()
/external/pdfium/third_party/lcms/src/
Dcmslut.c500 if (Data ->Tab.T) { in CLUTElemDup()
503 …NewElem ->Tab.TFloat = (cmsFloat32Number*) _cmsDupMem(mpe ->ContextID, Data ->Tab.TFloat, Data ->n… in CLUTElemDup()
504 if (NewElem ->Tab.TFloat == NULL) in CLUTElemDup()
507 …NewElem ->Tab.T = (cmsUInt16Number*) _cmsDupMem(mpe ->ContextID, Data ->Tab.T, Data ->nEntries * s… in CLUTElemDup()
508 if (NewElem ->Tab.T == NULL) in CLUTElemDup()
517 NewElem ->Tab.T, in CLUTElemDup()
522 if (NewElem->Tab.T) in CLUTElemDup()
524 _cmsFree(mpe ->ContextID, NewElem -> Tab.T); in CLUTElemDup()
540 if (Data -> Tab.T) in CLutElemTypeFree()
541 _cmsFree(mpe ->ContextID, Data -> Tab.T); in CLutElemTypeFree()
[all …]
Dcmsgamma.c1061 cmsBool CMSEXPORT cmsSmoothToneCurve(cmsToneCurve* Tab, cmsFloat64Number lambda) in cmsSmoothToneCurve() argument
1066 if (Tab == NULL) return FALSE; in cmsSmoothToneCurve()
1068 if (cmsIsToneCurveLinear(Tab)) return TRUE; // Nothing to do in cmsSmoothToneCurve()
1070 nItems = Tab -> nEntries; in cmsSmoothToneCurve()
1073 …cmsSignalError(Tab ->InterpParams->ContextID, cmsERROR_RANGE, "cmsSmoothToneCurve: too many points… in cmsSmoothToneCurve()
1083 y[i+1] = (cmsFloat32Number) Tab -> Table16[i]; in cmsSmoothToneCurve()
1087 …if (!smooth2(Tab ->InterpParams->ContextID, w, y, z, (cmsFloat32Number) lambda, nItems)) return FA… in cmsSmoothToneCurve()
1096 …cmsSignalError(Tab ->InterpParams->ContextID, cmsERROR_RANGE, "cmsSmoothToneCurve: Non-Monotonic."… in cmsSmoothToneCurve()
1102 …cmsSignalError(Tab ->InterpParams->ContextID, cmsERROR_RANGE, "cmsSmoothToneCurve: Degenerated, mo… in cmsSmoothToneCurve()
1106 …cmsSignalError(Tab ->InterpParams->ContextID, cmsERROR_RANGE, "cmsSmoothToneCurve: Degenerated, mo… in cmsSmoothToneCurve()
[all …]
Dcmsvirt.c1019 cmsBool CheckOne(const cmsAllowedLUT* Tab, const cmsPipeline* Lut) in CheckOne() argument
1026 if (n > Tab ->nTypes) return FALSE; in CheckOne()
1027 if (cmsStageType(mpe) != Tab ->MpeTypes[n]) return FALSE; in CheckOne()
1030 return (n == Tab ->nTypes); in CheckOne()
1041 const cmsAllowedLUT* Tab = AllowedLUTTypes + n; in FindCombination() local
1043 if (IsV4 ^ Tab -> IsV4) continue; in FindCombination()
1044 if ((Tab ->RequiredTag != 0) && (Tab ->RequiredTag != DestinationTag)) continue; in FindCombination()
1046 if (CheckOne(Tab, Lut)) return Tab; in FindCombination()
Dcmscgats.c146 TABLE Tab[MAXTABLES]; member
1011 return it8 -> Tab; in GetTable()
1014 return it8 ->Tab + it8 ->nTable; in GetTable()
1247 t = it8 ->Tab + it8 ->TablesCount; in AllocTable()
2049 char* SheetTypePtr = it8 ->Tab[0].SheetType; in ParseIT8()
2139 TABLE* t = it8 ->Tab + j; in CookPointers()
2196 TABLE* Table = it8 ->Tab + k; in CookPointers()
2761 it8->Tab[it8->nTable].SampleID = pos; in cmsIT8SetIndexColumn()
/external/markdown/MarkdownTest/Tests_2004/
DOrdered and unordered lists.text100 * Tab
101 * Tab
102 * Tab
/external/markdown/tests/markdown-test/
Dordered-and-unordered-list.txt100 * Tab
101 * Tab
102 * Tab
/external/markdown/MarkdownTest/Tests_2007/
DOrdered and unordered lists.text100 * Tab
101 * Tab
102 * Tab
/external/python/cpython2/Doc/tutorial/
Dinteractive.rst85 Note that the default binding for :kbd:`Tab` in Python is to insert a :kbd:`Tab`
89 Tab: complete
92 continuation lines if you're accustomed to using :kbd:`Tab` for that purpose.)
105 This binds the :kbd:`Tab` key to the completion function, so hitting the
106 :kbd:`Tab` key twice suggests completions; it looks at Python statement names,
/external/libmtp/logs/
Dmtp-detect-samsung-gt-i9300.txt22 Product: GT-P7310/P7510/N7000/I9100/Galaxy Tab 7.7/10.1/S2/Nexus/Note
189 GT-P7310/P7510/N7000/I9100/Galaxy Tab 7.7/10.1/S2/Nexus/Note.
191 Samsung: GT-P7310/P7510/N7000/I9100/Galaxy Tab 7.7/10.1/S2/Nexus/Note
210 Product: GT-P7310/P7510/N7000/I9100/Galaxy Tab
/external/python/cpython3/Doc/tutorial/
Dinteractive.rst16 Tab Completion and History Editing
21 that the :kbd:`Tab` key invokes the completion function; it looks at
/external/autotest/client/site_tests/platform_LowMemoryTest/
Dcontrol.67_percent_random2 PURPOSE = "Tab discarding functional tests."
Dcontrol.33_percent_random2 PURPOSE = "Tab discarding functional tests."
Dcontrol.form2 PURPOSE = "Tab discarding functional tests with forms."
/external/pdfium/third_party/lcms/
D0010-memory-leak-Type_Curve_Read.patch26 Data ->Tab.T[i] = FROM_8_TO_16(v);
/external/libxkbcommon/xkbcommon/test/data/symbols/
Dde324 // Compose (not a level): Mod3 + Tab
327 // Mod4-Lock: Shift + Mod3 + Tab
343 // Tab as Multi_key (Compose)
345 …key <TAB> { [ Tab, ISO_Left_Tab, Multi_key, ISO_Leve…
360 …doublelowquotemark, singlelowquotemark, U27E8, Tab, …
407 … dollar, U03F5, Tab, Tab, …
430 …key <NMLK> { [ Tab, ISO_Left_Tab, equal, approxeq…
646 key <AD01> { [ q, Q, Tab, Tab ] };
Dpc19 key <TAB> { [ Tab, ISO_Left_Tab ] };
/external/python/cpython3/Lib/idlelib/
Dconfig-keys.def49 smart-indent=<Key-Tab>
108 smart-indent=<Key-Tab>
167 smart-indent = <Key-Tab>
226 smart-indent=<Key-Tab>
273 smart-indent = <Key-Tab>
/external/icu/icu4c/source/data/lang/
Dshi_Latn.txt35 pt{"Tabṛṭqizt"}
/external/python/cpython2/Lib/idlelib/
Dconfig-keys.def49 smart-indent=<Key-Tab>
100 smart-indent=<Key-Tab>
151 smart-indent=<Key-Tab>
190 smart-indent = <Key-Tab>
Dhelp.txt180 indentation, Backspace deletes up to 4 spaces if they are there. Tab
196 characters) you type a Tab the ACW will open immediately if a possible
200 Tab will supply that completion without opening the ACW.
209 entry most closely matching those characters. Entering a Tab will cause
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Dbootstrap.js1439 var Tab = function ( element ) { class
1443 Tab.prototype = { class
1445 constructor: Tab
1527 if (!data) $this.data('tab', (data = new Tab(this)))
1532 $.fn.tab.Constructor = Tab
/external/autotest/server/site_tests/sonic_AppTest/
Dcontrol25 Tab cast is achieved through desktopui_SonicExtension, which is a client
/external/python/cpython2/Doc/library/
Drlcompleter.rst33 automatic :kbd:`Tab` completion::

1234