Searched refs:local (Results 76 - 100 of 5363) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/resources/google_now/
H A Dutility_test_util.js17 local: {
/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);
/external/chromium_org/third_party/skia/tools/lua/
H A Dscrape.lua2 local str = ""
21 local total = {} -- accumulate() stores its data in here
22 local canvas -- holds the current canvas (from startcanvas())
51 local n = total[t.verb] or 0
55 local r = t.rect;
56 local p = t.paint;
57 local c = p:getColor();
62 local pred, r1, r2, d1, d2 = t.path:isNestedRects()
H A Dglyph-usage.lua2 local str = ""
21 local canvas -- holds the current canvas (from startcanvas())
64 local strikes = {} -- [fontID_pointsize] = [] unique glyphs
80 local array = {}
89 local n = 0
100 local key = make_strike_key(t.paint)
116 local totalCount = 0
117 local strikeCount = 0
118 local min, max = 0, 0
120 local histogra
[all...]
H A Dglyph-counts.lua2 local str = ""
21 local canvas -- holds the current canvas (from startcanvas())
50 local gCounts = {} -- [fontID_pointsize] = [] unique glyphs
51 local gFirstGlyphs = {}
52 local gTotalCount = 0
55 local n = 0
66 local key = array_count(t.glyphs)
67 local n = gCounts[key]
75 local first = t.glyphs[1];
76 local
[all...]
H A Dscrape_dashing.lua2 local str = ""
21 local total_found = {} -- accumulate() stores its data in here
22 local total_total = {}
23 local canvas -- holds the current canvas (from startcanvas())
52 local drawPointsTable = {}
53 local drawPointsTable_direction = {}
58 local p = t.paint
60 local pe = p:getPathEffect();
67 local points = t.points
H A Dcount_effects.lua2 local str = ""
25 local effects = {}
33 local total_paints = 0;
/external/chromium_org/third_party/webrtc/libjingle/xmllite/
H A Dqname.cc25 local_part_(const_value.local) {
28 QName::QName(const std::string& ns, const std::string& local) argument
30 local_part_(local) {
63 int result = local_part_.compare(other.local);
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Dgypsh.py8 fire up an interactive Python session with a few local variables set to the
56 code.interact(banner, local=locals)
/external/clang/test/CodeGen/
H A Dannotations-var.c32 void local(void) { function
34 // LOCAL-LABEL: define void @local()
/external/compiler-rt/test/asan/TestCases/Linux/
H A Duar_signals.cc17 int local; local
18 g = &local;
20 // printf("s: %p\n", &local);
44 int local; local
45 g = &local;
46 // printf("r: %p\n", &local);
/external/compiler-rt/test/asan/TestCases/
H A Dthrow_catch.cc15 int local; local
16 fprintf(stderr, "Throw: %p\n", &local);
22 int local; local
26 fprintf(stderr, "Catch: %p\n", &local);
/external/kernel-headers/original/uapi/linux/
H A Dif_pppolac.h30 } local, remote; member in struct:sockaddr_pppolac
/external/libnl/lib/route/sch/
H A Dblackhole.c18 #include <netlink-local.h>
/external/lldb/test/functionalities/watchpoint/watchpoint_commands/command/
H A Dmain.cpp20 int local = 0; local
/external/lldb/test/functionalities/watchpoint/watchpoint_commands/condition/
H A Dmain.cpp19 int local = 0; local
/external/lldb/test/python_api/watchpoint/condition/
H A Dmain.cpp19 int local = 0; local
/external/skia/tools/lua/
H A Dscrape.lua2 local str = ""
21 local total = {} -- accumulate() stores its data in here
22 local canvas -- holds the current canvas (from startcanvas())
51 local n = total[t.verb] or 0
55 local r = t.rect;
56 local p = t.paint;
57 local c = p:getColor();
62 local pred, r1, r2, d1, d2 = t.path:isNestedRects()
H A Dglyph-usage.lua2 local str = ""
21 local canvas -- holds the current canvas (from startcanvas())
64 local strikes = {} -- [fontID_pointsize] = [] unique glyphs
80 local array = {}
89 local n = 0
100 local key = make_strike_key(t.paint)
116 local totalCount = 0
117 local strikeCount = 0
118 local min, max = 0, 0
120 local histogra
[all...]
H A Dscrape_dashing.lua2 local str = ""
21 local total_found = {} -- accumulate() stores its data in here
22 local total_total = {}
23 local canvas -- holds the current canvas (from startcanvas())
52 local drawPointsTable = {}
53 local drawPointsTable_direction = {}
58 local p = t.paint
60 local pe = p:getPathEffect();
67 local points = t.points
H A Dcount_effects.lua2 local str = ""
25 local effects = {}
33 local total_paints = 0;
/external/chromium_org/third_party/skia/tests/
H A DTest.cpp102 LocalReporter local(fReporter);
103 this->onRun(&local);
104 fPassed = local.numFailures() == 0;
108 for (int i = 0; i < local.numFailures(); i++) {
109 fReporter->reportFailed(local.failure(i));
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DSsaInsn.java132 * Sets the local association for the result of this insn. This is
135 * @param local {@code null-ok;} new debug/local variable info
137 public final void setResultLocal(LocalItem local) { argument
140 if (local != oldItem && (local == null
141 || !local.equals(result.getLocalItem()))) {
143 result.getReg(), result.getType(), local);
187 * Gets the spec of a local variable assignment that occurs at this
188 * instruction, or null if no local variabl
[all...]
/external/skia/tests/
H A DTest.cpp106 LocalReporter local(fReporter);
107 this->onRun(&local);
108 fPassed = local.numFailures() == 0;
112 for (int i = 0; i < local.numFailures(); i++) {
113 fReporter->reportFailed(local.failure(i));
/external/chromium_org/mojo/public/js/bindings/
H A Dconnection.js16 this.local = new localFactory(this.remote);
17 this.router_.setIncomingReceiver(this.local);
32 this.local = null;

Completed in 720 milliseconds

1234567891011>>