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

1 2 3 4

  /external/libdaemon/doc/
style.css 28 div.news-date { font-size: 80%; font-style: italic; }
  /external/e2fsprogs/misc/
mke2fs-hurd.conf 30 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 260 Bundle news = new Bundle(); local
263 mEventFacade.postEvent(EVENT_PLAY_RECEIVED, news);
266 mEventFacade.postEvent(EVENT_PAUSE_RECEIVED, news);
269 mEventFacade.postEvent(EVENT_SKIP_NEXT_RECEIVED, news);
272 mEventFacade.postEvent(EVENT_SKIP_PREV_RECEIVED, news);
BluetoothConnectionFacade.java 347 Bundle news = new Bundle(); local
348 news.putInt("state", state);
349 news.putString("addr", device.getAddress());
350 mEventFacade.postEvent(action, news);
352 news.putInt("profile", profile);
353 news.putString("action", action);
354 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 1518 struct tbl *prev, *curr, *news; local
    [all...]
eval.c 1919 char *news; local
    [all...]
edit.c 2395 char *news, *op; local
4834 struct edstate *news; local
    [all...]
lex.c 1802 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);
  /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',
  /external/lua/src/
lstrlib.c 707 const char *news = lua_tolstring(L, 3, &l); local
709 if (news[i] != L_ESC)
710 luaL_addchar(b, news[i]);
713 if (!isdigit(uchar(news[i]))) {
714 if (news[i] != L_ESC)
716 luaL_addchar(b, news[i]);
718 else if (news[i] == '0')
721 push_onecapture(ms, news[i] - '1', s, e);
    [all...]
  /external/python/cpython2/Lib/
urlparse.py 51 non_hierarchical = ['gopher', 'hdl', 'mailto', 'news',
55 uses_fragment = ['ftp', 'hdl', 'http', 'gopher', 'news',
  /external/autotest/client/site_tests/power_LoadTest/extension/
urls.js 29 'https://news.google.com',
  /external/cmockery/cmockery_0_1_2/
config.sub 146 -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
715 news | news700 | news800 | news900)
723 news-3600 | risc-news)
  /external/fec/
config.sub 143 -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
613 news | news700 | news800 | news900)
621 news-3600 | risc-news)
  /external/libexif/
config.sub 152 -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
790 news | news700 | news800 | news900)
798 news-3600 | risc-news)
    [all...]
  /external/libnetfilter_conntrack/
config.sub 153 -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
792 news | news700 | news800 | news900)
800 news-3600 | risc-news)
    [all...]
  /external/libnfnetlink/
config.sub 153 -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
792 news | news700 | news800 | news900)
800 news-3600 | risc-news)
    [all...]
  /external/libogg/
config.sub 148 -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
729 news | news700 | news800 | news900)
737 news-3600 | risc-news)
  /external/libunwind/aux/
config.sub 144 -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
646 news | news700 | news800 | news900)
654 news-3600 | risc-news)
  /external/libusb-compat/
config.sub 148 -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
772 news | news700 | news800 | news900)
780 news-3600 | risc-news)
    [all...]
  /external/python/cpython3/Lib/urllib/
parse.py 63 non_hierarchical = ['gopher', 'hdl', 'mailto', 'news',
69 uses_fragment = ['', 'ftp', 'hdl', 'http', 'gopher', 'news',
    [all...]

Completed in 916 milliseconds

1 2 3 4