OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bare
(Results
26 - 50
of
477
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/smack/src/org/jivesoftware/smackx/muc/
Affiliate.java
28
* the
bare
jid of the real user and its affiliation. If the affiliate is an occupant of the room
59
* Returns the
bare
JID of the affiliated user. This information will always be available.
61
* @return the
bare
JID of the affiliated user.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_print.py
34
simple_stmt< any*
bare
='print' any* > | print_stmt
40
bare_print = results.get("
bare
")
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_print.py
34
simple_stmt< any*
bare
='print' any* > | print_stmt
40
bare_print = results.get("
bare
")
/external/chromium_org/base/android/java/src/org/chromium/base/
CollectionUtil.java
14
*
bare
-minimum functionality to avoid bloat. (http://crbug.com/272790 provides
/external/chromium_org/build/mac/
asan.gyp
33
# ASan works with iOS simulator only, not
bare
-metal iOS.
/external/chromium_org/third_party/WebKit/public/web/
WebBeginFrameArgs.h
25
// class rather than a
bare
double.
WebGeolocationController.h
57
// This
bare
pointer is owned and kept alive by the frame of the
/external/chromium_org/ui/ozone/public/
gpu_platform_support_host.h
16
// ChromeOS on
bare
hardware will do display configuration and cursor
/external/clang/test/SemaCXX/
member-pointers-2.cpp
4
// these instead of
bare
FieldDecls.
/external/liblzf/
README
21
NOTE: This package contains a very
bare
-bones command-line utility
/frameworks/base/core/jni/
android_nfc.h
18
* Contains the
bare
minimum header so that framework NFC jni can link
/frameworks/base/packages/Shell/res/values-nb/
strings.xml
23
<string name="bugreport_confirm" msgid="5130698467795669780">"Feilrapporter inkluderer data fra systemets forskjellige loggfiler. Dette omfatter personlig og privat informasjon. Du bør
bare
dele feilrapporter ned apper og folk du stoler på."</string>
/external/chromium_org/third_party/libjingle/source/talk/xmllite/
xmlnsstack_unittest.cc
195
EXPECT_EQ("
bare
", stack.AddNewPrefix("http://a.b.com/
bare
", false).first);
198
EXPECT_FALSE(stack.AddNewPrefix("http://a.b.com/
bare
", true).second);
201
EXPECT_FALSE(stack.AddNewPrefix("http://a.b.com/
bare
", false).second);
216
EXPECT_EQ("http://a.b.com/
bare
", stack.NsForPrefix("
bare
").first);
217
EXPECT_TRUE(stack.NsForPrefix("
bare
").second);
/external/chromium_org/third_party/webrtc/libjingle/xmllite/
xmlnsstack_unittest.cc
178
EXPECT_EQ("
bare
", stack.AddNewPrefix("http://a.b.com/
bare
", false).first);
181
EXPECT_FALSE(stack.AddNewPrefix("http://a.b.com/
bare
", true).second);
184
EXPECT_FALSE(stack.AddNewPrefix("http://a.b.com/
bare
", false).second);
199
EXPECT_EQ("http://a.b.com/
bare
", stack.NsForPrefix("
bare
").first);
200
EXPECT_TRUE(stack.NsForPrefix("
bare
").second);
/packages/apps/Dialer/res/values-nb/
strings.xml
47
<string name="call_log_voicemail_header" msgid="3945407886667089173">"
Bare
anrop som gikk til talepostkasse"</string>
48
<string name="call_log_incoming_header" msgid="2787722299753674684">"
Bare
innkommende anrop"</string>
49
<string name="call_log_outgoing_header" msgid="761009180766735769">"
Bare
utgående anrop"</string>
50
<string name="call_log_missed_header" msgid="8017148056610855956">"
Bare
ubesvarte anrop"</string>
78
<string name="menu_show_outgoing_only" msgid="1965570298133301970">"Vis
bare
utgående"</string>
79
<string name="menu_show_incoming_only" msgid="7534206815238877417">"Vis
bare
innkommende"</string>
80
<string name="menu_show_missed_only" msgid="154473166059743996">"Vis
bare
tapte"</string>
81
<string name="menu_show_voicemails_only" msgid="1898421289561435703">"Vis
bare
talemeldinger"</string>
133
<string name="show_favorites_only" msgid="5520072531022614595">"Vis
bare
favoritter"</string>
148
<string name="speed_dial_empty" msgid="1931474498966072849">"Hurtigoppringing ringer til favorittene dine og numrene du ringer ofte, med
bare
ett trykk"</string
[
all
...]
/external/smack/src/org/jivesoftware/smackx/packet/
MUCUser.java
208
* Returns the
bare
JID of the inviter or, optionally, the room JID. (e.g.
227
* Returns the
bare
JID of the invitee. (e.g. 'hecate@shakespeare.lit')
229
* @return the
bare
JID of the invitee.
236
* Sets the
bare
JID of the inviter or, optionally, the room JID. (e.g.
239
* @param from the
bare
JID of the inviter or, optionally, the room JID.
255
* Sets the
bare
JID of the invitee. (e.g. 'hecate@shakespeare.lit')
257
* @param to the
bare
JID of the invitee.
293
* Returns the
bare
JID of the invitee that rejected the invitation. (e.g.
296
* @return the
bare
JID of the invitee that rejected the invitation.
312
* Returns the
bare
JID of the inviter. (e.g. 'hecate@shakespeare.lit'
[
all
...]
/external/chromium_org/chrome/browser/resources/ntp4/
new_tab.css
123
body.
bare
-minimum #card-slider-frame {
146
* left to avoid conflicts. We also do this for
bare
-minimum mode since there
149
body.
bare
-minimum #attribution,
207
body.
bare
-minimum #footer {
215
html[dir='rtl'] body.
bare
-minimum #footer {
220
body.
bare
-minimum #footer-border,
221
body.
bare
-minimum #logo-img,
222
body.
bare
-minimum #dot-list {
/external/chromium_org/jingle/notifier/listener/
push_notifications_listen_task.cc
53
// <message from="{url or
bare
jid}" to={full jid}>
55
// <recipient to={
bare
jid}>{base-64 encoded data}</recipient>
push_notifications_send_update_task.cc
50
// <message from='{full jid}' to='{
bare
jid}' type='headline'>
52
// [<recipient to='{
bare
jid}'>{base-64 encoded data}</data>]*
/packages/apps/CertInstaller/res/values-nb/
strings.xml
36
<string name="name_char_error" msgid="3176618568784938968">"Skriv inn et navn som
bare
inneholder bokstaver og tall."</string>
50
<string name="only_primary_user_allowed" msgid="4005084935023047716">"
Bare
eieren av denne enheten kan installere sertifikater."</string>
/cts/apps/NotificationBot/
AndroidManifest.xml
29
<!-- Required because a
bare
service won't show up in the app notifications list. -->
/external/chromium_org/crypto/
ec_signature_creator.h
26
// Signs data using a
bare
private key (as opposed to a full certificate).
signature_creator.h
26
// Signs data using a
bare
private key (as opposed to a full certificate).
/external/chromium_org/third_party/polymer/components-chromium/core-media-query/
core-media-query.html
17
* The "query" property is a
bare
CSS media query.
/external/chromium_org/third_party/skia/include/utils/win/
SkIStream.h
21
* A
bare
IStream implementation which properly reference counts
Completed in 906 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>