Home
last modified time | relevance | path

Searched refs:above (Results 1 – 25 of 4914) sorted by relevance

12345678910>>...197

/third_party/boost/libs/graph/example/figs/
Dcc-internet.dot11 "core1-ord1-oc48.ord2.above.net"
21 "above-bbn-45Mbps.ord.above.net"
42 "shub-e27.gw.nd.edu" -- "core1-ord1-oc48.ord2.above.net"
43 "chicago1-nbr1.bbnplanet.net" -- "above-bbn-45Mbps.ord.above.net"
44 "above-bbn-45Mbps.ord.above.net" -- "engr-fe21.gw.nd.edu"
45 "above-bbn-45Mbps.ord.above.net" -- "core1-ord1-oc48.ord2.above.net"
46 "core1-ord1-oc48.ord2.above.net" -- "vabi1-gige-1-1.google.com"
/third_party/typescript/tests/baselines/reference/
DcommentsFormatting.symbols47 this is 4 spaces left aligned but above line is empty
49 this is 3 spaces left aligned but above line is empty
51 this is 2 spaces left aligned but above line is empty
53 this is 1 spaces left aligned but above line is empty
55 this is at same level as first line but above line is empty
57 this is 1 spaces right aligned but above line is empty
59 this is 2 spaces right aligned but above line is empty
61 this is 3 spaces right aligned but above line is empty
63 this is 4 spaces right aligned but above line is empty
70 above 3 lines are empty*/
DcommentsFormatting.types47 this is 4 spaces left aligned but above line is empty
49 this is 3 spaces left aligned but above line is empty
51 this is 2 spaces left aligned but above line is empty
53 this is 1 spaces left aligned but above line is empty
55 this is at same level as first line but above line is empty
57 this is 1 spaces right aligned but above line is empty
59 this is 2 spaces right aligned but above line is empty
61 this is 3 spaces right aligned but above line is empty
63 this is 4 spaces right aligned but above line is empty
70 above 3 lines are empty*/
/third_party/openGLES/extensions/ARB/
DARB_shading_language_420pack.txt192 "When tokenizing, the maximal token matching the above will be recognized
197 "When tokenizing, the maximal token matching the above will be recognized
490 or above:
557 "The presence of and type of interpolation is controlled by the above
760 Repeat the above test with vec2(0).length() replaced by ivec2(0).length().
762 Repeat the above test with vec2(0).length() replaced by uvec2(0).length().
764 Repeat the above test with vec2(0).length() replaced by bvec2(0).length().
766 Repeat the above test with vec2(0).length() replaced by dvec2(0).length().
779 Repeat the above test with vec3(0).length() replaced by ivec3(0).length().
781 Repeat the above test with vec3(0).length() replaced by uvec3(0).length().
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_shading_language_420pack.txt182 "When tokenizing, the maximal token matching the above will be recognized
187 "When tokenizing, the maximal token matching the above will be recognized
480 or above:
547 "The presence of and type of interpolation is controlled by the above
750 Repeat the above test with vec2(0).length() replaced by ivec2(0).length().
752 Repeat the above test with vec2(0).length() replaced by uvec2(0).length().
754 Repeat the above test with vec2(0).length() replaced by bvec2(0).length().
756 Repeat the above test with vec2(0).length() replaced by dvec2(0).length().
769 Repeat the above test with vec3(0).length() replaced by ivec3(0).length().
771 Repeat the above test with vec3(0).length() replaced by uvec3(0).length().
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/
DHebr_Latn.txt65 $above = [^[:ccc=0:][:ccc=230:]]*;
67 ‎\u05B2‎ $1← a ($above) \u0300;
69 ‎\u05B8‎ $1 ← a ($above) \u0301;
71 ‎\u05B1‎ $1 ← e ($above) \u0300;
73 ‎\u05B5‎ $1 ← e ($above) \u0301;
75 ‎\u05B0‎ $1 ← e ($above) \u0306;
77 ‎\u05B9‎ $1 ← o ($above) \u0300;
/third_party/skia/third_party/externals/icu/source/data/translit/
DHebr_Latn.txt66 $above = [^[:ccc=0:][:ccc=230:]]*;
68 ‎\u05B2‎ $1← a ($above) \u0300;
70 ‎\u05B8‎ $1 ← a ($above) \u0301;
72 ‎\u05B1‎ $1 ← e ($above) \u0300;
74 ‎\u05B5‎ $1 ← e ($above) \u0301;
76 ‎\u05B0‎ $1 ← e ($above) \u0306;
78 ‎\u05B9‎ $1 ← o ($above) \u0300;
/third_party/icu/icu4c/source/data/translit/
DHebr_Latn.txt65 $above = [^[:ccc=0:][:ccc=230:]]*;
67 ‎\u05B2‎ $1← a ($above) \u0300;
69 ‎\u05B8‎ $1 ← a ($above) \u0301;
71 ‎\u05B1‎ $1 ← e ($above) \u0300;
73 ‎\u05B5‎ $1 ← e ($above) \u0301;
75 ‎\u05B0‎ $1 ← e ($above) \u0306;
77 ‎\u05B9‎ $1 ← o ($above) \u0300;
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Doverlay.dart94 /// [opaque] entry above it.
275 int _insertionIndex(OverlayEntry below, OverlayEntry above) {
276 assert(above == null || below == null);
279 if (above != null)
280 return _entries.indexOf(above) + 1;
287 /// If `above` is non-null, the entry is inserted just above `above`.
290 /// It is an error to specify both `above` and `below`.
291 void insert(OverlayEntry entry, { OverlayEntry below, OverlayEntry above }) {
293 above == null || below == null,
294 'Only one of `above` and `below` may be specified.',
[all …]
/third_party/openssl/test/ssl-tests/
D03-custom_verify.conf.in25 # Same test as above but with a custom callback that always fails.
40 # Same test as above but with a custom callback that always succeeds.
66 # Same test as above but with a custom callback that always fails.
83 # Same test as above but with a custom callback that always succeeds.
115 # Same test as above but with a custom callback that always succeeds.
130 # Same test as above but with a custom callback that always fails.
/third_party/node/deps/npm/node_modules/performance-now/test/
Dscripts.coffee8 it "printed a value above 100", -> assert.isAbove result, 100
14 it "printed a value above 350", -> assert.isAbove result, 350
20 it "printed a value above 350", -> assert.isAbove result, 350
26 it "printed a value above 0.005", -> assert.isAbove result, 0.005
/third_party/XKeyboardConfig/build/usr/local/share/X11/xkb/symbols/
Dng69 … key <AE06> { [ 6,asciicircum, 0x100030A, 0x100030A ] }; // combining ring above
70 …AE07> { [ 7, ampersand, 0x1000302, 0x1000302 ] }; // combining circumflex above
71 …key <AE08> { [ 8, asterisk, 0x1000324, 0x1000324 ] }; // combining caron above
72 key <AE09> { [ 9, parenleft, 0x1000307, 0x1000307 ] }; // combining dot above
73 …<AE10> { [ 0, parenright, 0x1000308, 0x1000308 ] }; // combining diaeresis above
74 …ey <AE11> { [ minus, underscore, 0x1000304, 0x1000304 ] }; // combining macron above
75 …key <AE12> { [ equal, plus, 0x1000303, 0x1000303 ] }; // combining tilde above
106 key <AB07> { [ m, M, 0x1001E45, 0x1001E44 ] }; // N with dot above
Daf220 key <TLDE> { [ 0x100200D, 0x1000654, grave ] }; // zero width joiner, Arabic hamza above
239 … [ 0x100063A, 0x1000650, 0x100e653 ] }; // Arabic ghain, Arabic kasra, Arabic alef with madda above
242 … key <AD09> { [ 0x100062E, 0x1000681, apostrophe ] }; // Arabic khah, Arabic hah with hamza above,
243 … key <AD10> { [ 0x100062D, 0x1000685, quotedbl ] }; // Arabic hah, Arabic hah with three dots above
247 … key <AC01> { [ 0x1000634, 0x100069A ] }; // Arabic sheen, Arabic seen with dot below and dot above
251 …000644, 0x1000623, 0x10006B7 ] }; // Arabic lam, Arabic hamza on alef, Arabic alef with hamza above
261 key <AB01> { [ 0x1000638, 0x1000626, question] }; // Arabic zah, Arabic yeh with hamza above
267 …000693, 0x1000624, 0x1000691 ] }; // Arabic reh with ring, Arabic waw with hamza above, Arabic rreh
269 …key <AB09> { [ 0x1000696, 0x100002E, 0x10006C7 ] }; // Arabic reh with dot below and dot above, fu…
305 key <AD11> { [ 0x100062C, braceright, 0x1000681 ] }; // Arabic jeem, Arabic hah with hamza above
[all …]
/third_party/XKeyboardConfig/symbols/
Dng69 … key <AE06> { [ 6,asciicircum, 0x100030A, 0x100030A ] }; // combining ring above
70 …AE07> { [ 7, ampersand, 0x1000302, 0x1000302 ] }; // combining circumflex above
71 …key <AE08> { [ 8, asterisk, 0x1000324, 0x1000324 ] }; // combining caron above
72 key <AE09> { [ 9, parenleft, 0x1000307, 0x1000307 ] }; // combining dot above
73 …<AE10> { [ 0, parenright, 0x1000308, 0x1000308 ] }; // combining diaeresis above
74 …ey <AE11> { [ minus, underscore, 0x1000304, 0x1000304 ] }; // combining macron above
75 …key <AE12> { [ equal, plus, 0x1000303, 0x1000303 ] }; // combining tilde above
106 key <AB07> { [ m, M, 0x1001E45, 0x1001E44 ] }; // N with dot above
Daf220 key <TLDE> { [ 0x100200D, 0x1000654, grave ] }; // zero width joiner, Arabic hamza above
239 … [ 0x100063A, 0x1000650, 0x100e653 ] }; // Arabic ghain, Arabic kasra, Arabic alef with madda above
242 … key <AD09> { [ 0x100062E, 0x1000681, apostrophe ] }; // Arabic khah, Arabic hah with hamza above,
243 … key <AD10> { [ 0x100062D, 0x1000685, quotedbl ] }; // Arabic hah, Arabic hah with three dots above
247 … key <AC01> { [ 0x1000634, 0x100069A ] }; // Arabic sheen, Arabic seen with dot below and dot above
251 …000644, 0x1000623, 0x10006B7 ] }; // Arabic lam, Arabic hamza on alef, Arabic alef with hamza above
261 key <AB01> { [ 0x1000638, 0x1000626, question] }; // Arabic zah, Arabic yeh with hamza above
267 …000693, 0x1000624, 0x1000691 ] }; // Arabic reh with ring, Arabic waw with hamza above, Arabic rreh
269 …key <AB09> { [ 0x1000696, 0x100002E, 0x10006C7 ] }; // Arabic reh with dot below and dot above, fu…
305 key <AD11> { [ 0x100062C, braceright, 0x1000681 ] }; // Arabic jeem, Arabic hah with hamza above
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dbgscan.h24 void (*notify_signal_change)(void *priv, int above,
38 void bgscan_notify_signal_change(struct wpa_supplicant *wpa_s, int above,
74 int above, int current_signal, in bgscan_notify_signal_change() argument
Dbgscan_simple.c199 static void bgscan_simple_notify_signal_change(void *priv, int above, in bgscan_simple_notify_signal_change() argument
214 "current_txrate=%d))", above, current_signal, in bgscan_simple_notify_signal_change()
216 if (data->scan_interval == data->long_interval && !above) { in bgscan_simple_notify_signal_change()
242 } else if (data->scan_interval == data->short_interval && above) { in bgscan_simple_notify_signal_change()
249 } else if (!above) { in bgscan_simple_notify_signal_change()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dbgscan.h24 void (*notify_signal_change)(void *priv, int above,
38 void bgscan_notify_signal_change(struct wpa_supplicant *wpa_s, int above,
74 int above, int current_signal, in bgscan_notify_signal_change() argument
Dbgscan_simple.c199 static void bgscan_simple_notify_signal_change(void *priv, int above, in bgscan_simple_notify_signal_change() argument
214 "current_txrate=%d))", above, current_signal, in bgscan_simple_notify_signal_change()
216 if (data->scan_interval == data->long_interval && !above) { in bgscan_simple_notify_signal_change()
242 } else if (data->scan_interval == data->short_interval && above) { in bgscan_simple_notify_signal_change()
249 } else if (!above) { in bgscan_simple_notify_signal_change()
/third_party/gn/src/gn/
Dfunction_template.cc142 # above.
145 # This target depends on the files produced by the above code gen target.
152 # This calls the template code above, defining target_name to be
162 # Depend on the name we gave the template call above. Internally, this will
/third_party/boost/boost/math/statistics/
Druns_test.hpp62 bool above = (v[i] > threshold); in runs_above_and_below_threshold() local
63 if (above) { in runs_above_and_below_threshold()
68 if (run_up == above) { in runs_above_and_below_threshold()
72 run_up = above; in runs_above_and_below_threshold()
/third_party/skia/third_party/externals/icu/source/data/brkitr/dictionaries/
Dlaodict.txt17 # This file is derived from the above dictionary (version 7 of 20130418:1450 +7),
27 # Redistributions of source code must retain the above copyright notice, this
29 # form must reproduce the above copyright notice, this list of conditions and
7103 # ຜູ້ like ຜູ້ above but has wrong order of vowel & tone mark
9102 # ສະບູ່ like ສະບູ່ above but has wrong order of vowel & tone mark
/third_party/flutter/flutter/packages/flutter/lib/src/services/
Dhaptic_feedback.dart29 /// On iOS versions 10 and above, this uses a `UIImpactFeedbackGenerator` with
43 /// On iOS versions 10 and above, this uses a `UIImpactFeedbackGenerator` with
57 /// On iOS versions 10 and above, this uses a `UIImpactFeedbackGenerator` with
62 /// 23 and above. This call has no effects on Android API levels below 23.
72 /// On iOS versions 10 and above, this uses a `UISelectionFeedbackGenerator`.
/third_party/flutter/skia/third_party/externals/icu/source/data/brkitr/dictionaries/
Dlaodict.txt17 # This file is derived from the above dictionary (version 7 of 20130418:1450 +7),
27 # Redistributions of source code must retain the above copyright notice, this
29 # form must reproduce the above copyright notice, this list of conditions and
7102 # ຜູ້ like ຜູ້ above but has wrong order of vowel & tone mark
9101 # ສະບູ່ like ສະບູ່ above but has wrong order of vowel & tone mark
/third_party/icu/icu4c/source/data/brkitr/dictionaries/
Dlaodict.txt17 # This file is derived from the above dictionary (version 7 of 20130418:1450 +7),
27 # Redistributions of source code must retain the above copyright notice, this
29 # form must reproduce the above copyright notice, this list of conditions and
7103 # ຜູ້ like ຜູ້ above but has wrong order of vowel & tone mark
9102 # ສະບູ່ like ສະບູ່ above but has wrong order of vowel & tone mark

12345678910>>...197