Searched
full:associated (Results
451 -
475 of
20444) sorted by null
<<11121314151617181920>>
/frameworks/base/wifi/java/android/net/wifi/ |
SupplicantState.java | 35 * This state indicates that client is not associated, but is likely to 96 ASSOCIATED, 133 * address associated with the connection yet. Typically, a DHCP 179 case ASSOCIATED: 202 case ASSOCIATED: 228 case ASSOCIATED:
|
/prebuilts/go/darwin-x86/src/go/ast/ |
example_test.go | 150 // This comment is associated with the hello constant. 153 // This comment is associated with the foo variable. 156 // This comment is associated with the main function. 178 // (the comments associated with the variable declaration), and create 193 // // This comment is associated with the hello constant. 196 // // This comment is associated with the main function.
|
/prebuilts/go/darwin-x86/src/net/http/ |
header.go | 22 // It appends to any existing values associated with key. 27 // Set sets the header entries associated with key to 29 // values associated with key. 34 // Get gets the first value associated with the given key. 37 // If there are no values associated with the key, Get returns "". 52 // Del deletes the values associated with key.
|
/prebuilts/go/linux-x86/src/go/ast/ |
example_test.go | 150 // This comment is associated with the hello constant. 153 // This comment is associated with the foo variable. 156 // This comment is associated with the main function. 178 // (the comments associated with the variable declaration), and create 193 // // This comment is associated with the hello constant. 196 // // This comment is associated with the main function.
|
/prebuilts/go/linux-x86/src/net/http/ |
header.go | 22 // It appends to any existing values associated with key. 27 // Set sets the header entries associated with key to 29 // values associated with key. 34 // Get gets the first value associated with the given key. 37 // If there are no values associated with the key, Get returns "". 52 // Del deletes the values associated with key.
|
/bionic/libc/dns/include/ |
resolv_cache.h | 37 * name servers are retrieved from the cache which is associated 38 * with the network to which the res_state structure is associated */
|
/dalvik/dexgen/src/com/android/dexgen/rop/ |
StdField.java | 26 * all the associated data. 35 * @param attributes {@code non-null;} list of associated attributes
|
/dalvik/dexgen/src/com/android/dexgen/rop/type/ |
TypeBearer.java | 22 * Object which has an associated type, possibly itself. 27 * Gets the type associated with this instance.
|
/dalvik/dx/src/com/android/dx/rop/type/ |
TypeBearer.java | 22 * Object which has an associated type, possibly itself. 27 * Gets the type associated with this instance.
|
/developers/build/prebuilts/gradle/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/server/ |
StoreBackend.java | 45 * @param password the password for the user associated with the {@code transaction}. 51 * Enrolls a public key associated with the userId
|
/developers/samples/android/security/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/server/ |
StoreBackend.java | 45 * @param password the password for the user associated with the {@code transaction}. 51 * Enrolls a public key associated with the userId
|
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/server/ |
StoreBackend.java | 45 * @param password the password for the user associated with the {@code transaction}. 51 * Enrolls a public key associated with the userId
|
/development/tools/bugreport/src/com/android/bugreport/logcat/ |
LogLine.java | 84 * The process associated with this log line. 91 * The thread associated with this log line.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/ |
__init__.py | 10 # associated documentation, you agree that you have read, understood,
14 # its associated documentation for any purpose and without fee is
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/ |
__init__.py | 10 # associated documentation, you agree that you have read, understood,
14 # its associated documentation for any purpose and without fee is
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/ |
ArmShellCmdRunAxf.h | 49 @param[in] ShellParameters The parameters associated with the command.
68 function is responsible for displaying help information for the associated
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Smm/SmmScriptLib/ |
SmmScriptLib.c | 34 and associated attributes.
68 and associated attributes.
102 and associated attributes.
136 and associated attributes.
170 and associated attributes.
204 and associated attributes.
230 and associated attributes.
254 and associated attributes.
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/ |
LegacyInterrupt.h | 47 Gets the PCI location associated with this protocol.
111 /// Gets the PCI bus, device, and function that is associated with this protocol.
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
DriverFamilyOverride.h | 30 This function returns the version value associated with the driver specified by This.
40 @return The version value associated with the driver specified by This.
|
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtThunkDxe/ |
WinNtThunk.c | 18 Produce WinNtThunk protocol and it's associated device path and controller
78 Install WinNtThunk Protocol and it's associated Device Path protocol
|
/device/linaro/bootloader/edk2/OvmfPkg/Include/Library/ |
XenHypercallLib.h | 69 @param Arguments The arguments associated to the operation.
84 @param Arguments The argument associated to the operation.
|
/device/linaro/bootloader/edk2/ShellPkg/Include/Protocol/ |
EfiShellDynamicCommand.h | 42 @param[in] ShellParameters The parameters associated with the command.
60 function is responsible for displaying help information for the associated
|
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/ |
Init.c | 33 in the Build directory associated with the socket application or
84 in the Build directory associated with the socket application or
|
/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
signal.h | 56 @param[in] sig Signal number that function is to be associated with.
57 @param[in] function The "handler" function to be associated with signal sig.
|
/docs/source.android.com/src/devices/tech/datausage/ |
tags-explained.jd | 24 associated with a UID. User space can use 36 <p><code>a, b, c?</code> represent explicit tags associated with specific sockets.</p>
|
Completed in 636 milliseconds
<<11121314151617181920>>