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

12 3 4 5 6 7

  /external/chromium_org/chrome/common/extensions/docs/server2/
future_test.py 39 def qux(): function in function:FutureTest.testErrorThrowingDelegate
42 return qux()
47 chain = [foo, bar, baz, qux]
directory_zipper.py 52 qux.txt will return a zip file which unzips to bar/baz.txt and bar/qux.txt.
  /external/clang/test/CodeGenCXX/
microsoft-abi-default-cc.cpp 29 void METHOD_CC qux();
38 void A::qux() {} function in class:A
40 // MSABI: define x86_thiscallcc void @"\01?qux@A@@QAEXXZ"
  /external/chromium/base/
vlog_unittest.cc 81 "foo=,bar=0,baz=blah,,qux=0blah1,quux=1,corge.ext=5";
89 EXPECT_EQ(0, vlog_info.GetVlogLevel("/another/path/to/qux.h"));
96 "foo/bar.cc=1,baz\\*\\qux.cc=2,*quux/*=3,*/*-inl.h=4";
103 EXPECT_EQ(0, vlog_info.GetVlogLevel("baz/grault/qux.h"));
104 EXPECT_EQ(0, vlog_info.GetVlogLevel("/baz/grault/qux.cc"));
105 EXPECT_EQ(2, vlog_info.GetVlogLevel("baz/grault/qux.cc"));
106 EXPECT_EQ(2, vlog_info.GetVlogLevel("baz/grault/blah/qux.cc"));
107 EXPECT_EQ(2, vlog_info.GetVlogLevel("baz\\grault\\qux.cc"));
108 EXPECT_EQ(2, vlog_info.GetVlogLevel("baz\\grault//blah\\qux.cc"));
  /external/chromium_org/base/
vlog_unittest.cc 86 "foo=,bar=0,baz=blah,,qux=0blah1,quux=1,corge.ext=5";
94 EXPECT_EQ(0, vlog_info.GetVlogLevel("/another/path/to/qux.h"));
101 "foo/bar.cc=1,baz\\*\\qux.cc=2,*quux/*=3,*/*-inl.h=4";
108 EXPECT_EQ(0, vlog_info.GetVlogLevel("baz/grault/qux.h"));
109 EXPECT_EQ(0, vlog_info.GetVlogLevel("/baz/grault/qux.cc"));
110 EXPECT_EQ(2, vlog_info.GetVlogLevel("baz/grault/qux.cc"));
111 EXPECT_EQ(2, vlog_info.GetVlogLevel("baz/grault/blah/qux.cc"));
112 EXPECT_EQ(2, vlog_info.GetVlogLevel("baz\\grault\\qux.cc"));
113 EXPECT_EQ(2, vlog_info.GetVlogLevel("baz\\grault//blah\\qux.cc"));
  /external/llvm/test/CodeGen/X86/
