HomeSort by relevance Sort by last modified time
    Searched refs:info (Results 1201 - 1225 of 4844) sorted by null

<<41424344454647484950>>

  /external/chromium_org/components/test/data/password_manager/
websitetest.py 85 logging.info("action: Click %s" % selector)
104 logging.info("action: ClickIfVisible %s" % selector)
119 logging.info("action: GoTo %s" % self.name)
132 logging.info("action: Hover %s" % selector)
144 logging.info("action: SendEnterTo %s" % selector)
158 logging.info("action: IsDisplayed %s" % selector)
172 logging.info("action: Wait %s" % duration)
212 logging.info("action: FillPasswordInto %s" % selector)
250 logging.info("action: FillUsernameInto %s" % selector)
269 logging.info("action: Submit %s" % selector
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-hangul.cc 208 hb_glyph_info_t *info = buffer->out_info; local
209 hb_glyph_info_t tone = info[end];
210 memmove (&info[start + 1], &info[start], (end - start) * sizeof (hb_glyph_info_t));
211 info[start] = tone;
354 hb_glyph_info_t *info = buffer->out_info;
367 info[i++].hangul_shaping_feature() = LJMO;
368 info[i++].hangul_shaping_feature() = VJMO;
370 info[i++].hangul_shaping_feature() = TJMO;
403 hb_glyph_info_t *info = buffer->info local
    [all...]
  /external/chromium_org/tools/android/forwarder/
forwarder.cc 137 LOG(INFO) << "Server information: " << forward_to_;
138 LOG(INFO) << "No.: age up(bytes,idle) down(bytes,idle)";
142 const ForwarderInfo& info = forwarders_[i]; local
143 if (info.start_time) {
145 LOG(INFO) << count << ": " << now - info.start_time << " up("
146 << info.socket1_bytes << ","
147 << now - info.socket1_last_byte_time << " down("
148 << info.socket2_bytes << ","
149 << now - info.socket2_last_byte_time << ")"
196 ForwarderInfo* info = server->GetForwarderInfo(index); local
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecListTest.java 175 for (MediaCodecInfo info : infos) {
176 Log.d(TAG, "codec: " + info.getName());
177 Log.d(TAG, " isEncoder = " + info.isEncoder());
179 MediaCodec codec = MediaCodec.createByCodecName(info.getName());
181 assertEquals(codec.getName(), info.getName());
183 assertEquals(codec.getCodecInfo(), info); local
208 for (MediaCodecInfo info : infos) {
209 Log.d(TAG, "codec: " + info.getName());
210 Log.d(TAG, " isEncoder = " + info.isEncoder());
212 String[] types = info.getSupportedTypes()
    [all...]
  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 90 PoolVarInfo &info = I->second; local
94 clearRefsIn(info.Dcl, info.Refs);
96 scpI = info.Scopes.begin(),
97 scpE = info.Scopes.end(); scpI != scpE; ++scpI) {
99 clearRefsIn(*scope.Begin, info.Refs);
100 clearRefsIn(*scope.End, info.Refs);
101 clearRefsIn(scope.Releases.begin(), scope.Releases.end(), info.Refs);
106 if (info.Refs.empty())
111 PoolVarInfo &info = PoolVars[VarsToHandle[i]] local
174 PoolVarInfo &info = PoolVars[VD]; local
    [all...]
  /external/opencv/cvaux/src/
cvhmm1d.cpp 847 Cv1DObsInfo* info = obs_info_array[i];
849 for (k = 0; k < info->obs_x; k++, counter++)
856 state = info->state[counter];
858 if (k < info->obs_x - 1)
862 nextstate = info->state[counter+1];
915 CvImgObsInfo* info = obs_info_array[k];
917 for (i = 0; i < info->obs_x; i++)
919 int e_state = info->state[i];
922 min_dist = icvSquareDistance((info->obs) + (i * info->obs_size),
    [all...]
  /external/deqp/modules/egl/
teglQuerySurfaceTests.cpp 108 void checkCommonAttributes (const tcu::egl::Surface& surface, const ConfigInfo& info);
117 void QuerySurfaceCase::checkCommonAttributes (const tcu::egl::Surface& surface, const ConfigInfo& info)
127 if (id != info.configId)
190 if (multisampleResolve == EGL_MULTISAMPLE_RESOLVE_BOX && !(info.surfaceType & EGL_MULTISAMPLE_RESOLVE_BOX_BIT))
207 if (swapBehavior == EGL_BUFFER_PRESERVED && !(info.surfaceType & EGL_SWAP_BEHAVIOR_PRESERVED_BIT))
224 if (vgAlphaFormat == EGL_VG_ALPHA_FORMAT_PRE && !(info.surfaceType & EGL_VG_ALPHA_FORMAT_PRE_BIT))
241 if (vgColorspace == EGL_VG_COLORSPACE_LINEAR && !(info.surfaceType & EGL_VG_COLORSPACE_LINEAR_BIT))
306 ConfigInfo info; local
307 display.describeConfig(config, info);
309 log << TestLog::Message << "Creating window surface with config ID " << info.configId << TestLog::EndMessage
336 ConfigInfo info; local
366 ConfigInfo info; local
579 ConfigInfo info; local
606 ConfigInfo info; local
633 ConfigInfo info; local
682 ConfigInfo info; local
    [all...]
  /external/chromium_org/chrome/browser/renderer_host/
chrome_resource_dispatcher_host_delegate.cc 307 const ResourceRequestInfo* info = ResourceRequestInfo::ForRequest(request); local
309 info->GetVisibilityState() == blink::WebPageVisibilityStatePrerender;
417 request, resource_type, info->GetChildID(), info->GetRenderFrameID());
528 const ResourceRequestInfo* info = ResourceRequestInfo::ForRequest(request); local
529 if (info->GetVisibilityState() == blink::WebPageVisibilityStatePrerender) {
533 info->GetChildID(), info->GetRenderFrameID(), request->url())) {
577 const ResourceRequestInfo* info = ResourceRequestInfo::ForRequest(request); local
579 ProfileIOData::FromResourceContext(info->GetContext())
620 const ResourceRequestInfo* info = ResourceRequestInfo::ForRequest(request); local
639 const ResourceRequestInfo* info = ResourceRequestInfo::ForRequest(request); local
708 const ResourceRequestInfo* info = ResourceRequestInfo::ForRequest(request); local
741 const ResourceRequestInfo* info = local
    [all...]
  /external/chromium_org/components/signin/core/browser/
account_tracker_service_unittest.cc 225 // Helpers to fake access token and user info fetching
387 AccountTrackerService::AccountInfo info = local
389 ASSERT_EQ("", info.account_id);
394 AccountTrackerService::AccountInfo info = local
396 ASSERT_EQ("alpha", info.account_id);
397 ASSERT_EQ("", info.gaia);
398 ASSERT_EQ("", info.email);
404 AccountTrackerService::AccountInfo info = local
406 ASSERT_EQ("alpha", info.account_id);
407 ASSERT_EQ(AccountIdToGaiaId("alpha"), info.gaia)
416 AccountTrackerService::AccountInfo info = local
431 AccountTrackerService::AccountInfo info = local
    [all...]
  /external/lldb/source/Core/
EmulateInstruction.cpp 508 info.RegisterPlusOffset.reg.name,
509 info.RegisterPlusOffset.signed_offset);
516 info.RegisterPlusIndirectOffset.base_reg.name,
517 info.RegisterPlusIndirectOffset.offset_reg.name);
524 info.RegisterToRegisterPlusOffset.base_reg.name,
525 info.RegisterToRegisterPlusOffset.offset,
526 info.RegisterToRegisterPlusOffset.data_reg.name);
533 info.RegisterToRegisterPlusIndirectOffset.base_reg.name,
534 info.RegisterToRegisterPlusIndirectOffset.offset_reg.name,
535 info.RegisterToRegisterPlusIndirectOffset.data_reg.name)
    [all...]
  /external/lldb/tools/debugserver/source/MacOSX/
