OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notfound
(Results
1 - 25
of
128
) sorted by null
1
2
3
4
5
6
/external/chromium_org/chrome/common/extensions/docs/server2/
handler.py
29
return Response.
NotFound
('"%s" servlet not found' % servlet_path)
patch_servlet.py
98
return Response.
NotFound
('Malformed URL. It should look like ' +
110
response = Response.
NotFound
(e.message, {'Content-Type': 'text/plain'})
render_servlet.py
69
return Response.
NotFound
(response.content.ToString(),
73
return Response.
NotFound
('Not Found', headers=_MakeHeaders('text/plain'))
directory_zipper_test.py
51
self._directory_zipper.Zip('
notfound
').Get)
api_models_test.py
108
self._api_models.GetModel('
notfound
').Get)
110
self._api_models.GetModel('
notfound
.json').Get)
112
self._api_models.GetModel('%s/
notfound
.json' % API).Get)
test_servlet.py
49
return Response.
NotFound
('Test %s not found. Available tests are: %s' % (
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
Makefile.inc
15
EXTRA_DIST += modules/objfmts/bin/tests/multisect/follows-
notfound
-err.asm
16
EXTRA_DIST += modules/objfmts/bin/tests/multisect/follows-
notfound
-err.errwarn
49
EXTRA_DIST += modules/objfmts/bin/tests/multisect/vfollows-
notfound
-err.asm
50
EXTRA_DIST += modules/objfmts/bin/tests/multisect/vfollows-
notfound
-err.errwarn
/external/bison/lib/
mbschr.c
41
goto
notfound
;
47
notfound
:
/external/chromium_org/net/dns/
mapped_host_resolver.h
34
// or "~
NOTFOUND
". If it is "~
NOTFOUND
" then all matched hostnames will fail
mapped_host_resolver.cc
65
if (host_port.host() == "~
NOTFOUND
")
/libcore/luni/src/main/java/org/apache/harmony/security/fortress/
Engine.java
146
throw
notFound
(serviceName, algorithm);
151
throw
notFound
(serviceName, algorithm);
170
throw
notFound
(serviceName, algorithm);
175
private NoSuchAlgorithmException
notFound
(String serviceName, String algorithm)
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/
status.h
35
static Status
NotFound
(const Slice& msg, const Slice& msg2 = Slice()) {
54
// Returns true iff the status indicates a
NotFound
error.
/external/chromium_org/content/browser/renderer_host/
text_input_client_message_filter.mm
44
// |index| could be WTF::
notFound
(-1) and its value is different from
/external/chromium_org/third_party/WebKit/Source/platform/testing/
ArenaTestHelpers.h
30
#include "wtf/
NotFound
.h"
/external/chromium_org/third_party/leveldatabase/src/util/
status.cc
47
type = "
NotFound
: ";
/external/clang/unittests/Tooling/
CompilationDatabaseTest.cpp
207
CompileCommand
NotFound
= findCompileArgsInJsonDatabase(
209
EXPECT_TRUE(
NotFound
.CommandLine.empty()) << ErrorMessage;
210
EXPECT_TRUE(
NotFound
.Directory.empty()) << ErrorMessage;
232
CompileCommand
NotFound
= findCompileArgsInJsonDatabase(
238
EXPECT_TRUE(
NotFound
.Directory.empty()) << ErrorMessage;
239
EXPECT_TRUE(
NotFound
.CommandLine.empty()) << ErrorMessage;
/external/openssh/openbsd-compat/
getcwd.c
163
goto
notfound
;
170
goto
notfound
;
217
notfound
:
/external/chromium_org/third_party/WebKit/Source/core/editing/
PlainTextRange.h
29
#include "wtf/
NotFound
.h"
/external/chromium_org/third_party/leveldatabase/src/db/
memtable.h
61
// If memtable contains a deletion for key, store a
NotFound
() error
/external/marisa-trie/tests/
trie-test.cc
125
ASSERT(trie["appl"] == trie.
notfound
());
126
ASSERT(trie["applex"] == trie.
notfound
());
127
ASSERT(trie.find_first("ap") == trie.
notfound
());
129
ASSERT(trie.find_last("ap") == trie.
notfound
());
321
ASSERT(trie["ca"] == trie.
notfound
());
322
ASSERT(trie["card"] == trie.
notfound
());
325
ASSERT(trie.find_first("ca") == trie.
notfound
());
330
ASSERT(trie.find_last("afte") == trie.
notfound
());
528
ASSERT(trie["x"] == trie.
notfound
());
/external/marisa-trie/tools/
marisa-lookup.cc
56
if (key_id != trie.
notfound
()) {
marisa-find.cc
59
if (key_id != trie.
notfound
()) {
70
if (key_id != trie.
notfound
()) {
/external/marisa-trie/v0_1_5/tests/
trie-test.cc
127
ASSERT(trie["appl"] == trie.
notfound
());
128
ASSERT(trie["applex"] == trie.
notfound
());
129
ASSERT(trie.find_first("ap") == trie.
notfound
());
131
ASSERT(trie.find_last("ap") == trie.
notfound
());
323
ASSERT(trie["ca"] == trie.
notfound
());
324
ASSERT(trie["card"] == trie.
notfound
());
327
ASSERT(trie.find_first("ca") == trie.
notfound
());
332
ASSERT(trie.find_last("afte") == trie.
notfound
());
546
ASSERT(trie["x"] == trie.
notfound
());
/external/marisa-trie/v0_1_5/tools/
marisa_alpha-lookup.cc
56
if (key_id != trie.
notfound
()) {
/external/chromium_org/third_party/WebKit/Source/wtf/text/
WTFStringTest.cpp
131
testString.replaceWithLiteral('3', "
NotFound
");
147
testString.replaceWithLiteral('3', "
NotFound
");
Completed in 1048 milliseconds
1
2
3
4
5
6