Home
last modified time | relevance | path

Searched full:ll (Results 1 – 25 of 16198) sorted by relevance

12345678910>>...648

/aosp_15_r20/external/jsoup/src/test/resources/fuzztests/
HD1695.html.gz ... 1ll<p<i 2r 3! 4$ ... r 858! 859$ &><p<��
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/Tests/
H A DGPBDictionaryTests+Int64.m43 //%PDDM-EXPAND TEST_FOR_POD_KEY(Int64, int64_t, 21LL, 22LL, 23LL, 24LL)
89 XCTAssertFalse([dict getUInt32:NULL forKey:21LL]);
99 [dict setUInt32:100U forKey:21LL];
103 XCTAssertTrue([dict getUInt32:NULL forKey:21LL]);
104 XCTAssertTrue([dict getUInt32:&value forKey:21LL]);
106 XCTAssertFalse([dict getUInt32:NULL forKey:22LL]);
108 XCTAssertEqual(aKey, 21LL);
116 const int64_t kKeys[] = { 21LL, 22LL, 23LL };
125 XCTAssertTrue([dict getUInt32:NULL forKey:21LL]);
126 XCTAssertTrue([dict getUInt32:&value forKey:21LL]);
[all …]
/aosp_15_r20/external/protobuf/objectivec/Tests/
H A DGPBDictionaryTests+Int64.m43 //%PDDM-EXPAND TEST_FOR_POD_KEY(Int64, int64_t, 21LL, 22LL, 23LL, 24LL)
89 XCTAssertFalse([dict getUInt32:NULL forKey:21LL]);
99 [dict setUInt32:100U forKey:21LL];
103 XCTAssertTrue([dict getUInt32:NULL forKey:21LL]);
104 XCTAssertTrue([dict getUInt32:&value forKey:21LL]);
106 XCTAssertFalse([dict getUInt32:NULL forKey:22LL]);
108 XCTAssertEqual(aKey, 21LL);
116 const int64_t kKeys[] = { 21LL, 22LL, 23LL };
125 XCTAssertTrue([dict getUInt32:NULL forKey:21LL]);
126 XCTAssertTrue([dict getUInt32:&value forKey:21LL]);
[all …]
/aosp_15_r20/external/toybox/android/device/generated/
H A Dflags.h3 #define FORCED_FLAG 1LL
5 #define FORCED_FLAG 0LL
3963 #define FLAG_V (1LL<<0)
3964 #define FLAG_t (1LL<<1)
3965 #define FLAG_c (1LL<<2)
3966 #define FLAG_b (1LL<<3)
3967 #define FLAG_a (1LL<<4)
4045 #define FLAG_w (1LL<<0)
4046 #define FLAG_i (1LL<<1)
4047 #define FLAG_d (1LL<<2)
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/strings/
H A Dordered_code_test.cc374 ? (rnd->Rand64() % (1LL << (bits - 1))) + (1LL << (bits - 1)) in NextBits()
771 {0ll, ByteSequence("\200")}, in TEST()
772 {1ll, ByteSequence("\201")}, in TEST()
773 {2ll, ByteSequence("\202")}, in TEST()
774 {1ll, ByteSequence("\201")}, in TEST()
775 {2ll, ByteSequence("\202")}, in TEST()
776 {3ll, ByteSequence("\203")}, in TEST()
777 {3ll, ByteSequence("\203")}, in TEST()
778 {4ll, ByteSequence("\204")}, in TEST()
779 {5ll, ByteSequence("\205")}, in TEST()
[all …]
/aosp_15_r20/external/toybox/scripts/prereq/generated/
H A Dflags.h3 #define FORCED_FLAG 1LL
5 #define FORCED_FLAG 0LL
425 #define FLAG_s (1LL<<0)
426 #define FLAG_a (1LL<<1)
434 #define FLAG_e (1LL<<0)
435 #define FLAG_t (1LL<<1)
436 #define FLAG_v (1LL<<2)
437 #define FLAG_u (1LL<<3)
445 #define FLAG_R (1LL<<0)
446 #define FLAG_f (1LL<<1)
[all …]
/aosp_15_r20/external/toybox/android/linux/generated/
H A Dflags.h3 #define FORCED_FLAG 1LL
5 #define FORCED_FLAG 0LL
4055 #define FLAG_s (1LL<<0)
4056 #define FLAG_a (1LL<<1)
4167 #define FLAG_e (1LL<<0)
4168 #define FLAG_t (1LL<<1)
4169 #define FLAG_v (1LL<<2)
4170 #define FLAG_u (1LL<<3)
4221 #define FLAG_R (1LL<<0)
4222 #define FLAG_f (1LL<<1)
[all …]
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DLinkedListTest.java43 LinkedList ll; field in LinkedListTest
64 new Support_ListTest("", ll).runTest(); in test_Constructor()
77 assertTrue("Incorrect LinkedList constructed", new LinkedList(ll) in test_ConstructorLjava_util_Collection()
78 .equals(ll)); in test_ConstructorLjava_util_Collection()
94 ll.add(50, o = "Test"); in test_addILjava_lang_Object()
95 assertTrue("Failed to add Object>: " + ll.get(50).toString(), ll in test_addILjava_lang_Object()
98 ll.get(51) == objArray[50] && (ll.get(52) == objArray[51])); in test_addILjava_lang_Object()
99 ll.add(50, null); in test_addILjava_lang_Object()
100 assertNull("Did not add null correctly", ll.get(50)); in test_addILjava_lang_Object()
103 ll.add(-1, "Test"); in test_addILjava_lang_Object()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/test/LL/DDI/ADV/
DBV_08_C.py16 import link_layer_packets as ll namespace
25 # LL/DDI/ADV/BV-08-C [Scan Request Device Filtering]
89 ll.LeLegacyAdvertisingPdu(source_address=controller.address,
90 advertising_address_type=ll.AddressType.PUBLIC,
91 advertising_type=ll.LegacyAdvertisingType.ADV_IND,
94 controller.send_ll(ll.LeScan(source_address=invalid_peer_address,
96 advertising_address_type=ll.AddressType.PUBLIC,
97 scanning_address_type=ll.AddressType.PUBLIC),
106 ll.LeLegacyAdvertisingPdu(source_address=controller.address,
107 advertising_address_type=ll.AddressType.PUBLIC,
[all …]
/aosp_15_r20/external/toybox/android/mac/generated/
H A Dflags.h3 #define FORCED_FLAG 1LL
5 #define FORCED_FLAG 0LL
4055 #define FLAG_s (1LL<<0)
4056 #define FLAG_a (1LL<<1)
4167 #define FLAG_e (1LL<<0)
4168 #define FLAG_t (1LL<<1)
4169 #define FLAG_v (1LL<<2)
4170 #define FLAG_u (1LL<<3)
4221 #define FLAG_R (1LL<<0)
4222 #define FLAG_f (1LL<<1)
[all …]
/aosp_15_r20/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp1367 static inline long long LL(const T &x) { function
1377 ALOGD("%s %lld 0x%llx", s, LL(l), LL(l));
1380 void rsDebug(const char *s, long long ll) { argument
1381 ALOGD("%s %lld 0x%llx", s, LL(ll), LL(ll));
1385 long2 ll = *c; local
1386 ALOGD("%s {%lld, %lld} 0x%llx 0x%llx", s, LL(ll.x), LL(ll.y), LL(ll.x), LL(ll.y));
1390 long3 ll = *c; local
1391 …%s {%lld, %lld, %lld} 0x%llx 0x%llx 0x%llx", s, LL(ll.x), LL(ll.y), LL(ll.z), LL(ll.x), LL(ll.y),…
1395 long4 ll = *c; local
1396 …lld} 0x%llx 0x%llx 0x%llx 0x%llx", s, LL(ll.x), LL(ll.y), LL(ll.z), LL(ll.w), LL(ll.x), LL(ll.y),…
[all …]
/aosp_15_r20/external/pcre/maint/Unicode.tables/
H A DDerivedGeneralCategory.txt1131 1EFA ; Lu # LATIN CAPITAL LETTER MIDDLE-WELSH LL
1385 0061..007A ; Ll # [26] LATIN SMALL LETTER A..LATIN SMALL LETTER Z
1386 00B5 ; Ll # MICRO SIGN
1387 00DF..00F6 ; Ll # [24] LATIN SMALL LETTER SHARP S..LATIN SMALL LETTER O WITH DIAERESIS
1388 00F8..00FF ; Ll # [8] LATIN SMALL LETTER O WITH STROKE..LATIN SMALL LETTER Y WITH DIAERESIS
1389 0101 ; Ll # LATIN SMALL LETTER A WITH MACRON
1390 0103 ; Ll # LATIN SMALL LETTER A WITH BREVE
1391 0105 ; Ll # LATIN SMALL LETTER A WITH OGONEK
1392 0107 ; Ll # LATIN SMALL LETTER C WITH ACUTE
1393 0109 ; Ll # LATIN SMALL LETTER C WITH CIRCUMFLEX
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/utils/data/unicode/
H A DDerivedGeneralCategory.txt1131 1EFA ; Lu # LATIN CAPITAL LETTER MIDDLE-WELSH LL
1385 0061..007A ; Ll # [26] LATIN SMALL LETTER A..LATIN SMALL LETTER Z
1386 00B5 ; Ll # MICRO SIGN
1387 00DF..00F6 ; Ll # [24] LATIN SMALL LETTER SHARP S..LATIN SMALL LETTER O WITH DIAERESIS
1388 00F8..00FF ; Ll # [8] LATIN SMALL LETTER O WITH STROKE..LATIN SMALL LETTER Y WITH DIAERESIS
1389 0101 ; Ll # LATIN SMALL LETTER A WITH MACRON
1390 0103 ; Ll # LATIN SMALL LETTER A WITH BREVE
1391 0105 ; Ll # LATIN SMALL LETTER A WITH OGONEK
1392 0107 ; Ll # LATIN SMALL LETTER C WITH ACUTE
1393 0109 ; Ll # LATIN SMALL LETTER C WITH CIRCUMFLEX
[all …]
/aosp_15_r20/external/compiler-rt/test/builtins/Unit/
H A Dmuldi3_test.c42 if (test__muldi3(0, 81985529216486895LL, 0)) in main()
44 if (test__muldi3(81985529216486895LL, 0, 0)) in main()
55 if (test__muldi3(0, -81985529216486895LL, 0)) in main()
57 if (test__muldi3(-81985529216486895LL, 0, 0)) in main()
66 if (test__muldi3(1, 81985529216486895LL, 81985529216486895LL)) in main()
68 if (test__muldi3(81985529216486895LL, 1, 81985529216486895LL)) in main()
77 if (test__muldi3(1, -81985529216486895LL, -81985529216486895LL)) in main()
79 if (test__muldi3(-81985529216486895LL, 1, -81985529216486895LL)) in main()
82 if (test__muldi3(3037000499LL, 3037000499LL, 9223372030926249001LL)) in main()
84 if (test__muldi3(-3037000499LL, 3037000499LL, -9223372030926249001LL)) in main()
[all …]
H A Dmulti3_test.c59 if (test__multi3(0, 81985529216486895LL, 0)) in main()
61 if (test__multi3(81985529216486895LL, 0, 0)) in main()
72 if (test__multi3(0, -81985529216486895LL, 0)) in main()
74 if (test__multi3(-81985529216486895LL, 0, 0)) in main()
83 if (test__multi3(1, 81985529216486895LL, 81985529216486895LL)) in main()
85 if (test__multi3(81985529216486895LL, 1, 81985529216486895LL)) in main()
94 if (test__multi3(1, -81985529216486895LL, -81985529216486895LL)) in main()
96 if (test__multi3(-81985529216486895LL, 1, -81985529216486895LL)) in main()
99 if (test__multi3(3037000499LL, 3037000499LL, 9223372030926249001LL)) in main()
101 if (test__multi3(-3037000499LL, 3037000499LL, -9223372030926249001LL)) in main()
[all …]
H A Dmulvdi3_test.c44 if (test__mulvdi3(0, 81985529216486895LL, 0)) in main()
46 if (test__mulvdi3(81985529216486895LL, 0, 0)) in main()
57 if (test__mulvdi3(0, -81985529216486895LL, 0)) in main()
59 if (test__mulvdi3(-81985529216486895LL, 0, 0)) in main()
68 if (test__mulvdi3(1, 81985529216486895LL, 81985529216486895LL)) in main()
70 if (test__mulvdi3(81985529216486895LL, 1, 81985529216486895LL)) in main()
79 if (test__mulvdi3(1, -81985529216486895LL, -81985529216486895LL)) in main()
81 if (test__mulvdi3(-81985529216486895LL, 1, -81985529216486895LL)) in main()
84 if (test__mulvdi3(3037000499LL, 3037000499LL, 9223372030926249001LL)) in main()
86 if (test__mulvdi3(-3037000499LL, 3037000499LL, -9223372030926249001LL)) in main()
[all …]
H A Dmulodi4_test.c47 if (test__mulodi4(0, 81985529216486895LL, 0, 0)) in main()
49 if (test__mulodi4(81985529216486895LL, 0, 0, 0)) in main()
60 if (test__mulodi4(0, -81985529216486895LL, 0, 0)) in main()
62 if (test__mulodi4(-81985529216486895LL, 0, 0, 0)) in main()
71 if (test__mulodi4(1, 81985529216486895LL, 81985529216486895LL, 0)) in main()
73 if (test__mulodi4(81985529216486895LL, 1, 81985529216486895LL, 0)) in main()
82 if (test__mulodi4(1, -81985529216486895LL, -81985529216486895LL, 0)) in main()
84 if (test__mulodi4(-81985529216486895LL, 1, -81985529216486895LL, 0)) in main()
87 if (test__mulodi4(3037000499LL, 3037000499LL, 9223372030926249001LL, 0)) in main()
89 if (test__mulodi4(-3037000499LL, 3037000499LL, -9223372030926249001LL, 0)) in main()
[all …]
H A Dmuloti4_test.c81 if (test__muloti4(0, 81985529216486895LL, 0, 0)) in main()
83 if (test__muloti4(81985529216486895LL, 0, 0, 0)) in main()
94 if (test__muloti4(0, -81985529216486895LL, 0, 0)) in main()
96 if (test__muloti4(-81985529216486895LL, 0, 0, 0)) in main()
105 if (test__muloti4(1, 81985529216486895LL, 81985529216486895LL, 0)) in main()
107 if (test__muloti4(81985529216486895LL, 1, 81985529216486895LL, 0)) in main()
116 if (test__muloti4(1, -81985529216486895LL, -81985529216486895LL, 0)) in main()
118 if (test__muloti4(-81985529216486895LL, 1, -81985529216486895LL, 0)) in main()
121 if (test__muloti4(3037000499LL, 3037000499LL, 9223372030926249001LL, 0)) in main()
123 if (test__muloti4(-3037000499LL, 3037000499LL, -9223372030926249001LL, 0)) in main()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/test/
Dmain.py24 'LL.CIS.CEN.BV_01_C',
25 'LL.CIS.CEN.BV_03_C',
26 'LL.CIS.CEN.BV_10_C',
27 'LL.CIS.CEN.BV_26_C',
28 'LL.CIS.PER.BV_01_C',
29 'LL.CIS.PER.BV_02_C',
30 'LL.CON_.CEN.BV_41_C',
31 'LL.CON_.CEN.BV_43_C',
32 'LL.CON_.INI.BV_08_C',
33 'LL.CON_.INI.BV_09_C',
[all …]
/aosp_15_r20/external/clang/test/Sema/
H A Dconversion.c9 void test0(char c, short s, int i, long l, long long ll) { in test0() argument
62 char test1(long long ll) { in test1() argument
63 return (long long) ll; // expected-warning {{implicit conversion loses integer precision}} in test1()
65 char test1_a(long long ll) { in test1_a() argument
66 return (long) ll; // expected-warning {{implicit conversion loses integer precision}} in test1_a()
68 char test1_b(long long ll) { in test1_b() argument
69 return (int) ll; // expected-warning {{implicit conversion loses integer precision}} in test1_b()
71 char test1_c(long long ll) { in test1_c() argument
72 return (short) ll; // expected-warning {{implicit conversion loses integer precision}} in test1_c()
74 char test1_d(long long ll) { in test1_d() argument
[all …]
/aosp_15_r20/external/skia/tests/
H A DPathOpsChalkboardTest.cpp30 if (testlines & (1LL << i++)) path.lineTo(SkBits2Float(0x4470dde3), SkBits2Float(0x439c63d8)); // … in chalkboard()
31 if (testlines & (1LL << i++)) path.cubicTo(SkBits2Float(0x4470dbd7), SkBits2Float(0x439c3e57), SkBi… in chalkboard()
32 if (testlines & (1LL << i++)) path.cubicTo(SkBits2Float(0x4470c46b), SkBits2Float(0x439c8149), SkBi… in chalkboard()
33 if (testlines & (1LL << i++)) path.cubicTo(SkBits2Float(0x4470e842), SkBits2Float(0x439c8335), SkBi… in chalkboard()
34 if (testlines & (1LL << i++)) path.lineTo(SkBits2Float(0x447150d5), SkBits2Float(0x439c945c)); // … in chalkboard()
35 if (testlines & (1LL << i++)) path.cubicTo(SkBits2Float(0x4471546b), SkBits2Float(0x439c87f2), SkBi… in chalkboard()
36 if (testlines & (1LL << i++)) path.lineTo(SkBits2Float(0x44715cbc), SkBits2Float(0x439c79dd)); // … in chalkboard()
37 if (testlines & (1LL << i++)) path.lineTo(SkBits2Float(0x44715dd3), SkBits2Float(0x439c7918)); // … in chalkboard()
38 if (testlines & (1LL << i++)) path.lineTo(SkBits2Float(0x44715e56), SkBits2Float(0x439c78d6)); // … in chalkboard()
39 if (testlines & (1LL << i++)) path.lineTo(SkBits2Float(0x44715e77), SkBits2Float(0x439c78b5)); // … in chalkboard()
[all …]
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/draft/
H A DCategories.txt98 0061 Ll Letter LATIN SMALL LETTER A
99 0062 Ll Letter LATIN SMALL LETTER B
100 0063 Ll Letter LATIN SMALL LETTER C
101 0064 Ll Letter LATIN SMALL LETTER D
102 0065 Ll Letter LATIN SMALL LETTER E
103 0066 Ll Letter LATIN SMALL LETTER F
104 0067 Ll Letter LATIN SMALL LETTER G
105 0068 Ll Letter LATIN SMALL LETTER H
106 0069 Ll Letter LATIN SMALL LETTER I
107 006A Ll Letter LATIN SMALL LETTER J
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dgather_nd_test.cc240 m.SetPositions<int64_t>({0LL, 1LL, 1LL, 0LL}); in TEST()
263 m.SetPositions<int64_t>({0LL, 1LL, 1LL, 0LL}); in TEST()
307 m.SetPositions<int64_t>({0LL, 1LL, 1LL, 0LL}); in TEST()
329 m.SetPositions<int64_t>({0LL, 1LL, 1LL, 0LL}); in TEST()
337 m.SetInput<int64_t>({1LL, -1LL, 1LL, -2LL, 2LL, 2LL, // in TEST()
338 3LL, 3LL, -3LL, -4LL, -4LL, 4LL, // in TEST()
339 5LL, -5LL, 5LL, 6LL, -6LL, 6LL}); in TEST()
344 ElementsAreArray({-2LL, 2LL, 2LL, 3LL, 3LL, -3LL})); in TEST()
349 m.SetInput<int64_t>({1LL, -1LL, 1LL, -2LL, 2LL, 2LL, // in TEST()
350 3LL, 3LL, -3LL, -4LL, -4LL, 4LL, // in TEST()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/rust/src/
Dffi.rs223 /// * `ll` - link layer pointer
229 /// - `ll` must be a valid pointer
234 ll: *const LinkLayer, in link_layer_add_link()
239 let mut ll = ManuallyDrop::new(unsafe { Rc::from_raw(ll) }); localVariable
240 let ll = Rc::get_mut(&mut ll).unwrap(); localVariable
242 unsafe { ll.add_link(handle, hci::Address::from(&*peer_address), role).is_ok() }
248 /// * `ll` - link layer pointer
252 /// - `ll` must be a valid pointer
255 pub unsafe extern "C" fn link_layer_remove_link(ll: *const LinkLayer, handle: u16) -> bool { in link_layer_remove_link()
256 let mut ll = ManuallyDrop::new(unsafe { Rc::from_raw(ll) }); in link_layer_remove_link() localVariable
[all …]
/aosp_15_r20/frameworks/av/media/libstagefright/tests/
H A DBatteryChecker_test.cpp31 static const int kBatteryTimeoutUs = 1000000ll; // 1 seconds
32 static const int kTestMarginUs = 50000ll; // 50ms
76 EXPECT_NE(TIMED_OUT, mDone.waitRelative(mLock, timeoutUs * 1000ll)); in runTest()
156 {EventType::kWhatStart, 0ll}, in TEST_F()
157 {EventType::kWhatCheckpoint, 0ll, 0, 0, 0}, in TEST_F()
158 {EventType::kWhatActivity, 33333ll}, in TEST_F()
159 {EventType::kWhatCheckpoint, 0ll, 0, 1, 0}, // ON in TEST_F()
160 {EventType::kWhatActivity, 33333ll, 2*kWaitStatusChangeUs/33333ll}, in TEST_F()
161 {EventType::kWhatCheckpoint, 0ll, 0, 1, 0}, in TEST_F()
163 }, 10000000ll); in TEST_F()
[all …]

12345678910>>...648