HomeSort by relevance Sort by last modified time
    Searched full:bare (Results 151 - 175 of 477) sorted by null

1 2 3 4 5 67 8 91011>>

  /system/core/include/utils/
Looper.h 312 * The callback may either be specified as a bare function pointer or as a smart
332 * a sp<LooperCallback> instead of a bare function pointer. The LooperCallback will
  /external/chromium_org/chrome/android/java/strings/translations/
android_chrome_strings_no.xtb 42 <translation id="2718352093833049315">Bare på Wi-Fi</translation>
  /external/chromium_org/content/browser/devtools/
devtools_tracing_handler.cc 77 // that we already got as string as a bare object, not a quoted string.
  /external/chromium_org/native_client_sdk/src/doc/doxygen/
doxy_cleanup.py 82 - Using bare <h2> title row instead of row embedded in <tr><td> in table
  /external/chromium_org/third_party/cld/base/
casts.h 42 // could be a bare Foo, or of type DifferentSubclassOfFoo. Thus,
  /external/chromium_org/third_party/skia/include/core/
SkRefCnt.h 242 // Can't use the #define trick below to guard a bare SkAutoTUnref(...) because it's templated. :(
  /external/chromium_org/third_party/skia/include/device/xps/
SkXPSDevice.h 182 and so may not be suitable as a bare resource key.
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
mini_disassembler.h 51 // in its functionality, and in fact does only the bare minimum required by the
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
mini_disassembler.h 51 // in its functionality, and in fact does only the bare minimum required by the
  /external/guava/guava/src/com/google/common/collect/
BstCountBasedBalancePolicies.java 44 * Returns a balance policy that does no balancing or the bare minimum (for {@code combine}).
  /external/iputils/doc/
iputils.db 183 bare reports are deemed to be routed to <filename>/dev/null</filename>.
  /external/sepolicy/tools/
sepolicy-check.c 106 * - A bare string is treated as a literal and will be matched by equality.
  /external/skia/include/core/
SkRefCnt.h 243 // Can't use the #define trick below to guard a bare SkAutoTUnref(...) because it's templated. :(
  /external/smack/src/org/jivesoftware/smackx/
LastActivityManager.java 180 * jid is a bare JID (e.g. 'user@host') then the last activity is the lapsed
  /external/smack/src/org/jivesoftware/smackx/workgroup/packet/
Transcripts.java 202 * Returns the bare JID of the Agent that was involved in the conversation.
  /packages/apps/TvSettings/Settings/res/values-nb-notouch/
strings.xml 68 <string name="do_not_disturb_desc" msgid="3186041965642361597">"Når dette er på, vises nye varsler bare i Innstillinger"</string>
  /external/chromium_org/remoting/resources/
remoting_strings_no.xtb 39 <translation id="8864965950780407789">For å bruke Chromoting må du gi utvidede tilgangstillatelser til datamaskinen din. Du trenger bare å gjøre dette én gang.</translation>
94 <translation id="409800995205263688">MERK: I henhold til lokale retningslinjer er tilkobling tillatt bare mellom datamaskiner i nettverket ditt.</translation>
118 <translation id="173559734173571936">For å bruke Chrome Eksternt skrivebord må du gi utvidede tilgangstillatelser til datamaskinen din. Du trenger bare å gjøre dette én gang.</translation>
  /external/chromium_org/chrome/app/resources/
generated_resources_no.xtb 48 <translation id="4168015872538332605">Noen innstillinger som tilhører <ph name="PRIMARY_EMAIL"/> blir delt med deg. Disse innstillingene påvirker bare kontoen din når du bruker multipålogging.</translation>
    [all...]
  /packages/apps/Settings/res/values-nb/
strings.xml 118 <string name="bluetooth_only_visible_to_paired_devices" msgid="2049983392373296028">"Synlig bare for sammenkoblede enheter"</string>
263 <string name="sdcard_settings_read_only_status" product="nosdcard" msgid="3624143937437417788">"USB har bare lesetilgang."</string>
264 <string name="sdcard_settings_read_only_status" product="default" msgid="4518291824764698112">"SD-kortet har bare lesetilgang."</string>
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/strings/
chromevox_strings_ro.xtb 56 <translation id="8697111817566059991">{COUNT,plural, =1{bar? vertical?}few{# bare verticale}other{# de bare verticale}}</translation>
339 <translation id="4532633738839459153">{COUNT,plural, =1{bar? oblic? spre dreapta}few{# bare oblice spre dreapta}other{# de bare oblice spre dreapta}}</translation>
    [all...]
  /external/smack/src/org/jivesoftware/smack/
Roster.java 737 * ID as the key in presenceMap, otherwise use the bare address. Note: When the
741 * @param user the bare or fully qualified XMPP ID, e.g. jdoe@example.com or
    [all...]
  /ndk/sources/android/support/src/stdio/
vfprintf.c 69 BARE, LPRE, LLPRE, HPRE, HHPRE, BIGLPRE,
98 { /* 0: bare types */
580 case BARE: *(int *)arg.p = cnt; break;