HomeSort by relevance Sort by last modified time
    Searched full:impossible (Results 1 - 25 of 1396) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/base/process/
launch_ios.cc 10 // Impossible on iOS. Do nothing.
  /external/chromium_org/content/public/android/java/strings/translations/
android_content_strings_fr.xtb 2 <translation id="2094750046714988961">Impossible de démarrer le générateur de profils, car la mémoire de stockage externe n'est pas disponible.</translation>
3 <translation id="1256337885411059545">Impossible de lire la vidéo.</translation>
6 <translation id="273860350361291195">Désolé, impossible de lire cette vidéo en streaming sur cet appareil.</translation>
7 <translation id="2410828433627930127">Désolé, impossible de lire cette vidéo.</translation>
  /packages/providers/DownloadProvider/ui/res/values-fr/
strings.xml 30 <string name="dialog_title_not_available" msgid="5746317632356158515">"Téléchargement impossible"</string>
34 <string name="dialog_file_missing_body" msgid="3223012612774276284">"Impossible de trouver le fichier téléchargé."</string>
35 <string name="dialog_insufficient_space_on_external" msgid="8692452156251449195">"Impossible de terminer le téléchargement. L\'espace disponible sur la mémoire de stockage externe est insuffisant."</string>
36 <string name="dialog_insufficient_space_on_cache" msgid="6313630206163908994">"Impossible de terminer le téléchargement. L\'espace disponible sur la mémoire de stockage interne est insuffisant."</string>
38 <string name="dialog_file_already_exists" msgid="8308563940663449590">"Impossible de procéder au téléchargement. Le fichier de destination existe déjà."</string>
39 <string name="dialog_media_not_found" msgid="4468088418758018765">"Impossible de procéder au téléchargement. Le support externe n\'est pas disponible."</string>
40 <string name="download_no_application_title" msgid="7024782176657362251">"Impossible d\'ouvrir le fichier"</string>
  /packages/providers/DownloadProvider/ui/res/values-fr-rCA/
strings.xml 30 <string name="dialog_title_not_available" msgid="5746317632356158515">"Téléchargement impossible"</string>
34 <string name="dialog_file_missing_body" msgid="3223012612774276284">"Impossible de trouver le fichier téléchargé."</string>
35 <string name="dialog_insufficient_space_on_external" msgid="8692452156251449195">"Impossible de terminer le téléchargement. L\'espace disponible sur la mémoire de stockage externe est insuffisant."</string>
36 <string name="dialog_insufficient_space_on_cache" msgid="6313630206163908994">"Impossible de terminer le téléchargement. L\'espace disponible sur la mémoire de stockage interne est insuffisant."</string>
38 <string name="dialog_file_already_exists" msgid="8308563940663449590">"Impossible de procéder au téléchargement. Le fichier de destination existe déjà."</string>
39 <string name="dialog_media_not_found" msgid="4468088418758018765">"Impossible de procéder au téléchargement. Le support externe n\'est pas disponible."</string>
40 <string name="download_no_application_title" msgid="7024782176657362251">"Impossible d\'ouvrir le fichier."</string>
  /external/giflib/
gif_lib_private.h 20 #define FLUSH_OUTPUT 4096 /* Impossible code, to signal flush. */
21 #define FIRST_CODE 4097 /* Impossible code, to signal first. */
22 #define NO_SUCH_CODE 4098 /* Impossible code, to signal empty. */
  /external/chromium_org/components/policy/core/common/
external_data_manager.h 26 // If retrieval is temporarily impossible (e.g. no network connectivity), the
28 // retrieval is permanently impossible (e.g. |policy| references data that
external_data_fetcher.h 40 // If retrieval is temporarily impossible (e.g. no network connectivity), the
42 // retrieval is permanently impossible (e.g. |policy_| references data that
  /frameworks/base/core/java/android/hardware/camera2/dispatch/
InvokeDispatcher.java 45 // Impossible
48 // Impossible
  /external/guava/guava/src/com/google/common/io/
ByteStreams.java 328 } catch (IOException impossible) {
329 throw new AssertionError(impossible);
455 } catch (IOException impossible) {
456 throw new AssertionError(impossible);
463 } catch (IOException impossible) {
464 throw new AssertionError(impossible);
471 } catch (IOException impossible) {
472 throw new AssertionError(impossible);
479 } catch (IOException impossible) {
480 throw new AssertionError(impossible);
    [all...]
  /libcore/libart/src/main/java/java/lang/
Enum.java 44 } catch (NoSuchMethodException impossible) {
45 throw new AssertionError("impossible", impossible);
46 } catch (IllegalAccessException impossible) {
47 throw new AssertionError("impossible", impossible);
48 } catch (InvocationTargetException impossible) {
49 throw new AssertionError("impossible", impossible);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
IllegalCharsetNameExceptionTest.java 34 "impossible");
37 assertEquals(ex.getCharsetName(), "impossible");
38 assertTrue(ex.getMessage().indexOf("impossible") != -1);
UnsupportedCharsetExceptionTest.java 34 "impossible");
37 assertEquals(ex.getCharsetName(), "impossible");
38 assertTrue(ex.getMessage().indexOf("impossible") != -1);
  /packages/apps/SoundRecorder/res/values-fr/
