OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:npos
(Results
326 - 350
of
874
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/parameter-framework/upstream/parameter/
FormattedSubsystemObject.cpp
92
if (uiPercentPos != string::
npos
&& uiPercentPos < strFormattedValue.size() - 1) {
MappingData.cpp
47
if (iFistDelimiterOccurrence == std::string::
npos
) {
/external/parameter-framework/upstream/test/functional-tests/include/
ConfigFiles.hpp
88
if (from_pos != std::string::
npos
) {
StoreLogger.hpp
81
[&pattern](const Log &log) { return log.msg.find(pattern) == std::string::
npos
; });
/external/pdfium/fpdfsdk/include/pdfwindow/
PWL_EditCtrl.h
76
void SetCaret(int32_t
nPos
);
/external/protobuf/src/google/protobuf/compiler/
code_generator.cc
71
if (equals_pos == string::
npos
) {
/external/sfntly/cpp/src/sample/chromium/
chrome_subsetter.cc
87
while (end != std::string::
npos
) {
/external/webrtc/webrtc/modules/audio_coding/codecs/tools/
audio_codec_speed_test.cc
81
while ((found = out_filename.find('/')) != std::string::
npos
)
/external/webrtc/webrtc/modules/video_coding/test/
test_util.cc
44
if (idx != std::string::
npos
) {
/ndk/tests/device/test-gnustl-full/unit/
rope_test.cpp
78
CPPUNIT_ASSERT( n == crope::
npos
);
/ndk/tests/device/test-stlport/unit/
rope_test.cpp
78
CPPUNIT_ASSERT( n == crope::
npos
);
/system/connectivity/shill/test-rpc-proxy/
proxy_rpc_security_types.cc
120
(psk_.find_first_not_of("0123456789abcdef") != std::string::
npos
)) {
/system/core/base/
strings.cpp
43
} while (found != s.
npos
);
/system/core/crash_reporter/
kernel_warning_collector.cc
51
if (end_position == std::string::
npos
) {
/system/tools/aidl/
type_namespace.h
308
if (opening_brace != std::string::
npos
||
309
closing_brace != std::string::
npos
) {
326
if (opening_brace == std::string::
npos
||
327
closing_brace == std::string::
npos
) {
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display.cpp
180
if (mode_string.find("hal_native") != std::string::
npos
) {
182
} else if (mode_string.find("hal_srgb") != std::string::
npos
) {
184
} else if (mode_string.find("hal_adobe") != std::string::
npos
) {
186
} else if (mode_string.find("hal_dci_p3") != std::string::
npos
) {
195
if (color_transform.find("identity") != std::string::
npos
) {
197
} else if (color_transform.find("arbitrary") != std::string::
npos
) {
199
} else if (color_transform.find("inverse") != std::string::
npos
) {
201
} else if (color_transform.find("grayscale") != std::string::
npos
) {
203
} else if (color_transform.find("correct_protonopia") != std::string::
npos
) {
205
} else if (color_transform.find("correct_deuteranopia") != std::string::
npos
) {
[
all
...]
/external/clang/lib/StaticAnalyzer/Checkers/
DirectIvarAssignment.cpp
47
M->getSelector().getNameForSlot(0).find("init") != StringRef::
npos
||
48
M->getSelector().getNameForSlot(0).find("Init") != StringRef::
npos
)
/external/deqp/framework/opengl/
gluContextInfo.cpp
152
size_t end = string::
npos
;
154
while ((end = src.find(' ', start)) != string::
npos
)
/external/eigen/bench/btl/generic_bench/
btl.hh
100
else if (pos ==
npos
)
109
} while (pos !=
npos
);
/external/icu/icu4c/source/common/unicode/
stringpiece.h
186
static const int32_t
npos
; // = 0x7fffffff;
member in class:StringPiece
196
StringPiece substr(int32_t pos, int32_t len =
npos
) const {
/external/jsoncpp/src/jsontestrunner/
main.cpp
27
if (index != std::string::
npos
) {
36
std::string::
npos
) // There is an exponent different from 0
/external/libchrome/base/files/
file_util.cc
108
if (end1 == std::string::
npos
)
114
if (end2 == std::string::
npos
)
/external/llvm/utils/TableGen/
AsmWriterInst.cpp
65
if (DollarPos == std::string::
npos
) DollarPos = AsmString.size();
94
!= std::string::
npos
) {
/external/protobuf/src/google/protobuf/compiler/java/
java_name_resolver.cc
90
GOOGLE_CHECK(full_name.find('.') == string::
npos
);
123
if (last_slash == string::
npos
) {
/external/v8/test/cctest/
test-sampler-api.cc
246
CHECK(std::string::
npos
!= entry->name.find("test_sampler_api_inner"));
250
CHECK(std::string::
npos
!= entry->name.find("test_sampler_api_outer"));
Completed in 1651 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>