HomeSort by relevance Sort by last modified time
    Searched full:second (Results 26 - 50 of 16670) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/valgrind/memcheck/tests/
clireq_nofill.stdout.exp 3 *s=0x5 after second MEMPOOL_ALLOC
6 *s=0x5 after second MALLOCLIKE_BLOCK
  /art/runtime/interpreter/mterp/x86_64/
op_div_int.S 1 %include "x86_64/bindiv.S" {"result":"%eax","second":"%ecx","wide":"0","suffix":"l"}
op_div_int_2addr.S 1 %include "x86_64/bindiv2addr.S" {"result":"%eax","second":"%ecx","wide":"0","suffix":"l"}
op_div_long.S 1 %include "x86_64/bindiv.S" {"result":"%rax","second":"%rcx","wide":"1","suffix":"q","ext":"cqo"}
op_div_long_2addr.S 1 %include "x86_64/bindiv2addr.S" {"result":"%rax","second":"%rcx","wide":"1","suffix":"q","ext":"cqo"}
op_rem_int.S 1 %include "x86_64/bindiv.S" {"result":"%edx","second":"%ecx","wide":"0","suffix":"l","rem":"1"}
op_rem_int_2addr.S 1 %include "x86_64/bindiv2addr.S" {"result":"%edx","second":"%ecx","wide":"0","suffix":"l","rem":"1"}
op_rem_long.S 1 %include "x86_64/bindiv.S" {"result":"%rdx","second":"%rcx","wide":"1","suffix":"q","ext":"cqo","rem":"1"}
op_rem_long_2addr.S 1 %include "x86_64/bindiv2addr.S" {"result":"%rdx","second":"%rcx","wide":"1","suffix":"q","rem":"1","ext":"cqo"}
  /external/clang/test/PCH/Inputs/
chain-ext_vector2.h 0 // Second header file for chain-ext_vector.c PCH test
  /external/curl/lib/
strequal.c 34 int curl_strequal(const char *first, const char *second)
37 return !(strcasecmp)(first, second);
39 return !(strcmpi)(first, second);
41 return !(stricmp)(first, second);
43 while(*first && *second) {
44 if(toupper(*first) != toupper(*second)) {
48 second++;
50 return toupper(*first) == toupper(*second);
57 int curl_strnequal(const char *first, const char *second, size_t max)
60 return !strncasecmp(first, second, max)
    [all...]
  /external/libxml2/test/relaxng/
tutor3_3_1.xml 3 <card name="foo2" note="second" email="bar2"/>
  /external/llvm/test/YAMLParser/
spec-08-02.test 4 Second occurrence: *anchor
spec-08-11.test 4 Second occurrence: *anchor
  /external/strace/tests/
execve-v.expected 1 execve\("execve\\nfilename", \["execve\\nfilename", "first", "second"\], \["foobar=1", "foo\\nbar=2"\]\) += -1 ENOENT .*
execveat.expected 1 execveat\(AT_FDCWD, "execveat\\nfilename", \["execveat\\nfilename", "first", "second"\], \[/\* 2 vars \*/\], AT_SYMLINK_NOFOLLOW\|AT_EMPTY_PATH\) += -1 .*
  /external/clang/test/FixIt/
fixit-objc-message.m 12 - (int)method1:(int)x second:(float)y;
13 + (int)method2:(int)x second:(double)y;
18 a method1:5+2 second:+(3.14159)];
19 a method1:[a method1:3 second:j] second:i++]
23 (void)array[a method1:5+2 second:+(3.14159)]];
24 (A method2:5+2 second:3.14159]);
25 A method2:5+2 second:3.14159]
26 if (A method2:5+2 second:3.14159]) { }
30 - (int)method1:(int)x second:(float)y
    [all...]
  /art/test/113-multidex/src/
Second.java 17 public class Second implements Inf1, Inf2, Inf3, Inf4, Inf5, Inf6, Inf7, Inf8 {
19 System.out.println("Second::zcall");
23 System.out.println("Second::zcall1");
27 System.out.println("Second::zcall2");
31 System.out.println("Second::zcall3");
35 System.out.println("Second::zcall4");
39 System.out.println("Second::zcall5");
43 System.out.println("Second::zcall6");
47 System.out.println("Second::zcall7");
51 System.out.println("Second::zcall8")
    [all...]
  /external/clang/test/Frontend/
verify-fatal.c 6 #error second fatal
7 // expected-error@-1 {{second fatal}}
11 // CHECK-NEXT: Line 6 (directive at {{.*}}verify-fatal.c:7): second fatal
  /art/test/451-regression-add-float/
info.txt 1 Tests a regression in float addition for optimizing. The second argument
  /art/test/519-bound-load-class/
info.txt 3 as second input.
  /external/libxml2/test/schemas/
deter0_0.xml 3 <even-page>second page</even-page>
  /external/markdown/tests/misc/
stronintags.txt 3 this is a second **[test](http://example.com)**
  /external/snakeyaml/src/test/resources/pyyaml/
spec-08-02.canonical 6 ? !!str "Second occurrence"
spec-08-11.canonical 6 ? !!str "Second occurrence"

Completed in 1229 milliseconds

12 3 4 5 6 7 8 91011>>