/external/tcpdump/ |
print-rsvp.c | 497 switch(parameter_id) { /* parameter_id */ 687 switch(rsvp_obj_header->class_num) { 689 switch(rsvp_obj_ctype) { 750 switch(rsvp_obj_ctype) { 777 switch(rsvp_obj_ctype) { [all...] |
/external/libnfc-nxp/src/ |
phHciNfc_Emulation.c | 320 switch(seq_type) 424 switch(p_emulation_mgmt_info->emulation_cur_seq ) 746 }/* End of the Sequence Switch */ 800 switch(uicc_status) 829 } /* End of the Status Switch */ 879 switch(p_emulation_mgmt_info->emulation_cur_seq ) [all...] |
/external/llvm/test/CodeGen/X86/ |
tail-opts.ll | 182 switch i8 %tmp4, label %bb3 [ 187 switch i32 undef, label %bb1 [ 193 switch i32 undef, label %bb1 [ 205 switch i32 %tmp24, label %lvalue_p.exit4 [ 217 switch i32 %tmp30, label %lvalue_p.exit4 [ 233 switch i8 %tmp39, label %bb2 [ 244 switch i8 %tmp44, label %bb2 [ 312 switch i32 undef, label %bb7 [ 321 switch i32 undef, label %bb12 [ 350 switch i32 undef, label %bb7 [all...] |
/external/openssl/apps/ |
s_cb.c | 167 switch (err) 349 switch (version) 376 switch (((const unsigned char*)buf)[0]) 385 switch (err) 436 switch (content_type) 455 switch (((const unsigned char*)buf)[0]) 466 switch (((const unsigned char*)buf)[1]) 562 switch (((const unsigned char*)buf)[0]) 634 switch(type) 723 switch (peer.sa.sa_family [all...] |
/bionic/libc/kernel/arch-sh/asm/ |
uaccess_32.h | 15 #define __get_user_size(x,ptr,size,retval) do { retval = 0; switch (size) { case 1: __get_user_asm(x, ptr, retval, "b"); break; case 2: __get_user_asm(x, ptr, retval, "w"); break; case 4: __get_user_asm(x, ptr, retval, "l"); break; default: __get_user_unknown(); break; } } while (0) 19 #define __put_user_size(x,ptr,size,retval) do { retval = 0; switch (size) { case 1: __put_user_asm(x, ptr, retval, "b"); break; case 2: __put_user_asm(x, ptr, retval, "w"); break; case 4: __put_user_asm(x, ptr, retval, "l"); break; case 8: __put_user_u64(x, ptr, retval); break; default: __put_user_unknown(); } } while (0)
|
/bionic/libm/i387/ |
e_exp.S | 55 * hundreds of ulps to less than 1 ulp. Switch to it if necessary. 57 * if we switch.
|
/bootable/bootloader/legacy/libc/ |
xprintf.c | 56 switch(*fmt){ 61 switch(fmt[1]) {
|
/build/libs/host/ |
pseudolocalize.cpp | 8 switch (c) { 84 switch (c) {
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/ |
NdefPushReceiverActivity.java | 113 switch (id) { 134 switch (id) {
|
/cts/tests/tests/holo/src/android/holo/cts/ |
BitmapAssets.java | 74 switch (type) { 104 switch (type) {
|
/development/samples/ApiDemos/ |
_index.html | 23 href="src/com/example/android/apis/preference/PreferencesFromCode.html">Switch Preference</a></li> 38 <li><a href="src/com/example/android/apis/view/Switches.html">Switch widget</a></li>
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
ActionBarDisplayOptions.java | 70 switch (v.getId()) { 96 switch (lp.gravity & Gravity.HORIZONTAL_GRAVITY_MASK) {
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
DateWidgets1.java | 93 switch (id) { 107 switch (id) {
|
/development/samples/BrowserPlugin/jni/video/ |
VideoPlugin.cpp | 107 switch (evt->eventType) { 109 switch (evt->data.lifecycle.action) {
|
/development/samples/CrossCompatibility/src/com/example/android/touchexample/ |
VersionedGestureDetector.java | 72 switch (ev.getAction()) { 113 switch (action & MotionEvent.ACTION_MASK) {
|
/development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/ |
Notepadv3.java | 77 switch(item.getItemId()) { 95 switch(item.getItemId()) {
|
/device/google/accessory/arduino/USB_Host_Shield/ |
Usb.cpp | 256 switch( rcode ) {
271 }//switch( rcode...
315 switch( rcode ) {
330 }//switch( rcode
346 switch( tmpdata ) {
362 }// switch( tmpdata
365 switch( usb_task_state ) {
441 }// switch( usb_task_state
|
/external/bluetooth/bluez/test/ |
attest.c | 94 /* Switch tty to RAW mode */ 151 switch (argc) {
|
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/ |
GeneralSubtree.java | 47 switch (seq.size()) 53 switch (o.getTagNo())
|
/external/chromium/chrome/browser/chromeos/ |
audio_mixer_alsa.h | 79 // In ALSA, the mixer element's 'switch' is turned off to mute. 90 // ALSA can report it has a volume switch and we can turn it off, but it has
|
/external/chromium/chrome/browser/net/ |
proxy_service_factory.cc | 75 // Parse the switch (it should be a positive integer formatted as decimal). 80 LOG(ERROR) << "Invalid switch for number of PAC threads: " << s;
|
/external/chromium/chrome/browser/prefs/ |
session_startup_pref.cc | 28 switch (type) { 37 switch (pref_value) {
|
/external/chromium/net/http/ |
http_auth_handler_mock.cc | 33 switch (resolve_) { 50 switch (resolve_) {
|
/external/clang/lib/AST/ |
NestedNameSpecifier.cpp | 118 switch (Prefix.getInt()) { 158 switch (getKind()) { 180 switch (getKind()) { 200 switch (getKind()) { 226 switch (getKind()) { 296 switch (Qualifier->getKind()) { 362 switch (Qualifier->getKind()) { 578 switch (NNS->getKind()) {
|
/external/clang/lib/Sema/ |
CodeCompleteConsumer.cpp | 35 switch (Kind) { 84 switch (Kind) { 228 switch (C->Kind) { 322 switch (Kind) { 353 switch (Results[I].Kind) { 404 switch (Kind) { 407 switch (Declaration->getAvailability()) { 456 switch (R.Kind) {
|