OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:want
(Results
1001 - 1025
of
4400
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/tinyxml/docs/
classTiXmlText.html
54
A text node can have 2 ways to output the next. "normal" output and CDATA. It will default to the mode it was parsed from the XML file and you generally
want
to leave it alone, but you can change the output mode with <a class="el" href="classTiXmlText.html#a7">SetCDATA()</a> and query it with <a class="el" href="classTiXmlText.html#a6">CDATA()</a>.
84
By default, it is treated as normal, encoded text. If you
want
it be output as a CDATA text element, set the parameter _cdata to 'true' </td>
/external/webkit/WebCore/dom/
ExceptionCode.cpp
183
// XMLHttpRequest exception codes start with 101 and we don't
want
100 empty elements in the name array
193
// XPath exception codes start with 51 and we don't
want
51 empty elements in the name array
/external/zlib/contrib/minizip/
zip.h
130
If you
want
delete file into a zipfile, you must open a zipfile, and create another
131
Of couse, you can use RAW reading and writing to copy the file you did not
want
delte
/frameworks/base/core/java/android/content/pm/
PackageItemInfo.java
58
* probably don't
want
to use this. You probably
want
/frameworks/base/core/java/android/ddm/
DdmHandleHeap.java
143
// TODO: if "when" is non-zero and we
want
to see a dump
187
* DDMS. The dumps are large enough that we don't
want
to copy the
/frameworks/base/core/java/android/text/
Spanned.java
150
*
want
all the objects regardless of type.
178
* <code>null</code> or Object.class for the type if you
want
every
/frameworks/base/core/java/android/text/method/
Touch.java
95
* Handles touch events for dragging. You may
want
to do other actions
150
// if we're selecting, we
want
the scroll to go in
/frameworks/base/core/java/android/view/
ViewParent.java
173
* Called when a child does not
want
this parent and its ancestors to
181
* @param disallowIntercept True if the child does not
want
the parent to
/frameworks/base/docs/html/guide/topics/ui/notifiers/
toasts.jd
58
You should rarely need anything else. You may, however,
want
to position the
79
<p>If you
want
to nudge the position to the right, increase the value of the second parameter.
/frameworks/base/docs/html/guide/tutorials/notepad/
notepad-ex1.jd
115
The next is the list of columns we
want
returned, in this case we
want
the <code>_id</code>,
119
Having these all <code>null</code> means we
want
all data, need no grouping, and will take the default
146
might also
want
to use a <a
285
things you might
want
to do with a list, for
426
end of this method — we
want
to catch our events first! </li>
430
and return true, because we have handled this event and do not
want
to
534
Then we create a string array in which we declare the column(s) we
want
notepad-ex2.jd
135
<p>For example, we might
want
to open a page in a
139
want
to do. See {@link android.content.Intent
204
using the Bundle to pass in the title, body and mRowId of the note we
want
to edit.
298
but that doesn't mean it is even close to the kind of sophistication you will be likely to
want
437
We also null-protect the text field setting (i.e., we don't
want
to set
445
what we are trying to achieve in this case is simple. We
want
an
469
confirm button. We
want
this to grab the title and body text from the edit
472
operation is an edit rather than a create, we also
want
to put the
/frameworks/base/docs/html/guide/tutorials/views/
hello-tabwidget.jd
88
for each of the tabs that we
want
to add to the TabWidget. Each time we call this, we pass a
91
which View we
want
to associate with the tab and reveal when pressed. Our indicator is just a text string and
/frameworks/base/docs/html/resources/articles/
avoiding-memory-leaks.jd
7
little for what some developers
want
to achieve. Even if you do not
46
that you don't
want
to load on every rotation. The easiest way to keep
timed-ui-updates.jd
92
more callback events than we
want
.</p>
94
<p>But we
want
it to repeat, until we tell it to stop. To do this, just
wikinotes-linkify.jd
24
<p>For example, in our case we
want
to look for a regular expression match for a
61
WikiWords we
want
to find. The regex in this case is:</p>
/frameworks/base/docs/html/resources/tutorials/notepad/
notepad-ex1.jd
115
The next is the list of columns we
want
returned, in this case we
want
the <code>_id</code>,
119
Having these all <code>null</code> means we
want
all data, need no grouping, and will take the default
146
might also
want
to use a <a
285
things you might
want
to do with a list, for
426
end of this method — we
want
to catch our events first! </li>
430
and return true, because we have handled this event and do not
want
to
534
Then we create a string array in which we declare the column(s) we
want
notepad-ex2.jd
135
<p>For example, we might
want
to open a page in a
139
want
to do. See {@link android.content.Intent
204
using the Bundle to pass in the title, body and mRowId of the note we
want
to edit.
298
but that doesn't mean it is even close to the kind of sophistication you will be likely to
want
437
We also null-protect the text field setting (i.e., we don't
want
to set
445
what we are trying to achieve in this case is simple. We
want
an
469
confirm button. We
want
this to grab the title and body text from the edit
472
operation is an edit rather than a create, we also
want
to put the
/frameworks/base/media/java/android/media/
AsyncPlayer.java
207
* We
want
to hold a wake lock while we do the prepare and play. The stop probably is
209
* while you're holding a wake lock (e.g. an alarm starting a notification), you
want
the
/frameworks/base/test-runner/src/android/test/suitebuilder/
TestSuiteBuilder.java
141
// We
want
to get the package of this method's calling class. This method's calling class
215
* probably also
want
to call {@link #named(String)} to override the default suite name.
/ndk/docs/
APPLICATION-MK.TXT
95
+ To specify in foo/Android.mk that you
want
to add the path to the
130
If you
want
to override this behaviour, you can define APP_BUILD_SCRIPT
NDK-GDB.TXT
130
Specify application project directory. Useful if you
want
to launch
159
commands found in <file>. This is useful if you
want
to do something
/packages/apps/Browser/src/com/android/browser/
Bookmarks.java
38
// We only
want
the user to be able to bookmark content that
67
//
Want
to append to the beginning of the list
/packages/apps/Email/src/org/apache/commons/io/output/
DeferredFileOutputStream.java
36
* you
want
to store it in memory (for speed), but if the file is large you
want
/packages/apps/Gallery/src/com/android/camera/
ImageGetter.java
47
* loaded is still the one we
want
. The UI may have moved on
89
// True if we
want
to cancel the current loading.
/packages/apps/Phone/src/com/android/phone/
SpecialCharSequenceMgr.java
61
* case, where we
want
to be able to maintain a handle to the
151
// input. We
want
to make sure that sim card contacts are NOT
Completed in 236 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>