HomeSort by relevance Sort by last modified time
    Searched full:handle (Results 1001 - 1025 of 15141) sorted by null

<<41424344454647484950>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ResizeGesture.java 45 /** The selection handle we're dragging to perform this resize */
59 * @param item The selected item the handle corresponds to
60 * @param handle The handle being dragged to perform the resize
62 public ResizeGesture(LayoutCanvas canvas, SelectionItem item, SelectionHandle handle) {
64 mHandle = handle;
223 private static SegmentType getHorizontalEdgeType(SelectionHandle handle) {
224 switch (handle.getPosition()) {
236 default: assert false : handle.getPosition();
241 private static SegmentType getVerticalEdgeType(SelectionHandle handle) {
    [all...]
  /system/bt/bta/include/
bta_ag_ci.h 48 extern void bta_ag_ci_rx_write(UINT16 handle, char *p_data, UINT16 len);
61 extern void bta_ag_ci_slc_ready(UINT16 handle);
74 extern void bta_ag_ci_wbs_command (UINT16 handle, char *p_data, UINT16 len);
  /art/runtime/mirror/
string-inl.h 58 SetStringCountAndBytesVisitor(int32_t count, Handle<ByteArray> src_array, int32_t offset,
77 Handle<ByteArray> src_array_;
85 SetStringCountAndValueVisitorFromCharArray(int32_t count, Handle<CharArray> src_array,
101 Handle<CharArray> src_array_;
108 SetStringCountAndValueVisitorFromString(int32_t count, Handle<String> src_string,
124 Handle<String> src_string_;
171 Handle<ByteArray> array, int32_t offset,
180 Handle<CharArray> array, int32_t offset,
188 inline String* String::AllocFromString(Thread* self, int32_t string_length, Handle<String> string,
  /bionic/tests/
pthread_dlfcn_test.cpp 41 void* handle = dlopen("libtest_pthread_atfork.so", RTLD_NOW | RTLD_LOCAL); local
42 ASSERT_TRUE(handle != nullptr) << dlerror();
44 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle, "proxy_pthread_atfork"));
64 EXPECT_EQ(0, dlclose(handle));
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncService.java 24 /** Service to handle sync requests.
32 * manage the lifecycle of our {@link SyncAdapter} and provide a handle to said SyncAdapter to the
65 * Return Binder handle for IPC communication with {@link SyncAdapter}.
70 * @return Binder handle for {@link SyncAdapter}
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncService.java 24 /** Service to handle sync requests.
32 * manage the lifecycle of our {@link SyncAdapter} and provide a handle to said SyncAdapter to the
65 * Return Binder handle for IPC communication with {@link SyncAdapter}.
70 * @return Binder handle for {@link SyncAdapter}
  /development/samples/ContactManager/
_index.html 6 <p>In most cases, you will want to ask the existing Contacts activity to handle these tasks for you,
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
SyncService.java 24 /** Service to handle sync requests.
32 * manage the lifecycle of our {@link SyncAdapter} and provide a handle to said SyncAdapter to the
65 * Return Binder handle for IPC communication with {@link SyncAdapter}.
70 * @return Binder handle for {@link SyncAdapter}
  /development/samples/devbytes/telephony/SmsSampleProject/app/src/main/java/com/example/android/smssample/receiver/
MessagingReceiver.java 55 // TODO: Handle SMS here
56 // As an example, we'll start a wakeful service to handle the SMS
63 // TODO: Handle MMS here
64 // As an example, we'll start a wakeful service to handle the MMS
  /external/clang/test/Misc/
serialized-diags-no-category.c 8 // This test case tests that we can handle both fatal errors and errors without categories.
  /external/compiler-rt/test/asan/TestCases/Windows/
thread_simple.cc 15 HANDLE thr = CreateThread(NULL, 0, thread_proc, NULL, 0, NULL);
thread_suspended.cc 15 HANDLE thr = CreateThread(NULL, 0, thread_proc, NULL, CREATE_SUSPENDED, NULL);
  /external/drm_gralloc/
gralloc_drm_priv.h 56 struct gralloc_drm_handle_t *handle);
79 struct gralloc_drm_handle_t *handle; member in struct:gralloc_drm_bo_t
81 int imported; /* the handle is from a remote proces when true */
82 int fb_handle; /* the GEM handle of the bo */
  /external/elfutils/src/tests/
arls.c 24 static int handle (const char *fname);
34 result = handle ("a.out");
37 result |= handle (argv[1]);
44 handle (const char *fname) function
  /external/icu/icu4c/source/tools/toolutil/
filetools.h 16 * Contains various functions to handle files.
  /external/iproute2/testsuite/tests/
cls-testbed.t 16 qdisc add dev $DEV root handle 10:0 \
30 qdisc add dev $DEV root handle 10:0 htb
42 qdisc add dev $DEV root handle 20:0 \
48 qdisc add dev $DEV parent 20:0 handle 10:0 prio
  /external/iptables/iptables/
ip6tables-standalone.c 45 struct xtc_handle *handle = NULL; local
61 ret = do_command6(argc, argv, &table, &handle, false);
63 ret = ip6tc_commit(handle);
64 ip6tc_free(handle);
iptables-standalone.c 47 struct xtc_handle *handle = NULL; local
64 ret = do_command4(argc, argv, &table, &handle, false);
66 ret = iptc_commit(handle);
67 iptc_free(handle);
  /external/libdrm/tests/planetest/
bo.h 19 uint32_t handle; member in struct:sp_bo
  /external/libnl/src/
nl-qdisc-list.c 30 " -p, --parent=HANDLE Identifier of parent qdisc\n"
31 " -H, --handle=HANDLE Identifier\n"
65 { "handle", 1, 0, 'H' },
  /external/libpcap/
pcap_create.3pcap 24 pcap_create \- create a live capture handle
42 is used to create a packet capture handle to look
52 The returned handle must be activated with
56 on the handle before activating it.
  /external/littlemock/
README 15 - Change to AppDataDirGuesser to handle the new class loader toString
  /external/lldb/test/plugins/
builder_darwin.py 24 # True signifies that we can handle building dsym.
  /external/llvm/cmake/modules/
FindSphinx.cmake 16 # Handle REQUIRED and QUIET arguments
  /external/llvm/include/llvm/ExecutionEngine/Orc/
IRCompileLayer.h 44 /// @brief Handle to a set of compiled modules.
59 /// @return A handle for the added modules.
93 /// @brief Remove the module set associated with the handle H.
99 /// @return A handle for the given named symbol, if it exists.
105 /// compiled modules represented by the handle H. This call is
107 /// @param H The handle for the module set to search in.
110 /// @return A handle for the given named symbol, if it is found in the
118 /// given handle.
119 /// @param H Handle for module set to emit/finalize.

Completed in 1138 milliseconds

<<41424344454647484950>>