Searched refs:one (Results 276 - 300 of 1174) sorted by relevance

<<11121314151617181920>>

/external/clang/test/SemaCXX/
H A Dcxx0x-initializer-constructor.cpp3 struct one { char c[1]; }; struct
134 one ov1(B); // expected-note {{not viable: cannot convert initializer list}}
139 static_assert(sizeof(ov1({{1, 1.0}, 2, {3, 4}})) == sizeof(one), "bad overload");
143 one ov2(int);
146 static_assert(sizeof(ov2({1})) == sizeof(one), "bad overload"); // list -> int ranks as identity
H A Dcxx0x-initializer-stdinitializerlist.cpp45 struct one { char c[1]; }; struct
83 one overloaded(std::initializer_list<int>);
86 static_assert(sizeof(overloaded({1, 2, 3})) == sizeof(one), "bad overload");
93 one ov2(std::initializer_list<int>); // expected-note {{candidate}}
96 static_assert(sizeof(ov2({1, 2, 3})) == sizeof(one), "bad overload");
/external/libvncserver/libvncserver/
H A Dsockets.c142 const int one = 1; local
148 (char *)&one, sizeof(one)) < 0) {
407 const int one = 1; local
420 one of them has, so this should not block for too long! */
447 (char *)&one, sizeof(one)) < 0) {
534 int one = 1; local
550 (char *)&one, sizeof(one)) <
859 int one = 1; local
1041 int one = 1; local
[all...]
/external/python/cpython2/Objects/
H A Denumobject.c83 static PyObject *one = NULL; local
93 if (one == NULL) {
94 one = PyInt_FromLong(1);
95 if (one == NULL)
100 stepped_up = PyNumber_Add(next_index, one);
/external/fdlibm/
H A De_fmod.c23 static const double one = 1.0, Zero[] = {0.0, -0.0,}; variable
25 static double one = 1.0, Zero[] = {0.0, -0.0,}; variable
137 x *= one; /* create necessary signal */
/external/libevent/test/
H A Dbench_httpclient.c119 int one = 1; local
120 if (setsockopt(sock, SOL_SOCKET, SO_REUSEADDR, (void*)&one, sizeof(one))<0)
/external/mesa3d/docs/specs/
H A DMESA_multithread_makecurrent.spec38 ensuring that the glFlush happens in one thread before another
67 In addition, a rendering context can be current for only one
71 only one thread at a time. A direct rendering context may be
107 threads, then binds a different context/thread in one of them?
114 threads, then binds None/None in one of them?
120 then destroys the context in one of them?
/external/perfetto/src/traced/probes/filesystem/
H A Dfile_scanner.cc29 std::string JoinPaths(const std::string& one, const std::string& other) { argument
31 result.reserve(one.size() + other.size() + 1);
32 result += one;
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/emitter/
H A DEmitterMultiLineTest.java42 String one = "first\nsecond\nthird";
43 String two = "one\ntwo\nthree\n";
46 list.add(one);
54 String etalon = "- |-\n first\n second\n third\n- |\n one\n two\n three\n- !!binary |-\n CA4PCn4gQUFB\n";
59 assertEquals(one, parsed.get(0));
/external/hyphenation-patterns/
H A DAndroid.mk72 define build-one-pattern-module
86 $(foreach l, $(pattern_locales), $(call build-one-pattern-module, $(dir $(l)), $(notdir $l)))
87 build-one-pattern-module :=
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dquantize_neon.c25 const int16x8_t one = vdupq_n_s16(1); local
40 // Add one because the eob does not index from 0.
42 vreinterpretq_u16_s16(vaddq_s16(vld1q_s16(iscan_ptr), one));
92 // Add one because the eob is not its index.
94 vreinterpretq_u16_s16(vaddq_s16(vld1q_s16(iscan_ptr), one));
159 const int16x8_t one = vdupq_n_s16(1); local
176 // Add one because the eob does not index from 0.
178 vreinterpretq_u16_s16(vaddq_s16(vld1q_s16(iscan_ptr), one));
236 // Add one because the eob is not its index.
238 vreinterpretq_u16_s16(vaddq_s16(vld1q_s16(iscan_ptr), one));
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
H A DDfpMath.java2 * Licensed to the Apache Software Foundation (ASF) under one or more
414 * one to get ln(x+1) - ln(1-x). Note the even terms cancel out leaving
516 final Dfp one = x.getOne();
523 return x.newInstance(one);
526 if (y.equals(one)) {
543 if (Dfp.copysign(one, x).greaterThan(zero)) {
576 if (x.greaterThan(one) && y.classify() == Dfp.INFINITE) {
584 if (x.lessThan(one) && y.classify() == Dfp.INFINITE) {
588 return x.newInstance(Dfp.copysign(y, one));
592 if (x.equals(one)
[all...]
/external/clang/test/Analysis/inlining/
H A Dpath-notes.cpp268 int generateNoteOnDefaultArgument(int one, int two = 0) { argument
269 return one/two; // expected-warning {{Division by zero}}
/external/clang/test/Sema/
H A DMicrosoftExtensions.c121 __declspec(deprecated("This is deprecated")) enum DE1 { one, two } e1; // expected-note {{'e1' has been explicitly marked deprecated here}} enumerator in enum:DE1
130 e1 = one; // expected-warning {{'e1' is deprecated: This is deprecated}}
/external/curl/docs/cmdline-opts/
H A Dcapath.d15 used several times, the last one will be used.
H A Dcontinue-at.d15 If this option is used several times, the last one will be used.
H A Ddata-urlencode.d13 curl using one of the following syntaxes:
18 the syntax match one of the other cases below!
H A Ddump-header.d18 If this option is used several times, the last one will be used.
H A Dget.d13 If this option is used several times, only the first one is used. This is
H A Dkeepalive-time.d12 If this option is used several times, the last one will be used. If
H A Dnoproxy.d6 Comma-separated list of hosts which do not use a proxy, if one is specified.
H A Dntlm.d18 If this option is used several times, only the first one is used.
H A Dpubkey.d9 If this option is used several times, the last one will be used.
H A Dspeed-time.d13 If this option is used several times, the last one will be used.
H A Dtrace-ascii.d14 If this option is used several times, the last one will be used.

Completed in 644 milliseconds

<<11121314151617181920>>