HomeSort by relevance Sort by last modified time
    Searched full:res (Results 651 - 675 of 6406) sorted by null

<<21222324252627282930>>

  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_wext.c 1219 struct wpa_scan_res res; member in struct:wext_scan_data
1229 struct wext_scan_data *res)
1232 res->res.caps |= IEEE80211_CAP_IBSS
1512 struct wpa_scan_results *res; local
2229 int algs = 0, res; local
    [all...]
driver_prism54.c 65 int res; local
77 res = hostapd_ioctl_prism54(drv, param, blen, 1);
81 return res;
90 int res; local
101 res = hostapd_ioctl_prism54(drv, param, blen, 1);
105 return res;
204 int res; local
215 res = hostapd_ioctl_prism54(drv, param, blen, 1);
219 return res;
  /frameworks/base/docs/html/guide/topics/resources/
localization.jd 131 specially named subdirectories of the project's <code>res/</code> directory.
140 <code>res/values/strings.xml</code>. If this default file is absent, or if it
148 (<code>res/values-en/strings.xml</code>) that defines <code>text_a</code> and
150 resource file (<code>res/values/strings.xml</code>) that includes a
157 <code>res/values-en/strings.xml</code> contains both of the needed text
165 <p>To prevent this situation, make sure that a <code>res/values/strings.xml</code>
179 <p><code>&nbsp;&nbsp;&nbsp;&nbsp;res/values/strings.xml</code> (required directory)</p>
181 <p>The text strings in <code>res/values/strings.xml</code> should use the
188 <code>&nbsp;&nbsp;&nbsp;&nbsp;res/drawable/</code>(required directory holding at least
190 <code>&nbsp;&nbsp;&nbsp;&nbsp;res/layout/</code> (required directory holding an XML
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
AssetManagerTest.java 16 package android.content.res.cts;
26 import android.content.res.AssetFileDescriptor;
27 import android.content.res.AssetManager;
28 import android.content.res.Resources;
29 import android.content.res.XmlResourceParser;
106 final Resources res = getContext().getResources(); local
108 res.getValue(R.raw.text, value, true);
  /external/wpa_supplicant/
eap_tls.c 82 struct eap_method_ret *ret, int res, u8 *resp,
90 if (res == -1) {
147 int res; local
166 res = eap_tls_process_helper(sm, &data->ssl, EAP_TYPE_TLS, 0, id, pos,
169 if (res < 0) {
170 return eap_tls_failure(sm, data, ret, res, resp, id,
177 if (res == 1) {
driver_prism54.c 67 int res; local
79 res = hostapd_ioctl_prism54(drv, param, blen, 1);
83 return res;
92 int res; local
103 res = hostapd_ioctl_prism54(drv, param, blen, 1);
107 return res;
206 int res; local
217 res = hostapd_ioctl_prism54(drv, param, blen, 1);
221 return res;
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_gnutls.c 212 gcry_error_t res; local
223 res = gcry_cipher_open(&ctx->enc, a, GCRY_CIPHER_MODE_STREAM,
234 res = gcry_cipher_open(&ctx->enc, a, GCRY_CIPHER_MODE_CBC, 0);
239 res = gcry_cipher_open(&ctx->enc, a, GCRY_CIPHER_MODE_CBC, 0);
244 res = gcry_cipher_open(&ctx->enc, a, GCRY_CIPHER_MODE_CBC, 0);
252 res = gcry_cipher_open(&ctx->enc, a, GCRY_CIPHER_MODE_CBC, 0);
260 if (res != GPG_ERR_NO_ERROR) {
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_tls.c 84 struct eap_method_ret *ret, int res,
92 if (res == -1) {
148 int res; local
167 res = eap_peer_tls_process_helper(sm, &data->ssl, EAP_TYPE_TLS, 0, id,
170 if (res < 0) {
171 return eap_tls_failure(sm, data, ret, res, resp, id);
177 if (res == 1) {
  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
l2_packet_linux.c 76 int res; local
82 res = recvfrom(sock, buf, sizeof(buf), 0, (struct sockaddr *) &ll,
84 if (res < 0) {
89 l2->rx_callback(l2->rx_callback_ctx, ll.sll_addr, buf, res);
172 size_t res; local
191 res = os_strlcpy(buf, inet_ntoa(saddr->sin_addr), len);
192 if (res >= len)
  /frameworks/base/core/java/android/app/
ActivityManagerNative.java 28 import android.content.res.Configuration;
237 boolean res = finishActivity(token, resultCode, resultData);
239 reply.writeInt(res ? 1 : 0);
256 boolean res = willActivityBeVisible(token);
258 reply.writeInt(res ? 1 : 0);
314 int res = broadcastIntent(app, intent, resolvedType, resultTo, local
318 reply.writeInt(res);
414 String res = token != null ? getCallingPackage(token) : null; local
416 reply.writeString(res);
522 boolean res = moveActivityTaskToBack(token, nonRoot)
540 int res = token != null local
631 int res = stopService(app, service, resolvedType); local
673 int res = bindService(app, token, service, resolvedType, conn, fl); local
714 int res = data.readInt(); local
808 IIntentSender res = getIntentSender(type, packageName, token, local
829 String res = getPackageForIntentSender(r); local
866 int res = checkPermission(perm, pid, uid); local
878 int res = checkUriPermission(uri, pid, uid, mode); local
1222 Debug.MemoryInfo[] res = getProcessMemoryInfo(pids); local
1496 int res = reply.readInt(); local
1618 String res = reply.readString(); local
1631 ComponentName res = ComponentName.readFromParcel(reply); local
1796 int res = reply.readInt(); local
1842 int res = reply.readInt(); local
1887 PendingIntent res = PendingIntent.readPendingIntentOrNullFromParcel(reply); local
1904 ComponentName res = ComponentName.readFromParcel(reply); local
1920 int res = reply.readInt(); local
1974 int res = reply.readInt(); local
2126 Configuration res = Configuration.CREATOR.createFromParcel(reply); local
2161 int res = reply.readInt(); local
2174 ComponentName res = ComponentName.readFromParcel(reply); local
2187 String res = reply.readString(); local
2214 IIntentSender res = IIntentSender.Stub.asInterface( local
2237 String res = reply.readString(); local
2260 int res = reply.readInt(); local
2288 int res = reply.readInt(); local
2318 int res = reply.readInt(); local
2576 ConfigurationInfo res = ConfigurationInfo.CREATOR.createFromParcel(reply); local
2716 Debug.MemoryInfo[] res = reply.createTypedArray(Debug.MemoryInfo.CREATOR); local
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaAppWidgetProvider.java 25 import android.content.res.Resources;
67 final Resources res = context.getResources(); local
71 views.setTextViewText(R.id.artist, res.getText(R.string.widget_initial_text));
114 final Resources res = service.getResources(); local
125 errorState = res.getText(R.string.sdcard_busy_title);
127 errorState = res.getText(R.string.sdcard_missing_title);
129 errorState = res.getText(R.string.emptyplaylist);
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java 15 import android.content.res.Configuration;
16 import android.content.res.Resources;
539 private int getPlaylistId(Resources res) {
543 final String[] args = new String[] { res.getString(R.string.audio_db_playlist_name) };
562 private Uri createPlaylist(Resources res, ContentResolver resolver) {
564 cv.put(MediaStore.Audio.Playlists.NAME, res.getString(R.string.audio_db_playlist_name));
581 Resources res = getResources(); local
587 res.getString(R.string.audio_db_title_format));
600 res.getString(R.string.audio_db_artist_name));
602 res.getString(R.string.audio_db_album_name))
634 Resources res = getResources(); local
683 Resources res = getResources(); local
698 Resources res = getResources(); local
828 Resources res = getResources(); local
    [all...]
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
ProtectionDomainTest.java 302 String res; local
303 res = new ProtectionDomain(null, null).toString();
304 assertTrue(res.contains("ProtectionDomain"));
305 res = new ProtectionDomain(cs, perms).toString();
306 assertTrue(res.contains("ProtectionDomain"));
307 res = new ProtectionDomain(null, null, null, null).toString();
308 assertTrue(res.contains("ProtectionDomain"));
309 res = new ProtectionDomain(cs, perms, classldr, principals).toString();
310 assertTrue(res.contains("ProtectionDomain"));
  /external/bluetooth/glib/gio/
gfilteroutputstream.c 313 gboolean res; local
317 res = g_output_stream_flush (filter_stream->base_stream,
321 return res;
329 gboolean res = TRUE; local
337 res = g_output_stream_close (filter_stream->base_stream,
342 return res;
409 gboolean res; local
413 res = g_output_stream_flush_finish (filter_stream->base_stream,
417 return res;
  /external/ppp/pppd/plugins/pppoatm/
ans.c 249 int res; local
252 res = encode_nsap(tmp,addr->sas_addr.prv);
253 if (!res && !ans(tmp,T_PTR,buffer,length)) return 0;
254 res = encode_nsap_new(tmp,addr->sas_addr.prv);
255 if (res < 0) return res;
258 res = encode_e164(tmp,addr->sas_addr.pub);
259 if (res < 0) return res;
  /external/v8/test/cctest/
test-assembler-mips.cc 88 int res = reinterpret_cast<int>(CALL_GENERATED_CODE(f, 0xab0, 0xc, 0, 0, 0)); local
89 ::printf("f() = %d\n", res);
90 CHECK_EQ(0xabc, res);
129 int res = reinterpret_cast<int>(CALL_GENERATED_CODE(f, 50, 0, 0, 0, 0)); local
130 ::printf("f() = %d\n", res);
131 CHECK_EQ(1275, res);
252 int res = reinterpret_cast<int>(CALL_GENERATED_CODE(f, 0xab0, 0xc, 0, 0, 0)); local
253 ::printf("f() = %d\n", res);
254 CHECK_EQ(0x31415926, res);
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
pkg_android.content.res.html 10 android.content.res
74 Package <A HREF="../../../../reference/android/content/res/package-summary.html" target="_top"><font size="+1"><code>android.content.res</code></font></A>
85 <nobr><A HREF="../../../../reference/android/content/res/AssetFileDescriptor.AutoCloseInputStream.html" target="_top"><code>AssetFileDescriptor.AutoCloseInputStream</code></A></nobr>
92 <nobr><A HREF="../../../../reference/android/content/res/AssetFileDescriptor.AutoCloseOutputStream.html" target="_top"><code>AssetFileDescriptor.AutoCloseOutputStream</code></A></nobr>
107 <nobr><A HREF="android.content.res.AssetFileDescriptor.html">AssetFileDescriptor</A></nobr>
114 <nobr><A HREF="android.content.res.Configuration.html">Configuration</A></nobr>
121 <nobr><A HREF="android.content.res.Resources.html">Resources</A></nobr>
128 <nobr><A HREF="android.content.res.TypedArray.html">TypedArray</A></nobr>
  /frameworks/base/graphics/java/android/graphics/drawable/
ClipDrawable.java 22 import android.content.res.Resources;
23 import android.content.res.TypedArray;
244 ClipState(ClipState orig, ClipDrawable owner, Resources res) {
246 if (res != null) {
247 mDrawable = orig.mDrawable.getConstantState().newDrawable(res);
264 public Drawable newDrawable(Resources res) {
265 return new ClipDrawable(this, res);
283 private ClipDrawable(ClipState state, Resources res) {
284 mClipState = new ClipState(state, this, res);
InsetDrawable.java 22 import android.content.res.Resources;
23 import android.content.res.TypedArray;
266 InsetState(InsetState orig, InsetDrawable owner, Resources res) {
268 if (res != null) {
269 mDrawable = orig.mDrawable.getConstantState().newDrawable(res);
288 public Drawable newDrawable(Resources res) {
289 return new InsetDrawable(this, res);
307 private InsetDrawable(InsetState state, Resources res) {
308 mInsetState = new InsetState(state, this, res);
ScaleDrawable.java 22 import android.content.res.Resources;
23 import android.content.res.TypedArray;
263 ScaleState(ScaleState orig, ScaleDrawable owner, Resources res) {
265 if (res != null) {
266 mDrawable = orig.mDrawable.getConstantState().newDrawable(res);
284 public Drawable newDrawable(Resources res) {
285 return new ScaleDrawable(this, res);
303 private ScaleDrawable(ScaleState state, Resources res) {
304 mScaleState = new ScaleState(state, this, res);
  /frameworks/base/libs/ui/
GraphicBuffer.cpp 143 status_t res = lock(usage, lockBounds, vaddr); local
144 return res;
156 status_t res = getBufferMapper().lock(handle, usage, rect, vaddr); local
157 return res;
162 status_t res = getBufferMapper().unlock(handle); local
163 return res;
169 status_t res = GraphicBuffer::lock(usage, &vaddr); local
170 if (res == NO_ERROR && sur) {
179 return res;
  /frameworks/base/services/java/com/android/server/
Installer.java 161 String res = transaction(cmd); local
163 return Integer.parseInt(res);
275 String res[] = s.split(" "); local
277 if((res == null) || (res.length != 4)) {
281 pStats.codeSize = Long.parseLong(res[1]);
282 pStats.dataSize = Long.parseLong(res[2]);
283 pStats.cacheSize = Long.parseLong(res[3]);
284 return Integer.parseInt(res[0]);
  /packages/apps/Mms/src/com/android/mms/ui/
MessageUtils.java 52 import android.content.res.Resources;
145 Resources res = context.getResources(); local
160 details.append(res.getString(R.string.message_type_label));
161 details.append(res.getString(R.string.multimedia_notification));
166 details.append(res.getString(R.string.from_label));
168 res.getString(R.string.hidden_sender_address));
172 details.append(res.getString(
179 details.append(res.getString(R.string.subject_label));
188 details.append(res.getString(R.string.message_class_label));
193 details.append(res.getString(R.string.message_size_label))
208 Resources res = context.getResources(); local
299 Resources res = context.getResources(); local
340 Resources res = context.getResources(); local
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/ldc/
Test_ldc.java 33 String res = t.run(); local
34 assertEquals(5, res.length());
35 assertEquals('h', res.charAt(0));
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/
SubjectKeyIdentifier.java 56 SubjectKeyIdentifier res = new SubjectKeyIdentifier((byte[]) local
58 res.encoding = encoding;
59 return res;

Completed in 747 milliseconds

<<21222324252627282930>>