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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/support/compat/tests/java/android/support/v4/widget/
TextViewCompatTest.java 149 assertEquals("Compound drawable: left", drawablesAbsolute[0], drawableStart);
150 assertEquals("Compound drawable: left width",
152 assertEquals("Compound drawable: left height",
155 assertEquals("Compound drawable: top", drawablesAbsolute[1], drawableTop);
156 assertEquals("Compound drawable: top width",
158 assertEquals("Compound drawable: top height",
161 assertEquals("Compound drawable: right", drawablesAbsolute[2], drawableEnd);
162 assertEquals("Compound drawable: right width",
164 assertEquals("Compound drawable: right height",
167 assertNull("Compound drawable: bottom", drawablesAbsolute[3])
    [all...]
  /external/clang/test/Parser/
pragma-fp-contract.c 5 /* expected-error@+1 {{'#pragma fp_contract' can only appear at file scope or at the start of a compound statement}} */
expressions.c 4 if (sizeof (int){ 1}) {} // sizeof compound literal
8 (void)(int){4}; // compound literal.
  /external/icu/icu4c/source/data/mappings/
icu-internal-compound-s1.ucm 10 <code_set_name> icu-internal-compound-s1
ucmfiles.mk 117 icu-internal-compound-d1.ucm icu-internal-compound-d2.ucm icu-internal-compound-d3.ucm icu-internal-compound-d4.ucm\
118 icu-internal-compound-d5.ucm icu-internal-compound-d6.ucm icu-internal-compound-d7.ucm \
119 icu-internal-compound-s1.ucm icu-internal-compound-s2.ucm icu-internal-compound-s3.ucm icu-internal-compound-t.ucm
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_OvrHalCmd.h 70 /** \brief Parameter compound internally used for testing purpose
80 /** \brief Parameter compound internally used by \ref phFriNfc_OvrHal_Enumerate
89 /** \brief Parameter compound internally used by \ref phFriNfc_OvrHal_Open
97 /** \brief Parameter compound internally used by \ref phFriNfc_OvrHal_Close
105 /** \brief Parameter compound internally used by \ref phFriNfc_OvrHal_GetDeviceCapabilities
114 /** \brief Parameter compound internally used by \ref phFriNfc_OvrHal_Poll
126 /** \brief Parameter compound internally used by \ref phFriNfc_OvrHal_Connect
137 /** \brief Parameter compound internally used by \ref phFriNfc_OvrHal_Disconnect
146 /** \brief Parameter compound internally used by \ref phFriNfc_OvrHal_Transceive
161 /** \brief Parameter compound internally used by \ref phFriNfc_OvrHal_StartTargetMod
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
FuturesTest.java 823 ListenableFuture<List<String>> compound =
828 compound.addListener(listener, directExecutor());
831 assertFalse(compound.isDone());
833 assertFalse(compound.isDone());
835 assertFalse(compound.isDone());
838 assertTrue(compound.isDone());
841 List<String> results = compound.get();
849 ListenableFuture<List<String>> compound = Futures.allAsList(futures);
850 compound.addListener(listener, directExecutor());
851 assertTrue(compound.isDone())
    [all...]
  /external/strace/
README-mpers 2 * typedef all of the target types which are compound and not typedefed
  /external/clang/test/SemaCXX/
constexpr-steps.cpp 6 // - One for the compound-statement that is the function body
9 // - One for each of the n evaluations of the compound-statement in the 'for' body
  /packages/apps/Dialer/InCallUI/res/drawable/
btn_compound_dialpad.xml 17 <!-- Layers used to render the in-call "Dialpad" compound button. -->
20 <!-- The standard "compound button" background. -->
btn_compound_hold.xml 17 <!-- Layers used to render the in-call "Hold" compound button. -->
20 <!-- The standard "compound button" background. -->
btn_compound_mute.xml 17 <!-- Layers used to render the in-call "Mute" compound button. -->
20 <!-- The standard "compound button" background. -->
btn_compound_video_off.xml 18 <!-- Layers used to render the in-call "Mute" compound button. -->
21 <!-- The standard "compound button" background. -->
btn_compound_video_switch.xml 18 <!-- Layers used to render the in-call "Mute" compound button. -->
21 <!-- The standard "compound button" background. -->
  /external/v8/test/mjsunit/compiler/
assignment.js 28 // Tests for compound assignments at the top level
49 // Test compound assignments in an anonymous function with local variables.
71 // Test compound assignments in an anonymous function with global variables.
93 // Test compound assignments in a named function with local variables.
117 // Test compound assignments in a named function with global variables.
143 // Tests for compound assignments in a loop at the top level
166 // Test compound assignments in an anonymous function with local variables.
190 // Test compound assignments in an anonymous function with global variables.
214 // Test compound assignments in a named function with local variables.
240 // Test compound assignments in a named function with global variables
    [all...]
  /external/shflags/doc/
rst2html.css 76 compound paragraphs.
77 div.compound .compound-first, div.compound .compound-middle {
80 div.compound .compound-last, div.compound .compound-middle {
  /external/chromium-trace/catapult/tracing/tracing/model/
compound_event_selection_state.html 16 * Indicates how much of a compound-event is selected [if any].
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CompoundTransliterator.java 38 * Constructs a new compound transliterator given an array of
40 * length, including zero or one, however, useful compound
58 * Constructs a new compound transliterator given an array of
60 * length, including zero or one, however, useful compound
70 * Constructs a new compound transliterator.
71 * @param ID compound ID
73 * @param filter a global filter for this compound transliterator
83 * Constructs a new compound transliterator with no filter.
84 * @param ID compound ID
92 * Constructs a new forward compound transliterator with no filter
    [all...]
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
CompoundTransliterator.java 37 * Constructs a new compound transliterator given an array of
39 * length, including zero or one, however, useful compound
57 * Constructs a new compound transliterator given an array of
59 * length, including zero or one, however, useful compound
69 * Constructs a new compound transliterator.
70 * @param ID compound ID
72 * @param filter a global filter for this compound transliterator
82 * Constructs a new compound transliterator with no filter.
83 * @param ID compound ID
91 * Constructs a new forward compound transliterator with no filter
    [all...]
  /external/v8/test/mjsunit/regress/
regress-599068-func-bindings.js 26 // Tests for compound assignments which are handled differently
  /packages/apps/Test/connectivity/sl4n/rapidjson/doc/diagram/
architecture.dot 2 compound=true
  /external/icu/icu4c/source/i18n/
cpdtrans.h 49 * Constructs a new compound transliterator given an array of
51 * length, including zero or one, however, useful compound
67 * Constructs a new compound transliterator.
68 * @param id compound ID
70 * @param adoptedFilter a global filter for this compound transliterator
80 * Constructs a new compound transliterator in the FORWARD
  /frameworks/support/compat/tests/java/android/support/v4/testutils/
TextViewActions.java 143 * Sets compound drawables on <code>TextView</code>.
156 return "TextView set compound drawables";
172 * Sets compound drawables on <code>TextView</code>.
185 return "TextView set compound drawables";
202 * Sets compound drawables on <code>TextView</code>.
215 return "TextView set compound drawables";
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
OrderingTest.java 242 Comparator<String> comparator = Ordering.compound(ImmutableList.of(
258 Comparator<String> comparator = byCharAt(1).compound(byCharAt(0));
275 Ordering<Number> a = numbers.compound(numbers);
277 // The compound takes the more specific type of the two, regardless of order
279 Ordering<Number> b = numbers.compound(objects);
280 Ordering<Number> c = objects.compound(numbers);
282 Ordering<Integer> d = numbers.compound(integers);
283 Ordering<Integer> e = integers.compound(numbers);
288 Ordering<Number> f = numbers.compound(objects).compound(objects); //bad IDE
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
OrderingTest.java 244 Comparator<String> comparator = Ordering.compound(ImmutableList.of(
260 Comparator<String> comparator = byCharAt(1).compound(byCharAt(0));
277 Ordering<Number> a = numbers.compound(numbers);
279 // The compound takes the more specific type of the two, regardless of order
281 Ordering<Number> b = numbers.compound(objects);
282 Ordering<Number> c = objects.compound(numbers);
284 Ordering<Integer> d = numbers.compound(integers);
285 Ordering<Integer> e = integers.compound(numbers);
290 Ordering<Number> f = numbers.compound(objects).compound(objects); //bad IDE
    [all...]

Completed in 1655 milliseconds

1 2 3 4 5 6 7 8 91011>>