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

1 2

  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/
p2.cpp 15 namespace Numbers {
27 double n = Numbers::zero; // expected-error {{reference to 'zero' is ambiguous}}
28 Numbers::f(n); // expected-error{{call to 'f' is ambiguous}}
29 Numbers::f(i);
30 Numbers::f(f);
33 namespace Numbers {
43 Numbers::Number n = Numbers::zero;
44 Numbers::f(n); // expected-error {{no matching function for call to 'f'}}
45 Numbers::g(n)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
term.h 189 #define columns CUR Numbers[0]
190 #define init_tabs CUR Numbers[1]
191 #define lines CUR Numbers[2]
192 #define lines_of_memory CUR Numbers[3]
193 #define magic_cookie_glitch CUR Numbers[4]
194 #define padding_baud_rate CUR Numbers[5]
195 #define virtual_terminal CUR Numbers[6]
196 #define width_status_line CUR Numbers[7]
197 #define num_labels CUR Numbers[8]
198 #define label_height CUR Numbers[9
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
term.h 189 #define columns CUR Numbers[0]
190 #define init_tabs CUR Numbers[1]
191 #define lines CUR Numbers[2]
192 #define lines_of_memory CUR Numbers[3]
193 #define magic_cookie_glitch CUR Numbers[4]
194 #define padding_baud_rate CUR Numbers[5]
195 #define virtual_terminal CUR Numbers[6]
196 #define width_status_line CUR Numbers[7]
197 #define num_labels CUR Numbers[8]
198 #define label_height CUR Numbers[9
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
term.h 189 #define columns CUR Numbers[0]
190 #define init_tabs CUR Numbers[1]
191 #define lines CUR Numbers[2]
192 #define lines_of_memory CUR Numbers[3]
193 #define magic_cookie_glitch CUR Numbers[4]
194 #define padding_baud_rate CUR Numbers[5]
195 #define virtual_terminal CUR Numbers[6]
196 #define width_status_line CUR Numbers[7]
197 #define num_labels CUR Numbers[8]
198 #define label_height CUR Numbers[9
    [all...]
  /external/clang/test/Sema/
statements.c 46 enum Numbers { kOne, kTwo, kThree, kFour};
47 int test12(enum Numbers num) {
  /external/clang/test/SemaTemplate/
alias-templates.cpp 151 template <typename T, T... Numbers>
154 template <unsigned int... Numbers>
155 using MyNumberTuple = NumberTuple<unsigned int, Numbers...>;
157 template <typename U, unsigned int... Numbers>
158 void foo(U&&, MyNumberTuple<Numbers...>);
160 template <typename U, unsigned int... Numbers>
161 void bar(U&&, NumberTuple<unsigned int, Numbers...>);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
summary.py 6 from coverage.results import Numbers
35 width100 = Numbers.pc_str_width()
52 total = Numbers()
57 nums = analysis.numbers
results.py 51 self.numbers = Numbers(
61 """The missing line numbers, formatted nicely.
110 """Returns a list of line numbers that have more than one exit."""
138 Returns a dict mapping line numbers to a tuple:
155 class Numbers(object):
233 nums = Numbers()
244 # Implementing 0+Numbers allows us to sum() a list of Numbers.
control.py 15 from coverage.results import Analysis, Numbers
184 Numbers.set_precision(self.config.precision)
509 """Like `analysis2` but doesn't return excluded line numbers."""
520 * A list of line numbers of executable statements.
521 * A list of line numbers of excluded statements.
522 * A list of line numbers of statements not run (missing from
524 * A readable formatted string of the missing line numbers.
  /external/llvm/unittests/ADT/
TwineTest.cpp 34 TEST(TwineTest, Numbers) {
  /external/chromium_org/v8/test/mjsunit/
double-equals.js 65 // Numbers are equal if same, unless NaN, which isn't equal to anything, and
145 // Numbers compared to Strings will convert the string to a number using
154 // Booleans compared to anything else will be converted to numbers.
  /external/libvpx/libvpx/examples/includes/geshi/contrib/
cssgen.php 317 <tr><th>Numbers (1, -54, 2.5 etc)</th><td><input type="text" name="numbers" value="color: #ff33ff;" /></td></tr>
331 you\'ll have to add those yourself (php and xml are just two languages that use them), and line numbers are not included, however
437 $numbers = get_var('numbers'); variable
439 if ( $numbers != '' )
441 $stylesheet .= "\n$num_selector {{$numbers}}";
  /external/v8/test/mjsunit/
double-equals.js 65 // Numbers are equal if same, unless NaN, which isn't equal to anything, and
145 // Numbers compared to Strings will convert the string to a number using
154 // Booleans compared to anything else will be converted to numbers.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2443.js 28 // Number.prototype methods on non-Numbers.
63 // Call on primitive numbers.
  /external/chromium_org/v8/src/
math.js 102 // of range than negative numbers; check the upper bound first.
104 // Numbers in the range [0, 2^31) can be floored by converting
  /external/v8/src/
math.js 101 // of range than negative numbers; check the upper bound first.
103 // Numbers in the range [0, 2^31) can be floored by converting
  /external/chromium_org/third_party/openssl/openssl/crypto/
sparccpuid.S 255 ! Numbers for T2 and SPARC64 V-VII are more than welcomed.
  /external/openssl/crypto/
sparccpuid.S 255 ! Numbers for T2 and SPARC64 V-VII are more than welcomed.
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/
JSON.pm     [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/
JSON.pm     [all...]
  /external/chromium_org/third_party/JSON/out/lib/perl5/
JSON.pm     [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/
backportPP.pm     [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/
backportPP.pm     [all...]
  /external/chromium_org/third_party/JSON/out/lib/perl5/JSON/
backportPP.pm     [all...]
  /external/dropbear/libtommath/
bn.tex 76 large integer numbers. It was written in portable ISO C source code so that it will build on any platform with a conforming
150 This will output a row of numbers that are increasing. Each column is a different test (such as addition, multiplication, etc)
151 that is being performed. The numbers represent how many times the test was invoked. If an error is detected the program
152 will exit with a dump of the relevent numbers it was working with.
466 printf("Error initializing the numbers. \%s",
471 /* use the numbers */
827 printf("Error initializing the numbers. \%s",
885 printf("Error initializing the numbers. \%s",
    [all...]

Completed in 202 milliseconds

1 2