OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:smart
(Results
1 - 25
of
758
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/development/samples/BluetoothLeGatt/
_index.jd
1
page.tags="Bluetooth", "LE", "
SMART
"
6
a Bluetooth
SMART
(Low Energy) device. This feature is available on
/hardware/intel/common/omx-components/
AUTHORS
0
Smart
Sound Technology OMX-IL Component (sst)
/external/snakeyaml/src/test/resources/examples/
map-bean-13.yaml
8
smart
: false
20
smart
: true
/external/autotest/client/site_tests/hardware_StorageWearoutDetect/
control
16
This test check wear out status for storage device available in
SMART
for SSD
19
SMART
value is failing or eMMC wear out is in 90-100% band or higher.
control.non_cache
13
This test check wear out status for storage device available in
SMART
for SSD
16
SMART
value is failing or eMMC wear out is in 90-100% band or higher.
/external/valgrind/drd/tests/
annotate_smart_pointer.cpp
2
* Test program that illustrates how to annotate a
smart
pointer
4
* working with
smart
pointers:
7
* - whether or not the
smart
pointer objects are shared over threads.
8
* - whether or not the
smart
pointer object itself is thread-safe.
10
* Most
smart
pointer implemenations are not thread-safe
15
* Even for non-thread-safe
smart
pointers it is possible to have different
16
* threads access the same object via
smart
pointers without triggering data
17
* races on the
smart
pointer objects.
19
* A
smart
pointer implementation guarantees that the destructor of the object
20
* pointed at is invoked after the last
smart
pointer that points to tha
[
all
...]
/external/snakeyaml/src/test/java/examples/collections/
TypeSafeMap2Test.java
206
private boolean
smart
;
field in class:TypeSafeMap2Test.SuperMan
212
private SuperMan(String name, String role, boolean
smart
) {
214
this.
smart
=
smart
;
218
return
smart
;
221
public void setSmart(boolean
smart
) {
222
this.
smart
=
smart
;
/system/core/adb/
line_printer.h
27
void set_smart_terminal(bool
smart
) { smart_terminal_ =
smart
; }
/external/libnfc-nxp/src/
phFriNfc_SmtCrdFmt.h
19
* \brief NFC-FRI
Smart
Card Formatting.
34
* \name
Smart
Card Formatting
44
/*! \defgroup grp_fri_smart_card_formatting NFC FRI
Smart
Card Formatting
46
*
Smart
Card Formatting functionality enables automatic formatting of any type of
smart
cards.
47
* This initializes the
smart
cards and makes them NDEF Compliant.
113
* \brief NFC
Smart
Card Formatting Component Type1 Additional Information Structure
133
* \brief NFC
Smart
Card Formatting Component Type2 Additional Information Structure
168
* \brief NFC
Smart
Card Formatting Component Type4 Additional Information Structure
195
* \brief NFC
Smart
Card Formatting Component Mifare Std Additional Information Structur
[
all
...]
phFriNfc_ISO15693Format.h
19
* \brief ISO-15693
Smart
card formatting.
49
* \ref phFriNfc_sNdefSmtCrdFmt_t. Use this function to reset the instance of
smart
card
59
* \brief Initiates the card formatting procedure for Remote
Smart
Card Type.
85
* \brief
Smart
card Formatting \b Completion \b Routine or \b Process function
phFriNfc_DesfireFormat.h
19
* \brief Type4
Smart
card formatting.
35
* \name NDEF
Smart
Card Foramting
184
* \ref phFriNfc_sNdefSmtCrdFmt_t. Use this function to reset the instance of
smart
card
192
* \brief Initiates the card formatting procedure for Remote
Smart
Card Type.
220
* \ref phFriNfc_sNdefSmtCrdFmt_t. Use this function to reset the instance of
smart
card
253
* \brief
Smart
card Formatting \b Completion \b Routine or \b Process function
/packages/apps/Tag/src/com/android/apps/tag/record/
SmartPoster.java
44
* A representation of an NFC Forum "
Smart
Poster".
49
* NFC Forum
Smart
Poster Record Type Definition section 3.2.1.
59
* NFC Forum
Smart
Poster Record Type Definition section 3.2.1.
61
* "The URI record. This is the core of the
Smart
Poster, and all other
68
* NFC Forum
Smart
Poster Record Type Definition section 3.2.1.
70
* "The Icon record. A
Smart
Poster may include an icon by including one
71
* or many MIME-typed image records within the
Smart
Poster. If the
79
* NFC Forum
Smart
Poster Record Type Definition section 3.2.1.
92
* NFC Forum
Smart
Poster Record Type Definition section 3.2.1.
118
* Returns the title of the
smart
poster. This may be {@code null}
[
all
...]
/external/sfntly/cpp/src/sample/chromium/
subsetter_impl.h
30
//
Smart
pointer usage in sfntly:
32
// sfntly carries a
smart
pointer implementation like COM. Ref-countable object
34
// IUnknown (but no QueryInterface). Use a Ptr<> based
smart
pointer to hold
/external/icu/icu4c/source/common/unicode/
localpointer.h
22
* \brief C++ API: "
Smart
pointers" for use with and in ICU4C C++ code.
29
* but none of those provide for all of the goals for ICU
smart
pointers:
30
* -
Smart
pointer owns the object and releases it when it goes out of scope.
46
* "
Smart
pointer" base class; do not use directly: use LocalPointer etc.
48
* Base class for
smart
pointer classes that do not throw exceptions.
168
* "
Smart
pointer" class, deletes objects via the standard C++ delete operator.
216
* @param src source
smart
pointer
236
* @param src source
smart
pointer
249
* @param src source
smart
pointer
261
* @param other other
smart
pointe
[
all
...]
/external/llvm/lib/Support/
IntrusiveRefCntPtr.cpp
1
//== IntrusiveRefCntPtr.cpp -
Smart
Refcounting Pointer ----------*- C++ -*-==//
/external/llvm/test/CodeGen/PowerPC/
2011-12-08-DemandedBitsMiscompile.ll
14
; Note: it's okay if someday CodeGen gets
smart
enough to optimize out
/external/sfntly/cpp/src/sfntly/port/
refcount.h
17
// Object reference count and
smart
pointer implementation.
19
//
Smart
pointer usage in sfntly:
21
// sfntly carries a
smart
pointer implementation like COM. Ref-countable object
23
// IUnknown (but no QueryInterface). Use a Ptr<> based
smart
pointer to hold
42
// 1. Virtual inherit from RefCount interface in base class if
smart
pointers
49
// In this case the
smart
pointer is pretty dumb and don't count on it to
54
// 4.
Smart
pointers here are very bad candidates for function parameters. Use
175
// semi-
smart
pointer for RefCount derived objects, similar to CComPtr
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/
AndroidManifest.xml
23
<application android:label="
Smart
Camera"
29
android:label="
Smart
Camera"
/prebuilts/misc/common/swig/include/2.0.11/
shared_ptr.i
3
// The main implementation detail in using this
smart
pointer of a type is to customise the code generated
4
// to use a pointer to the
smart
pointer of the type, rather than the usual pointer to the underlying type.
/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
phFriNfc_SmtCrdFmt.h
18
*
Smart
Card Completion Routing component
93
uint8_t CardType; /* Stores the type of the
smart
card */
97
phFriNfc_CplRt_t SmtCrdFmtCompletionInfo; /* Holds the completion routine informations of the
Smart
Card Formatting Layer */
/bionic/libc/arch-arm/bionic/
__restore.S
31
// gdb is
smart
enough to unwind through signal frames with just the regular
36
// blindly looks at the previous instruction (but is then
smart
enough to check
/dalvik/dx/src/com/android/dx/ssa/back/
NullRegisterAllocator.java
38
// We're not
smart
enough for this.
/external/compiler-rt/test/asan/TestCases/
speculative_load.cc
46
side_effect(&s); // optimizer is too
smart
otherwise
/external/conscrypt/src/compat/native/
ScopedLocalRef.h
24
// A
smart
pointer that deletes a JNI local reference when it goes out of scope.
/external/conscrypt/src/openjdk/native/
ScopedLocalRef.h
24
// A
smart
pointer that deletes a JNI local reference when it goes out of scope.
Completed in 734 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>