Searched refs:bar (Results 251 - 275 of 1179) sorted by last modified time

<<11121314151617181920>>

/external/google-tv-pairing-protocol/cpp/
H A Dlibtool3853 /* argument is putenv-style "foo=bar", value of foo is set to bar */
3857 /* argument is putenv-style "foo=bar", new value of foo is bar${foo} */
3861 /* argument is putenv-style "foo=bar", new value of foo is ${foo}bar */
H A Dltmain.sh3352 /* argument is putenv-style "foo=bar", value of foo is set to bar */
3356 /* argument is putenv-style "foo=bar", new value of foo is bar${foo} */
3360 /* argument is putenv-style "foo=bar", new value of foo is ${foo}bar */
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h73 #define GTEST_CONCAT_TOKEN_(foo, bar) GTEST_CONCAT_TOKEN_IMPL_(foo, bar)
74 #define GTEST_CONCAT_TOKEN_IMPL_(foo, bar) foo ## bar
178 // and their values, as strings. For example, for ASSERT_EQ(foo, bar)
179 // where foo is 5 and bar is 6, we have:
182 // actual_expression: "bar"
/external/gtest/test/
H A Dgtest-param-test_test.cc465 const char* bar = "bar"; local
467 Combine(Values(foo, bar), Values(3, 4));
471 make_tuple(bar, 3), make_tuple(bar, 4)};
530 const char* bar = "bar"; local
532 int, int> > gen = Combine(Values(foo, bar),
541 make_tuple(bar, 1, 2, 3, 4, 5, 6, 7, 8, 9)};
H A Dgtest-port_test.cc1003 ThreadLocal<NoDefaultContructor> bar(NoDefaultContructor("foo"));
1004 bar.pointer();
1139 thread_local_string.set("bar");
1140 EXPECT_STREQ("bar", thread_local_string.get().c_str());
H A Dgtest_output_test_.cc544 namespace bar { namespace
562 } // namespace bar
/external/eigen/bench/btl/data/
H A Dgnuplot_common_settings.hh4 set bar 1.000000
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/headless-build/
H A Dbuild.properties24 topLevelElementId = org.foo.bar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar ... LOW public static final int HIGH public static final int BAR public static final int DROP_DOWN public static final int POP_UP ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar ... LOW public static final int HIGH public static final int BAR public static final int DROP_DOWN public static final int POP_UP ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DBarGraph.java26 private static final int BARHEIGHT= 8; // height of bar
33 private static final double RATIO= 0.6; // fraction of width reserved for bar graph; needs tweaking
34 private static final int FROM_END= 20; // a break (//) is shown this far from end of bar
89 // determine the widths of the bar and the label areas
191 BarItem bar= bars[i];
192 double delta = bar.value;
209 if (bar.slowdownExpected != null) {
211 } else if (!bar.significant) {
216 } else if (!bar.significant) {
259 String title= bar
[all...]
/external/e2fsprogs/
H A Dconfigure5548 static $ax_tls_keyword int bar;
/external/e2fsprogs/e2fsck/
H A Dunix.c473 static char bar[128], spaces[128]; variable
536 * Advance the spinner, and note that the progress bar
549 bar + (sizeof(bar) - (i+1)),
764 memset(bar, '=', sizeof(bar)-1);
/external/deqp/framework/delibs/coding_guidelines/
H A Dprettify.js8 a.appendChild(document.createTextNode('<!DOCTYPE foo PUBLIC "foo bar">\n<foo />'));F=!/</.test(a.innerHTML)}if(F){var c=b.innerHTML;if(S(b))c=E(c);return c}var d=[];for(var g=b.firstChild;g;g=g.nextSibling)z(g,d);return d.join("")}function ia(b){var a=0;return function(c){var d=null,g=0;for(var e=0,h=c.length;e<h;++e){var f=c.charAt(e);switch(f){case "\t":if(!d)d=[];d.push(c.substring(g,e));var i=b-a%b;a+=i;for(;i>=0;i-=" ".length)d.push(" ".substring(0,i));g=e+1;break;
/external/deqp/framework/delibs/deutil/
H A DdeCommandLine.c194 const char* cmdLine = "\"hello/worl d\" --help --foo=\"bar\" \"ba z\\\"\"";
195 const char* ref[] = { "hello/worl d", "--help", "--foo=bar", "ba z\"" };
199 const char* cmdLine = "'hello/worl d' --help --foo='bar' 'ba z\\\''";
200 const char* ref[] = { "hello/worl d", "--help", "--foo=bar", "ba z'" };
/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_mop.cc201 static void bar() { function
213 t2.Call(&bar);
H A Dtsan_test.cc18 static void bar() {} function
25 t2.Call(bar);
/external/compiler-rt/test/BlocksRuntime/
H A Dconstassign.c19 void bar(void) { printf("I'm in bar\n"); } function
25 fptr = bar;
/external/compiler-rt/test/asan/TestCases/Android/
H A Dcoverage-android.cc45 void bar() { function
46 printf("bar\n");
59 void (*bar1)() = (void (*)())dlsym(handle1, "bar");
/external/compiler-rt/test/asan/TestCases/Helpers/
H A Dinit-order-pthread-create-extra.cc1 void *bar(void *input);
2 void *glob2 = bar((void*)0x2345);

Completed in 439 milliseconds

<<11121314151617181920>>