Searched defs:local (Results 1 - 25 of 288) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/
H A Dwin32-segof.asm5 mov ax, seg local
10 local: label
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp11.cpp4 int local; // expected-note{{declared here}} local
10 return local + // expected-error{{reference to local variable 'local' declared in enclosing function 'test_reaching_scope'}}
H A Dp10.cpp28 int local; // expected-note{{declared here}} local
33 (void)[local, // expected-error{{reference to local variable 'local' declared in enclosing function 'test_reaching_scope'}}
/external/clang/test/CodeGen/
H A Dannotations-var.c32 void local(void) { function
34 // LOCAL: define void @local()
/external/kernel-headers/original/linux/
H A Dif_pppopns.h28 __u16 local; member in struct:sockaddr_pppopns
H A Dif_pppolac.h30 } local, remote; member in struct:sockaddr_pppolac
/external/chromium_org/v8/test/mjsunit/
H A Dconst-eval-init.js31 // This only makes sense in local scopes since the declaration and
37 // Deleting 'x' removes the local const property.
51 // Delete 'x' to remove the local const property.
64 function local() {
68 local();
109 function local() {
113 local();
/external/v8/test/mjsunit/
H A Dconst-eval-init.js31 // This only makes sense in local scopes since the declaration and
37 // Deleting 'x' removes the local const property.
51 // Delete 'x' to remove the local const property.
64 function local() {
68 local();
109 function local() {
113 local();
/external/mesa3d/src/glsl/
H A DAndroid.gen.mk30 intermediates := $(call local-intermediates-dir)
49 define local-l-or-ll-to-c-or-cpp
55 define local-y-to-c-and-h
61 define local-yy-to-cpp-and-h
74 $(call local-l-or-ll-to-c-or-cpp)
77 $(call local-yy-to-cpp-and-h,.cpp)
80 $(call local-l-or-ll-to-c-or-cpp)
83 $(call local-y-to-c-and-h)
/external/clang/test/Analysis/
H A Dcomparison-implicit-casts.cpp25 int local = x - 1; local
35 // Constant-folding will turn (local+1) back into the symbol for x.
40 clang_analyzer_eval((local + 1) >= 2); // expected-warning{{TRUE}}
41 clang_analyzer_eval(2 <= (local + 1)); // expected-warning{{TRUE}}
44 clang_analyzer_eval((local + 1) != 1); // expected-warning{{TRUE}}
45 clang_analyzer_eval(1 != (local + 1)); // expected-warning{{TRUE}}
50 signed char local = x - 1; local
55 // Constant-folding will turn (local+1) back into the symbol for x.
64 clang_analyzer_eval((local + 1) < value); // expected-warning{{TRUE}}
65 clang_analyzer_eval(value > (local
[all...]
/external/clang/test/CXX/class/class.local/
H A Dp1.cpp10 struct local { struct
11 int g() { return x; } // expected-error{{reference to local variable 'x' declared in enclosing function 'f'}}
18 local* p = 0; // expected-error{{unknown type name 'local'}}
/external/clang/test/CXX/class.access/class.friend/
H A Dp6.cpp18 void local() { function
22 friend void f() { } // expected-error{{friend function cannot be defined in a local class}}
/external/clang/test/Index/
H A Dcomplete-lambdas.cpp8 int local; local
12 [local, this, inner_local] {
21 // CHECK-CC1-NEXT: VarDecl:{ResultType int}{TypedText local} (34)
38 // CHECK-CC4: VarDecl:{ResultType int}{TypedText local} (34)
H A Dcomment-c-decls.c30 * \brief local variable;
43 * \brief a local variable
45 int local = 10; local
46 return local;
49 // CHECK: <Declaration>int local = 10</Declaration>
/external/compiler-rt/lib/asan/lit_tests/TestCases/
H A Dstack-use-after-return.cc21 char local; local
22 return Ident(&local);
/external/iptables/include/libipq/
H A Dlibipq.h52 struct sockaddr_nl local; member in struct:ipq_handle
/external/mesa3d/src/mesa/
H A DAndroid.gen.mk30 intermediates := $(call local-intermediates-dir)
72 define local-l-to-c
78 define local-y-to-c-and-h
107 $(local-y-to-c-and-h)
110 $(local-l-to-c)
/external/apache-http/src/org/apache/http/conn/
H A DClientConnectionOperator.java80 * @param local the local address to route from, or
89 InetAddress local,
87 openConnection(OperatedClientConnection conn, HttpHost target, InetAddress local, HttpContext context, HttpParams params) argument
/external/apache-http/src/org/apache/http/params/
H A DDefaultedHttpParams.java39 * present in the local one. The state of the local collection can be mutated,
48 private final HttpParams local; field in class:DefaultedHttpParams
51 public DefaultedHttpParams(final HttpParams local, final HttpParams defaults) { argument
53 if (local == null) {
56 this.local = local;
61 * Creates a copy of the local collection with the same default
64 HttpParams clone = this.local.copy();
69 * Retrieves the value of the parameter from the local collectio
[all...]
/external/apache-http/src/org/apache/http/protocol/
H A DDefaultedHttpContext.java37 * present in the local one. The state of the local context can be mutated,
46 private final HttpContext local; field in class:DefaultedHttpContext
49 public DefaultedHttpContext(final HttpContext local, final HttpContext defaults) { argument
51 if (local == null) {
54 this.local = local;
59 Object obj = this.local.getAttribute(id);
68 return this.local.removeAttribute(id);
72 this.local
[all...]
/external/chromium/third_party/libjingle/overrides/talk/xmllite/
H A Dqname.cc16 QName::QName(const std::string & ns, const std::string & local) : argument
17 namespace_(ns), local_part_(local) {}
19 QName::QName(bool add, const std::string & ns, const std::string & local) : argument
20 namespace_(ns), local_part_(local) {}
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DRTCStatsReport.cpp55 const PassRefPtr<RTCStatsReport> RTCStatsReport::local() function in class:WebCore::RTCStatsReport
/external/chromium_org/third_party/libjingle/source/talk/xmllite/
H A Dqname.cc42 local_part_(const_value.local) {
45 QName::QName(const std::string& ns, const std::string& local) argument
47 local_part_(local) {
80 int result = local_part_.compare(other.local);
H A Dqname.h46 const char* const local; member in struct:buzz::StaticQName
57 QName(const std::string& ns, const std::string& local);
/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawSaveLayer.cpp48 SkPaint local = SkPaint(*maker.fPaint); local
49 maker.fPaint = &local;

Completed in 1671 milliseconds

1234567891011>>