HomeSort by relevance Sort by last modified time
    Searched full:what (Results 351 - 375 of 4330) sorted by null

<<11121314151617181920>>

  /external/openssl/crypto/des/
FILES0 7 README - What this package is.
8 VERSION - Which version this is and what was changed.
60 spr.h - What is left of the S tables - used in ecb_encrypt().
  /external/openssl/crypto/
opensslv.h 41 * to what it was at application link time, while the minor number has to
42 * be greater or equal to what it was at application link time. With this
58 * This version string can be constructed in any way, depending on what
  /external/openssl/include/openssl/
opensslv.h 41 * to what it was at application link time, while the minor number has to
42 * be greater or equal to what it was at application link time. With this
58 * This version string can be constructed in any way, depending on what
  /external/srec/make/asr/
Makefile.defs 12 # $(ASR_BUILD) A string that defines what type of build to perform.
689 ifeq ("$(ASR_COMPILER)","BORLAND") # !!! NOT SURE WHAT STRING TO USE !!!
697 ifeq ("$(ASR_COMPILER)","INTEL") # !!! NOT SURE WHAT STRING TO USE !!!
701 ifeq ("$(ASR_COMPILER)","HIGH") # !!! NOT SURE WHAT STRING TO USE !!!
705 ifeq ("$(ASR_COMPILER)","ZORTECH") # !!! NOT SURE WHAT STRING TO USE !!!
709 ifeq ("$(ASR_COMPILER)","WATCOM") # !!! NOT SURE WHAT STRING TO USE !!!
713 ifeq ("$(ASR_COMPILER)","GNU") # !!! NOT SURE WHAT STRING TO USE !!!
717 ifeq ("$(ASR_COMPILER)","SUNPRO") # !!! NOT SURE WHAT STRING TO USE !!!
721 ifeq ("$(ASR_COMPILER)","DECCXX") # !!! NOT SURE WHAT STRING TO USE !!!
725 ifeq ("$(ASR_COMPILER)","METROWERKS") # !!! NOT SURE WHAT STRING TO USE !!
    [all...]
  /external/stlport/doc/
stlport_namespaces.txt 5 1. What is the STLport namespace ?
106 4. What is the STLport specific namespace ?
112 5. What are the other STLport namespaces ?
  /external/stlport/src/
dll_main.cpp 68 const char* exception::what() const _STLP_NOTHROW { return "class exception"; }
69 const char* bad_exception::what() const _STLP_NOTHROW { return "class bad_exception"; }
108 * the STLport dynamic libraries because we know what methods are called and none is
  /external/tcpdump/
print-sll.c 73 * Not an Ethernet type; what type is it?
93 * What is it?
153 * Yes - what type is it?
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
memblock.cpp 45 /// Links to what \p b is linked to.
53 /// Links to what \p b is linked to.
61 /// Links to what \p b is linked to.
  /packages/apps/Calendar/src/com/android/calendar/
ContactsAsyncHelper.java 101 " token: " + msg.what + " image URI: " + args.uri);
105 " token: " + msg.what + " image URI: " + args.uri +
113 Message reply = ContactsAsyncHelper.this.obtainMessage(msg.what);
  /packages/apps/Mms/src/com/android/mms/ui/
