/external/clang/unittests/Format/ |
D | FormatTest.cpp | 8387 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/ |
D | rstest.c | 22 } 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/ |
D | cmslut.c | 500 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 …]
|
D | cmsgamma.c | 1061 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 …]
|
D | cmsvirt.c | 1019 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()
|
D | cmscgats.c | 146 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/ |
D | Ordered and unordered lists.text | 100 * Tab 101 * Tab 102 * Tab
|
/external/markdown/tests/markdown-test/ |
D | ordered-and-unordered-list.txt | 100 * Tab 101 * Tab 102 * Tab
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Ordered and unordered lists.text | 100 * Tab 101 * Tab 102 * Tab
|
/external/python/cpython2/Doc/tutorial/ |
D | interactive.rst | 85 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/ |
D | mtp-detect-samsung-gt-i9300.txt | 22 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/ |
D | interactive.rst | 16 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/ |
D | control.67_percent_random | 2 PURPOSE = "Tab discarding functional tests."
|
D | control.33_percent_random | 2 PURPOSE = "Tab discarding functional tests."
|
D | control.form | 2 PURPOSE = "Tab discarding functional tests with forms."
|
/external/pdfium/third_party/lcms/ |
D | 0010-memory-leak-Type_Curve_Read.patch | 26 Data ->Tab.T[i] = FROM_8_TO_16(v);
|
/external/libxkbcommon/xkbcommon/test/data/symbols/ |
D | de | 324 // 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 ] };
|
D | pc | 19 key <TAB> { [ Tab, ISO_Left_Tab ] };
|
/external/python/cpython3/Lib/idlelib/ |
D | config-keys.def | 49 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/ |
D | shi_Latn.txt | 35 pt{"Tabṛṭqizt"}
|
/external/python/cpython2/Lib/idlelib/ |
D | config-keys.def | 49 smart-indent=<Key-Tab> 100 smart-indent=<Key-Tab> 151 smart-indent=<Key-Tab> 190 smart-indent = <Key-Tab>
|
D | help.txt | 180 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/ |
D | bootstrap.js | 1439 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/ |
D | control | 25 Tab cast is achieved through desktopui_SonicExtension, which is a client
|
/external/python/cpython2/Doc/library/ |
D | rlcompleter.rst | 33 automatic :kbd:`Tab` completion::
|