mmx-insert-element.ll 5 define x86_mmx @qux(i32 %A) nounwind {
constant-pool-remat-0.ll 16 declare float @qux(float %y)
20 %m = call float @qux(float %n)
fp-elim-and-no-fp-elim.ll 16 define void @qux(i32 %argc) #1 {
17 ; CHECK-LABEL: qux:
split-vector-rem.ll 12 define <8 x float> @qux(<8 x float> %t, <8 x float> %u) {
vector-rem.ll 12 define <4 x float> @qux(<4 x float> %t, <4 x float> %u) {
2010-03-04-Mul8Bug.ll 15 %call55 = call i32 @qux(i32 undef, i32 -2) nounwind ; <i32> [#uses=1]
25 declare i32 @qux(i32, i32)
  /external/llvm/test/Transforms/SimplifyCFG/
two-entry-phi-return.ll 3 define i1 @qux(i8* %m, i8* %n, i8* %o, i8* %p) nounwind {
  /art/test/018-stack-overflow/src/
Main.java 58 qux(pad1, pad2, pad3); method
61 private static void qux(double pad1, double pad2, double pad3) { method in class:Main
  /external/clang/test/Lexer/
block_cmt_end.c 4 RUN: %clang_cc1 -E -trigraphs %s | not grep qux
12 /* qux
  /external/llvm/test/Assembler/
aggregate-constant-values.ll 35 ; CHECK: @qux
38 define void @qux(<{i32, i32}>* %x) nounwind {
  /external/llvm/test/Transforms/GlobalOpt/
load-store-global.ll 25 define void @qux() nounwind {
34 ; CHECK-LABEL: @qux(
  /external/clang/test/SemaCXX/
attr-noreturn.cpp 97 void qux(T) {} function in namespace:PR15291
100 // expected-note@+4 {{candidate function [with T = void (*)(int) __attribute__((noreturn))] not viable: no overload of 'qux' matching 'void (*)(int) __attribute__((noreturn))' for 1st argument}}
112 // expected-note@+1 {{candidate function not viable: no overload of 'qux' matching 'void (*)(int) __attribute__((noreturn))' for 1st argument}}
126 // expected-note@+1 {{candidate function not viable: no overload of 'qux' matching 'fptr_noreturn_t' (aka 'void (*)(int) __attribute__((noreturn))') for 1st argument}}
157 accept_noreturn_fptr(qux<int>); // expected-error {{no matching function for call to 'accept_noreturn_fptr'}}
160 accept_fptr_noreturn_t(qux<int>); // expected-error {{no matching function for call to 'accept_fptr_noreturn_t'}}
163 accept_T<void __attribute__((noreturn)) (*)(int)>(qux<int>); // expected-error {{no matching function for call to 'accept_T'}}
  /external/llvm/test/Linker/
module-flags-1-a.ll 9 ; CHECK: !4 = metadata !{i32 1, metadata !"qux", i32 42}
  /external/llvm/test/Transforms/InstCombine/
udiv-simplify-bug-1.ll 15 define i64 @qux(i32 %x, i32 %v) nounwind {
  /external/clang/test/Analysis/
null-deref-ps.c 123 int* qux();
130 p = qux();
143 p = qux();
156 p = qux();
171 p = qux();
191 int* qux();
199 p = qux(i);
210 p = qux(i);
  /external/clang/test/Index/
linkage.c 3 enum Baz { Qux = 0 };
23 // CHECK: EnumConstantDecl=Qux:3:12 (Definition)linkage=External
properties-class-extensions.m 35 @interface Qux
37 @interface Qux ()
38 @property (assign, readwrite) id qux;
41 @implementation Qux
42 @dynamic qux;
90 // CHECK: properties-class-extensions.m:35:12: ObjCInterfaceDecl=Qux:35:12 Extent=[35:1 - 36:5]
92 // CHECK: properties-class-extensions.m:37:12: ObjCClassRef=Qux:35:12 Extent=[37:12 - 37:15]
93 // CHECK: properties-class-extensions.m:38:34: ObjCPropertyDecl=qux:38:34 [assign,readwrite,] Extent=[38:1 - 38:37]
95 // CHECK: properties-class-extensions.m:38:34: ObjCInstanceMethodDecl=qux:38:34 Extent=[38:34 - 38:37]
97 // CHECK: properties-class-extensions.m:38:34: ParmDecl=qux:38:34 (Definition) Extent=[38:34 - 38:37
    [all...]
  /external/clang/test/SemaObjC/
method-bad-param.m 50 @interface qux
55 @implementation qux // expected-warning {{method definition for 'my_method:' not found}}
  /external/llvm/test/Analysis/TypeBasedAliasAnalysis/
aliastest.ll 60 !5 = metadata !{ metadata !"qux", metadata !0, i1 1 }
62 !6 = metadata !{ metadata !"qux", metadata !0, i1 0 }
dse.ll 64 !5 = metadata !{ metadata !"qux", metadata !0, i1 1 }
66 !6 = metadata !{ metadata !"qux", metadata !0, i1 0 }

Completed in 1340 milliseconds

12 3 4 5 6 7