HomeSort by relevance Sort by last modified time
    Searched full:description (Results 1026 - 1050 of 29811) sorted by null

<<41424344454647484950>>

  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothHspFacade.java 77 @Rpc(description = "Is Hsp profile ready.")
82 @Rpc(description = "Set priority of the profile")
84 @RpcParameter(name = "device", description = "Mac address of a BT device.")
86 @RpcParameter(name = "priority", description = "Priority that needs to be set.")
96 @Rpc(description = "Connect to an HSP device.")
98 @RpcParameter(name = "device", description = "Name or MAC address of a bluetooth device.")
108 @Rpc(description = "Disconnect an HSP device.")
110 @RpcParameter(name = "device", description = "Name or MAC address of a device.")
121 @Rpc(description = "Get all the devices connected through HSP.")
127 @Rpc(description = "Get the connection status of a device."
    [all...]
BluetoothFacade.java 193 @Rpc(description = "Requests that the device be made connectable.")
199 @Rpc(description = "Requests that the device be discoverable for Bluetooth connections.")
202 description = "period of time, in seconds,"
211 @Rpc(description = "Requests that the device be not discoverable.")
217 @Rpc(description = "Queries a remote device for it's name or null if it can't be resolved")
219 @RpcParameter(name = "address", description = "Bluetooth Address For Target Device")
230 @Rpc(description = "Fetch UUIDS with SDP")
232 @RpcParameter(name = "address", description = "Bluetooth Address For Target Device")
243 @Rpc(description = "Get local Bluetooth device name")
248 @Rpc(description = "Sets the Bluetooth visible device name", returns = "true on success"
    [all...]
  /prebuilts/misc/common/robolectric/lib/
hamcrest-library-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.3/
hamcrest-library-1.3.jar 
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiCommonLib.h 32 Routine Description:
66 Routine Description:
93 Routine Description:
122 Routine Description:
148 Routine Description:
175 Routine Description:
202 Routine Description:
229 Routine Description:
254 Routine Description:
279 Routine Description:
    [all...]
  /external/libpcap/
fad-helpers.c 184 * Try to get a description for a given device.
185 * Returns a mallocated description if it could and NULL if it couldn't.
188 * "dev.{adapter family name}.{adapter unit}.%desc" to get a description
191 * "dev.an.0.%pnpinfo" has a better description, although one might argue
194 * that in the description.
197 * and OpenBSD let you get a description, but it's not generated by the OS,
199 * a description in FreeBSD and OpenBSD, but if there is no such
200 * description available, it still might be nice to get some description
230 * description
236 char *description = NULL; local
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/CpuRuntimeDxe/
Cpu.c 72 Routine Description:
91 // TODO: This - add argument and description to function comment
92 // TODO: FlushType - add argument and description to function comment
116 Routine Description:
133 // TODO: This - add argument and description to function comment
150 Routine Description:
167 // TODO: This - add argument and description to function comment
185 Routine Description:
202 // TODO: This - add argument and description to function comment
203 // TODO: State - add argument and description to function comment
    [all...]
  /external/conscrypt/platform/src/main/java/org/conscrypt/ct/
CTLogInfo.java 30 * This object stores information about a CT log, its public key, description and URL.
39 private final String description; field in class:CTLogInfo
42 public CTLogInfo(PublicKey publicKey, String description, String url) {
52 this.description = description;
68 return description;
87 this.description.equals(that.description) &&
95 hash = hash * 31 + description.hashCode();
  /external/hamcrest/
build.xml.original 3 <property name="version" value="SNAPSHOT" description="Version number to use in build files"/>
4 <property name="haltonfailure" value="true" description="Whether to halt the build if the tests fail"/>
5 <property name="debug" value="true" description="Whether to build with debug information"/>
6 <property name="javaversion" value="1.5" description="Java version to target"/>
11 <target name="all" depends="clean, bigjar, javadoc" description="Performs clean build, runs tests and packages for distribution"/>
13 <target name="clean" description="Clean up all built files">
17 <target name="api" description="Build Hamcrest APIs">
25 <target name="generator" depends="api" description="Build code generator tool">
42 <target name="core" depends="generator" description="Build core Hamcrest library">
51 <target name="library" depends="core" description="Build library of matchers"
    [all...]
  /external/icu/icu4j/main/classes/core/
build.xml 20 <target name="build" depends="compile, copy, jar, src-jar" description="Build the project"/>
22 <target name="build-all" depends="@build-all" description="Build the project including all dependencies"/>
24 <target name="clean" depends="@clean" description="Clean up the build outputs"/>
26 <target name="compile" depends="@compile" description="Compile java source files"/>
28 <target name="copy" depends="@copy, copy-data" description="Copy non-java runtime files to the project's binary directory"/>
30 <target name="jar" depends="compile, copy, @jar" description="Create the project's jar file"/>
32 <target name="src-jar" depends="@src-jar" description="Create the project's source jar file"/>
34 <target name="findbugs" depends="@findbugs" description="Search the project for possible defects using FindBugs." />
36 <target name="copy-data" depends="set-icuconfig-datapath" unless="icu4c.data.path" description="Extract pre-built ICU core data files and copy them to the project's binary directory">
  /external/junit-params/src/main/java/junitparams/internal/
TestMethod.java 11 import org.junit.runner.Description;
104 private Description getDescription(Object[] params, int i) {
109 return Description.createTestDescription(testClass().getName(), name, uniqueMethodId);
114 Description baseDescription = Description.createTestDescription(
130 private DescribableFrameworkMethod createDescribableFrameworkMethod(Method method, Description baseDescription) {
138 Description description = getDescription(parametersSets, i); local
141 description, parametersSet));
  /external/llvm/test/tools/llvm-readobj/ARM/
attribute-4.s 9 @CHECK-OBJ-NEXT: Description: ARM v5TE
16 @CHECK-OBJ-NEXT: Description: VFPv3-D16
23 @CHECK-OBJ-NEXT: Description: ARMv8.1-a NEON
30 @CHECK-OBJ-NEXT: Description: Palm OS 2004
37 @CHECK-OBJ-NEXT: Description: 4-byte
44 @CHECK-OBJ-NEXT: Description: 8-byte alignment, 16-byte extended alignment
51 @CHECK-OBJ-NEXT: Description: 8-byte stack alignment, 16-byte data alignment
58 @CHECK-OBJ-NEXT: Description: Aggressive Size
65 @CHECK-OBJ-NEXT: Description: Aggressive Size
  /external/skia/tools/lua/
trigger_ct_lua 22 '&description=%s'
27 def trigger_ct_run(user, password, description, script, skp_repo,
33 body = POST_DATA % (user, password, description, script_contents, skp_repo)
50 description='Trigger a Cluster Telemetry job with the given Lua script.')
53 parser.add_argument('--description', help='Description of the job.')
91 return (user, password, args.description, args.script, skp_repo,
96 user, password, description, script, skp_repo, aggregator = parse_args()
97 trigger_ct_run(user, password, description, script, skp_repo, aggregator)
  /external/swiftshader/src/D3D8/
Direct3DVolume8.cpp 104 long Direct3DVolume8::GetDesc(D3DVOLUME_DESC *description)
108 if(!description)
113 description->Format = format;
114 description->Type = D3DRTYPE_VOLUME;
115 description->Usage = usage;
116 description->Pool = pool;
117 description->Width = width;
118 description->Height = height;
119 description->Depth = depth;
  /system/nfc/src/adaptation/
NfcAdaptation.cpp 112 ** Description: class constructor
125 ** Description: class destructor
136 ** Description: access class singleton
152 ** Description: class initializer
242 ** Description: class finalizer
267 ** Description: Native support for dumpsys function.
278 ** Description: signal the CondVar to release the thread that is waiting
289 ** Description: NFCA_TASK runs the GKI main task
306 ** Description: Creates work threads
334 ** Description: Get the set of HAL entry points
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Cpu/Pentium/Include/
CpuIA32.h 146 Routine Description:
160 Routine Description:
174 Routine Description:
189 Routine Description:
206 Routine Description:
226 Routine Description:
242 Routine Description:
257 Routine Description:
271 Routine Description:
285 Routine Description:
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/
Io.c 32 Routine Description:
56 Routine Description:
80 Routine Description:
105 Routine Description:
127 Routine Description:
149 Routine Description:
170 Routine Description:
194 Routine Description:
218 Routine Description:
242 Routine Description:
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtBlockIoDxe/
WinNtBlockIo.c 140 Routine Description:
149 // TODO: This - add argument and description to function comment
150 // TODO: Handle - add argument and description to function comment
151 // TODO: RemainingDevicePath - add argument and description to function comment
208 Routine Description:
217 // TODO: This - add argument and description to function comment
218 // TODO: Handle - add argument and description to function comment
219 // TODO: RemainingDevicePath - add argument and description to function comment
337 Routine Description:
339 TODO: Add function description
    [all...]
  /system/bt/bta/hd/
bta_hd_api.cc 47 * Description Enables HID device
72 * Description Disables HID device.
91 * Description This function is called when application should be
114 strncpy(p_buf->description, p_app_info->p_description,
116 p_buf->description[BTA_HD_APP_DESCRIPTION_LEN] = '\0';
118 p_buf->description[0] = '\0';
145 * Description This function is called when application should be
164 * Description This function is called when report is to be sent
197 * Description This function is called when VCU shall be sent
215 * Description This function is called when connection to host shall b
    [all...]
  /system/bt/stack/include/
smp_api.h 39 * Description This function initializes the SMP unit.
50 * Description This function sets the trace level for SMP. If called with
62 * Description This function register for the SMP service callback.
73 * Description This function is called to start a SMP pairing.
84 * Description This function is called to start a SMP pairing over BR/EDR.
96 * Description This function is called to cancel a SMP pairing.
107 * Description This function is called to grant security process.
123 * Description This function is called after Security Manager submitted
140 * Description This function is called after Security Manager submitted
154 * Description This function is called to provide the OOB data fo
    [all...]
  /external/skia/gn/toolchain/
BUILD.gn 62 description = "assemble {{source}}"
77 description = "compile {{source}}"
92 description = "compile {{source}}"
109 description = "link {{output}}"
139 description = "link {{output}}"
158 description = "link {{output}}"
163 description = "stamp {{output}}"
169 description = "copy {{source}} {{output}}"
188 description = "compile {{source}}"
198 description = "compile {{source}}
    [all...]
  /external/llvm/test/MC/ARM/
directive-eabi_attribute.s 31 @ CHECK-OBJ-NEXT: Description: ARM v7
37 @ CHECK-OBJ-NEXT: Description: Application
43 @ CHECK-OBJ-NEXT: Description: Not Permitted
49 @ CHECK-OBJ-NEXT: Description: Thumb-2
55 @ CHECK-OBJ-NEXT: Description: VFPv3
61 @ CHECK-OBJ-NEXT: Description: Not Permitted
67 @ CHECK-OBJ-NEXT: Description: NEONv1
73 @ CHECK-OBJ-NEXT: Description: Linux Application
79 @ CHECK-OBJ-NEXT: Description: v6
85 @ CHECK-OBJ-NEXT: Description: Absolut
    [all...]
  /system/nfc/src/nfa/include/
nfa_rw_api.h 65 ** Description Perform the NDEF detection procedure using the appropriate
90 ** Description Read NDEF message from tag. This function will internally
120 ** Description Write NDEF data to the activated tag. This function will
143 ** Description Check if the tag is still in the field.
161 ** Description Check if the tag is NDEF Formatable. If yes Format the
182 ** Description:
189 ** Description Perform the TLV detection procedure using the appropriate
219 ** Description:
238 ** Description:
257 ** Description
    [all...]
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
Movie.java 24 * Movie class represents video entity with title, description, image thumbs and video url.
32 private String description; field in class:Movie
67 return description;
70 public void setDescription(String description) {
71 this.description = description;
  /developers/samples/android/tv/ChannelsPrograms/Application/src/main/java/com/example/android/tv/channelsprograms/model/
Movie.java 18 /** Represents a video entity with title, description, image thumbs and video url. */
26 private String description; field in class:Movie
71 return description;
74 public void setDescription(String description) {
75 this.description = description;

Completed in 2626 milliseconds

<<41424344454647484950>>