HomeSort by relevance Sort by last modified time
    Searched full:glue (Results 26 - 50 of 491) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 225 if (VT == MVT::Glue)
232 if (VT == MVT::Glue)
437 // CopyFromReg has: "chain, Val, glue" so operand 1 gives the type.
494 if (Node->getOperand(NumOps-1).getValueType() == MVT::Glue)
495 --NumOps; // Ignore the glue operand.
662 DenseMap<SDNode*, SDNode*> GluedMap; // Cache glue to its user
688 if (NumLeft == NumOps && Op.getValueType() == MVT::Glue) {
689 // Schedule glue operand right above N.
691 assert(OpN->getNodeId() != 0 && "Glue operand not ready?");
698 // Glue operand is already scheduled
    [all...]
  /bionic/libc/bionic/
thread_private.cpp 32 // Some simple glue used to make BSD code thread-safe.
  /external/avahi/avahi-client/
Android.mk 14 ../avahi-common/dbus-watch-glue.c
Makefile.am 52 ../avahi-common/dbus-watch-glue.c ../avahi-common/dbus-watch-glue.h
  /external/libchrome/base/profiler/
alternate_timer.h 5 // This is a glue file, which allows third party code to call into our profiler
  /external/valgrind/none/tests/darwin/
bug254164.c 30 * RPC glue vector for in-kernel short circuited tasks. Rather than
  /external/webrtc/talk/app/webrtc/java/
README 2 well as the JNI glue C++ code that lets the Java implementation reuse the C++
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
Location.java 199 int glue = str.indexOf('-'); local
200 if (glue == -1) {
203 String start = str.substring(0, glue);
204 String end = str.substring(glue + 1);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
PlaybackControlGlue.java 29 * and skip to next/previous. This helper class is a glue layer in that it manages the
39 * <p>To use an instance of the glue layer, first construct an instance. Constructor parameters
40 * inform the glue what speed levels are supported for fast forward/rewind. Providing a
45 * The row will be updated by the glue layer based on the media metadata and playback state.
64 * handler will be set. Otherwise, you should set the glue object as key event handler to the
208 * Constructor for the glue.
218 * Constructor for the glue.
231 * Constructor for the glue.
244 * Constructor for the glue.
300 PlaybackControlGlue glue = (PlaybackControlGlue) object
    [all...]
PlaybackControlSupportGlue.java 31 * and skip to next/previous. This helper class is a glue layer in that it manages the
41 * <p>To use an instance of the glue layer, first construct an instance. Constructor parameters
42 * inform the glue what speed levels are supported for fast forward/rewind. Providing a
47 * The row will be updated by the glue layer based on the media metadata and playback state.
66 * handler will be set. Otherwise, you should set the glue object as key event handler to the
210 * Constructor for the glue.
220 * Constructor for the glue.
233 * Constructor for the glue.
246 * Constructor for the glue.
302 PlaybackControlSupportGlue glue = (PlaybackControlSupportGlue) object
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/
Makefile.am 29 library_includedir = $(pkgincludedir)/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/
Makefile.am 29 library_includedir = $(pkgincludedir)/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/
Makefile.am 29 library_includedir = $(pkgincludedir)/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/
Makefile.am 29 library_includedir = $(pkgincludedir)/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc
  /hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/
Makefile.am 29 library_includedir = $(pkgincludedir)/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc
  /system/bt/bta/include/
bta_jv_co.h 38 ** Description This function is called by JV to send data to the java glue
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 261 SDValue Glue =
262 SDValue(CurDAG->getMachineNode(XCore::SETSR_branch_u6, dl, MVT::Glue,
264 Glue =
265 SDValue(CurDAG->getMachineNode(XCore::CLRSR_branch_u6, dl, MVT::Glue,
266 constOne, Glue), 0);
270 nextAddr->getOperand(0), Glue);
272 return CurDAG->SelectNodeTo(N, XCore::BAU_1r, MVT::Other, nextAddr, Glue);
  /external/libmtp/src/
libusb-glue.h 2 * \file libusb-glue.h
3 * Low-level USB interface glue towards libusb.
  /external/dbus/dbus/
dbus-valgrind-internal.h 2 /* dbus-valgrind-internal.h - valgrind glue
  /external/llvm/bindings/ocaml/all_backends/
all_backends_ocaml.c 1 /*===-- all_backends_ocaml.c - LLVM OCaml Glue ------------------*- C++ -*-===*\
  /external/llvm/bindings/ocaml/irreader/
irreader_ocaml.c 1 /*===-- irreader_ocaml.c - LLVM OCaml Glue ----------------------*- C++ -*-===*\
  /external/llvm/bindings/ocaml/linker/
linker_ocaml.c 1 /*===-- linker_ocaml.c - LLVM OCaml Glue ------------------------*- C++ -*-===*\
  /external/llvm/bindings/ocaml/transforms/utils/
transform_utils_ocaml.c 1 /*===-- vectorize_ocaml.c - LLVM OCaml Glue ---------------------*- C++ -*-===*\
  /external/skia/src/images/
bmpdecoderhelper.h 14 // this section is my current "glue" between google3 code and android.
  /prebuilts/gdb/darwin-x86/include/python2.7/
pymacconfig.h 66 * Therefore surpress the toolbox-glue in 64-bit mode.

Completed in 1413 milliseconds

12 3 4 5 6 7 8 91011>>