HomeSort by relevance Sort by last modified time
    Searched full:info (Results 851 - 875 of 5694) sorted by null

<<31323334353637383940>>

  /build/tools/apriori/
cmdline.c 34 "do a dry run--calculate the prelink info but do not update any files",
108 INFO ("option -%c with value `%s'\n", c, (optarg ?: "(null)"));
141 INFO ("option %s", long_options[option_index].name);
143 INFO (" with arg %s", optarg);
144 INFO ("\n");
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
PassFailButtons.java 39 * <li>Optionally call setInfoTextResources to add an info button that will show a
50 * the first time. Also enables the visibility of an "Info" button between the "Pass" and
91 // Show the middle "info" button and make it show the info dialog when clicked.
100 // Show the info dialog if the user has never seen it before.
  /dalvik/dx/src/com/android/dx/ssa/
DomFront.java 94 DomInfo info = domInfos[i]; local
96 + info.idom);
155 DomInfo info = domInfos[i]; local
157 if (info.idom == -1) continue;
159 SsaBasicBlock domParent = nodes.get(info.idom);
  /dalvik/dx/tests/
run-test 41 info="info.txt"
91 td_info="$testdir"/"$info"
140 echo '#################### info'
141 cat "$info" | sed 's/^/# /g'
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JCERSAPrivateCrtKey.java 86 * construct an RSA key from a private key info object.
89 PrivateKeyInfo info)
91 this(new RSAPrivateKeyStructure((ASN1Sequence)info.getPrivateKey()));
129 PrivateKeyInfo info = new PrivateKeyInfo(new AlgorithmIdentifier(PKCSObjectIdentifiers.rsaEncryption, DERNull.INSTANCE), new RSAPrivateKeyStructure(getModulus(), getPublicExponent(), getPrivateExponent(), getPrimeP(), getPrimeQ(), getPrimeExponentP(), getPrimeExponentQ(), getCrtCoefficient()).getDERObject()); local
132 return info.getDEREncoded();
  /external/chromium/net/base/
keygen_handler_nss.cc 134 LOG(INFO) << "Creating key pair...";
142 LOG(INFO) << "done.";
145 LOG(INFO) << "Generation of Keypair failed!";
153 // Create a subject public key info from the public key.
221 LOG(INFO) << "SSl Keygen succeeded!";
  /external/chromium/net/proxy/
