/aosp_15_r20/external/toybox/tests/files/bc/ |
H A D | bessel.txt | 1 j(0, 0) 2 j(0, .5) 3 j(0, -.5) 4 j(0, 1) 5 j(0, -1) 6 j(0, 1.5) 7 j(0, -1.5) 8 j(0, 1.74) 9 j(0, -1.74) 10 j(0, 2) [all …]
|
/aosp_15_r20/device/linaro/poplar/proprietary/hisilicon/ |
D | libGLES_mali.so | ... Mali-T860 15 <RESERVED> 46 <RESERVED> MALI_FRAMESAVE ... |
/aosp_15_r20/prebuilts/vndk/v32/x86_64/arch-x86-x86_64/shared/vndk-core/ |
D | libpcre2.so | ... J J J J J J J J J J J J J J J J J J J J J ... |
/aosp_15_r20/prebuilts/vndk/v31/x86_64/arch-x86-x86_64/shared/vndk-core/ |
D | libpcre2.so | ... J J J J J J J J J J J J J J J J J J J J J ... |
D | libstagefright_omx.so | __cxa_finalize _ZN7android10VectorImpl13editArrayImplEv _ZN7android10VectorImpl13finish_vectorEv _ZN7android10VectorImpl13removeItemsAtEjj _ZN7android10VectorImpl5clearEv _ZN7android10VectorImplC2Ejj _ZN7android10VectorImplD2Ev _ZN7android16SortedVectorImpl3addEPKv _ZN7android16SortedVectorImplC2Ejj _ZN7android16SortedVectorImplD2Ev _ZN7android4base11GetPropertyERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEES9_ _ZN7android4base14GetIntPropertyIiEET_RKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEES2_S2_S2_ _ZN7android4base14GetIntPropertyIxEET_RKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEES2_S2_S2_ _ZN7android7String8C1EPKc _ZN7android7String8C1ERKS0_ _ZN7android7String8C1Ev _ZN7android7String8D1Ev _ZN7android8OMXStore12clearPluginsEv _ZN7android8OMXStore15addVendorPluginEv ... |
/aosp_15_r20/external/fft2d/src/fft2d/fft2d/ |
H A D | shrtdct.c | 4 method :row-column, radix 4 FFT 15 -------- 8x8 DCT (Discrete Cosine Transform) / Inverse of DCT -------- 22 (s[0] = 1/sqrt(2), s[j] = 1, j > 0) 28 (s[0] = 1/sqrt(2), s[j] = 1, j > 0) 33 ddct8x8s(-1, a); 57 int j; in ddct8x8s() local 62 for (j = 0; j <= 7; j++) { in ddct8x8s() 63 x0r = a[0][j] + a[7][j]; in ddct8x8s() 64 x1r = a[0][j] - a[7][j]; in ddct8x8s() 65 x0i = a[2][j] + a[5][j]; in ddct8x8s() [all …]
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/arch-arm-armv8-a/shared/vndk-core/ |
D | libpcre2.so | ... character class octal value is greater than \377 in 8-bit non-UTF-8 mode internal error: ... |
/aosp_15_r20/prebuilts/vndk/v32/arm64/arch-arm-armv8-a/shared/vndk-core/ |
D | libpcre2.so | ... character class octal value is greater than \377 in 8-bit non-UTF-8 mode internal error: ... |
/aosp_15_r20/prebuilts/vndk/v32/arm/arch-arm-armv7-a-neon/shared/vndk-core/ |
D | libpcre2.so | ... character class octal value is greater than \377 in 8-bit non-UTF-8 mode internal error: ... |
/aosp_15_r20/prebuilts/vndk/v31/arm/arch-arm-armv7-a-neon/shared/vndk-core/ |
D | libpcre2.so | ... character class octal value is greater than \377 in 8-bit non-UTF-8 mode internal error: ... |
/aosp_15_r20/prebuilts/vndk/v34/x86/arch-x86/shared/vndk-sp/ |
D | libunwindstack.so | __cxa_finalize _ZN11unwindstack19AndroidUnwinderData21DemangleFunctionNamesEv _ZTVNSt3__120__shared_ptr_emplaceIKNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEENS4_IS7_EEEE _ZGVZNK11unwindstack12SharedStringcvRKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEvE5empty _ZZNK11unwindstack12SharedStringcvRKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEvE5empty _ZN11unwindstack20DemangleNameIfNeededERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEE _Znwj _ZdlPv _ZNSt3__119__shared_weak_count14__release_weakEv __cxa_guard_acquire __cxa_guard_release __stack_chk_fail _ZN11unwindstack19AndroidUnwinderData14GetErrorStringEv strlen memcpy _ZN7android4base12StringPrintfEPKcz _ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendEPKcj _ZNKSt3__121__basic_string_commonILb1EE20__throw_length_errorEv _ZN11unwindstack15AndroidUnwinder6CreateEi ... |
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_complex.py | 16 (1+1j, 0+0j), 17 (1+1j, 0.0), 18 (1+1j, 0), 19 (1.0, 0+0j), 20 (1, 0+0j), 40 def assertCloseAbs(self, x, y, eps=1e-9): 50 self.assertTrue(abs((x-y)/y) < eps) 75 def assertClose(self, x, y, eps=1e-9): 95 simple_real = [float(i) for i in range(-5, 6)] 103 self.check_div(complex(1e200, 1e200), 1+0j) [all …]
|
/aosp_15_r20/external/minijail/ |
H A D | libminijail.c | 2 * Use of this source code is governed by a BSD-style license that can be 40 #include "libminijail-private.h" 54 /* New cgroup namespace might not be in linux-headers yet. */ 214 static void run_hooks_or_die(const struct minijail *j, 217 static bool seccomp_is_logging_allowed(const struct minijail *j) in seccomp_is_logging_allowed() argument 219 return seccomp_default_ret_log() || j->flags.seccomp_filter_logging; in seccomp_is_logging_allowed() 222 static void free_mounts_list(struct minijail *j) in free_mounts_list() argument 224 while (j->mounts_head) { in free_mounts_list() 225 struct mountpoint *m = j->mounts_head; in free_mounts_list() 226 j->mounts_head = j->mounts_head->next; in free_mounts_list() [all …]
|
/aosp_15_r20/prebuilts/vndk/v31/x86/arch-x86/shared/vndk-core/ |
D | libpcre2.so | ... u Z C C E y $ L ^ d j p v | N - " " @ l O ~ ~ ... |
/aosp_15_r20/prebuilts/vndk/v32/x86/arch-x86/shared/vndk-core/ |
D | libpcre2.so | ... u Z C C E y $ L ^ d j p v | N - " " @ l O ~ ~ ... |
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_complex.py | 11 # decorator for skipping tests on non-IEEE 754 platforms 35 def assertCloseAbs(self, x, y, eps=1e-9): 45 self.assertTrue(abs((x-y)/y) < eps) 70 def assertClose(self, x, y, eps=1e-9): 94 simple_real = [float(i) for i in xrange(-5, 6)] 102 self.check_div(complex(1e200, 1e200), 1+0j) 103 self.check_div(complex(1e-200, 1e-200), 1+0j) 110 self.assertRaises(ZeroDivisionError, complex.__div__, 1+1j, 0+0j) 112 # self.assertRaises(OverflowError, pow, 1e200+1j, 1e200+1j) 115 self.assertAlmostEqual(complex.__truediv__(2+0j, 1+1j), 1-1j) [all …]
|
/aosp_15_r20/external/libnetfilter_conntrack/src/conntrack/ |
H A D | bsf.c | 2 * (C) 2005-2011 by Pablo Neira Ayuso <[email protected]> 173 .jt = jump_true - 1, in nfct_bsf_cmp_k_stack() 193 .jf = jump_false - 1, in nfct_bsf_cmp_k_stack_jf() 247 /* A = skb->data[X + k:word_size] */ in nfct_bsf_load_attr() 261 /* A = skb->data[X + k:word_size] */ in nfct_bsf_load_attr_offset() 297 /* X = offset to nlh->nlmsg_type */ in bsf_cmp_subsys() 302 /* A = skb->data[X+k:B] (subsys_id) */ in bsf_cmp_subsys() 325 unsigned int i, j; in add_state_filter_cta() local 330 /* XXX: 32 maximum states + 3 jumps in the three-level iteration */ in add_state_filter_cta() 334 return -1; in add_state_filter_cta() [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_quad_depth_test.c | 21 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 64 unsigned j; in get_depth_stencil_values() local 65 const struct softpipe_cached_tile *tile = data->tile; in get_depth_stencil_values() 67 switch (data->format) { in get_depth_stencil_values() 69 for (j = 0; j < TGSI_QUAD_SIZE; j++) { in get_depth_stencil_values() 70 int x = quad->input.x0 % TILE_SIZE + (j & 1); in get_depth_stencil_values() 71 int y = quad->input.y0 % TILE_SIZE + (j >> 1); in get_depth_stencil_values() 72 data->bzzzz[j] = tile->data.depth16[y][x]; in get_depth_stencil_values() 76 for (j = 0; j < TGSI_QUAD_SIZE; j++) { in get_depth_stencil_values() 77 int x = quad->input.x0 % TILE_SIZE + (j & 1); in get_depth_stencil_values() [all …]
|
/aosp_15_r20/external/error_prone/jFormatString/ |
HD | jFormatString-3.0.0-sources.zip | j-format-string/
j-format-string/.classpath
j-format- |
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | _markupbase.py | 10 _declname_match = re.compile(r'[a-zA-Z][-_.a-zA-Z0-9]*\s*').match 12 _commentclose = re.compile(r'--\s*>') 15 # An analysis of the MS-Word extensions is available at 40 # Internal -- update line number and offset. This should be 41 # called for each piece of data exactly once, in order -- in other 44 def updatepos(self, i, j): argument 45 if i >= j: 46 return j 48 nlines = rawdata.count("\n", i, j) 51 pos = rawdata.rindex("\n", i, j) # Should not fail [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | _markupbase.py | 10 _declname_match = re.compile(r'[a-zA-Z][-_.a-zA-Z0-9]*\s*').match 12 _commentclose = re.compile(r'--\s*>') 15 # An analysis of the MS-Word extensions is available at 40 # Internal -- update line number and offset. This should be 41 # called for each piece of data exactly once, in order -- in other 44 def updatepos(self, i, j): argument 45 if i >= j: 46 return j 48 nlines = rawdata.count("\n", i, j) 51 pos = rawdata.rindex("\n", i, j) # Should not fail [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | _markupbase.py | 10 _declname_match = re.compile(r'[a-zA-Z][-_.a-zA-Z0-9]*\s*').match 12 _commentclose = re.compile(r'--\s*>') 15 # An analysis of the MS-Word extensions is available at 40 # Internal -- update line number and offset. This should be 41 # called for each piece of data exactly once, in order -- in other 44 def updatepos(self, i, j): argument 45 if i >= j: 46 return j 48 nlines = rawdata.count("\n", i, j) 51 pos = rawdata.rindex("\n", i, j) # Should not fail [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | _markupbase.py | 10 _declname_match = re.compile(r'[a-zA-Z][-_.a-zA-Z0-9]*\s*').match 12 _commentclose = re.compile(r'--\s*>') 15 # An analysis of the MS-Word extensions is available at 40 # Internal -- update line number and offset. This should be 41 # called for each piece of data exactly once, in order -- in other 44 def updatepos(self, i, j): argument 45 if i >= j: 46 return j 48 nlines = rawdata.count("\n", i, j) 51 pos = rawdata.rindex("\n", i, j) # Should not fail [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | markupbase.py | 11 _declname_match = re.compile(r'[a-zA-Z][-_.a-zA-Z0-9]*\s*').match 13 _commentclose = re.compile(r'--\s*>') 16 # An analysis of the MS-Word extensions is available at 45 # Internal -- update line number and offset. This should be 46 # called for each piece of data exactly once, in order -- in other 49 def updatepos(self, i, j): argument 50 if i >= j: 51 return j 53 nlines = rawdata.count("\n", i, j) 56 pos = rawdata.rindex("\n", i, j) # Should not fail [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | _markupbase.py | 10 _declname_match = re.compile(r'[a-zA-Z][-_.a-zA-Z0-9]*\s*').match 12 _commentclose = re.compile(r'--\s*>') 15 # An analysis of the MS-Word extensions is available at 40 # Internal -- update line number and offset. This should be 41 # called for each piece of data exactly once, in order -- in other 44 def updatepos(self, i, j): argument 45 if i >= j: 46 return j 48 nlines = rawdata.count("\n", i, j) 51 pos = rawdata.rindex("\n", i, j) # Should not fail [all …]
|