/external/bluetooth/bluedroid/btif/include/ |
btif_sm.h | 23 * Description: Generic BTIF state machine API 34 /* Generic Enter/Exit state machine events */ 59 ** Description Initializes the state machine with the state handlers 64 ** Returns Returns a pointer to the initialized state machine handle. 74 ** Description Tears down the state machine 85 ** Description Fetches the current state of the state machine
|
/libcore/luni/src/main/java/libcore/io/ |
StructUtsname.java | 28 /** The machine's unqualified name on some implementation-defined network. */ 37 /** The machine architecture, such as "armv7l" or "x86_64". */ 38 public final String machine; field in class:StructUtsname 40 StructUtsname(String sysname, String nodename, String release, String version, String machine) { 45 this.machine = machine;
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
package.html | 5 <li>SIPServerTransaction -- an implementation of the Server Transaction State Machine (Chapter 17 of RFC 3261). 6 <li>SIPClientTransaction -- an implementation of the Client Transction State Machine (Chapter 17 of RFC 3261).
|
/external/chromium_org/v8/tools/testrunner/local/ |
utils.py | 84 machine = platform.machine() 85 machine = machine.lower() # Windows 7 capitalizes 'AMD64'. 86 if machine.startswith('arm'): 88 elif (not machine) or (not re.match('(x|i[3-6])86$', machine) is None): 90 elif machine == 'i86pc': 92 elif machine == 'x86_64': 94 elif machine == 'amd64' [all...] |
/external/chromium_org/components/autofill/content/browser/risk/ |
fingerprint.cc | 85 // Adds the list of |fonts| to the |machine|. 87 Fingerprint::MachineCharacteristics* machine) { 100 machine->add_font(font_name); 104 // Adds the list of |plugins| to the |machine|. 106 Fingerprint::MachineCharacteristics* machine) { 110 machine->add_plugin(); 122 // Adds the list of HTTP accept languages to the |machine|. 125 Fingerprint::MachineCharacteristics* machine) { 130 machine->add_requested_language(*it); 140 // into the |machine| 394 Fingerprint::MachineCharacteristics* machine = local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_gs.c | 48 draw->gs.tgsi.machine = tgsi_exec_machine_create(); 49 if (!draw->gs.tgsi.machine) 52 draw->gs.tgsi.machine->Primitives = align_malloc( 54 if (!draw->gs.tgsi.machine->Primitives) 56 memset(draw->gs.tgsi.machine->Primitives, 0, 64 if (!draw->gs.tgsi.machine) 67 align_free(draw->gs.tgsi.machine->Primitives); 69 tgsi_exec_machine_destroy(draw->gs.tgsi.machine); 124 gs->machine = draw->gs.tgsi.machine; 168 struct tgsi_exec_machine *machine = shader->machine; local 215 struct tgsi_exec_machine *machine = shader->machine; local 273 struct tgsi_exec_machine *machine = shader->machine; local 401 struct tgsi_exec_machine *machine = shader->machine; local [all...] |
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_gs.c | 48 draw->gs.tgsi.machine = tgsi_exec_machine_create(); 49 if (!draw->gs.tgsi.machine) 52 draw->gs.tgsi.machine->Primitives = align_malloc( 54 if (!draw->gs.tgsi.machine->Primitives) 56 memset(draw->gs.tgsi.machine->Primitives, 0, 64 if (!draw->gs.tgsi.machine) 67 align_free(draw->gs.tgsi.machine->Primitives); 69 tgsi_exec_machine_destroy(draw->gs.tgsi.machine); 124 gs->machine = draw->gs.tgsi.machine; 168 struct tgsi_exec_machine *machine = shader->machine; local 215 struct tgsi_exec_machine *machine = shader->machine; local 273 struct tgsi_exec_machine *machine = shader->machine; local 401 struct tgsi_exec_machine *machine = shader->machine; local [all...] |
/bionic/libc/arch-arm/syscalls/ |
__brk.S | 4 #include <machine/asm.h>
|
__fcntl.S | 4 #include <machine/asm.h>
|
__fcntl64.S | 4 #include <machine/asm.h>
|
__fork.S | 4 #include <machine/asm.h>
|
__fstatfs64.S | 4 #include <machine/asm.h>
|
__getcpu.S | 4 #include <machine/asm.h>
|
__getcwd.S | 4 #include <machine/asm.h>
|
__getpriority.S | 4 #include <machine/asm.h>
|
__ioctl.S | 4 #include <machine/asm.h>
|
__open.S | 4 #include <machine/asm.h>
|
__openat.S | 4 #include <machine/asm.h>
|
__ptrace.S | 4 #include <machine/asm.h>
|
__reboot.S | 4 #include <machine/asm.h>
|
__rt_sigaction.S | 4 #include <machine/asm.h>
|
__rt_sigprocmask.S | 4 #include <machine/asm.h>
|
__rt_sigtimedwait.S | 4 #include <machine/asm.h>
|
__sched_getaffinity.S | 4 #include <machine/asm.h>
|
__set_tls.S | 4 #include <machine/asm.h>
|