proxy_resolver_js_bindings_unittest.cc 25 virtual int Resolve(const RequestInfo& info,
150 HostResolver::RequestInfo info("foo", 80);
152 EXPECT_EQ(OK, host_resolver->Resolve(info, &address_list, NULL, NULL, NULL));
155 info.set_address_family(ADDRESS_FAMILY_IPV4);
156 EXPECT_EQ(OK, host_resolver->Resolve(info, &address_list, NULL, NULL, NULL));
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
GenericAttribute_info.java 34 public GenericAttribute_info (final int attribute_name_index, final byte [] info)
36 super (attribute_name_index, (info != null ? info.length : 0));
38 m_info = (info != null ? info : EMPTY_BYTE_ARRAY);
  /external/proguard/src/proguard/classfile/
Clazz.java 199 * Lets the given member info visitor visit all fields of this class.
204 * Lets the given member info visitor visit the specified field.
209 * Lets the given member info visitor visit all methods of this class.
214 * Lets the given member info visitor visit the specified method.
229 * Lets the given attribute info visitor visit all attributes of this class.
  /external/qemu/distrib/sdl-1.2.12/src/thread/
SDL_thread.c 173 SDL_Thread *info; member in struct:__anon6055
191 args->info->threadid = SDL_ThreadID();
196 statusloc = &args->info->status;
216 /* Allocate memory for the thread info structure */
234 args->info = thread;
  /external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/
SDL_thread.c 158 SDL_Thread *info; member in struct:__anon6057
176 args->info->threadid = SDL_ThreadID();
181 statusloc = &args->info->status;
196 /* Allocate memory for the thread info structure */
214 args->info = thread;
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fb3dfx.c 180 if ( ! this->info.blit_hw_A ) {
185 if ( ! this->info.blit_hw_CC ) {
210 this->info.blit_fill = 1;
214 this->info.blit_hw = 1;
215 this->info.blit_hw_CC = 1;
  /external/skia/src/images/
SkImageDecoder_libpvjpeg.cpp 77 TPvJpgDecInfo info; local
78 TPvJpgDecStatus status = codec->GetInfo(&info);
82 int width = info.iWidth[0];
83 int height = info.iHeight[0];
92 SkASSERT(info.iNumComponent == 3);
  /external/webkit/WebCore/bindings/v8/custom/
V8DocumentCustom.cpp 122 v8::Handle<v8::Value> V8Document::implementationAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
124 ASSERT(info.Holder()->InternalFieldCount() >= internalFieldCount);
127 v8::Local<v8::Value> implementation = info.Holder()->GetInternalField(V8Document::implementationIndex);
132 Document* document = V8Document::toNative(info.Holder());
136 info.Holder()->SetInternalField(implementationIndex, wrapper);
  /external/webkit/WebCore/manual-tests/NPN_Invoke/NPN_Invoke.xcodeproj/
project.pbxproj 24 8D576317048677EA00EA77CD /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
65 8D576317048677EA00EA77CD /* Info.plist */,
179 INFOPLIST_FILE = Info.plist;
195 INFOPLIST_FILE = Info.plist;
  /external/webkit/WebCore/platform/graphics/gtk/
ImageGtk.cpp 37 template <> void freeOwnedGPtr<GtkIconInfo>(GtkIconInfo* info)
39 if (info)
40 gtk_icon_info_free(info);
57 GOwnPtr<GtkIconInfo> info(iconInfo);
58 return CString(gtk_icon_info_get_filename(info.get()));
  /external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/NetscapeCocoaPlugin.xcodeproj/
project.pbxproj 23 8D576317048677EA00EA77CD /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
60 8D576317048677EA00EA77CD /* Info.plist */,
166 INFOPLIST_FILE = Info.plist;
185 INFOPLIST_FILE = Info.plist;
  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationPlugin/NetscapeCoreAnimationPlugin.xcodeproj/
project.pbxproj 26 8D576317048677EA00EA77CD /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
68 8D576317048677EA00EA77CD /* Info.plist */,
172 INFOPLIST_FILE = Info.plist;
191 INFOPLIST_FILE = Info.plist;
  /external/webkit/WebKitExamplePlugins/NetscapeInputMethodPlugin/NetscapeInputMethodPlugin.xcodeproj/
project.pbxproj 20 8D576317048677EA00EA77CD /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
57 8D576317048677EA00EA77CD /* Info.plist */,
160 INFOPLIST_FILE = Info.plist;
179 INFOPLIST_FILE = Info.plist;
  /frameworks/base/core/jni/
android_util_Log.cpp 37 jint info; member in struct:android::levels_t
49 case 'I': return levels.info;
55 return levels.info;
162 levels.info = env->GetStaticIntField(clazz, env->GetStaticFieldID(clazz, "INFO", "I"));
  /frameworks/base/include/media/
mediaplayer.h 73 // Info and warning codes for the media player framework. These are non fatal,
76 // Info and warning messages are communicated back to the client using the
81 // 'ext2' contains an implementation dependant info code to provide
86 // 7xx: Android Player info/warning (e.g player lagging behind.)
87 // 8xx: Media info/warning (e.g media badly interleaved.)
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
CallerInfoTest.java 58 * Checks the caller info instance is flagged as an emergency if
100 * For emergency caller info, phoneNumber should be set to the
201 public void onQueryComplete(int token, Object cookie, CallerInfo info) {
203 mInfo = info;
214 // For emergency caller info, phoneNumber should be set to the
  /libcore/luni/src/main/java/java/sql/
Driver.java 60 * @param info
70 public Connection connect(String url, Properties info) throws SQLException;
99 * @param info
104 * to those supplied in the {@code info} parameter) in order to
109 public DriverPropertyInfo[] getPropertyInfo(String url, Properties info)
  /libcore/luni/src/test/java/tests/SQLite/
JDBCDriverTest.java 218 DriverPropertyInfo[] info = null; local
221 info = jDriver.getPropertyInfo(getConnectionURL(), null);
222 assertNotNull(info);
223 assertTrue(info.length > 0);
232 assertNotNull(info);
  /packages/apps/Settings/src/com/android/settings/wifi/
AccessPoint.java 146 void update(WifiInfo info, DetailedState state) {
148 if (info != null && networkId != -1 && networkId == info.getNetworkId()) {
150 mRssi = info.getRssi();
151 mInfo = info;

Completed in 1212 milliseconds

<<31323334353637383940>>