HomeSort by relevance Sort by last modified time
    Searched refs:table (Results 201 - 225 of 2064) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/mesa/src/src/glsl/
glsl_symbol_table.cpp 58 this->table = _mesa_symbol_table_ctor();
64 _mesa_symbol_table_dtor(table);
70 _mesa_symbol_table_push_scope(table);
75 _mesa_symbol_table_pop_scope(table);
80 return _mesa_symbol_table_symbol_scope(table, -1, name) == 0;
104 int added = _mesa_symbol_table_add_symbol(table, -1, v->name, entry);
114 return _mesa_symbol_table_add_symbol(table, -1, v->name, entry) == 0;
120 return _mesa_symbol_table_add_symbol(table, -1, name, entry) == 0;
134 return _mesa_symbol_table_add_symbol(table, -1, f->name, entry) == 0;
140 return _mesa_symbol_table_add_symbol(table, -1, u->Name, entry) == 0
    [all...]
  /external/chromium_org/third_party/ots/src/
vhea.cc 11 // vhea - Vertical Header Table
17 Buffer table(data, length);
21 if (!table.ReadU32(&vhea->header.version)) {
29 if (!ParseMetricsHeader(file, &table, &vhea->header)) {
hdmx.cc 18 Buffer table(data, length);
28 OTS_WARNING("the table should not be present when bit 2 and 4 of the "
35 if (!table.ReadU16(&hdmx->version) ||
36 !table.ReadS16(&num_recs) ||
37 !table.ReadS32(&hdmx->size_device_record)) {
67 if (!table.ReadU8(&rec.pixel_size) ||
68 !table.ReadU8(&rec.max_width)) {
82 if (!table.ReadU8(&width)) {
89 !table.Skip(hdmx->pad_len)) {
101 if (!file->glyf) return false; // this table is not for CFF fonts
    [all...]
hmtx.cc 16 Buffer table(data, length);
24 if (!ParseMetricsTable(&table, file->maxp->num_glyphs,
  /external/chromium_org/third_party/skia/src/effects/
SkTableMaskFilter.cpp 20 SkTableMaskFilter::SkTableMaskFilter(const uint8_t table[256]) {
21 memcpy(fTable, table, sizeof(fTable));
42 const uint8_t* table = fTable; local
48 dstP[x] = table[srcP[x]];
85 void SkTableMaskFilter::MakeGammaTable(uint8_t table[256], SkScalar gamma) {
92 table[i] = SkPin32(sk_float_round2int(powf(x, g) * 255), 0, 255);
97 void SkTableMaskFilter::MakeClipTable(uint8_t table[256], uint8_t min,
108 memset(table, 0, min + 1);
112 table[i] = value;
114 memset(table + max, 255, 256 - max)
    [all...]
  /external/guava/guava-gwt/src/com/google/common/collect/
HashBasedTable_CustomFieldSerializer.java 41 HashBasedTable<Object, Object, Object> table = HashBasedTable.create(); local
43 table.row(row.getKey()).putAll((Map<?, ?>) row.getValue());
45 return table;
  /external/iproute2/netem/
normal.c 2 * Normal distribution table generator
29 double table[TABLESIZE+1]; local
33 table[i] = x;
37 printf("# This is the distribution table for the normal distribution.\n");
39 int value = (int) rint(table[i]*TABLEFACTOR);
  /external/mesa3d/src/glsl/
glsl_symbol_table.cpp 58 this->table = _mesa_symbol_table_ctor();
64 _mesa_symbol_table_dtor(table);
70 _mesa_symbol_table_push_scope(table);
75 _mesa_symbol_table_pop_scope(table);
80 return _mesa_symbol_table_symbol_scope(table, -1, name) == 0;
104 int added = _mesa_symbol_table_add_symbol(table, -1, v->name, entry);
114 return _mesa_symbol_table_add_symbol(table, -1, v->name, entry) == 0;
120 return _mesa_symbol_table_add_symbol(table, -1, name, entry) == 0;
134 return _mesa_symbol_table_add_symbol(table, -1, f->name, entry) == 0;
140 return _mesa_symbol_table_add_symbol(table, -1, u->Name, entry) == 0
    [all...]
  /external/skia/src/effects/
SkTableMaskFilter.cpp 20 SkTableMaskFilter::SkTableMaskFilter(const uint8_t table[256]) {
21 memcpy(fTable, table, sizeof(fTable));
42 const uint8_t* table = fTable; local
48 dstP[x] = table[srcP[x]];
85 void SkTableMaskFilter::MakeGammaTable(uint8_t table[256], SkScalar gamma) {
92 table[i] = SkPin32(sk_float_round2int(powf(x, g) * 255), 0, 255);
97 void SkTableMaskFilter::MakeClipTable(uint8_t table[256], uint8_t min,
108 memset(table, 0, min + 1);
112 table[i] = value;
114 memset(table + max, 255, 256 - max)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
log2.c 34 #include "log2_tab.h" /* Table for Log2() */
45 * The function Log2(L_x) is approximated by a table and linear
52 * 5- fraction = table[i]<<16 - (table[i] - table[i+1]) * a * 2
78 L_y = L_deposit_h (table[i]); /* table[i] << 16 */
79 tmp = vo_sub(table[i], table[i + 1]); /* table[i] - table[i+1] *
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
UiElementPart.java 37 * This part is designed to be displayed in a page that has a table column layout.
49 /** Table that contains all the attributes */
138 * Sets the table where the attribute UI needs to be created.
140 protected void setTable(Composite table) {
141 mTable = table;
145 * Returns the table where the attribute UI needs to be created.
152 * Add all the attribute UI widgets into the underlying table layout.
157 Composite table = getTable(); local
158 if (table == null || managedForm == null) {
163 for (Control c : table.getChildren())
    [all...]
  /external/chromium_org/chrome/browser/resources/net_internals/
logs_view.css 16 display: table-cell;
19 .logs-view-log-table-button-column {
34 #logs-view-log-table td {
43 #logs-view-log-table-header-row th {
  /external/chromium_org/content/shell/browser/
shell_login_dialog_gtk.cc 60 GtkWidget* table = gtk_table_new(2, 2, FALSE); local
61 gtk_table_set_col_spacing(GTK_TABLE(table), 0, ui::kLabelSpacing);
62 gtk_table_set_row_spacings(GTK_TABLE(table), ui::kControlSpacing);
67 gtk_table_attach(GTK_TABLE(table), username_label, 0, 1, 0, 1, GTK_FILL,
69 gtk_table_attach_defaults(GTK_TABLE(table), username_entry_, 1, 2, 0, 1);
74 gtk_table_attach(GTK_TABLE(table), password_label, 0, 1, 1, 2, GTK_FILL,
76 gtk_table_attach_defaults(GTK_TABLE(table), password_entry_, 1, 2, 1, 2);
78 gtk_box_pack_start(GTK_BOX(content_area), table, FALSE, FALSE, 0); local
  /external/chromium_org/ppapi/cpp/private/
flash_font_file.cc 45 bool FontFile::GetFontTable(uint32_t table,
50 GetFontTable(pp_resource(), table, output, output_length);
  /external/chromium_org/third_party/WebKit/Source/wtf/
QuantizedAllocation.h 75 roundToLessOne = table[size / kMinRoundingLimit];
80 static unsigned short table[kTableSize]; member in class:WTF::QuantizedAllocation
  /external/chromium_org/third_party/libwebp/enc/
cost.h 35 static WEBP_INLINE int VP8LevelCost(const uint16_t* const table, int level) {
37 + table[(level > MAX_VARIABLE_LEVEL) ? MAX_VARIABLE_LEVEL : level];
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/
glapi_priv.h 58 _glapi_check_table_not_null(const struct _glapi_table *table);
62 _glapi_check_table(const struct _glapi_table *table);
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
generic_table_builder.cc 17 #include "sfntly/table/generic_table_builder.h"
25 // Note: In C++ port, we use GenericTable, the ref-counted version of Table
27 Ptr<GenericTable> table = new GenericTable(header(), InternalReadData()); local
28 return table.Detach();
  /external/chromium_org/v8/tools/gyp/
generate_trig_table.host.darwin-arm.mk 18 $(gyp_shared_intermediate_dir)/trig-table.cc: gyp_local_path := $(LOCAL_PATH)
19 $(gyp_shared_intermediate_dir)/trig-table.cc: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
20 $(gyp_shared_intermediate_dir)/trig-table.cc: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
21 $(gyp_shared_intermediate_dir)/trig-table.cc: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
22 $(gyp_shared_intermediate_dir)/trig-table.cc: $(LOCAL_PATH)/v8/tools/generate-trig-table.py $(GYP_TARGET_DEPENDENCIES)
24 $(hide)cd $(gyp_local_path)/v8/tools/gyp; mkdir -p $(gyp_shared_intermediate_dir); python ../../tools/generate-trig-table.py "$(gyp_shared_intermediate_dir)/trig-table.cc"
29 $(gyp_shared_intermediate_dir)/trig-table.cc
generate_trig_table.host.darwin-mips.mk 18 $(gyp_shared_intermediate_dir)/trig-table.cc: gyp_local_path := $(LOCAL_PATH)
19 $(gyp_shared_intermediate_dir)/trig-table.cc: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
20 $(gyp_shared_intermediate_dir)/trig-table.cc: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
21 $(gyp_shared_intermediate_dir)/trig-table.cc: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
22 $(gyp_shared_intermediate_dir)/trig-table.cc: $(LOCAL_PATH)/v8/tools/generate-trig-table.py $(GYP_TARGET_DEPENDENCIES)
24 $(hide)cd $(gyp_local_path)/v8/tools/gyp; mkdir -p $(gyp_shared_intermediate_dir); python ../../tools/generate-trig-table.py "$(gyp_shared_intermediate_dir)/trig-table.cc"
29 $(gyp_shared_intermediate_dir)/trig-table.cc
generate_trig_table.host.darwin-x86.mk 18 $(gyp_shared_intermediate_dir)/trig-table.cc: gyp_local_path := $(LOCAL_PATH)
19 $(gyp_shared_intermediate_dir)/trig-table.cc: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
20 $(gyp_shared_intermediate_dir)/trig-table.cc: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
21 $(gyp_shared_intermediate_dir)/trig-table.cc: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
22 $(gyp_shared_intermediate_dir)/trig-table.cc: $(LOCAL_PATH)/v8/tools/generate-trig-table.py $(GYP_TARGET_DEPENDENCIES)
24 $(hide)cd $(gyp_local_path)/v8/tools/gyp; mkdir -p $(gyp_shared_intermediate_dir); python ../../tools/generate-trig-table.py "$(gyp_shared_intermediate_dir)/trig-table.cc"
29 $(gyp_shared_intermediate_dir)/trig-table.cc
generate_trig_table.host.linux-arm.mk 18 $(gyp_shared_intermediate_dir)/trig-table.cc: gyp_local_path := $(LOCAL_PATH)
19 $(gyp_shared_intermediate_dir)/trig-table.cc: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
20 $(gyp_shared_intermediate_dir)/trig-table.cc: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
21 $(gyp_shared_intermediate_dir)/trig-table.cc: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
22 $(gyp_shared_intermediate_dir)/trig-table.cc: $(LOCAL_PATH)/v8/tools/generate-trig-table.py $(GYP_TARGET_DEPENDENCIES)
24 $(hide)cd $(gyp_local_path)/v8/tools/gyp; mkdir -p $(gyp_shared_intermediate_dir); python ../../tools/generate-trig-table.py "$(gyp_shared_intermediate_dir)/trig-table.cc"
29 $(gyp_shared_intermediate_dir)/trig-table.cc
generate_trig_table.host.linux-mips.mk 18 $(gyp_shared_intermediate_dir)/trig-table.cc: gyp_local_path := $(LOCAL_PATH)
19 $(gyp_shared_intermediate_dir)/trig-table.cc: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
20 $(gyp_shared_intermediate_dir)/trig-table.cc: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
21 $(gyp_shared_intermediate_dir)/trig-table.cc: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
22 $(gyp_shared_intermediate_dir)/trig-table.cc: $(LOCAL_PATH)/v8/tools/generate-trig-table.py $(GYP_TARGET_DEPENDENCIES)
24 $(hide)cd $(gyp_local_path)/v8/tools/gyp; mkdir -p $(gyp_shared_intermediate_dir); python ../../tools/generate-trig-table.py "$(gyp_shared_intermediate_dir)/trig-table.cc"
29 $(gyp_shared_intermediate_dir)/trig-table.cc
generate_trig_table.host.linux-x86.mk 18 $(gyp_shared_intermediate_dir)/trig-table.cc: gyp_local_path := $(LOCAL_PATH)
19 $(gyp_shared_intermediate_dir)/trig-table.cc: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
20 $(gyp_shared_intermediate_dir)/trig-table.cc: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
21 $(gyp_shared_intermediate_dir)/trig-table.cc: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
22 $(gyp_shared_intermediate_dir)/trig-table.cc: $(LOCAL_PATH)/v8/tools/generate-trig-table.py $(GYP_TARGET_DEPENDENCIES)
24 $(hide)cd $(gyp_local_path)/v8/tools/gyp; mkdir -p $(gyp_shared_intermediate_dir); python ../../tools/generate-trig-table.py "$(gyp_shared_intermediate_dir)/trig-table.cc"
29 $(gyp_shared_intermediate_dir)/trig-table.cc
  /external/mesa3d/src/mapi/glapi/
glapi_priv.h 58 _glapi_check_table_not_null(const struct _glapi_table *table);
62 _glapi_check_table(const struct _glapi_table *table);

Completed in 1614 milliseconds

1 2 3 4 5 6 7 891011>>