MachVMMemory.cpp 95 // wasn't in a valid region, but the "vmRegion" info was successfully
96 // read from the task which means the info describes the next valid
113 // For integrated graphics chip, this makes the accounting info for 'wired' memory more like top.
264 struct vm_region_submap_info_64 info;
267 err = mach_vm_region_recurse(task, &address, &size, &nestingDepth, (vm_region_info_t)&info, &count);
280 if (info.is_submap)
288 if (info.user_tag == VM_MEMORY_ANALYSIS_TOOL)
296 pages_resident += info.pages_resident;
297 pages_dirtied += info.pages_dirtied;
342 // Collecting some other info cheaply but not reporting for now
352 vm_region_top_info_data_t info; local
    [all...]
  /development/build/tools/
windows_sdk.mk 67 $(info )
68 $(info ====== [Windows SDK] $1 ======)
69 $(info )
72 define winsdk-info
73 $(info MAIN_SDK_NAME: $(MAIN_SDK_NAME))
74 $(info WIN_SDK_NAME : $(WIN_SDK_NAME))
75 $(info WIN_SDK_DIR : $(WIN_SDK_DIR))
76 $(info WIN_SDK_ZIP : $(WIN_SDK_ZIP))
88 $(call winsdk-info)
  /external/chromium_org/extensions/browser/api/serial/
