Searched
full:targets (Results
451 -
475 of
3570) sorted by null
<<11121314151617181920>>
/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/logger/ |
LogNode.java | 19 * Basic interface for a logging system that can output to one or more targets. 22 * such that no targets further down see certain data, or see manipulated forms of the data.
|
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/logger/ |
LogNode.java | 19 * Basic interface for a logging system that can output to one or more targets. 22 * such that no targets further down see certain data, or see manipulated forms of the data.
|
/development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.common/logger/ |
LogNode.java | 19 * Basic interface for a logging system that can output to one or more targets. 22 * such that no targets further down see certain data, or see manipulated forms of the data.
|
/development/samples/browseable/TextLinkify/src/com.example.android.common.logger/ |
LogNode.java | 19 * Basic interface for a logging system that can output to one or more targets. 22 * such that no targets further down see certain data, or see manipulated forms of the data.
|
/development/samples/browseable/TextSwitcher/src/com.example.android.common.logger/ |
LogNode.java | 19 * Basic interface for a logging system that can output to one or more targets. 22 * such that no targets further down see certain data, or see manipulated forms of the data.
|
/external/guava/guava/src/com/google/common/collect/ |
EmptyImmutableSet.java | 50 @Override public boolean containsAll(Collection<?> targets) { 51 return targets.isEmpty();
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
ForwardingImmutableCollection.java | 46 @Override public boolean containsAll(Collection<?> targets) { 47 return delegate.containsAll(targets);
|
ForwardingImmutableList.java | 75 @Override public boolean containsAll(Collection<?> targets) { 76 return delegateList().containsAll(targets);
|
ForwardingImmutableSet.java | 47 @Override public boolean containsAll(Collection<?> targets) { 48 return delegate.containsAll(targets);
|
/external/icu/icu4c/source/samples/cal/ |
Makefile.in | 30 ## List of phony targets 37 ## List of standard targets
|
/external/icu/icu4c/source/samples/date/ |
Makefile.in | 30 ## List of phony targets 37 ## List of standard targets
|
/external/icu/icu4c/source/test/compat/ |
Makefile.in | 30 ## List of phony targets 37 ## List of standard targets
|
/external/icu/icu4c/source/test/thaitest/ |
Makefile.in | 33 ## List of phony targets 40 ## List of standard targets
|
/external/icu/icu4c/source/tools/gentest/ |
Makefile.in | 31 ## List of phony targets 38 ## List of standard targets
|
/external/kernel-headers/original/uapi/linux/ |
nfc.h | 43 * @NFC_CMD_START_POLL: start polling for targets using the given protocols 45 * @NFC_CMD_STOP_POLL: stop polling for targets (requires 47 * @NFC_CMD_GET_TARGET: dump all targets found by the previous poll (requires 134 * @NFC_ATTR_TARGET_SENS_RES: NFC-A targets extra information such as NFCID 135 * @NFC_ATTR_TARGET_SEL_RES: NFC-A targets extra information (useful if the 137 * @NFC_ATTR_TARGET_NFCID1: NFC-A targets identifier, max 10 bytes 138 * @NFC_ATTR_TARGET_SENSB_RES: NFC-B targets extra information, max 12 bytes 139 * @NFC_ATTR_TARGET_SENSF_RES: NFC-F targets extra information, max 18 bytes
|
/external/libyuv/files/ |
libyuv.gyp | 13 'targets': [ 88 ], # targets.
|
/external/llvm/host/include/llvm/Config/ |
AsmParsers.def | 15 // targets with assembly parsers. 17 // The set of targets supported by LLVM is generated at configuration
|
AsmPrinters.def | 15 // targets with assembly printers. 17 // The set of targets supported by LLVM is generated at configuration
|
Disassemblers.def | 15 // targets with assembly parsers. 17 // The set of targets supported by LLVM is generated at configuration
|
/external/llvm/include/llvm/Config/ |
AsmParsers.def.in | 15 |* targets with assembly parsers. *| 17 |* The set of targets supported by LLVM is generated at configuration *|
|
AsmPrinters.def.in | 15 |* targets with assembly printers. *| 17 |* The set of targets supported by LLVM is generated at configuration *|
|
Disassemblers.def.in | 15 |* targets with assembly parsers. *| 17 |* The set of targets supported by LLVM is generated at configuration *|
|
/external/llvm/tools/llvm-c-test/ |
targets.c | 1 /*===-- targets.c - tool for testing libLLVM and llvm-c API ---------------===*\ 10 |* This file implements the --targets command in llvm-c-test. *|
|
/external/skia/bench/ |
nanobench.h | 63 /** CPU-like targets can just be timed, but GPU-like 64 targets need to pay attention to frame boundaries
|
/external/v8/src/arm/ |
cpu-arm.cc | 47 // This assembly works for both ARM and Thumb targets. 50 // Thumb targets.
|
Completed in 278 milliseconds
<<11121314151617181920>>