Searched
full:what (Results
376 -
400 of
4330) sorted by null
<<11121314151617181920>>
/external/icu4c/samples/uresb/ |
uresb.c | 61 void printHex(UFILE *out, const int8_t *what); 181 void printHex(UFILE *out, const int8_t *what) { 182 u_fprintf(out, "%02X", (uint8_t)*what);
|
/external/netperf/ |
nettest_dlpi.h | 14 int recv_alignment; /* what is the alignment of the */ 16 int recv_offset; /* and at what offset from that */ 49 int station_addr[1];/* what is the station address for the */
|
/external/openssl/crypto/des/ |
des-lib.com | 43 $! Make sure we know what architecture we run on. 80 $! Tell The User What Kind of Machine We Run On. 114 $! Check To See What We Are To Do. 132 $! Build Just What The User Wants Us To Build. 283 $! Tell The User What We Are Building. 331 $! Tell The User What We Are Building. 379 $! Tell The User What We Are Building. 427 $! Tell The User What We Are Building. 477 $! Tell The User What We Are Building. 612 $! Tell The User What Linker Option File We Are Using [all...] |
/external/qemu/distrib/sdl-1.2.12/src/audio/mint/ |
SDL_mintaudio_dma8.c | 52 #define DEBUG_PRINT(what) \ 54 printf what; \ 57 #define DEBUG_PRINT(what)
|
SDL_mintaudio_stfa.c | 52 #define DEBUG_PRINT(what) \ 54 printf what; \ 57 #define DEBUG_PRINT(what)
|
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/ |
Xvlib.h | 102 unsigned long reason; /* what generated this event */ 103 XvPortID port_id; /* what port */ 112 XvPortID port_id; /* what port */
|
/frameworks/base/telephony/java/android/telephony/ |
PhoneStateListener.java | 301 //Log.d("TelephonyRegistry", "what=0x" + Integer.toHexString(msg.what) + " msg=" + msg); 302 switch (msg.what) {
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
CdmaCallTracker.java | 134 public void registerForVoiceCallStarted(Handler h, int what, Object obj) { 135 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); 151 public void registerForCallWaiting(Handler h, int what, Object obj) { 152 Registrant r = new Registrant (h, what, obj); 389 obtainCompleteMessage(int what) { 397 return obtainMessage(what); 864 // Set generic to true because in CDMA it is not known what 871 private Phone.SuppService getFailedService(int what) { [all...] |
/system/core/libpixelflinger/tinyutils/ |
TypeHelpers.h | 151 void splat_type(TYPE* where, const TYPE* what, size_t n) { 154 new(where) TYPE(*what); 159 *where++ = *what;
|
/bionic/libc/ |
README | 54 and what is expected instead.
|
/bionic/libc/kernel/common/linux/mtd/ |
map.h | 40 #error "No bus width supported. What's the point?"
|
/build/core/combo/ |
HOST_windows-x86.mk | 64 # TODO: find out what format cygwin's stat(1) uses
|
/build/core/ |
notice_files.mk | 29 # If that's what we have, substitute the module name instead. These files
|
/build/tools/acp/ |
README | 37 to work when what is actually meant is "cp foo.exe bar.exe". Unlike the
|
/build/tools/releasetools/ |
edify_generator.py | 133 def Mount(self, kind, what, path): 134 """Mount the given 'what' at the given path. 'what' should be a 137 self.script.append('mount("%s", "%s", "%s");' % (kind, what, path))
|
/cts/tests/ApiDemosReferenceTest/src/android/apidemos/cts/ |
ApiDemosTest.java | 86 // Record what the bottom of the list looks like.
|
/cts/tests/src/android/app/cts/ |
DialogStubActivity.java | 171 buttonIndex = msg.what; 177 positiveMessage.what = DialogInterface.BUTTON_POSITIVE; 181 negativeMessage.what = DialogInterface.BUTTON_NEGATIVE; 185 neutralMessage.what = DialogInterface.BUTTON_NEUTRAL;
|
/dalvik/dx/src/com/android/dx/cf/code/ |
ReturnAddress.java | 28 * what instances of this class hang onto.
|
/dalvik/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/ |
DdmVmInternal.java | 51 native public static boolean heapSegmentNotify(int when, int what,
|
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/ |
InformationObjectSet.java | 93 intHash += array[i] << (8 * i); //TODO what about to find better one?
|
/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/parsers/ |
DocumentBuilderFactoryImpl.java | 78 // TODO What about expandEntityReferences?
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
XUnresolvedVariableSimple.java | 62 * Tell what kind of class this is.
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/objects/ |
XNull.java | 44 * Tell what kind of class this is.
|
/dalvik/tests/060-reflection-security/src/ |
Main.java | 35 * in general about what calls reflection will cause.
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_CMPL_FLOAT.S | 10 * on what value we'd like to return when one of the operands is NaN.
|
Completed in 100 milliseconds
<<11121314151617181920>>