HomeSort by relevance Sort by last modified time
    Searched refs:table (Results 926 - 950 of 3741) sorted by null

<<31323334353637383940>>

  /external/libxcam/xcore/
xcam_utils.h 61 uint32_t radius, float sigma, std::vector<float> &table, bool normalize = true);
  /external/llvm/test/MC/ELF/
compression.s 93 # pad out the line table to make sure it's big enough to warrant compression
  /external/mesa3d/src/compiler/glsl/
glsl_symbol_table.h 43 * type safe and some symbol table invariants.
63 * \name Methods to add symbols to the table
84 * \name Methods to get symbols from the table
97 * in the symbol table. This is necessary when gl_PerVertex is redeclared,
111 struct _mesa_symbol_table *table; member in struct:glsl_symbol_table
  /external/selinux/libsepol/src/
avrule_block.c 31 * block than the global policy. Thus the symbol table sizes are
151 /* Look up an identifier in a policy's scoping table. If it is there,
158 (scope_datum_t *) hashtab_search(p->scope[symbol_table].table, id);
202 (class_datum_t *) hashtab_search(p->p_classes.table, class_id);
206 perm = hashtab_search(cladatum->permissions.table, perm_id);
211 hashtab_search(cladatum->comdatum->permissions.table,
  /external/syslinux/gpxe/src/arch/i386/include/gpxe/
sbft.h 38 * SRP boot firmware table
40 * The working draft specification for the SRP boot firmware table can
53 /** SRP Boot Firmware Table signature */
60 * SRP Boot Firmware Table
111 /** The table header */
112 struct sbft_table table; member in struct:gpxe_sbft
  /external/tensorflow/tensorflow/core/util/
tensor_slice_writer.cc 39 table::Options option;
40 option.compression = table::kNoCompression;
41 builder_.reset(new table::TableBuilder(option, f));
67 std::unique_ptr<table::TableBuilder> builder_;
  /external/v8/
Android.mkpeephole.mk 20 PEEPHOLE_FILE := $(generated_sources)/bytecode-peephole-table.cc
  /external/v8/src/
contexts-inl.h 34 Handle<Context> ScriptContextTable::GetContext(Handle<ScriptContextTable> table,
36 DCHECK(i < table->used());
38 FixedArray::get(*table, i + kFirstContextSlot, table->GetIsolate()));
  /frameworks/base/cmds/incident_helper/src/parsers/
CpuInfoParser.cpp 49 vector<int> columnIndices; // task table can't be split by purely delimiter, needs column positions.
57 Table table(CpuInfoProto::Task::_FIELD_NAMES, CpuInfoProto::Task::_FIELD_IDS, CpuInfoProto::Task::_FIELD_COUNT);
58 table.addEnumTypeMap("s", CpuInfoProto::Task::_ENUM_STATUS_NAMES,
60 table.addEnumTypeMap("pcy", CpuInfoProto::Task::_ENUM_POLICY_NAMES,
143 if (!table.insertField(&proto, header[i], record[i])) {
  /frameworks/base/tools/aapt2/format/proto/
ProtoSerialize.h 55 void SerializeTableToPb(const ResourceTable& table, pb::ResourceTable* out_table, IDiagnostics* diag);
  /frameworks/base/tools/preload2/src/com/android/preload/ui/
IUI.java 8 import javax.swing.table.TableModel;
  /frameworks/opt/net/lowpan/tests/
commandtest.sh 48 echo "+ adb shell ip -6 route list table wpan5"
49 adb shell ip -6 route list table wpan5 || die
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
IPACM_Filtering.h 66 bool SendFilteringRuleIndex(struct ipa_fltr_installed_notif_req_msg_v01* table);
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapIMProvider.java 202 String table = uri.getPathSegments().get(1); local
203 if (table == null) {
204 throw new IllegalArgumentException("Table missing in URI");
219 if (table.equals(BluetoothMapContract.TABLE_MESSAGE)) {
223 Log.w(TAG, "Unknown table name: " + table);
250 String table = uri.getLastPathSegment(); local
251 if (table == null) {
252 throw new IllegalArgumentException("Table missing in URI");
267 if (table.equals(BluetoothMapContract.TABLE_MESSAGE))
497 String table = uri.getLastPathSegment(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fib_rules.h 24 __u8 table; member in struct:fib_rule_hdr
49 FRA_TABLE, /* Extended table id */
59 FR_ACT_TO_TBL, /* Pass to fixed table */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
term_entry.h 76 #define EXT_NAMES(tp,i,limit,index,table) (i >= limit) ? tp->ext_Names[index] : table[i]
81 #define EXT_NAMES(tp,i,limit,index,table) table[i]
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue3261.go 34 var table = []struct {
43 for _, v := range table {
  /prebuilts/go/darwin-x86/src/debug/dwarf/
line.go 48 // A LineEntry is a row in a DWARF line table.
121 // line number table may contain information for multiple
123 // in a line table should always have EndSequence set.
127 // A LineFile is a source file referenced by a DWARF line table entry.
134 // LineReader returns a new reader for the line table of compilation
137 // If this compilation unit has no line table, it returns nil, nil.
144 // Get line table information from cu.
147 // cu has no line table.
184 return DecodeError{"line", hdrOffset, fmt.Sprintf("line table end %d exceeds section size %d", r.endOffset, buf.off+Offset(len(buf.data)))}
191 // picky about only supporting known line table
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
fastlog2.go 12 // used to load limits from a table of constants and the rest are used
20 // table with the first 10 bits from the mantissa.
mkfastlog2table.go 33 table := computeTable()
34 for _, t := range table {
  /prebuilts/go/linux-x86/misc/cgo/test/
issue3261.go 34 var table = []struct {
43 for _, v := range table {
  /prebuilts/go/linux-x86/src/debug/dwarf/
line.go 48 // A LineEntry is a row in a DWARF line table.
121 // line number table may contain information for multiple
123 // in a line table should always have EndSequence set.
127 // A LineFile is a source file referenced by a DWARF line table entry.
134 // LineReader returns a new reader for the line table of compilation
137 // If this compilation unit has no line table, it returns nil, nil.
144 // Get line table information from cu.
147 // cu has no line table.
184 return DecodeError{"line", hdrOffset, fmt.Sprintf("line table end %d exceeds section size %d", r.endOffset, buf.off+Offset(len(buf.data)))}
191 // picky about only supporting known line table
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
fastlog2.go 12 // used to load limits from a table of constants and the rest are used
20 // table with the first 10 bits from the mantissa.
mkfastlog2table.go 33 table := computeTable()
34 for _, t := range table {
  /prebuilts/misc/common/jacoco/lib/
org.jacoco.report-0.8.0.201801022044.jar 

Completed in 621 milliseconds

<<31323334353637383940>>