AttachmentEditor.java 130 public MessageOnClick(int what) {
131 mWhat = what;
177 * What is the current orientation?
  /external/esd/include/
esd.h 35 /* what can we do to/with the EsounD */
250 /* what to do when a stream connects, or sample is played */
252 /* what to do when a stream disconnects, or sample stops playing */
254 /* what to do when a sample is cached */
256 /* what to do when a sample is uncached */
  /external/jpeg/
ckconfig.c 21 * and read the comments preceding that line to see what to change.
123 /* Now we want to find out if your compiler knows what "unsigned char" means.
135 /* Now we want to find out if your compiler knows what "unsigned short" means.
177 /* Now we want to find out if your compiler knows what "const" means.
398 printf("size_t if that's what you used. Just add it to the end.\n");
  /frameworks/base/docs/html/resources/articles/
gestures.jd 30 Gestures Builder.) The screenshot below shows what the application looks like
80 used to draw gestures, and register various listeners to follow what
132 <p>And here is what the XML layout looks like:</p>
177 predictions to know what the user intended to do:</p>
211 what cool applications the community will create with it.</p>
wikinotes-intents.jd 20 full description of the ContentProvider and what it does will span a couple more
35 and asks what MIME type the data that will be returned from the URI is.</li>
53 finds one, it asks for what type of data is returned for that locator.
205 as easily as using intents, so what is the advantage to using the full
226 even knowing what kind of data it is) and our activity could start up
237 it is running, you can see that despite what you might think, letting
  /system/core/sh/
miscbltin.c 347 int optc, what; local
350 what = 'f';
363 what = optc;
366 for (l = limits; l->name && l->option != what; l++)
369 error("internal error (%c)", what);
  /development/pdk/docs/
faqs.jd 5 <h3>What is the Android Open Source Project?</h3>
25 <h3>What kind of open-source project is Android?</h3>
52 <h3>What is Google's overall strategy for Android product development?</h3>
109 <h3>What is involved in releasing the source code for a new Android version?</h3>
177 <h3>What does "compatibility" mean?</h3>
190 <h3>What is the role of Android Market in compatibility?</h3>
197 <h3>What kinds of devices can be Android compatible?</h3>
253 <h3>Who determines what will be part of the compatibility definition?</h3>
287 <h3>What happens if a device that claims compatibility is later found to have compatibility problems?</h3>
292 <h3>What is the purpose of the CTS?</h3
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmCallTracker.java 133 public void registerForVoiceCallStarted(Handler h, int what, Object obj) {
134 Registrant r = new Registrant(h, what, obj);
142 public void registerForVoiceCallEnded(Handler h, int what, Object obj) {
143 Registrant r = new Registrant(h, what, obj);
344 obtainCompleteMessage(int what) {
352 return obtainMessage(what);
501 // Connection in CLCC response does not match what
804 private Phone.SuppService getFailedService(int what) {
805 switch (what) {
824 switch (msg.what) {
    [all...]
  /frameworks/base/media/java/android/media/
MediaRecorder.java 331 * with a "what" code of {@link #MEDIA_RECORDER_INFO_MAX_DURATION_REACHED}
346 * with a "what" code of {@link #MEDIA_RECORDER_INFO_MAX_FILESIZE_REACHED}
566 * @param what the type of error that has occurred:
572 void onError(MediaRecorder mr, int what, int extra);
612 * @param what the type of error that has occurred:
620 void onInfo(MediaRecorder mr, int what, int extra);
655 switch(msg.what) {
669 Log.e(TAG, "Unknown message type " + msg.what);
683 int what, int arg1, int arg2, Object obj)
691 Message m = mr.mEventHandler.obtainMessage(what, arg1, arg2, obj)
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
Drawable.java 44 * mechanisms for its client to interact with what is being drawn:
257 * the parameters <var>(what, who, when)</var> to perform the
261 * @param what The action to execute.
265 public void scheduleDrawable(Drawable who, Runnable what, long when);
272 * the parameters <var>(what, who)</var> to unschedule the drawable.
275 * @param what The action being unscheduled.
277 public void unscheduleDrawable(Drawable who, Runnable what);
309 * @param what The action being scheduled.
314 public void scheduleSelf(Runnable what, long when)
317 mCallback.scheduleDrawable(this, what, when)
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
ProgressBarTest.java 353 "1. not clear what is supposed to happen if context or resID is exceptional.")
371 // issue 1695243, not clear what is supposed to happen if context is null.
378 // issue 1695243, not clear what is supposed to happen if resID is exceptional.
388 "1. not clear what is supposed result if visibility isn't VISIBLE, INVISIBLE or GONE.")
422 "1. not clear what is supposed to happen if drawable is null.")
441 // issue 1695243, not clear what is supposed to happen if drawable is null.
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List4.java 162 "What yesternight our council did decree" +
227 "And mark my greeting well; for what I speak" +
237 "What my tongue speaks my right drawn sword may prove.",
287 "enemies; and what's his reason? I am a Jew. Hath" +
298 "what is his humility? Revenge. If a Christian" +
299 "wrong a Jew, what should his sufferance be by" +
List6.java 176 "What yesternight our council did decree" +
241 "And mark my greeting well; for what I speak" +
251 "What my tongue speaks my right drawn sword may prove.",
301 "enemies; and what's his reason? I am a Jew. Hath" +
312 "what is his humility? Revenge. If a Christian" +
313 "wrong a Jew, what should his sufferance be by" +
  /development/pdk/docs/porting/
getting_source_code.jd 74 <code>fatal: What do you think I am? A shell?<BR>
99 <p>Android source code is maintained in two repositories: <code>device</code> and <code>kernel</code>. The <code>device</code> repository includes the Android framework (things like the Activity Manager, Window Manager, Telephony Manager, View System, etc.). The <code>kernel</code> repository includes the core code necessary to run the operating system (things like the Display Driver, Camera Driver, Keypad Driver, Power Management, etc.). (Please see <a href="http://code.google.com/android/what-is-android.html">What is Android?</a> for details.)</p>
  /external/bison/src/
state.h 59 to. The accessing_symbol fields of those states' cores say what
121 /* What is the symbol labelling the transition to
206 /* Nonzero if no look-ahead is needed to decide what to do in state S. */
  /external/dropbear/
session.h 118 unsigned char requirenext; /* byte indicating what packet we require next,
124 unsigned char lastpacket; /* What the last received packet type was */
237 int retval; /* What the command exit status was - we emulate it */

Completed in 225 milliseconds

<<11121314151617181920>>