HomeSort by relevance Sort by last modified time
    Searched refs:news (Results 1 - 25 of 149) sorted by null

1 2 3 4 5 6

  /external/libdaemon/doc/
style.css 28 div.news-date { font-size: 80%; font-style: italic; }
  /external/e2fsprogs/misc/
mke2fs-hurd.conf 30 news = {
  /system/extras/ext4_utils/
mke2fs.conf 39 news = {
  /external/libxml2/doc/
Makefile.am 15 interface.html intro.html library.html namespaces.html news.html \
159 news.html \
160 news.xsl \
242 docs: web $(top_builddir)/NEWS libxml2.xsa $(man_MANS)
265 $(top_builddir)/NEWS: $(srcdir)/news.xsl $(srcdir)/news.html
267 $(XSLTPROC) --nonet $(srcdir)/news.xsl $(srcdir)/news.html > $(top_builddir)/NEWS ; fi )
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothMediaFacade.java 261 Bundle news = new Bundle(); local
264 mEventFacade.postEvent(EVENT_PLAY_RECEIVED, news);
267 mEventFacade.postEvent(EVENT_PAUSE_RECEIVED, news);
270 mEventFacade.postEvent(EVENT_SKIP_NEXT_RECEIVED, news);
273 mEventFacade.postEvent(EVENT_SKIP_PREV_RECEIVED, news);
BluetoothConnectionFacade.java 335 Bundle news = new Bundle(); local
336 news.putInt("profile", profile);
337 news.putInt("state", state);
338 news.putString("addr", device.getAddress());
339 news.putString("action", action);
340 mEventFacade.postEvent("BluetoothProfileConnectionStateChanged", news);
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/widget/
TextLabelWidget.java 60 protected void onMetricsChanged(SizeMetrics olds, SizeMetrics news) {
  /external/mksh/src/
var.c 1464 struct tbl *prev, *curr, *news; local
    [all...]
eval.c 1864 char *news; local
    [all...]
edit.c 2376 char *news, *op; local
4797 struct edstate *news; local
    [all...]
lex.c 1780 Lex_state *news = alloc2(STATE_BSIZE, sizeof(Lex_state), ATEMP); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lstrlib.c 681 const char *news = lua_tolstring(ms->L, 3, &l); local
683 if (news[i] != L_ESC)
684 luaL_addchar(b, news[i]);
687 if (!isdigit(uchar(news[i]))) {
688 if (news[i] != L_ESC)
691 luaL_addchar(b, news[i]);
693 else if (news[i] == '0')
696 push_onecapture(ms, news[i] - '1', s, e);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
feedPublish.eclipse.properties 98 cvsPath=www/news
feedPublish.emf.properties 43 releaseNotesURL=http://www.eclipse.org/emf/news/release-notes.php?version=%%version%%
feedPublish.uml2.properties 43 releaseNotesURL=http://www.eclipse.org/modeling/mdt/news/release-notes.php?project=uml2-uml&version=%%version%%
  /external/skia/third_party/lua/src/
lstrlib.c 681 const char *news = lua_tolstring(ms->L, 3, &l); local
683 if (news[i] != L_ESC)
684 luaL_addchar(b, news[i]);
687 if (!isdigit(uchar(news[i]))) {
688 if (news[i] != L_ESC)
691 luaL_addchar(b, news[i]);
693 else if (news[i] == '0')
696 push_onecapture(ms, news[i] - '1', s, e);
  /external/syslinux/com32/lua/src/
lstrlib.c 681 const char *news = lua_tolstring(ms->L, 3, &l); local
683 if (news[i] != L_ESC)
684 luaL_addchar(b, news[i]);
687 if (!isdigit(uchar(news[i]))) {
688 if (news[i] != L_ESC)
691 luaL_addchar(b, news[i]);
693 else if (news[i] == '0')
696 push_onecapture(ms, news[i] - '1', s, e);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urlparse.py 42 non_hierarchical = ['gopher', 'hdl', 'mailto', 'news',
49 uses_fragment = ['ftp', 'hdl', 'http', 'gopher', 'news',
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
urlparse.py 51 non_hierarchical = ['gopher', 'hdl', 'mailto', 'news',
55 uses_fragment = ['ftp', 'hdl', 'http', 'gopher', 'news',
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urlparse.py 51 non_hierarchical = ['gopher', 'hdl', 'mailto', 'news',
55 uses_fragment = ['ftp', 'hdl', 'http', 'gopher', 'news',
  /prebuilts/gdb/linux-x86/lib/python2.7/
urlparse.py 51 non_hierarchical = ['gopher', 'hdl', 'mailto', 'news',
55 uses_fragment = ['ftp', 'hdl', 'http', 'gopher', 'news',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urlparse.py 51 non_hierarchical = ['gopher', 'hdl', 'mailto', 'news',
55 uses_fragment = ['ftp', 'hdl', 'http', 'gopher', 'news',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urlparse.py 51 non_hierarchical = ['gopher', 'hdl', 'mailto', 'news',
55 uses_fragment = ['ftp', 'hdl', 'http', 'gopher', 'news',
  /prebuilts/go/darwin-x86/src/encoding/gob/
type_test.go 92 var news []int
93 newsint := getTypeUnlocked("slice1", reflect.TypeOf(news))
  /prebuilts/go/linux-x86/src/encoding/gob/
type_test.go 92 var news []int
93 newsint := getTypeUnlocked("slice1", reflect.TypeOf(news))

Completed in 518 milliseconds

1 2 3 4 5 6