serial_api.cc 161 serial::ConnectionInfo info; local
162 info.connection_id = id;
163 if (connection_->GetInfo(&info)) {
165 results_ = serial::Connect::Results::Create(info);
339 serial::ConnectionInfo info; local
340 info.connection_id = params_->connection_id;
341 connection->GetInfo(&info);
342 results_ = serial::GetInfo::Results::Create(info);
366 linked_ptr<serial::ConnectionInfo> info(new serial::ConnectionInfo());
367 info->connection_id = connection_id
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
Compiler.cpp 218 infoSink.info.prefix(EPrefixError);
219 infoSink.info << "sampler array index is float loop index";
250 infoSink.info.prefix(EPrefixError);
251 infoSink.info << "too many uniforms";
371 infoSink.info.erase();
397 infoSink.info.prefix(EPrefixError);
398 infoSink.info << "Missing main()";
401 infoSink.info.prefix(EPrefixError);
402 infoSink.info << "Function recursion detected";
405 infoSink.info.prefix(EPrefixError)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_push.c 298 nvc0_push_vbo(struct nvc0_context *nvc0, const struct pipe_draw_info *info)
302 unsigned inst_count = info->instance_count;
303 unsigned vert_count = info->count;
304 boolean apply_bias = info->indexed && info->index_bias;
317 data += info->index_bias * vb->stride;
327 if (info->indexed) {
335 ctx.primitive_restart = info->primitive_restart;
336 ctx.restart_index = info->restart_index;
343 if (info->count_from_stream_output)
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkBitmap.h 79 const SkImageInfo& info() const { return fInfo; } function in class:SkBitmap
226 * Allocate the bitmap's pixels to match the requested image info. If the Factory
233 SK_ALLOCPIXELS_RETURN_TYPE allocPixels(const SkImageInfo& info, SkPixelRefFactory* factory,
235 if (!this->tryAllocPixels(info, factory, ctable)) {
242 * Allocate the bitmap's pixels to match the requested image info and
243 * rowBytes. If the request cannot be met (e.g. the info is invalid or
244 * the requested rowBytes are not compatible with the info
245 * (e.g. rowBytes < info.minRowBytes() or rowBytes is not aligned with
246 * the pixel size specified by info.colorType()) then false is returned
249 bool SK_WARN_UNUSED_RESULT tryAllocPixels(const SkImageInfo& info, size_t rowBytes)
267 SkImageInfo info = SkImageInfo::MakeN32(width, height, local
273 SkImageInfo info = SkImageInfo::MakeN32(width, height, local
    [all...]
  /external/elfutils/0.153/libdw/
dwarf_getsrclines.c 64 Dwarf_Fileinfo info; member in struct:filelist
245 .info =
282 new_file->info.name = fname;
285 new_file->info.name = libdw_alloc (dbg, char, 1,
288 char *cp = new_file->info.name;
300 assert (strlen (new_file->info.name)
305 get_uleb128 (new_file->info.mtime, linep);
308 get_uleb128 (new_file->info.length, linep);
496 new_file->info.name = fname;
499 new_file->info.name
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_push.c 298 nvc0_push_vbo(struct nvc0_context *nvc0, const struct pipe_draw_info *info)
302 unsigned inst_count = info->instance_count;
303 unsigned vert_count = info->count;
304 boolean apply_bias = info->indexed && info->index_bias;
317 data += info->index_bias * vb->stride;
327 if (info->indexed) {
335 ctx.primitive_restart = info->primitive_restart;
336 ctx.restart_index = info->restart_index;
343 if (info->count_from_stream_output)
    [all...]
  /art/build/
Android.common_build.mk 37 $(info Disabling ART_BUILD_TARGET_NDEBUG)
40 $(info Disabling ART_BUILD_TARGET_DEBUG)
43 $(info Disabling ART_BUILD_HOST_NDEBUG)
46 $(info Disabling ART_BUILD_HOST_DEBUG)
54 $(info Enabling ART_SMALL_MODE because of existence of art/SMALL_ART)
66 $(info Enabling ART_SEA_IR_MODE because of existence of art/SEA_IR_ART)
78 $(info Enabling ART_USE_PORTABLE_COMPILER because of existence of art/USE_PORTABLE_COMPILER)
82 $(info Enabling ART_USE_PORTABLE_COMPILER because WITH_ART_USE_PORTABLE_COMPILER=true)
91 $(info Enabling ART_USE_OPTIMIZING_COMPILER because of existence of art/USE_OPTIMIZING_COMPILER)
279 $(info Using target GCC $(TARGET_GCC_VERSION) disables thread-safety checks.
    [all...]
  /bionic/linker/
linker.h 70 #define ELF64_R_SYM(info) (((info) >> 0) & 0xffffffff)
71 #define ELF64_R_SSYM(info) (((info) >> 32) & 0xff)
72 #define ELF64_R_TYPE3(info) (((info) >> 40) & 0xff)
73 #define ELF64_R_TYPE2(info) (((info) >> 48) & 0xff)
74 #define ELF64_R_TYPE(info) (((info) >> 56) & 0xff
    [all...]
  /bootable/recovery/
ui.cpp 130 key_timer_t* info = new key_timer_t; local
131 info->ui = this;
132 info->key_code = key_code;
133 info->count = key_down_count;
134 pthread_create(&th, NULL, &RecoveryUI::time_key_helper, info);
177 key_timer_t* info = (key_timer_t*) cookie; local
178 info->ui->time_key(info->key_code, info->count);
179 delete info;
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
CustomViewAccessibilityActivity.java 90 public void onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo info) {
91 super.onInitializeAccessibilityNodeInfo(info);
93 // appropriate info properties. Then we add our properties
95 info.setCheckable(true);
96 info.setChecked(isChecked());
100 info.setText(text);
158 AccessibilityNodeInfo info) {
159 super.onInitializeAccessibilityNodeInfo(host, info);
161 // appropriate info properties. Then we add our properties
163 info.setCheckable(true)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/
BCDHPublicKey.java 32 private transient SubjectPublicKeyInfo info; field in class:BCDHPublicKey
64 SubjectPublicKeyInfo info)
66 this.info = info;
71 derY = (ASN1Integer)info.parsePublicKey();
75 throw new IllegalArgumentException("invalid info structure in DH public key");
80 ASN1Sequence seq = ASN1Sequence.getInstance(info.getAlgorithm().getParameters());
81 ASN1ObjectIdentifier id = info.getAlgorithm().getAlgorithm();
121 if (info != null)
123 return KeyUtil.getEncodedSubjectPublicKeyInfo(info);
    [all...]
  /external/chromium_org/build/android/
install_emulator_deps.py 121 logging.info('kvm-ok not installed')
127 logging.info('Download Android SDK.')
169 logging.info('Download x86 system image directory into sdk directory.')
183 logging.info('Deploying system image to %s' % sys_imgs)
214 logging.info('running update command: %s' % update_command_str)
238 # run_tests_helper will set logging to INFO or DEBUG
243 logging.basicConfig(level=logging.INFO,
249 logging.info('android_emulator_sdk/ already exists, skipping download.')
255 logging.info('SDK platform android-%d already present, skipping.' %
258 logging.info('SDK platform android-%d not present, installing.'
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_gaia_signin.css 28 #enterprise-info-container,
29 #saml-info-container {
109 #enterprise-info-container {
117 #enterprise-info-container #enterprise-info {

Completed in 2576 milliseconds

<<41424344454647484950>>