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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/app/
PlaybackControlGlueTest.java 125 PlaybackControlGlue glue; field in class:PlaybackControlGlueTest
134 glue = new PlayControlGlueImpl(context, new int[]{
149 glue.setControlsRow(row);
159 assertFalse(glue.isMediaPlaying());
160 glue.onActionClicked(playPause);
161 assertTrue(glue.isMediaPlaying());
162 assertEquals(PlaybackControlGlue.PLAYBACK_SPEED_NORMAL, glue.getCurrentSpeedId());
167 glue.onActionClicked(fastForward);
168 assertEquals(PlaybackControlGlue.PLAYBACK_SPEED_FAST_L0, glue.getCurrentSpeedId());
171 glue.onActionClicked(fastForward)
    [all...]
PlaybackControlSupportGlueTest.java 127 PlaybackControlSupportGlue glue; field in class:PlaybackControlSupportGlueTest
136 glue = new PlayControlGlueImpl(context, new int[]{
151 glue.setControlsRow(row);
161 assertFalse(glue.isMediaPlaying());
162 glue.onActionClicked(playPause);
163 assertTrue(glue.isMediaPlaying());
164 assertEquals(PlaybackControlSupportGlue.PLAYBACK_SPEED_NORMAL, glue.getCurrentSpeedId());
169 glue.onActionClicked(fastForward);
170 assertEquals(PlaybackControlSupportGlue.PLAYBACK_SPEED_FAST_L0, glue.getCurrentSpeedId());
173 glue.onActionClicked(fastForward)
    [all...]
  /external/clang/test/Preprocessor/
c99-6_10_3_4_p6.c 10 #define glue(a, b) a ## b macro
11 #define xglue(a, b) glue(a, b)
18 glue(HIGH, LOW);
  /external/wpa_supplicant_8/src/ap/
wpa_auth_glue.h 2 * hostapd / WPA authenticator glue code
  /bionic/libc/stdio/
glue.h 1 /* $OpenBSD: glue.h,v 1.4 2004/01/11 21:39:51 millert Exp $ */
41 * allocated and linked in via this glue structure.
43 struct glue { struct
44 struct glue *next;
50 __LIBC32_LEGACY_PUBLIC__ extern struct glue __sglue;
  /external/valgrind/VEX/test/
test-i386-muldiv.h 2 void glue(glue(test_, OP), b)(int op0, int op1)
20 void glue(glue(test_, OP), w)(int op0h, int op0, int op1)
38 void glue(glue(test_, OP), l)(int op0h, int op0, int op1)
test-amd64-muldiv.h 2 void glue(glue(test_, OP), b)(int64 op0, int64 op1)
20 void glue(glue(test_, OP), w)(int64 op0h, int64 op0, int64 op1)
38 void glue(glue(test_, OP), l)(int64 op0h, int64 op0, int64 op1)
56 void glue(glue(test_, OP), q)(int64 op0h, int64 op0, int64 op1)
test-amd64-shift.h 2 #define exec_op glue(exec_, OP)
3 #define exec_opq glue(glue(exec_, OP), q)
4 #define exec_opl glue(glue(exec_, OP), l)
5 #define exec_opw glue(glue(exec_, OP), w)
6 #define exec_opb glue(glue(exec_, OP), b)
162 void glue(test_, OP)(void function
    [all...]
test-i386-shift.h 2 #define exec_op glue(exec_, OP)
3 #define exec_opl glue(glue(exec_, OP), l)
4 #define exec_opw glue(glue(exec_, OP), w)
5 #define exec_opb glue(glue(exec_, OP), b)
145 void glue(test_, OP)(void) function
154 void *glue(_test_, OP) __init_call = glue(test_, OP)
    [all...]
test-amd64.h 2 #define exec_op glue(exec_, OP)
3 #define exec_opq glue(glue(exec_, OP), q)
4 #define exec_opl glue(glue(exec_, OP), l)
5 #define exec_opw glue(glue(exec_, OP), w)
6 #define exec_opb glue(glue(exec_, OP), b)
139 void glue(test_, OP)(void function
    [all...]
test-i386.h 4 #define exec_op glue(exec_, OP)
5 #define exec_opl glue(glue(exec_, OP), l)
6 #define exec_opw glue(glue(exec_, OP), w)
7 #define exec_opb glue(glue(exec_, OP), b)
145 void glue(test_, OP)(void) function
205 void *glue(_test_, OP) __init_call = glue(test_, OP)
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
empty-orphan.t 20 /DISCARD/ : { *(.reginfo) *(.glue*) }
  /frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
KCode.kt 25 class Appendix(val glue : String, val code : KCode)
91 fun app(glue : String = "", c : KCode?) : KCode {
95 nodes.add(Appendix(glue, c!!))
104 fun app(glue : String = "", s : String?, init : (KCode.() -> Unit)? = null) : KCode {
109 return app(glue, c)
121 sb.append(it.glue)
  /external/wpa_supplicant_8/wpa_supplicant/
wpas_glue.h 2 * WPA Supplicant - Glue code to setup EAPOL and RSN modules
  /frameworks/base/tools/layoutlib/bridge/src/android/text/
Primitive.java 27 // Box and Glue have width only.
51 GLUE,
75 assert this == BOX || this == GLUE || this == WORD_BREAK;
76 if (this == BOX || this == GLUE) {
  /frameworks/wilhelm/src/
README.txt 7 * Common glue code
  /external/libmtp/
ChangeLog 35 * src/libusb-glue.h: inclusion guard, export functions to
37 * src/libusb-glue.c: define USB_CLASS_PTP unless defined,
43 * src/libusb-glue.c: patch from Simon Berg to detect PTP
176 * src/libusb-glue.c: include config.h (Marcus Meissner found
253 * src/libusb-glue.c: update to check the handler function return
267 * src/libusb-glue.c: Make get_playlist_extension return type
269 * src/libusb-glue.h: ditto
270 * src/libusb-glue.c: In probe_device_descriptor, check to see if
283 * src/libusb-glue.h: flag macro.
298 * src/libusb-glue.c: patch from Marcus to fix an issu
    [all...]
  /external/harfbuzz_ng/
TODO 32 - Add hb-cairo glue
46 - Add hb-fribidi glue?
  /external/libmtp/libmtp.xcodeproj/
project.pbxproj 17 B00305D41277B07D009FA3E1 /* libusb-glue.c in Sources */ = {isa = PBXBuildFile; fileRef = B00305C41277B07D009FA3E1 /* libusb-glue.c */; };
18 B00305D51277B07D009FA3E1 /* libusb-glue.h in Headers */ = {isa = PBXBuildFile; fileRef = B00305C51277B07D009FA3E1 /* libusb-glue.h */; };
71 B00305C41277B07D009FA3E1 /* libusb-glue.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "libusb-glue.c"; path = "src/libusb-glue.c"; sourceTree = SOURCE_ROOT; };
72 B00305C51277B07D009FA3E1 /* libusb-glue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "libusb-glue.h"; path = "src/libusb-glue.h"; sourceTree = SOURCE_ROOT; }
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.cpp 155 SDVTList VTs = DAG.getVTList(MVT::Other, MVT::Glue);
177 static SDValue addIPMSequence(SDLoc DL, SDValue Glue, SelectionDAG &DAG) {
178 SDValue IPM = DAG.getNode(SystemZISD::IPM, DL, MVT::i32, Glue);
195 SDValue Glue = Chain.getValue(1);
196 return std::make_pair(addIPMSequence(DL, Glue, DAG), Chain);
207 SDVTList VTs = DAG.getVTList(PtrVT, MVT::Other, MVT::Glue);
216 SDValue Glue = End.getValue(2);
223 Glue};
224 VTs = DAG.getVTList(PtrVT, MVT::Glue);
245 SDVTList VTs = DAG.getVTList(Src1.getValueType(), MVT::Other, MVT::Glue);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
antenv.cmd 79 if substr(path, length(path)) = ';' then glue = ''
80 else glue = ';'
81 if pos(translate(elem), translate(path)) = 0 then path = path || glue || elem || ';'
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 163 static bool AddGlue(SDNode *N, SDValue Glue, bool AddGlue, SelectionDAG *DAG) {
164 SDNode *GlueDestNode = Glue.getNode();
166 // Don't add glue from a node to itself.
169 // Don't add a glue operand to something that already uses glue.
171 N->getOperand(N->getNumOperands()-1).getValueType() == MVT::Glue) {
174 // Don't add glue to something that already has a glue value.
175 if (N->getValueType(N->getNumValues() - 1) == MVT::Glue) return false;
179 VTs.push_back(MVT::Glue);
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fwalk.c 37 #include "glue.h"
44 struct glue *g;
  /external/libunwind_llvm/src/
assembly.h 34 #define GLUE(a, b) GLUE2(a, b)
35 #define SYMBOL_NAME(name) GLUE(__USER_LABEL_PREFIX__, name)
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
assembly.h 34 #define GLUE(a, b) GLUE2(a, b)
35 #define SYMBOL_NAME(name) GLUE(__USER_LABEL_PREFIX__, name)

Completed in 1417 milliseconds

1 2 3 4 5 6 7 8 91011>>