OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:slash
(Results
626 - 650
of
1294
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/frameworks/base/data/keyboards/
Generic.kcm
280
key
SLASH
{
Virtual.kcm
277
key
SLASH
{
qwerty.kcm
285
key
SLASH
{
qwerty2.kcm
282
key
SLASH
{
/frameworks/base/packages/InputDevices/res/raw/
keyboard_layout_bulgarian.kcm
399
key
SLASH
{
keyboard_layout_russian.kcm
390
key
SLASH
{
keyboard_layout_russian_mac.kcm
401
key
SLASH
{
keyboard_layout_ukrainian.kcm
398
key
SLASH
{
/frameworks/native/cmds/installd/
utils.c
74
+ userid_len + 1 /*
slash
*/;
988
// Path ends with a forward
slash
. Make our own copy.
997
// Path does not end with a
slash
. Generate a new string.
1000
// Add space for
slash
and terminating null.
[
all
...]
/frameworks/native/include/input/
InputEventLabels.h
118
DEFINE_KEYCODE(
SLASH
),
/ndk/build/awk/
gen-cygwin-deps-converter.awk
189
# to add a
slash
at the end of the corresponding host path
/ndk/sources/host-tools/make-3.81/glob/
glob.h
77
#define GLOB_MARK (1 << 1)/* Append a
slash
to each name. */
/ndk/sources/host-tools/make-3.81/
implicit.c
211
/* The last
slash
in FILENAME (or nil if there is none). */
281
/* Set LASTSLASH to point at the last
slash
in FILENAME
282
but not counting any
slash
at the end. (foo/bar/ counts as
347
prefix and the target pattern does not contain a
slash
. */
/ndk/sources/host-tools/sed-4.2.1/
BUGS
64
a
slash
, which is again undefined behavior; the new behavior avoids
/ndk/sources/host-tools/sed-4.2.1/testsuite/
mac-mf.sed
20
# that a
slash
after the ${name} will turn into the missing colon.
/packages/apps/Exchange/tests/src/com/android/exchange/provider/
MockProvider.java
120
// Remove the leading
slash
/packages/apps/OMA-DM/engine/dmlib/dmtapi/native/src/
dmstring.cc
166
// *szTrg++ = '\\'; // Using bask
slash
+ x instead of %
/packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
TestProvider.java
120
// Remove the leading
slash
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_glob.py
116
# Patterns ending with a
slash
shouldn't match non-dirs
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_glob.py
116
# Patterns ending with a
slash
shouldn't match non-dirs
/external/chromium_org/chrome/browser/chromeos/drive/
resource_metadata_unittest.cc
648
CreateFileEntryWithResourceId("
Slash
/.txt", "myfile", dir_id),
652
EXPECT_EQ("
Slash
_.txt", entry.base_name());
656
"drive/root/\\(^o^)_/
Slash
_.txt"),
/external/chromium_org/courgette/testdata/
elf-32-1
elf-32-2
/external/chromium_org/net/http/
mock_http_cache.cc
28
size_t
slash
= key.find('/');
local
29
DCHECK(
slash
!= std::string::npos);
30
url = GURL(key.substr(
slash
+ 1));
/external/lldb/source/Commands/
CommandCompletions.cpp
154
// end_ptr will point past the last / in partial_name_copy, or if there is no
slash
to the beginning of the string.
168
// Nothing here but the user name. We could just put a
slash
on the end,
169
// but for completeness sake we'll resolve the user name and only put a
slash
Completed in 630 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>