OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:find_first_not_of
(Results
151 - 175
of
183
) sorted by null
1
2
3
4
5
6
7
8
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_trace.h
513
std::string::size_type __i = __line.
find_first_not_of
(" \t\n\v");
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_trace.h
506
std::string::size_type __i = __line.
find_first_not_of
(" \t\n\v");
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/
profiler_trace.h
506
std::string::size_type __i = __line.
find_first_not_of
(" \t\n\v");
/external/chromium/chrome/browser/autocomplete/
autocomplete.cc
124
const size_t first_non_white = text.
find_first_not_of
(kWhitespaceUTF16, 0);
[
all
...]
autocomplete_edit_view_gtk.cc
564
const size_t start = current_text.
find_first_not_of
(kWhitespaceUTF16);
[
all
...]
autocomplete_edit_view_win.cc
667
const size_t start = current_text.
find_first_not_of
(kWhitespaceWide);
[
all
...]
/external/chromium/chrome/browser/ui/views/
shell_dialogs_win.cc
136
size_t ext_index = ext_name.
find_first_not_of
(L'.');
[
all
...]
/external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc
735
std::string::size_type first = s.
find_first_not_of
(drop);
/external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.cc
500
const size_t start = current_text.
find_first_not_of
(base::kWhitespaceUTF16);
[
all
...]
/external/chromium_org/content/browser/gpu/
gpu_data_manager_impl_private.cc
75
size_t pos = version_str.
find_first_not_of
("0123456789.");
[
all
...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
command_line_interface.cc
525
string indent_(*target, pos, target->
find_first_not_of
(" \t", pos) - pos);
[
all
...]
/external/chromium_org/ui/shell_dialogs/
select_file_dialog_win.cc
163
size_t ext_index = ext_name.
find_first_not_of
(L'.');
[
all
...]
/external/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp
674
if (I->first.
find_first_not_of
("abcdefghijklmnopqrstuvwxyz"
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp
634
while ((pos = NewName.
find_first_not_of
(legal_elements)) != std::string::npos) {
[
all
...]
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy.cpp
636
while ((pos = NewName.
find_first_not_of
(legal_elements)) != std::string::npos) {
[
all
...]
/external/llvm/lib/Support/
Path.cpp
396
size_t loc = i->
find_first_not_of
(separators);
/external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc
506
string indent_(*target, pos, target->
find_first_not_of
(" \t", pos) - pos);
[
all
...]
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp
657
while ((pos = NewName.
find_first_not_of
(legal_elements)) != std::string::npos) {
[
all
...]
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp
681
while ((pos = NewName.
find_first_not_of
(legal_elements)) != std::string::npos) {
[
all
...]
/external/stlport/test/unit/
string_test.cpp
657
CPPUNIT_ASSERT( s.
find_first_not_of
("enotw ") == 9 );
[
all
...]
/ndk/tests/device/test-gnustl-full/unit/
string_test.cpp
657
CPPUNIT_ASSERT( s.
find_first_not_of
("enotw ") == 9 );
[
all
...]
/ndk/tests/device/test-stlport/unit/
string_test.cpp
657
CPPUNIT_ASSERT( s.
find_first_not_of
("enotw ") == 9 );
[
all
...]
/sdk/emulator/opengl/host/tools/emugen/
ApiGen.cpp
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_view_gtk.cc
504
const size_t start = current_text.
find_first_not_of
(base::kWhitespaceUTF16);
[
all
...]
/external/chromium_org/gpu/config/
gpu_control_list.cc
[
all
...]
Completed in 3627 milliseconds
1
2
3
4
5
6
7
8