Home
last modified time | relevance | path

Searched full:rest (Results 1 – 25 of 2862) sorted by relevance

12345678910>>...115

/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/rest/files/
H A D0001-Use-GUri-instead-of-SoupURI.patch9 rest-extras/flickr-proxy.c | 19 ++++++++++++++-----
10 rest/oauth-proxy-call.c | 19 ++++++++++++++-----
11 rest/oauth2-proxy.c | 22 +++++++++++-----------
27 diff --git a/rest-extras/flickr-proxy.c b/rest-extras/flickr-proxy.c
29 --- a/rest-extras/flickr-proxy.c
30 +++ b/rest-extras/flickr-proxy.c
74 diff --git a/rest/oauth-proxy-call.c b/rest/oauth-proxy-call.c
76 --- a/rest/oauth-proxy-call.c
77 +++ b/rest/oauth-proxy-call.c
116 diff --git a/rest/oauth2-proxy.c b/rest/oauth2-proxy.c
[all …]
H A D0002-Port-to-libsoup3.patch9 rest-extras.pc.in | 2 +-
10 rest-extras/youtube-proxy.c | 110 +++++++++++---
11 rest.pc.in | 2 +-
12 rest/rest-private.h | 22 ++-
13 rest/rest-proxy-auth.c | 16 ++
14 rest/rest-proxy-call.c | 296 +++++++++++++++++++++++++++++-------
15 rest/rest-proxy.c | 209 ++++++++++++++++++++++---
93 diff --git a/rest-extras.pc.in b/rest-extras.pc.in
95 --- a/rest-extras.pc.in
96 +++ b/rest-extras.pc.in
[all …]
/OK3568_Linux_fs/kernel/arch/m68k/lib/
H A Dchecksum.c27 * Zero out rest of buffer on exception in
50 "addql #2,%1\n\t" /* len was == 2, treat only rest */ in csum_partial()
87 "andw #0x1c,%3\n\t" /* number of rest longs */ in csum_partial()
92 /* loop for rest longs */ in csum_partial()
99 /* now check for rest bytes that do not fit into longs */ in csum_partial()
102 "clrl %4\n\t" /* clear tmp2 for rest bytes */ in csum_partial()
105 "movew %2@+,%4\n\t" /* have rest >= 2: get word */ in csum_partial()
110 "moveb %2@,%4\n\t" /* have odd rest: get byte */ in csum_partial()
113 "addl %4,%0\n\t" /* now add rest long to sum */ in csum_partial()
147 "addql #2,%1\n\t" /* len was == 2, treat only rest */ in csum_and_copy_from_user()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dmaps.json9 … "url": "http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer",
19 "url": "http://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer",
29 … "url": "http://server.arcgisonline.com/ArcGIS/rest/services/World_Terrain_Base/MapServer",
39 "url": "http://server.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer",
49 "url": "http://services.arcgisonline.com/ArcGIS/rest/services/USA_Topo_Maps/MapServer",
59 … "url": "http://services.arcgisonline.com/ArcGIS/rest/services/NatGeo_World_Map/MapServer",
69 …"url": "http://services.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Base/MapServ…
79 … "url": "http://server.arcgisonline.com/ArcGIS/rest/services/World_Physical_Map/MapServer",
89 … "url": "http://server.arcgisonline.com/ArcGIS/rest/services/World_Shaded_Relief/MapServer",
99 … "url": "http://server.arcgisonline.com/arcgis/rest/services/Ocean/World_Ocean_Base/MapServer",
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gfbgraph/gfbgraph/
H A D0001-Update-rest-requirement-to-rest-1.0.patch4 Subject: [PATCH] Update rest requirement to rest-1.0
6 librest 0.8.1 declares rest-1.0 and was released four years ago.
29 -PKG_CHECK_MODULES(LIBGFBGRAPH, [glib-2.0 gio-2.0 gobject-2.0 rest-0.7 json-glib-1.0])
30 +PKG_CHECK_MODULES(LIBGFBGRAPH, [glib-2.0 gio-2.0 gobject-2.0 rest-1.0 json-glib-1.0])
42 - Rest-0.7 \
43 + Rest-1.0 \
55 -Requires: gio-2.0 glib-2.0 goa-1.0 json-glib-1.0 libsoup-2.4 rest-0.7
56 +Requires: gio-2.0 glib-2.0 goa-1.0 json-glib-1.0 libsoup-2.4 rest-1.0
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscript_asm.pl403 $rest = $2;
404 foreach $rest (split (/\s*,\s*/, $rest)) {
405 if ($rest =~ /^($identifier)\s*=\s*($constant)\s*$/) {
456 $rest = $1;
457 if ($rest =~ /^FROM\s+($value)\s*,\s*(WITH|WHEN)\s+($phase)\s*$/i) {
466 } elsif ($rest =~ /^($value)\s*,\s*(PTR\s+|)($value)\s*,\s*(WITH|WHEN)\s+($phase)\s*$/i) {
478 } elsif ($rest =~ /^MEMORY\s+(.*)/i) {
479 $rest = $1;
481 if ($rest =~ /^($value)\s*,\s*($value)\s*,\s*($value)\s*$/) {
504 $rest = $3;
[all …]
/OK3568_Linux_fs/kernel/scripts/
H A Dshow_delta49 (time_str, rest) = string.split(line[1:],']',1)
53 return (time, rest)
65 (time, rest) = get_time(line)
78 return ("[%5.6f < %5.6f >]" % (time, delta)) + rest
111 (time, rest) = get_time(line)
114 if string.find(rest, base_str)==1:
H A Dget_abi.pl19 # If true, assumes that the description is formatted with ReST
39 pod2usage(2) if ($cmd ne "search" && $cmd ne "rest" && $cmd ne "validate");
281 # Outputs the book on ReST format
510 if ($cmd eq "rest") {
529 abi_book.pl - parse the Linux ABI files and produce a ReST book.
542 B<rest> - output the ABI in ReST markup language
559 The input file may be using ReST syntax or not. Those two options allow
561 plain text that may be violating ReST spec, so it requres some escaping
586 allowing to search for ABI symbols or to produce a ReST book containing
607 Output all obsoleted symbols in ReST format
[all …]
/OK3568_Linux_fs/u-boot/board/keymile/common/
H A Dcommon.c260 char *rest = bidhwklist; in do_checkboardidhwk() local
274 while (*rest && !isxdigit(*rest)) in do_checkboardidhwk()
275 rest++; in do_checkboardidhwk()
280 bid = simple_strtoul(rest, &endp, 16); in do_checkboardidhwk()
283 rest = endp + 1; in do_checkboardidhwk()
288 hwkey = simple_strtoul(rest, &endp, 16); in do_checkboardidhwk()
289 rest = endp; in do_checkboardidhwk()
290 while (*rest && !isxdigit(*rest)) in do_checkboardidhwk()
291 rest++; in do_checkboardidhwk()
/OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/
H A Ddvb_filter.c87 int ret=0, rest; in dvb_filter_pes2ts() local
106 rest=183-len; in dvb_filter_pes2ts()
107 if (rest) { in dvb_filter_pes2ts()
109 if (rest-1) in dvb_filter_pes2ts()
110 memset(buf+6, 0xff, rest-1); in dvb_filter_pes2ts()
112 buf[4]=rest; in dvb_filter_pes2ts()
113 memcpy(buf+5+rest, pes, len); in dvb_filter_pes2ts()
/OK3568_Linux_fs/kernel/drivers/media/radio/
H A Dradio-terratec.c87 long rest; in terratec_s_frequency() local
93 rest = freq * 10 + 10700; /* I once had understood what is going on here */ in terratec_s_frequency()
98 while (rest != 0) { in terratec_s_frequency()
99 if (rest % temp == rest) in terratec_s_frequency()
103 rest = rest - temp; in terratec_s_frequency()
/OK3568_Linux_fs/external/rockit/tgi/sdk/include/
H A DRTTaskGraph.h117 RT_RET linkNode(T src, T dst, Args... rest) { in linkNode() argument
118 return linkMultiNode(src, dst, rest...); in linkNode()
125 RT_RET selectLinkMode(T arg1, T arg2, Args... rest) { in selectLinkMode() argument
126 return selectMultiMode(arg1, arg2, rest...); in selectLinkMode()
144 RT_RET linkMultiNode(T src, T dst, Args... rest) { in linkMultiNode() argument
149 linkMultiNode(dst, rest...); in linkMultiNode()
160 RT_RET selectMultiMode(T arg1, T arg2, Args... rest) { in selectMultiMode() argument
165 selectMultiMode(arg2, rest...); in selectMultiMode()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-online-accounts/files/
H A D0001-Update-to-rest-1.0.patch4 Subject: [PATCH] Update to rest 1.0
6 Updates to use the rest 1.0 API
8 Upstream-Status: Inappropriate [rest 1.0 is not released yet]
26 - PKG_CHECK_MODULES(REST, [rest-0.7])
27 + PKG_CHECK_MODULES(REST, [rest-1.0])
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Daction_dispatch.hpp62 template<typename F, typename... Rest>
63 auto operator()(F && f, Rest&&...) -> decltype(f()) in operator ()()
71 template<typename F, typename A, typename... Rest>
72 auto operator()(F && f, A && a, Rest&&...) -> decltype(f(a)) in operator ()()
80 template<typename F, typename A, typename B, typename... Rest>
81 auto operator()(F && f, A && a, B && b, Rest&&...) in operator ()()
91 , typename... Rest>
92 auto operator()(F && f, A && a, B && b, C && c, Rest&&...) in operator ()()
/OK3568_Linux_fs/kernel/fs/proc/
H A Dbootconfig.c22 /* Rest size of buffer */
23 #define rest(dst, end) ((end) > (dst) ? (end) - (dst) : 0) macro
42 ret = snprintf(dst, rest(dst, end), "%s = ", key); in copy_xbc_key_value_list()
53 ret = snprintf(dst, rest(dst, end), "%c%s%c%s", in copy_xbc_key_value_list()
60 ret = snprintf(dst, rest(dst, end), "\"\"\n"); in copy_xbc_key_value_list()
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Ddib0070.c372 u32 FBDiv, Rest, FREF, VCOF_kHz; in dib0070_tune_digital() local
402 Rest = (VCOF_kHz / state->current_tune_table_index->presc) - FBDiv * FREF; in dib0070_tune_digital()
409 Rest = 2 * freq - FBDiv * FREF; in dib0070_tune_digital()
413 if (Rest < LPF) in dib0070_tune_digital()
414 Rest = 0; in dib0070_tune_digital()
415 else if (Rest < 2 * LPF) in dib0070_tune_digital()
416 Rest = 2 * LPF; in dib0070_tune_digital()
417 else if (Rest > (FREF - LPF)) { in dib0070_tune_digital()
418 Rest = 0; in dib0070_tune_digital()
420 } else if (Rest > (FREF - 2 * LPF)) in dib0070_tune_digital()
[all …]
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dmxc_nand.h129 /* Set FCMD to 1, rest to 0 for Command operation */
132 /* Set FADD to 1, rest to 0 for Address operation */
135 /* Set FDI to 1, rest to 0 for Input operation */
138 /* Set FDO to 001, rest to 0 for Data Output operation */
141 /* Set FDO to 010, rest to 0 for Read ID operation */
144 /* Set FDO to 100, rest to 0 for Read Status operation */
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/sc/sc_1.0/
H A Dia_css_sc.host.c85 u32 slice, rest, i; in ia_css_sc_config() local
90 rest = internal_org_x_bqs; in ia_css_sc_config()
92 slice = min(rest, ((uint32_t)ISP_SLICE_NELEMS)); in ia_css_sc_config()
93 rest = rest - slice; in ia_css_sc_config()
/OK3568_Linux_fs/kernel/drivers/s390/block/
H A Ddasd_eer.c74 * keep track of the rest of the record. residual stores the number of bytes
75 * that are still to deliver. If the rest of the record is invalidated between
134 unsigned long rest, len; in dasd_eer_write_buffer() local
138 rest = count; in dasd_eer_write_buffer()
139 while (rest > 0) { in dasd_eer_write_buffer()
142 len = min(rest, PAGE_SIZE - localhead); in dasd_eer_write_buffer()
145 rest -= len; in dasd_eer_write_buffer()
160 unsigned long rest, len, finalcount; in dasd_eer_read_buffer() local
165 rest = finalcount; in dasd_eer_read_buffer()
166 while (rest > 0) { in dasd_eer_read_buffer()
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/
H A Ddevices.rst86 B "c 1:3 rwm", "b 3:* rwm" all the rest
98 A "c 1:3 rwm", "c 1:5 r" all the rest
99 B "c 1:3 rwm", "c 1:5 r" all the rest
108 A "c *:3 rwm", "c 1:5 r" all the rest
109 B "c 1:3 rwm", "c 1:5 r" all the rest
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gfbgraph/
H A Dgfbgraph_0.2.5.bb9 rest \
18 SRC_URI += " file://0001-Update-rest-requirement-to-rest-1.0.patch"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/
H A Ddtoa.h35 inline void GrisuRound(char* buffer, int len, uint64_t delta, uint64_t rest, uint64_t ten_kappa, ui… in GrisuRound() argument
36 while (rest < wp_w && delta - rest >= ten_kappa && in GrisuRound()
37 (rest + ten_kappa < wp_w || /// closer in GrisuRound()
38 wp_w - rest > rest + ten_kappa - wp_w)) { in GrisuRound()
40 rest += ten_kappa; in GrisuRound()
/OK3568_Linux_fs/kernel/tools/perf/
H A DMakefile79 rest := $(filter-out clean,$(MAKECMDGOALS)) macro
80 ifneq ($(rest),)
81 $(rest): clean
82 endif # rest
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/
H A Darm,syscon-icst.yaml37 Integrator/AP 22 1 Bit 8 0, rest variable
40 Integrator/AP 46 3 Bit 8 0, rest variable
46 Integrator/CP 22 variable Bit 8 0, rest variable
49 Integrator/CP 22 variable Bit 8 0, rest variable
/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_argparse.cpp157 const char *rest; in argparse_long_opt() local
162 rest = prefix_skip(self->argv[0] + 2, options->long_name); in argparse_long_opt()
163 if (!rest) { in argparse_long_opt()
177 rest = prefix_skip(self->argv[0] + 2 + 3, options->long_name); in argparse_long_opt()
178 if (!rest) in argparse_long_opt()
182 if (*rest) { in argparse_long_opt()
183 if (*rest != '=') in argparse_long_opt()
185 self->optvalue = rest + 1; in argparse_long_opt()

12345678910>>...115