HomeSort by relevance Sort by last modified time
    Searched full:info (Results 826 - 850 of 25470) sorted by null

<<31323334353637383940>>

  /external/iptables/extensions/
libip6t_SNPT.c 64 const struct ip6t_npt_tginfo *info = (const void *)target->data; local
66 if (memcmp(&info->src_pfx.in6, &zero_addr, sizeof(zero_addr)) != 0 ||
67 info->src_pfx_len != 0)
69 xtables_ip6addr_to_numeric(&info->src_pfx.in6),
70 info->src_pfx_len);
71 if (memcmp(&info->dst_pfx.in6, &zero_addr, sizeof(zero_addr)) != 0 ||
72 info->dst_pfx_len != 0)
74 xtables_ip6addr_to_numeric(&info->dst_pfx.in6),
75 info->dst_pfx_len);
libxt_MARK.c 128 struct xt_mark_tginfo2 *info = cb->data; local
133 info->mark = cb->val.mark;
134 info->mask = cb->val.mask;
137 info->mark = cb->val.mark;
138 info->mask = cb->val.mark | cb->val.mask;
141 info->mark = 0;
142 info->mask = ~cb->val.u32;
145 info->mark = info->mask = cb->val.u32;
148 info->mark = cb->val.u32
208 const struct xt_mark_tginfo2 *info = (const void *)target->data; local
243 const struct xt_mark_tginfo2 *info = (const void *)target->data; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_shader_semantics.h 48 struct r300_shader_semantics* info)
52 info->pos = ATTR_UNUSED;
53 info->psize = ATTR_UNUSED;
54 info->face = ATTR_UNUSED;
55 info->fog = ATTR_UNUSED;
56 info->wpos = ATTR_UNUSED;
59 info->color[i] = ATTR_UNUSED;
60 info->bcolor[i] = ATTR_UNUSED;
64 info->generic[i] = ATTR_UNUSED;
  /frameworks/base/core/java/android/net/
DhcpInfo.java 90 DhcpInfo info = new DhcpInfo();
91 info.ipAddress = in.readInt();
92 info.gateway = in.readInt();
93 info.netmask = in.readInt();
94 info.dns1 = in.readInt();
95 info.dns2 = in.readInt();
96 info.serverAddress = in.readInt();
97 info.leaseDuration = in.readInt();
98 return info;
  /development/apps/Development/src/com/android/development/
