OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:glob
(Results
51 - 75
of
105
) sorted by null
1
2
3
4
5
/external/webkit/WebKitTools/Scripts/
bisect-builds
119
$nightlyDownloadDirectory =
glob
($nightlyDownloadDirectory) if $nightlyDownloadDirectory =~ /^~/;
120
$safariPath =
glob
($safariPath) if $safariPath =~ /^~/;
resolve-ChangeLogs
185
my @matchingFiles = grep { $_ ne $fileNewer }
glob
("${file}.r[0-9][0-9]*");
/packages/apps/Mms/src/com/android/mms/data/
Contact.java
302
+ " WHERE normalized_number
GLOB
('+*'))";
572
// selection arguments, because SQLite needs to see the exact pattern of
GLOB
/build/core/
product_config.mk
71
## $(1):
Glob
to match file name
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
genlingware.pl
53
#use File::DosGlob '
glob
';
/packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationsProvider.java
366
StringBuilder filter = new StringBuilder("token
GLOB
");
/frameworks/base/core/java/android/database/sqlite/
SQLiteDatabase.java
131
* Maximum Length Of A LIKE Or
GLOB
Pattern
132
* The pattern matching algorithm used in the default LIKE and
GLOB
implementation
135
* the length of the LIKE or
GLOB
pattern is limited to SQLITE_MAX_LIKE_PATTERN_LENGTH bytes.
137
* even a pathological LIKE or
GLOB
pattern of 50000 bytes relatively quickly.
139
* into millions of bytes. Nevertheless, since most useful LIKE or
GLOB
patterns
[
all
...]
/external/libxml2/
valid.c
[
all
...]
/external/bluetooth/glib/docs/reference/glib/
glib-sections.txt
881
<TITLE>
Glob
-style pattern matching</TITLE>
[
all
...]
/external/opencore/doc/oscl_html/
osclconfig__io_8h-source.html
42
00042 <span class="comment">//#include <
glob
.h></span>
/frameworks/base/core/res/res/values-cs/
strings.xml
232
<string name="permlab_setAnimationScale" msgid="2805103241153907174">"zm?na
glob
ální rychlosti animace"</string>
233
<string name="permdesc_setAnimationScale" msgid="7181522138912391988">"Umo??uje aplikaci kdykoli
glob
áln? zm?nit rychlost animace (rychlej?í ?i pomalej?í animace)."</string>
[
all
...]
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ShortcutRepositoryImplLog.java
131
// Avoid
GLOB
by using >= AND <, with some manipulation (see nextString(String)).
[
all
...]
/external/gtest/include/gtest/
gtest.h
113
// This flag sets up the filter to select by name using a
glob
pattern
385
// A filter is a colon-separated list of
glob
(not regex) patterns,
[
all
...]
/frameworks/base/core/java/android/webkit/
WebViewDatabase.java
436
+ "
GLOB
'*' || ?)";
[
all
...]
/dalvik/docs/
debugmon.html
613
4 separate chunks/packets rather than one
glob
.
/external/gtest/src/
gtest-internal-inl.h
853
// Returns true if "name" matches the ':' separated list of
glob
-style
[
all
...]
/external/icu4c/
config.sub
376
# Recognize the basic CPU types without company name, with
glob
match.
[
all
...]
/external/libpng/
config.sub
384
# Recognize the basic CPU types without company name, with
glob
match.
[
all
...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactAggregator.java
[
all
...]
ContactsProvider2.java
[
all
...]
/external/bluetooth/glib/gio/
gdesktopappinfo.c
[
all
...]
/external/tcpdump/tests/
print-XX.new
303
0x1030: 6465 2061 2062 6574 7465 7220 676c 6f62 de.a.better.
glob
print-capXX.out
303
0x1030: 6465 2061 2062 6574 7465 7220 676c 6f62 de.a.better.
glob
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
run_chromium_webkit_tests.py
48
import
glob
namespace
[
all
...]
/packages/apps/Phone/res/values-cs/
strings.xml
192
<item msgid="2987674222882365152">"
Glob
ální"</item>
[
all
...]
Completed in 263 milliseconds
1
2
3
4
5