HomeSort by relevance Sort by last modified time
    Searched defs:code (Results 601 - 625 of 878) sorted by null

<<21222324252627282930>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv6/
ip6_tables.h 116 u_int8_t code[2]; member in struct:ip6t_icmp
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
binder.h 84 unsigned int code; member in struct:binder_transaction_data
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/
ip_tables.h 110 u_int8_t code[2]; member in struct:ipt_icmp
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv6/
ip6_tables.h 116 u_int8_t code[2]; member in struct:ip6t_icmp
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
binder.h 84 unsigned int code; member in struct:binder_transaction_data
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/
ip_tables.h 110 u_int8_t code[2]; member in struct:ipt_icmp
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv6/
ip6_tables.h 116 u_int8_t code[2]; member in struct:ip6t_icmp
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
binder.h 84 unsigned int code; member in struct:binder_transaction_data
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/
ip_tables.h 110 u_int8_t code[2]; member in struct:ipt_icmp
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv6/
ip6_tables.h 116 u_int8_t code[2]; member in struct:ip6t_icmp
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
binder.h 84 unsigned int code; member in struct:binder_transaction_data
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/netfilter_ipv4/
ip_tables.h 110 u_int8_t code[2]; member in struct:ipt_icmp
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/netfilter_ipv6/
ip6_tables.h 116 u_int8_t code[2]; member in struct:ip6t_icmp
  /prebuilt/windows/sdl/host/include/SDL/
SDL_events.h 203 int code; /* User defined event code */ member in struct:SDL_UserEvent
  /prebuilt/windows/sdl/include/SDL/
SDL_events.h 206 int code; /* User defined event code */ member in struct:SDL_UserEvent
  /system/bluetooth/bluez-clean-headers/bluetooth/
l2cap.h 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS *
84 uint8_t code; member in struct:__anon25662
    [all...]
  /system/core/toolbox/
powerd.c 19 __u16 code; member in struct:input_event
197 light_event.code = 4; // bright lcd backlight
201 light_event2.code = 8; // keyboard backlight
353 if(event.type == EV_PWR && event.code == KEY_SLEEP) {
356 if(event.type == EV_KEY || (event.type == EV_SW && event.code == SW_0 && event.value == 1)) {
376 printf("got %s %s %d%s\n", event.type == EV_KEY ? "key" : "switch", event.value ? "down" : "up", event.code, event_sleep ? " from sleep" : "");
377 if(event.code == KEY_POWER) {
395 if(event.type == EV_SW && event.code == SW_0 && event.value == 0) {
  /cts/tools/dasm/src/dasm/
DAsm.java 20 import com.android.dx.dex.code.ArrayData;
21 import com.android.dx.dex.code.CodeAddress;
22 import com.android.dx.dex.code.CstInsn;
23 import com.android.dx.dex.code.DalvCode;
24 import com.android.dx.dex.code.DalvInsn;
25 import com.android.dx.dex.code.Dops;
26 import com.android.dx.dex.code.OddSpacer;
27 import com.android.dx.dex.code.OutputFinisher;
28 import com.android.dx.dex.code.PositionList;
29 import com.android.dx.dex.code.SimpleInsn
443 DalvCode code = null; local
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceScript.java 248 int code = Integer.parseInt(args[3]); local
254 MonkeyKeyEvent e = new MonkeyKeyEvent(downTime, eventTime, action, code, repeat,
256 System.out.println(" Key code " + code + "\n");
614 * @param line A string in the form {@code cmd(arg1,arg2,arg3)}.
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
CodeGen.java 37 private PrintWriter code, make, namesHeader, namesSource; field in class:CodeGen
56 code.write(MessageFormatter.format(msg, true));
57 code.write(";CHKERR;\n");
70 code.write(MessageFormatter.format(msg, true));
71 code.write(";CHKERR;\n");
89 code.write("{\n");
90 code.format(" void * texData = malloc(%d);CHKERR;\n", data.length);
91 code.format(" FILE * texFile = fopen(\"/sdcard/frame_data.bin\", \"rb\");CHKERR;\n");
92 code.format(" assert(texFile);CHKERR;\n");
93 code.format(" fseek(texFile, %d, SEEK_SET);CHKERR;\n", dataOut.getChannel(
    [all...]
  /external/bluetooth/bluez/audio/
control.c 122 uint8_t code:4; member in struct:avrcp_header
143 uint8_t code:4; member in struct:avrcp_header
336 static int send_event(int fd, uint16_t type, uint16_t code, int32_t value)
342 event.code = code;
544 avrcp->code, avrcp->subunit_type, avrcp->subunit_id,
549 avrcp->code = CTYPE_NOT_IMPLEMENTED;
553 avrcp->code = CTYPE_REJECTED;
555 avrcp->code == CTYPE_CONTROL &&
560 avrcp->code = CTYPE_ACCEPTED
    [all...]
  /external/chromium/net/http/
http_response_headers.cc 2 // Use of this source code is governed by a BSD-style license that can be
89 // Functions for histogram initialization. The code 0 is put in the
110 int MapHttpResponseCode(int code) {
111 if (HISTOGRAM_MIN_HTTP_RESPONSE_CODE <= code &&
112 code <= HISTOGRAM_MAX_HTTP_RESPONSE_CODE)
113 return code;
621 std::string::const_iterator code = p; local
625 if (p == code) {
632 raw_headers_.append(code, p);
634 base::StringToInt(code, p, &response_code_)
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 403 /// FunctionTextRegion - A region that represents code texts of function.
431 /// BlockTextRegion - A region that represents code texts of blocks (closures).
433 /// represent the "code", while BlockDataRegions represent instances of blocks,
434 /// which correspond to "code+data". The distinction is important, because
474 /// represent the "code", while BlockDataRegions represent instances of blocks,
475 /// which correspond to "code+data". The distinction is important, because
917 MemSpaceRegion *code; member in class:clang::ento::MemRegionManager
921 : C(c), A(a), globals(0), heap(0), unknown(0), code(0) {}
    [all...]
  /external/dbus/bus/
activation.c 2153 const char *code, *str, *unit = NULL; local
    [all...]
  /external/elfutils/libdw/
libdwP.h 158 unsigned int code; member in struct:Dwarf_Abbrev
294 unsigned int code)

Completed in 1502 milliseconds

<<21222324252627282930>>