PackageBrowser.java 47 PackageInfo info; field in class:PackageBrowser.MyPackageInfo
62 MyPackageInfo info = new MyPackageInfo(); local
63 info.info = pkgs.get(i);
64 info.label = info.info.applicationInfo.loadLabel(getPackageManager()).toString();
65 mPackageInfoList.add(info);
74 public void bindView(View view, MyPackageInfo info) {
78 icon.setImageDrawable(info.info.applicationInfo.loadIcon(getPackageManager()))
190 MyPackageInfo info = local
    [all...]
  /external/autotest/client/samples/
control.oprofile_power5 17 logging.info("Testing default event")
22 logging.info("Testing specified vmlinux")
27 logging.info("Testing one event")
32 logging.info("Testing multiple events")
38 logging.info("Testing other args")
  /external/autotest/client/virt/tests/
linux_s3.py 18 logging.info("Checking that VM supports S3")
21 logging.info("Waiting for a while for X to start")
25 logging.info("Current virtual terminal is %s", src_tty)
33 logging.info("Putting VM into S3")
39 logging.info("VM resumed after S3")
  /external/ceres-solver/internal/ceres/
lapack.cc 42 int* info);
51 int* info);
63 int* info);
80 int info = 0;
84 dpotrf_(&uplo, &n, lhs, &n, &info);
85 if (info < 0) {
89 << "Argument: " << -info << " is invalid.";
93 if (info > 0) {
97 "The leading minor of order %d is not positive definite.", info);
101 dpotrs_(&uplo, &n, &nrhs, lhs, &n, rhs_and_solution, &n, &info);
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/testing/
scrollable_page.html 10 Below info are used in smoothness unittest only. use URL below to get the
11 diagnostic info which is used when this page failed in test due to the
15 <div id="info"></div>
17 var txt = "<h3>Screen info (Used for diagnosis):</h3>"
29 document.getElementById("info").innerHTML = txt;
  /external/chromium-trace/catapult/third_party/flot/
jquery.flot.canvas.min.js 7 (function($){var options={canvas:true};var render,getTextInfo,addText;var hasOwnProperty=Object.prototype.hasOwnProperty;function init(plot,classes){var Canvas=classes.Canvas;if(render==null){getTextInfo=Canvas.prototype.getTextInfo,addText=Canvas.prototype.addText,render=Canvas.prototype.render}Canvas.prototype.render=function(){if(!plot.getOptions().canvas){return render.call(this)}var context=this.context,cache=this._textCache;context.save();context.textBaseline="middle";for(var layerKey in cache){if(hasOwnProperty.call(cache,layerKey)){var layerCache=cache[layerKey];for(var styleKey in layerCache){if(hasOwnProperty.call(layerCache,styleKey)){var styleCache=layerCache[styleKey],updateStyles=true;for(var key in styleCache){if(hasOwnProperty.call(styleCache,key)){var info=styleCache[key],positions=info.positions,lines=info.lines;if(updateStyles){context.fillStyle=info.font.color;context.font=info.font.definition;updateStyles=false}for(var i=0,position;position=positions[i];i++){if(position.active){for(var j=0,line;line=position.lines[j];j++){context.fillText(lines[j].text,line[0],line[1])}}else{positions.splice(i--,1)}}if(positions.length==0){delete styleCache[key]}}}}}}}context.restore()};Canvas.prototype.getTextInfo=function(layer,text,font,angle,width){if(!plot.getOptions().canvas){return getTextInfo.call(this,layer,text,font,angle,width)}var textStyle,layerCache,styleCache,info;text=""+text;if(typeof font==="object"){textStyle=font.style+" "+font.variant+" "+font.weight+" "+font.size+"px "+font.family}else{textStyle=font}layerCache=this._textCache[layer];if(layerCache==null){layerCache=this._textCache[layer]={}}styleCache=layerCache[textStyle];if(styleCache==null){styleCache=layerCache[textStyle]={}}info=styleCache[text];if(info==null){var context=this.context;if(typeof font!=="object"){var element=$("<div>&nbsp;</div>").css("position","absolute").addClass(typeof font==="string"?font:null).appendTo(this.getTextLayer(layer));font={lineHeight:element.height(),style:element.css("font-style"),variant:element.css("font-variant"),weight:element.css("font-weight"),family:element.css("font-family"),color:element.css("color")};font.size=element.css("line-height",1).height();element.remove()}textStyle=font.style+" "+font.variant+" "+font.weight+" "+font.size+"px "+font.family;info=styleCache[text]={width:0,height:0,positions:[],lines:[],font:{definition:textStyle,color:font.color}};context.save();context.font=textStyle;var lines=(text+"").replace(/<br ?\/?>|\r\n|\r/g,"\n").split("\n");for(var i=0;i<lines.length;++i){var lineText=lines[i],measured=context.measureText(lineText);info.width=Math.max(measured.width,info.width);info.height+=font.lineHeight;info.lines.push({text:lineT (…)
    [all...]
  /external/chromium-trace/catapult/tracing/tracing/model/
alert.html 18 function Alert(info, start, opt_associatedEvents, opt_args) {
20 this.info = info;
32 return this.info.title;
36 return this.info.colorId;
  /external/clang/test/CodeGenCXX/
debug-info-class-nolimit.cpp 1 // RUN: %clang_cc1 -triple x86_64-unk-unk -debug-info-kind=standalone -o - -emit-llvm %s | FileCheck %s
2 // On Darwin, "full" debug info is the default, so really these tests are
4 // RUN: %clang_cc1 -triple x86_64-apple-darwin -debug-info-kind=standalone -o - -emit-llvm %s | FileCheck %s
7 // Check that we emit debug info for the definition of a struct if the
25 // the type and no debug-info related use after we see the definition of the
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
TestStorage.java 29 private SessionInfo info; field in class:TestStorage
40 return info;
55 public void visitSessionInfo(SessionInfo info) {
56 this.info = info;
  /external/llvm/test/Other/
bcanalyzer-block-info.txt 1 RUN: llvm-bcanalyzer -dump %S/Inputs/has-block-info.bc | FileCheck -check-prefix=CHECK -check-prefix=DATA %s
2 RUN: llvm-bcanalyzer -dump %S/Inputs/no-block-info.bc | FileCheck -check-prefix=UNKNOWN -check-prefix=DATA %s
3 RUN: llvm-bcanalyzer -dump %S/Inputs/no-block-info.bc -block-info %S/Inputs/block-info-only.bc | FileCheck -check-prefix=CHECK -check-prefix=DATA %s
  /external/proguard/src/proguard/optimize/info/
ParameterUsageMarker.java 21 package proguard.optimize.info;
222 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local
223 if (info != null)
225 info.setParameterSize(parameterSize);
235 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local
236 return info != null ? info.getParameterSize() : 0;
245 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local
246 if (info != null)
248 info.setParameterUsed(variableIndex)
258 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local
271 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local
282 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowConnectivityManager.java 56 public void setActiveNetworkInfo(NetworkInfo info) {
57 activeNetwork = info;
58 if (info != null) {
59 networkTypeToNetworkInfo.put(info.getType(), info); local
  /external/skia/bench/
PremulAndUnpremulAlphaOpsBench.cpp 33 SkImageInfo info = SkImageInfo::Make(W, H, fColorType, kUnpremul_SkAlphaType); variable
34 fBmp1.allocPixels(info); // used in writePixels
43 fBmp2.allocPixels(info); // used in readPixels()
51 canvas->writePixels(fBmp1.info(), fBmp1.getPixels(), fBmp1.rowBytes(), 0, 0);
53 canvas->readPixels(fBmp2.info(), fBmp2.getPixels(), fBmp2.rowBytes(), 0, 0);
  /external/strace/
loop.c 38 struct loop_info info; local
41 if (umove_or_printaddr(tcp, addr, &info))
44 tprintf("{number=%d", info.lo_number);
48 (unsigned long) info.lo_device,
49 info.lo_inode,
50 (unsigned long) info.lo_rdevice);
53 tprintf(", offset=%#x", info.lo_offset);
55 if (!abbrev(tcp) || info.lo_encrypt_type != LO_CRYPT_NONE) {
57 printxval(loop_crypt_type_options, info.lo_encrypt_type,
59 tprintf(", encrypt_key_size=%d", info.lo_encrypt_key_size)
    [all...]
  /external/valgrind/gdbserver_tests/
mssnapshot.stderrB.exp 6 v.info all_errors : show all errors found so far
7 v.info last_error : show last error found
8 v.info location <addr> : show information about location <addr>
9 v.info n_errs_found [msg] : show the nr of errors found so far and the given msg
10 v.info open_fds : show open file descriptors (only if --track-fds=yes)
  /prebuilts/misc/windows/sdl2/test/
testautomation_syswm.c 21 SDL_SysWMinfo info; local
30 /* Initialize info structure with SDL version info */
31 SDL_VERSION(&info.version);
34 result = SDL_GetWindowWMInfo(window, &info);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmptyLaunchAction.java 28 public boolean doLaunchAction(DelayedLaunchInfo info, Collection<IDevice> devices) {
30 doLaunchAction(info, d);
36 public boolean doLaunchAction(DelayedLaunchInfo info, IDevice device) {
39 info.getPackageFile().getFullPath().toOSString());
40 AdtPlugin.printToConsole(info.getProject(), msg, "Done!");
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadInfo.java 65 public void updateFromDatabase(DownloadInfo info) {
66 info.mId = getLong(Downloads.Impl._ID);
67 info.mUri = getString(Downloads.Impl.COLUMN_URI);
68 info.mNoIntegrity = getInt(Downloads.Impl.COLUMN_NO_INTEGRITY) == 1;
69 info.mHint = getString(Downloads.Impl.COLUMN_FILE_NAME_HINT);
70 info.mFileName = getString(Downloads.Impl._DATA);
71 info.mMimeType = Intent.normalizeMimeType(getString(Downloads.Impl.COLUMN_MIME_TYPE));
72 info.mDestination = getInt(Downloads.Impl.COLUMN_DESTINATION);
73 info.mVisibility = getInt(Downloads.Impl.COLUMN_VISIBILITY);
74 info.mStatus = getInt(Downloads.Impl.COLUMN_STATUS)
203 final DownloadInfo info = new DownloadInfo(context); local
    [all...]
  /external/deqp/executor/tools/
xeMergeTestLogs.cpp 70 void setSessionInfo (const xe::SessionInfo& info)
76 if (!info.targetName.empty()) combinedInfo.targetName = info.targetName;
77 if (!info.releaseId.empty()) combinedInfo.releaseId = info.releaseId;
78 if (!info.releaseName.empty()) combinedInfo.releaseName = info.releaseName;
79 if (!info.candyTargetName.empty()) combinedInfo.candyTargetName = info.candyTargetName;
80 if (!info.configName.empty()) combinedInfo.configName = info.configName
    [all...]
  /external/v8/src/
optimizing-compile-dispatcher.cc 20 CompilationInfo* info = job->info(); local
22 if (info->is_osr()) {
25 Handle<Code> code = info->unoptimized_code();
26 uint32_t offset = code->TranslateAstIdToPcOffset(info->osr_ast_id());
30 Handle<JSFunction> function = info->closure();
34 delete info;
114 if (!job->info()->is_osr()) {
153 if (!job->info()->is_osr()) {
224 CompilationInfo* info = job->info() local
259 CompilationInfo* info = job->info(); local
346 CompilationInfo* info = stale->info(); local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java 570 BluetoothOppShareInfo info = new BluetoothOppShareInfo( local
588 Log.v(TAG, "ID : " + info.mId);
589 // Log.v(TAG, "URI : " + ((info.mUri != null) ? "yes" : "no"));
590 Log.v(TAG, "URI : " + info.mUri);
591 Log.v(TAG, "HINT : " + info.mHint);
592 Log.v(TAG, "FILENAME: " + info.mFilename);
593 Log.v(TAG, "MIMETYPE: " + info.mMimetype);
594 Log.v(TAG, "DIRECTION: " + info.mDirection);
595 Log.v(TAG, "DESTINAT: " + info.mDestination);
596 Log.v(TAG, "VISIBILI: " + info.mVisibility)
690 BluetoothOppShareInfo info = mShares.get(arrayPos); local
787 BluetoothOppShareInfo info = mShares.get(arrayPos); local
884 BluetoothOppShareInfo info = mShares.get(arrayPos); local
892 BluetoothOppShareInfo info = mShares.get(arrayPos); local
897 BluetoothOppShareInfo info = mShares.get(arrayPos); local
911 BluetoothOppShareInfo info = mShares.get(arrayPos); local
    [all...]

Completed in 926 milliseconds

<<31323334353637383940>>