OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bt_null
(Results
1 - 9
of
9
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
ObjCAtSyncChecker.cpp
29
mutable std::unique_ptr<BuiltinBug>
BT_null
;
70
if (!
BT_null
)
71
BT_null
.reset(new BuiltinBug(
75
llvm::make_unique<BugReport>(*
BT_null
,
BT_null
->getDescription(), N);
DereferenceChecker.cpp
34
mutable std::unique_ptr<BuiltinBug>
BT_null
;
123
if (!
BT_null
)
124
BT_null
.reset(new BuiltinBug(this, "Dereference of null pointer"));
178
*
BT_null
, buf.empty() ?
BT_null
->getDescription() : StringRef(buf), N);
CStringChecker.cpp
38
mutable std::unique_ptr<BugType>
BT_Null
, BT_Bounds, BT_Overlap,
249
if (!
BT_Null
)
250
BT_Null
.reset(new BuiltinBug(
260
BuiltinBug *BT = static_cast<BuiltinBug*>(
BT_Null
.get());
[
all
...]
/developers/build/prebuilts/gradle/BluetoothAdvertisements/Application/src/main/res/values/
strings.xml
17
<string name="
bt_null
">Error: Bluetooth object null</string>
/developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/res/values/
strings.xml
17
<string name="
bt_null
">Error: Bluetooth object null</string>
/development/samples/browseable/BluetoothAdvertisements/res/values/
strings.xml
17
<string name="
bt_null
">Error: Bluetooth object null</string>
/developers/build/prebuilts/gradle/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
AdvertiserService.java
103
Toast.makeText(this, getString(R.string.
bt_null
), Toast.LENGTH_LONG).show();
106
Toast.makeText(this, getString(R.string.
bt_null
), Toast.LENGTH_LONG).show();
/developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
AdvertiserService.java
103
Toast.makeText(this, getString(R.string.
bt_null
), Toast.LENGTH_LONG).show();
106
Toast.makeText(this, getString(R.string.
bt_null
), Toast.LENGTH_LONG).show();
/development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/
AdvertiserService.java
98
Toast.makeText(this, getString(R.string.
bt_null
), Toast.LENGTH_LONG).show();
101
Toast.makeText(this, getString(R.string.
bt_null
), Toast.LENGTH_LONG).show();
Completed in 1202 milliseconds