/external/libnl/src/ |
nl-fib-lookup.c | 19 " -t, --table <table> Table id\n" 36 int table = RT_TABLE_UNSPEC, scope = RT_SCOPE_UNIVERSE; local 42 {"table", 1, 0, 't'}, 57 table = strtoul(optarg, NULL, 0); 90 flnl_request_set_table(request, table);
|
/external/libvncserver/libvncserver/ |
tabletrans24template.c | 9 * table, and the other uses three separate lookup tables for the red, green 46 * using a single lookup table. 50 rfbTranslateWithSingleTable24to24 (char *table, rfbPixelFormat *in, 60 uint8_t *t = (uint8_t *)table; 89 rfbTranslateWithRGBTables24to24 (char *table, rfbPixelFormat *in, 99 uint8_t *redTable = (uint8_t *)table; 137 * using a single lookup table. 141 rfbTranslateWithSingleTable24toOUT (char *table, rfbPixelFormat *in, 151 OUT_T *t = (OUT_T *)table; 174 rfbTranslateWithRGBTables24toOUT (char *table, rfbPixelFormat *in [all...] |
/external/libxkbcommon/xkbcommon/xkbcommon/ |
xkbcommon-compose.h | 121 * Opaque Compose table object. 123 * The compose table holds the definitions of the Compose sequences, as 198 * Create a compose table for a given locale. 206 * The library context in which to create the compose table. 210 * Optional flags for the compose table, or 0. 212 * @returns A compose table for the given locale, or NULL if the 223 * Create a new compose table from a Compose file. 226 * The library context in which to create the compose table. 234 * Optional flags for the compose table, or 0. 236 * @returns A compose table compiled from the given file, or NULL i [all...] |
/external/skia/src/core/ |
SkColorSpaceXformPriv.h | 18 // Interpolating lookup in a variably sized table. 19 static inline float interp_lut(float input, const float* table, int tableSize) { 22 return table[(int) sk_float_floor2int(index)] * (1.0f - diff) + 23 table[(int) sk_float_ceil2int(index)] * diff; 53 * Invert table lookup. Ex: what indices corresponds to the input values? 54 * This will have strange results when the table is not increasing. 56 * @param outTableFloat Destination table for float (0-1) results. Can be nullptr if not wanted. 57 * @param outTableByte Destination table for byte (0-255) results. Can be nullptr if not wanted. 59 * @param inTable The source table to invert 64 // should never have a gamma table this small anyway, 0/1 are either not allowe [all...] |
/external/skqp/src/core/ |
SkColorSpaceXformPriv.h | 18 // Interpolating lookup in a variably sized table. 19 static inline float interp_lut(float input, const float* table, int tableSize) { 22 return table[(int) sk_float_floor2int(index)] * (1.0f - diff) + 23 table[(int) sk_float_ceil2int(index)] * diff; 53 * Invert table lookup. Ex: what indices corresponds to the input values? 54 * This will have strange results when the table is not increasing. 56 * @param outTableFloat Destination table for float (0-1) results. Can be nullptr if not wanted. 57 * @param outTableByte Destination table for byte (0-255) results. Can be nullptr if not wanted. 59 * @param inTable The source table to invert 64 // should never have a gamma table this small anyway, 0/1 are either not allowe [all...] |
/external/v8/src/tracing/ |
trace-event.cc | 46 RuntimeCallStats* table = isolate->counters()->runtime_call_stats(); local 47 has_parent_scope_ = table->InUse(); 48 if (!has_parent_scope_) table->Reset();
|
/external/webrtc/tools/matlab/ |
parseLog.m | 27 table = importdata(filename, ',', 1); 28 if ~isstruct(table) 32 colheaders = table.textdata; 34 colheaders = regexp(table.textdata{1}, ',', 'split'); 45 parsed.(strrep(m{1}{1}, ' ', '_')) = table.data(:, i:i+n); 49 parsed.(strrep(colheaders{i}, ' ', '_')) = table.data(:, i);
|
/frameworks/base/core/tests/coretests/src/android/widget/layout/table/ |
AddColumnTest.java | 17 package android.widget.layout.table; 19 import android.widget.layout.table.AddColumn; 30 * {@link android.widget.layout.table.AddColumn} is 31 * setup to exercise the case of adding row programmatically in a table. 47 mTable = (TableLayout) activity.findViewById(R.id.table);
|
/frameworks/base/libs/androidfw/tests/ |
TestHelpers.cpp | 60 AssertionResult IsStringEqual(const ResTable& table, uint32_t resource_id, 63 ssize_t block = table.getResource(resource_id, &val, MAY_NOT_BE_BAG); 72 const ResStringPool* pool = table.getTableStringBlock(block); 74 return AssertionFailure() << "table has no string pool for block " << block;
|
/frameworks/base/tools/aapt2/link/ |
Linkers.h | 57 bool Consume(IAaptContext* context, ResourceTable* table) override; 87 bool Consume(IAaptContext* context, ResourceTable* table) override; 106 bool Consume(IAaptContext* context, ResourceTable* table) override;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
tcpmib.h | 44 MIB_TCP6ROW table[ANY_SIZE]; member in struct:_MIB_TCP6TABLE 61 MIB_TCP6ROW2 table[ANY_SIZE]; member in struct:_MIB_TCP6TABLE2 75 MIB_TCPROW2 table[ANY_SIZE]; member in struct:_MIB_TCPTABLE2
|
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/ |
table.h | 104 // Populates *table with entries for env. 105 spv_result_t spvOpcodeTableGet(spv_opcode_table* table, spv_target_env env); 107 // Populates *table with entries for env. 108 spv_result_t spvOperandTableGet(spv_operand_table* table, spv_target_env env); 110 // Populates *table with entries for env. 111 spv_result_t spvExtInstTableGet(spv_ext_inst_table* table, spv_target_env env);
|
/test/vti/dashboard/src/main/webapp/css/ |
show_table.css | 16 table { 21 .table-header-cell { 26 .table-header-cell:hover { 30 .table-header-content.table-header-legend { 33 .table-header-content {
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mach-o/ |
dysymtab-2.d | 11 ( )+table of content: off: 0x00000000( )+num: 0( )+\(endoff: 0x00000000\) 12 ( )+module table: off: 0x00000000( )+num: 0( )+\(endoff: 0x00000000\) 13 ( )+external reference table: off: 0x00000000( )+num: 0( )+\(endoff: 0x00000000\) 14 ( )+indirect symbol table: off: 0x00000428( )+num: 25( )+\(endoff: 0x0000048c\) 15 ( )+external relocation table: off: 0x00000000( )+num: 0( )+\(endoff: 0x00000000\) 16 ( )+local relocation table: off: 0x00000000( )+num: 0( )+\(endoff: 0x00000000\)
|
/external/python/cpython3/Tools/unicode/ |
makeunicodedata.py | 10 # 2000-09-25 fl merged tim's splitbin fixes, separate decomposition table 11 # 2000-09-25 fl added character type table 116 print(len(list(filter(None, unicode.table))), "characters") 121 print(len(list(filter(None, old_unicode.table))), "characters") 134 table = [dummy] 145 record = unicode.table[char] 161 cache[item] = i = len(table) 162 table.append(item) 177 record = unicode.table[char] 200 unicode.table[decomp[1]][3] == "0" [all...] |
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
SettingsService.java | 307 private List<String> listForUser(IContentProvider provider, int userHandle, String table) { 308 final Uri uri = "system".equals(table) ? Settings.System.CONTENT_URI 309 : "secure".equals(table) ? Settings.Secure.CONTENT_URI 310 : "global".equals(table) ? Settings.Global.CONTENT_URI 336 final String table, final String key) { 338 if ("system".equals(table)) callGetCommand = Settings.CALL_METHOD_GET_SYSTEM; 339 else if ("secure".equals(table)) callGetCommand = Settings.CALL_METHOD_GET_SECURE; 340 else if ("global".equals(table)) callGetCommand = Settings.CALL_METHOD_GET_GLOBAL; 342 getErrPrintWriter().println("Invalid table; no put performed"); 343 throw new IllegalArgumentException("Invalid table " + table) [all...] |
/external/doclava/res/assets/templates/ |
diff.cs | 61 var table = $("#hierarchy")[0]; 71 if (tr.rowIndex + 1 < table.rows.length) { 72 var tbody = table.rows[tr.rowIndex + 1].parentNode; 79 if (tr.rowIndex + 1 < table.rows.length 80 && $(table.rows[tr.rowIndex + 1]).hasClass("class-entry")) { 81 var tbody = table.rows[tr.rowIndex + 1].parentNode; 88 var table = $("#hierarchy")[0]; 99 while (i < table.rows.length && $(table.rows[i]).hasClass("method-entry")) { 100 $(table.rows[i++]).show() [all...] |
/external/dng_sdk/source/ |
dng_misc_opcodes.cpp | 247 const uint16 *table, 267 DoCopyBytes (table, 311 uint16 *table = fTable->Buffer_uint16 (); local 315 table [index] = stream.Get_uint16 (); 329 printf (" Table [%5u] = %5u\n", (unsigned) j, (unsigned) table [j]); 334 printf (" ... %u table entries skipped\n", (unsigned) (fCount - gDumpLineLimit)); 348 uint16 *table = fTable->Buffer_uint16 (); local 350 uint16 lastEntry = table [fCount]; 354 table [index] = lastEntry 370 uint16 *table = fTable->Buffer_uint16 (); local 880 real32 *table = fTable->Buffer_real32 (); local 924 real32 *table = fTable->Buffer_real32 (); local 1002 const real32 *table = fTable->Buffer_real32 () + local 1086 real32 *table = fTable->Buffer_real32 (); local 1130 real32 *table = fTable->Buffer_real32 (); local 1209 const real32 *table = fTable->Buffer_real32 () + local 1293 real32 *table = fTable->Buffer_real32 (); local 1337 real32 *table = fTable->Buffer_real32 (); local 1388 const real32 *table = fTable->Buffer_real32 () + local 1470 real32 *table = fTable->Buffer_real32 (); local 1514 real32 *table = fTable->Buffer_real32 (); local 1566 const real32 *table = fTable->Buffer_real32 () + local [all...] |
/external/guava/guava/src/com/google/common/base/ |
CharMatcher.java | 439 void setBits(BitSet table) { 440 table.set(match); 467 void setBits(BitSet table) { 468 table.set(0, match); 469 table.set(match + 1, Character.MAX_VALUE + 1); 508 void setBits(BitSet table) { 510 table.set(c); 527 @Override void setBits(BitSet table) { 528 table.set(match1); 529 table.set(match2) [all...] |
/external/skia/gm/ |
tablecolorfilter.cpp | 59 static void make_table0(uint8_t table[]) { 62 table[i] = (n << 5) | (n << 2) | (n >> 1); 65 static void make_table1(uint8_t table[]) { 67 table[i] = i * i / 255; 70 static void make_table2(uint8_t table[]) { 73 table[i] = static_cast<uint8_t>(sqrtf(fi) * 255); 82 uint8_t table[256]; make_table0(table); local 83 return SkTableColorFilter::Make(table); 86 uint8_t table[256]; make_table1(table) local 90 uint8_t table[256]; make_table2(table); local [all...] |
/external/skqp/gm/ |
tablecolorfilter.cpp | 59 static void make_table0(uint8_t table[]) { 62 table[i] = (n << 5) | (n << 2) | (n >> 1); 65 static void make_table1(uint8_t table[]) { 67 table[i] = i * i / 255; 70 static void make_table2(uint8_t table[]) { 73 table[i] = static_cast<uint8_t>(sqrtf(fi) * 255); 82 uint8_t table[256]; make_table0(table); local 83 return SkTableColorFilter::Make(table); 86 uint8_t table[256]; make_table1(table) local 90 uint8_t table[256]; make_table2(table); local [all...] |
/external/autotest/frontend/client/src/autotest/tko/ |
TableView.java | 6 import autotest.common.table.DataTable; 7 import autotest.common.table.DynamicTable; 8 import autotest.common.table.RpcDataSource; 9 import autotest.common.table.SelectionManager; 10 import autotest.common.table.SimpleFilter; 11 import autotest.common.table.TableDecorator; 12 import autotest.common.table.DataSource.SortDirection; 13 import autotest.common.table.DataSource.SortSpec; 14 import autotest.common.table.DataTable.TableWidgetFactory; 15 import autotest.common.table.DynamicTable.DynamicTableListener 99 private DynamicTable table; field in class:TableView [all...] |
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
DefaultSignedAttributeTableGenerator.java | 24 private final Hashtable table; field in class:DefaultSignedAttributeTableGenerator 31 table = new Hashtable(); 37 * @param attributeTable initial attribute table to use. 44 table = attributeTable.toHashtable(); 48 table = new Hashtable(); 53 * Create a standard attribute table from the passed in parameters - this will 58 * @param parameters source parameters for table generation. 65 Hashtable std = copyHashTable(table); 111 * @return the populated attribute table
|
/external/icu/icu4j/ |
stylesheet7.css | 70 table tr td dt code { 349 table tr td dl, table tr td dl dt, table tr td dl dd { 354 Table styles 356 .contentContainer table, .classUseContainer table, .constantValuesContainer table { 360 .contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table [all...] |
/external/llvm/utils/ |
schedcover.py | 12 table = {} variable 17 global table, models 19 entry = table.setdefault(instr, dict()) 32 global table, models 34 ordered_table = sorted(table.items(), key=operator.itemgetter(0))
|