/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
composable_model_test.py | 124 'age': 132 age = feature_column.real_valued_column('age') 135 classifier = _linear_estimator(head, feature_columns=[age, language]) 149 'age': 158 age = feature_column.sparse_column_with_hash_bucket('age', 2) 161 classifier = _joint_linear_estimator(head, feature_columns=[age, language])
|
linear_test.py | 85 'age': 94 age = feature_column_lib.real_valued_column('age') 96 classifier = linear.LinearClassifier(feature_columns=[age, language]) 109 'age': 119 age = feature_column_lib.sparse_column_with_hash_bucket('age', 2) 122 _joint_weight=True, feature_columns=[age, language]) 244 'age': 259 feature_columns = [language_column, fc_core.numeric_column('age')] [all...] |
/external/mesa3d/src/egl/drivers/dri2/ |
platform_drm.c | 193 int age = 0; local 198 dri2_surf->color_buffers[i].age >= age) { 200 age = dri2_surf->color_buffers[i].age; 392 if (dri2_surf->color_buffers[i].age > 0) 393 dri2_surf->color_buffers[i].age++; 401 dri2_surf->current->age = 1; 422 return dri2_surf->back->age;
|
/external/junit-params/src/test/java/junitparams/usage/ |
SamplesOfUsageTest.java | 109 public void loadParamsFromCsv(int age, String name) { } 119 public void loadParamsFromClasspath(int age, String name) { }
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_resource_texture.h | 59 unsigned age; member in struct:svga_texture 175 * Increment the age of a view into a texture 183 tex->view_age[level] = ++(tex->age);
|
svga_surface.c | 208 needCopyResource = tex->backed_age < tex->age; 236 tex->backed_age = tex->age; 452 else if (s->backed->age < tex->age) { 482 s->backed->age = tex->age; 684 /* Increment the view_age and texture age for this surface's mipmap 686 * Note: we age the texture for backed surface view only when the 785 /* Sync the surface view age with the texture age */ [all...] |
/external/syzkaller/vendor/golang.org/x/net/http2/ |
headermap.go | 24 "age",
|
/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/ |
ExtensionSpiTest.java | 108 Key.get(Integer.class, named("age"))); 152 StrangeCat createStrangeCatWithConstructorForAge(Integer age); 174 StrangeCat(@Assisted Integer age) {} 182 @Named("age") Integer age, 199 bind(Integer.class).annotatedWith(named("age")).toInstance(12);
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
ScriptMetadata.java | 44 WR, AGE, SAMPLE_CODE, ID_USAGE("ID Usage (UAX31)"), RTL("RTL?"), LB_LETTERS("LB letters?"), SHAPING_REQ("Shaping Req?"), IME("IME?"), ORIGIN_COUNTRY( 141 public final VersionInfo age; field in class:ScriptMetadata.Info 156 age = VersionInfo.getInstance(Column.AGE.getItem(items)); 157 if (age.compareTo(UNICODE_VERSION) > 0) { 190 age = other.age;
|
/external/libbrillo/brillo/ |
any_unittest.cc | 212 int age; member in struct:Person 218 val.GetPtr<Person>()->age /= 2; 220 EXPECT_EQ(20, val.Get<Person>().age); 222 EXPECT_EQ(40, val2.Get<Person>().age); 298 int age; member in struct:Person
|
/external/iproute2/ip/ |
iplink_vxlan.c | 202 __u32 age; local 208 age = 0; 209 else if (get_u32(&age, *argv, 0)) 211 addattr32(n, 1024, IFLA_VXLAN_AGEING, age); 551 __u32 age = rta_getattr_u32(tb[IFLA_VXLAN_AGEING]); local 553 if (age == 0) 556 print_uint(PRINT_ANY, "ageing", "ageing %u ", age);
|
/external/icu/icu4c/source/tools/toolutil/ |
ppucd.h | 52 UVersionInfo age; member in struct:UniProps 81 /** defaults;0000..10FFFF;age=NA;bc=L;... */ 83 /** block;0000..007F;age=1.1;blk=ASCII;ea=Na;... */
|
/external/tensorflow/tensorflow/contrib/cloud/python/ops/ |
bigquery_reader_ops.py | 33 # age INT, 39 age=tf.FixedLenFeature([1], tf.int32), 57 # Process the Tensors examples["name"], examples["age"], etc...
|
/external/wpa_supplicant_8/wpa_supplicant/ |
bss.c | 309 calculate_update_time(fetch_time, src->age, &dst->last_update); 617 calculate_update_time(fetch_time, res->age, &update_time); 742 calculate_update_time(fetch_time, res->age, &update); 744 struct os_reltime age; local 746 &age); 750 (unsigned int) age.sec, 751 (unsigned int) age.usec); 911 * @age: Maximum entry age in seconds 913 * Remove BSS entries that have not been updated during the last @age seconds [all...] |
bss.h | 126 void wpa_bss_flush_by_age(struct wpa_supplicant *wpa_s, int age);
|
/external/grpc-grpc/tools/run_tests/python_utils/ |
port_server.py | 105 age = time.time() - in_use[i] 106 if age < max_timeout:
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_synth.h | 279 EAS_U16 age; /* large value means old note */ member in struct:s_synth_voice_tag 385 EAS_U16 age; member in struct:s_voice_mgr_tag
|
eas_voicemgt.c | 184 pVoice->age = DEFAULT_AGE; 1540 EAS_U16 age; local [all...] |
/external/v8/src/heap/ |
incremental-marking.cc | 476 bool IncrementalMarking::ShouldRetainMap(Map* map, int age) { 477 if (age == 0) { 503 // We do not age and retain disposed maps to avoid memory leaks. 511 int age = Smi::ToInt(retained_maps->Get(i + 1)->ToSmi()); local 516 if (ShouldRetainMap(map, age)) { 520 if (age > 0 && prototype->IsHeapObject() && 522 // The prototype is not marked, age the map. 523 new_age = age - 1; 526 // transition tree alive, not JSObjects. Do not age the map. 527 new_age = age; [all...] |
/bionic/libc/kernel/uapi/drm/ |
i810_drm.h | 126 int age; member in struct:_drm_i810_tex_region
|
via_drm.h | 134 int age; member in struct:_drm_via_tex_region
|
/external/kernel-headers/original/uapi/drm/ |
i810_drm.h | 153 int age; /* tracked by clients to update local LRU's */ member in struct:_drm_i810_tex_region 167 * age different to the one you set, then you are mistaken and 173 * in the same lru which is used to age their own textures, 185 int last_dispatch; /* age of the most recently dispatched buffer */
|
via_drm.h | 182 int age; /* tracked by clients to update local LRU's */ member in struct:_drm_via_tex_region
|
/external/libdrm/include/drm/ |
via_drm.h | 183 int age; /* tracked by clients to update local LRU's */ member in struct:_drm_via_tex_region
|
/external/v8/src/objects/ |
code-inl.h | 675 BytecodeArray::Age BytecodeArray::bytecode_age() const { 677 return static_cast<Age>(RELAXED_READ_INT8_FIELD(this, kBytecodeAgeOffset)); 680 void BytecodeArray::set_bytecode_age(BytecodeArray::Age age) { 681 DCHECK_GE(age, kFirstBytecodeAge); 682 DCHECK_LE(age, kLastBytecodeAge); 685 RELAXED_WRITE_INT8_FIELD(this, kBytecodeAgeOffset, static_cast<int8_t>(age));
|