/dalvik/dx/src/com/android/dx/dex/file/ |
HeaderItem.java | 74 out.annotate(4, "link_size: 0");
|
/external/pcre/dist2/src/ |
pcre2_find_bracket.c | 84 else if (c == OP_CALLOUT_STR) code += GET(code, 1 + 2*LINK_SIZE); 99 int n = (int)GET2(code, 1+LINK_SIZE);
|
pcre2_compile.c | 107 pathological patterns. The size of the workspace depends on LINK_SIZE because 116 #define COMPILE_WORK_SIZE (2048*LINK_SIZE) /* Size in code units */ [all...] |
config.h.generic | 137 /* The value of LINK_SIZE determines the number of bytes used to store links 142 #ifndef LINK_SIZE 143 #define LINK_SIZE 2
|
pcre2_match.c | [all...] |
pcre2_auto_possess.c | 557 code += GET(code, 1 + 2*LINK_SIZE); 613 code = next_code + 1 + LINK_SIZE; 631 next_code += 1 + LINK_SIZE; 696 xclass_flags = (list_ptr == list ? code : base_end) - list_ptr[2] + LINK_SIZE; 1020 list_ptr[2] + LINK_SIZE, utf)) return FALSE; [all...] |
config.h.in | 137 /* The value of LINK_SIZE determines the number of bytes used to store links 142 #undef LINK_SIZE
|
pcre2_config.c | 48 static int configured_link_size = LINK_SIZE;
|
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
gpu_device_test.cc | 183 ASSERT_EQ(1, devices[0]->attributes().locality().links().link_size()); 184 ASSERT_EQ(1, devices[1]->attributes().locality().links().link_size());
|
/external/pcre/include_internal/ |
config.h | 134 /* The value of LINK_SIZE determines the number of bytes used to store links 139 #ifndef LINK_SIZE 140 #define LINK_SIZE 2
|
/art/test/dexdump/ |
invoke-polymorphic.txt | 9 link_size : 0
|
values.txt | 9 link_size : 0
|
const-method-handle.txt | 9 link_size : 0
|
/tools/dexter/slicer/export/slicer/ |
dex_format.h | 141 u4 link_size; member in struct:dex::Header
|
/tools/dexter/dexter/ |
dexter.cc | 234 printf(" link_size : %u\n", header->link_size);
|
/external/pcre/dist2/ |
RunTest | 301 link_size=$? 302 if [ $link_size -lt 2 ] ; then 306 if [ $link_size -gt 4 ] ; then 667 checkresult $? 8-$bits-$link_size ""
|
RunTest.bat | 58 set link_size=%ERRORLEVEL%
variable 247 set outnum=8-%bits%-%link_size%
357 if NOT %link_size% EQU 2 (
|
/cts/tools/vm-tests-tf/src/dot/junit/verify/a1/d/ |
T_a1_1.dfh | 17 // parsed: offset 44, len 4: link_size : 0
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/ |
HeaderItem.java | 184 out.annotate(4, "link_size: %d", dexFile.readInt(out.getCursor()));
|
/cts/tools/vm-tests-tf/src/dot/junit/format/f1/d/ |
T_f1_10.dfh | 19 // parsed: offset 44, len 4: link_size : 0
|
T_f1_11.dfh | 17 // parsed: offset 44, len 4: link_size : 0
|
T_f1_12.dfh | 17 // parsed: offset 44, len 4: link_size : 0
|
T_f1_2.dfh | 18 // parsed: offset 44, len 4: link_size : 0
|
T_f1_3.dfh | 18 // parsed: offset 44, len 4: link_size : 0
|
T_f1_4.dfh | 18 // parsed: offset 44, len 4: link_size : 0
|