strings.xml 39 <string name="error_sdcard_access" product="nosdcard" msgid="86629081075681774">"Impossible d\'accéder à la mémoire de stockage USB."</string>
40 <string name="error_sdcard_access" product="default" msgid="5750308258096153274">"Impossible d\'accéder à la carte SD."</string>
42 <string name="error_mediadb_new_record" msgid="261714902333432462">"Impossible de sauvegarder le fichier audio enregistré."</string>
  /packages/apps/SoundRecorder/res/values-fr-rCA/
strings.xml 39 <string name="error_sdcard_access" product="nosdcard" msgid="86629081075681774">"Impossible d\'accéder à la mémoire de stockage USB."</string>
40 <string name="error_sdcard_access" product="default" msgid="5750308258096153274">"Impossible d\'accéder à la carte SD."</string>
42 <string name="error_mediadb_new_record" msgid="261714902333432462">"Impossible de sauvegarder le fichier audio enregistré."</string>
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_token_store.cc 12 // Keep the global CloudPrintTokenStore in a TLS slot so it is impossible to
  /external/chromium_org/content/public/renderer/
render_thread.cc 12 // Keep the global RenderThread in a TLS slot so it is impossible to access
  /external/chromium_org/content/public/utility/
utility_thread.cc 12 // Keep the global UtilityThread in a TLS slot so it is impossible to access
  /external/chromium_org/third_party/sqlite/src/test/
vtab5.test 101 # Test that it is impossible to create a triggger on a virtual table.
127 # Test that it is impossible to create an index on a virtual table.
135 # Test that it is impossible to add a column to a virtual table.
145 # Test that it is impossible to rename a virtual table.
  /external/iproute2/man/man8/
ip-maddress.8 38 Note that it is impossible to join protocol multicast groups
ip-mroute.8 26 engine, it is impossible to change
  /frameworks/base/core/res/res/raw-fr/
loaderror.html 14 <p>Impossible de charger la page Web &agrave; l'adresse <a href="%s">%s</a> en tant que&nbsp;:</p>
  /external/guava/guava/src/com/google/common/hash/
AbstractHasher.java 49 } catch (java.io.UnsupportedEncodingException impossible) {
50 throw new AssertionError(impossible);
  /packages/apps/Launcher3/WallpaperPicker/res/values-fr-rCA/
strings.xml 23 <string name="image_load_fail" msgid="7538534580694411837">"Impossible de charger l\'image"</string>
24 <string name="wallpaper_load_fail" msgid="4800700444605404650">"Impossible de charger l\'image comme fond d\'écran"</string>
  /packages/apps/Nfc/res/values-fr/
strings.xml 25 <string name="connect_peripheral_failed" msgid="7925702596242839275">"Impossible de connecter <xliff:g id="DEVICE_NAME">%1$s</xliff:g>."</string>
29 <string name="pairing_peripheral_failed" msgid="6087643307743264679">"Impossible d\'associer l\'appareil <xliff:g id="DEVICE_NAME">%1$s</xliff:g>."</string>
30 <string name="failed_to_enable_bt" msgid="7229153323594758077">"Impossible d\'activer le Bluetooth."</string>
36 <string name="transaction_failure" msgid="7828102078637936513">"Impossible d\'effectuer cette transaction avec <xliff:g id="APP">%1$s</xliff:g>."</string>
37 <string name="could_not_use_app" msgid="8137587876138569083">"Impossible d\'utiliser <xliff:g id="APP">%1$s</xliff:g>."</string>
43 <string name="status_unable_to_connect" msgid="9183908200295307657">"Impossible de se connecter au réseau."</string>
  /packages/apps/ManagedProvisioning/res/values-fr/
strings.xml 45 <string name="managed_provisioning_error_text" msgid="7063621174570680890">"Impossible de configurer votre profil professionnel. Contactez votre service informatique, ou réessayez plus tard."</string>
63 <string name="device_owner_error_general" msgid="5962462955470123776">"Impossible de configurer votre appareil. Contactez votre service informatique."</string>
65 <string name="device_owner_error_wifi" msgid="4256310285761332378">"Impossible de se connecter au réseau Wi-Fi."</string>
66 <string name="device_owner_error_hash_mismatch" msgid="184518450016295596">"Impossible d\'utiliser l\'application d\'administration en raison d\'une erreur de somme de contrôle. Contactez votre service informatique."</string>
67 <string name="device_owner_error_download_failed" msgid="4520111971592657116">"Impossible de télécharger l\'application d\'administration."</string>
68 <string name="device_owner_error_package_invalid" msgid="3816725179069202140">"Impossible d\'utiliser l\'application d\'administration. Des composants sont manquants ou corrompus. Contactez votre service informatique."</string>
69 <string name="device_owner_error_installation_failed" msgid="684566845601079360">"Impossible d\'installer l\'application d\'administration."</string>

Completed in 4066 milliseconds

1 2 3 4 5 6 7 8 91011>>