HomeSort by relevance Sort by last modified time
    Searched full:part (Results 126 - 150 of 35305) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/curl/docs/libcurl/
curl_mime_headers.3 11 .\" * you should have received as part of this distribution. The terms
25 curl_mime_headers - set a mime part's custom headers
29 .BI "CURLcode curl_mime_headers(curl_mimepart * " part ,
33 \fIcurl_mime_headers(3)\fP sets a mime part's custom headers.
35 \fIpart\fP is the part's handle to assign the custom headers list to.
44 Setting a part's custom headers list twice is valid: only the value set by
57 curl_mime_headers(part, headers, TRUE);
60 curl_mime_data(part, "12345679", CURL_ZERO_TERMINATED);
63 curl_mime_name(part, "numbers");
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
GLPageBookView.java 24 import org.eclipse.ui.part.IPage;
25 import org.eclipse.ui.part.IPageSite;
26 import org.eclipse.ui.part.MessagePage;
27 import org.eclipse.ui.part.PageBook;
28 import org.eclipse.ui.part.PageBookView;
32 * to provide page book view's whose main part is a {@link GLFunctionTraceViewer}.
63 protected boolean isImportant(IWorkbenchPart part) {
64 return part instanceof GLFunctionTraceViewer;
68 public void partBroughtToTop(IWorkbenchPart part) {
69 partActivated(part);
    [all...]
FrameSummaryView.java 34 protected PageRec doCreatePage(IWorkbenchPart part) {
35 if (!(part instanceof GLFunctionTraceViewer)) {
39 GLFunctionTraceViewer viewer = (GLFunctionTraceViewer) part;
44 return new PageRec(part, page);
48 protected void doDestroyPage(IWorkbenchPart part, PageRec pageRecord) {
  /tools/test/connectivity/acts/tests/google/tel/lab/
TelLabSmsTest.py 225 """ Test MO SMS(single part contains é) functionality on LTE
235 rand_ascii_str(SINGLE_PART_LEN), "single part contains é", 10)
241 """ Test MT SMS(single part contains é) functionality on LTE
251 rand_ascii_str(SINGLE_PART_LEN), "single part contains é", 10)
257 """ Test MO SMS(multi part contains é in first part) functionality on
269 "multi part contains é in first part", 10)
275 """ Test MT SMS(multi part contains é in first part) functionality o
    [all...]
  /external/curl/tests/libtest/
lib652.c 11 * you should have received as part of this distribution. The terms
33 curl_mimepart *part; local
62 part = curl_mime_addpart(mime);
63 if(!part) {
68 res = curl_mime_filename(part, "myfile.jpg");
73 res = curl_mime_type(part, "image/jpeg");
78 res = curl_mime_data(part, buffer, sizeof buffer);
83 res = curl_mime_encoder(part, "base64");
105 /* send a multi-part mail */
  /external/curl/tests/server/
testpart.c 11 * you should have received as part of this distribution. The terms
34 char *part; local
41 rc = getpart(&part, &partlen, argv[1], argv[2], stdin);
45 printf("%c", part[i]);
46 free(part);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnPOS.java 20 * The container class of a part of speech.
25 /** The part of speech at left side */
28 /** The part of speech at right side */
39 * @param left The part of speech at left side
40 * @param right The part of speech at right side
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
DetailsView.java 32 protected PageRec doCreatePage(IWorkbenchPart part) {
33 if (!(part instanceof GLFunctionTraceViewer)) {
37 GLFunctionTraceViewer viewer = (GLFunctionTraceViewer) part;
43 return new PageRec(part, page);
47 protected void doDestroyPage(IWorkbenchPart part, PageRec pageRecord) {
  /external/libcxx/benchmarks/
filesystem.bench.cpp 17 for (auto& Part : in)
18 PP /= Part;
34 for (auto& Part : in)
35 PP /= Part;
52 for (auto& Part : in)
53 PP /= Part;
83 for (auto& Part : in)
84 PP /= Part;
102 for (auto& Part : in)
103 PP /= Part;
    [all...]
  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_DiagPart.pbtxt 15 summary: "Returns the diagonal part of the tensor."
17 This operation returns a tensor with the `diagonal` part
18 of the `input`. The `diagonal` part is computed as follows:
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/benchmarks/
filesystem.bench.cpp 17 for (auto& Part : in)
18 PP /= Part;
34 for (auto& Part : in)
35 PP /= Part;
52 for (auto& Part : in)
53 PP /= Part;
83 for (auto& Part : in)
84 PP /= Part;
102 for (auto& Part : in)
103 PP /= Part;
    [all...]
  /external/curl/tests/
getpart.pm 11 # you should have received as part of this distribution. The terms
38 # if $part is undefined (ie only one argument) then
41 my ($section, $part)=@_;
46 # print "Section: $section, part: $part\n";
53 if((1 ==$inside) && ( ($_ =~ /^ *\<$part([^>]*)/) ||
54 !(defined($part)) )
66 # detect end of section when part wasn't found
70 elsif((2 ==$inside) && ($_ =~ /^ *\<\/$part/)) {
78 my ($section, $part)=@_
    [all...]
  /external/python/cpython2/Doc/includes/
email-unpack.py 48 for part in msg.walk():
50 if part.get_content_maintype() == 'multipart':
54 filename = part.get_filename()
56 ext = mimetypes.guess_extension(part.get_content_type())
60 filename = 'part-%03d%s' % (counter, ext)
63 fp.write(part.get_payload(decode=True))
  /external/python/cpython3/Tools/msi/path/
path.wxs 19 <Environment Id="PATH_CU" Action="set" Name="PATH" Part="first" Value="[InstallDirectory]" />
20 <Environment Id="SCRIPTS_PATH_CU" Action="set" Name="PATH" Part="first" Value="[Scripts]" />
31 <Environment Id="PATH_LM" Action="set" Name="PATH" Part="first" Value="[InstallDirectory]" System="yes" />
32 <Environment Id="SCRIPTS_PATH_LM" Action="set" Name="PATH" Part="first" Value="[Scripts]" System="yes" />
33 <Environment Id="PY_PATHEXT_LM" Action="set" Name="PATHEXT" Part="last" Value=".PY" System="yes" />
34 <Environment Id="PYW_PATHEXT_LM" Action="set" Name="PATHEXT" Part="last" Value=".PYW" System="yes" />
  /system/bt/vendor_libs/test_vendor_lib/include/
dual_mode_controller.h 41 // Volume 6, Part B, Section 1.1 (page 30). Provides methods corresponding to
90 // Version 4.2, Volume 2, Part D (page 370).
94 // Bluetooth Core Specification Version 4.2 Volume 2 Part E 7.3.2
99 // Bluetooth Core Specification Version 4.2 Volume 2 Part E 7.4.5
104 // Bluetooth Core Specification Version 4.2 Volume 2 Part E 7.3.39
109 // Bluetooth Core Specification Version 4.2 Volume 2 Part E 7.4.1
114 // Bluetooth Core Specification Version 4.2 Volume 2 Part E 7.4.6
119 // Bluetooth Core Specification Version 4.2 Volume 2 Part E 7.4.2
124 // Bluetooth Core Specification Version 4.2 Volume 2 Part E 7.4.4
129 // Bluetooth Core Specification Version 4.2 Volume 2 Part E 7.4.
    [all...]
  /art/runtime/interpreter/mterp/x86/
op_sget_wide.S 18 SET_VREG %eax, rINST # fp[A]<- low part
19 SET_VREG_HIGH %edx, rINST # fp[A+1]<- high part
  /external/curl/docs/cmdline-opts/
trace-ascii.d 10 This is very similar to --trace, but leaves out the hex part and only shows
11 the ASCII part of the dump. It makes smaller output that might be easier to
  /external/jline/src/src/site/fml/
faq.fml 3 <part id="general">
25 </part>
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_gettime/
coverage.txt 7 4 NO - process clocks not part of implementation under test
8 5 NO - process clocks not part of implementation under test
  /external/pdfium/xfa/fwl/theme/
README.md 3 TP stands for Theme Part.
28 the TP (Theme Part) corresponding to that widget.
  /external/toolchain-utils/binary_search_tool/test/
switch_to_bad.py 2 """Switch part of the objects file in working set to (possible) bad ones."""
12 """Switch part of the objects file in working set to (possible) bad ones."""
  /frameworks/base/wifi/tests/assets/hsr1/
README.txt 3 HSR1ProfileWithNonBase64Part.base64 - base64 encoded installation file that contains a part of non-base64 encoding type
5 HSR1ProfileWithInvalidContentType.base64 - base64 encoded installation file with that contains a MIME part with an invalid content type.
  /frameworks/rs/driver/runtime/
rs_abi_debuginfo.c 5 * between the host part and the accelerator part of RenderScript.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
muiload.h 3 * This file is part of the mingw-w64 runtime package.
10 /* TODO: These are functions provided in muiload library and aren't part
  /external/libhevc/common/arm64/
ihevc_itrans_recon_8x8.s 187 smull v20.4s, v2.4h, v0.h[0] //// y0 * cos4(part of c0 and c1)
189 smull v18.4s, v3.4h, v1.h[2] //// y2 * sin2 (q3 is freed by this time)(part of d1)
192 smull v24.4s, v6.4h, v0.h[1] //// y1 * cos1(part of b0)
194 smull v26.4s, v6.4h, v0.h[3] //// y1 * cos3(part of b1)
196 smull v28.4s, v6.4h, v1.h[1] //// y1 * sin3(part of b2)
198 smull v30.4s, v6.4h, v1.h[3] //// y1 * sin1(part of b3)
200 smlal v24.4s, v7.4h, v0.h[3] //// y1 * cos1 + y3 * cos3(part of b0)
202 smlsl v26.4s, v7.4h, v1.h[3] //// y1 * cos3 - y3 * sin1(part of b1)
204 smlsl v28.4s, v7.4h, v0.h[1] //// y1 * sin3 - y3 * cos1(part of b2)
206 smlsl v30.4s, v7.4h, v1.h[1] //// y1 * sin1 - y3 * sin3(part of b3
    [all...]

Completed in 1422 milliseconds

1 2 3 4 56 7 8 91011>>