Searched refs:thing (Results 26 - 50 of 90) sorted by relevance

1234

/external/autotest/cli/
H A Daction_common.py261 for thing in self.add_remove_things:
262 things_ok = [item for item, what in oks.items() if thing in what]
263 results[thing] = things_ok
269 for thing, single_thing in self.add_remove_things.iteritems():
271 things_ok = ["'%s'" % t for t in results[thing]]
277 getattr(self, 'good_%s' % thing))
/external/chromium-trace/catapult/devil/devil/utils/
H A Dparallelizer_test.py23 def __init__(self, thing, completion_file_name=None):
24 self._thing = thing
26 self.helper = ParallelizerTestObjectHelper(thing)
66 def __init__(self, thing):
67 self._thing = thing
104 devices = [ParallelizerTestObject(Exception('thing %d' % i))
113 exception_msg = 'thing %d' % exception_index
H A Dmock_calls_test.py61 def echo(self, thing):
63 return thing
/external/dbus/test/internals/
H A Drefs.c72 void *thing; member in struct:__anon3518
99 gpointer ret = (thread->ref) (thread->thing);
101 g_assert (ret == thread->thing);
105 (thread->ref_void) (thread->thing);
128 gpointer ret = (thread->ref) (thread->thing);
130 g_assert (ret == thread->thing);
134 (thread->ref_void) (thread->thing);
137 (thread->unref) (thread->thing);
157 (thread->unref) (thread->thing);
488 public_api.thing
[all...]
/external/clang/test/Parser/
H A DMicrosoftExtensions.cpp128 struct thing { struct in namespace:PR16911
132 struct inher : public thing<empty, uuid2> {};
136 const struct _GUID *x = &__uuidof(thing<uuid, inher>);
137 const struct _GUID *y = &__uuidof(thing<uuid2, uuid>); // expected-error{{cannot call operator __uuidof on a type with multiple GUIDs}}
138 thing<uuid2, uuid> thing_obj = thing<uuid2, uuid>();
/external/clang/test/SemaCXX/
H A Dmember-init.cpp87 struct thing {}; struct in namespace:PR14838
89 another() : r(thing()) {}
/external/markdown/MarkdownTest/Tests_2004/
H A DOrdered and unordered lists.text113 Same thing but with paragraphs:
/external/markdown/MarkdownTest/Tests_2007/
H A DOrdered and unordered lists.text113 Same thing but with paragraphs:
/external/markdown/tests/markdown-test/
H A Dordered-and-unordered-list.txt113 Same thing but with paragraphs:
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dbasic.rb55 parser.reported_errors.should have( 1 ).thing
136 parser.reported_errors.should have( 1 ).thing
146 parser.reported_errors.should have( 1 ).thing
272 parser.reported_errors.should have( 1 ).thing
H A Dcalc.rb95 errors.should have( 1 ).thing
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-uuidof.cpp26 GUID thing = __uuidof(Curly); variable
27 // CHECK-DEFINE-GUID: @thing = global %struct._GUID zeroinitializer, align 4
28 // CHECK-DEFINE-WRONG-GUID: @thing = global %struct._GUID zeroinitializer, align 4
55 // The static initializer for thing.
56 // CHECK-DEFINE-GUID: call void @llvm.memcpy.p0i8.p0i8.i32(i8* bitcast (%struct._GUID* @thing to i8*), i8* bitcast ({ i32, i16, i16, [8 x i8] }* @_GUID_12345678_1234_1234_1234_1234567890ac to i8*), i32 16, i32 4, i1 false)
57 // CHECK-DEFINE-WRONG-GUID: call void @llvm.memcpy.p0i8.p0i8.i32(i8* bitcast (%struct._GUID* @thing to i8*), i8* bitcast ({ i32, i16, i16, [8 x i8] }* @_GUID_12345678_1234_1234_1234_1234567890ac to i8*), i32 4, i32 4, i1 false)
/external/clang/test/SemaTemplate/
H A Dcurrent-instantiation.cpp242 static const int thing = 0; member in struct:RebuildDependentScopeDeclRefExpr::X
243 N<thing> data();
244 N<thing> foo();
246 template<typename T> N<X<T>::thing> X<T>::data() {}
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
H A DBasicComponent.java72 Thing thing(); method in interface:BasicComponent
H A DInjectedThing.java88 @Inject Thing thing; field in class:InjectedThing
157 Thing thing,
225 @Inject void thing(Thing thing) {} argument
93 InjectedThing( byte primitiveByte, char primitiveChar, short primitiveShort, int primitiveInt, long primitiveLong, boolean primitiveBoolean, float primitiveFloat, double primitiveDouble, Provider<Byte> byteProvider, Provider<Character> charProvider, Provider<Short> shortProvider, Provider<Integer> intProvider, Provider<Long> longProvider, Provider<Boolean> booleanProvider, Provider<Float> floatProvider, Provider<Double> doubleProvider, Lazy<Byte> lazyByte, Lazy<Character> lazyChar, Lazy<Short> lazyShort, Lazy<Integer> lazyInt, Lazy<Long> lazyLong, Lazy<Boolean> lazyBoolean, Lazy<Float> lazyFloat, Lazy<Double> lazyDouble, Byte boxedBype, Character boxedChar, Short boxedShort, Integer boxedInt, Long boxedLong, Boolean boxedBoolean, Float boxedFloat, Double boxedDouble, byte[] byteArray, char[] charArray, short[] shortArray, int[] intArray, long[] longArray, boolean[] booleanArray, float[] floatArray, double[] doubleArray, Provider<byte[]> byteArrayProvider, Provider<char[]> charArrayProvider, Provider<short[]> shortArrayProvider, Provider<int[]> intArrayProvider, Provider<long[]> longArrayProvider, Provider<boolean[]> booleanArrayProvider, Provider<float[]> floatArrayProvider, Provider<double[]> doubleArrayProvider, Lazy<byte[]> lazyByteArray, Lazy<char[]> lazyCharArray, Lazy<short[]> lazyShortArray, Lazy<int[]> lazyIntArray, Lazy<long[]> lazyLongArray, Lazy<boolean[]> lazyBooleanArray, Lazy<float[]> lazy, Lazy<double[]> lazyDoubleArray, Thing thing, Provider<Thing> thingProvider, Lazy<Thing> lazyThing, MembersInjector<Thing> thingMembersInjector) argument
/external/fonttools/Lib/fontTools/
H A DafmLib.py141 charnum, width, l, b, r, t = (int(thing) for thing in things)
157 l, b, r, t = [int(thing) for thing in rest.split()]
/external/fonttools/Tools/fontTools/
H A DafmLib.py141 charnum, width, l, b, r, t = (int(thing) for thing in things)
157 l, b, r, t = [int(thing) for thing in rest.split()]
/external/curl/tests/
H A Druntests.pl2669 my ($thing) = @_;
2673 $$thing =~ s/%FTP6PORT/$FTP6PORT/g;
2674 $$thing =~ s/%FTP2PORT/$FTP2PORT/g;
2675 $$thing =~ s/%FTPSPORT/$FTPSPORT/g;
2676 $$thing =~ s/%FTPPORT/$FTPPORT/g;
2678 $$thing =~ s/%GOPHER6PORT/$GOPHER6PORT/g;
2679 $$thing =~ s/%GOPHERPORT/$GOPHERPORT/g;
2681 $$thing =~ s/%HTTPTLS6PORT/$HTTPTLS6PORT/g;
2682 $$thing =~ s/%HTTPTLSPORT/$HTTPTLSPORT/g;
2683 $$thing
[all...]
/external/chromium-trace/catapult/third_party/coverage/coverage/
H A Dtemplite.py234 def _syntax_error(self, msg, thing):
235 """Raise a syntax error using `msg`, and showing `thing`."""
236 raise TempliteSyntaxError("%s: %r" % (msg, thing))
/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/
H A DBasicTest.java110 assertThat(basicComponent.thing()).isNotNull();
114 assertThat(basicComponent.typeWithInheritedMembersInjection().thing).isNotNull();
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
H A DBagFormatter.java624 String thing = o.toString();
625 String value = getValueSource() == UnicodeLabel.NULL ? "" : getValueSource().getValue(thing, ",", true);
627 String label = getLabelSource(true) == UnicodeLabel.NULL ? "" : getLabelSource(true).getValue(thing, ",", true);
630 hex(thing)
634 + insertLiteral(thing)
636 + getName(thing));
692 private String insertLiteral(String thing) { argument
694 : " \t(" + showLiteral.transliterate(thing) + ") ");
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
H A DBagFormatter.java623 String thing = o.toString();
624 String value = getValueSource() == UnicodeLabel.NULL ? "" : getValueSource().getValue(thing, ",", true);
626 String label = getLabelSource(true) == UnicodeLabel.NULL ? "" : getLabelSource(true).getValue(thing, ",", true);
629 hex(thing)
633 + insertLiteral(thing)
635 + getName(thing));
691 private String insertLiteral(String thing) { argument
693 : " \t(" + showLiteral.transliterate(thing) + ") ");
/external/chromium-trace/catapult/telemetry/third_party/mock/
H A Dmock.py1087 def _dot_lookup(thing, comp, import_path):
1089 return getattr(thing, comp)
1092 return getattr(thing, comp)
1098 thing = __import__(import_path)
1102 thing = _dot_lookup(thing, comp, import_path)
1103 return thing
2123 thing = self
2124 while thing is not None:
2125 if thing
[all...]
/external/chromium-trace/catapult/third_party/mock/
H A Dmock.py1087 def _dot_lookup(thing, comp, import_path):
1089 return getattr(thing, comp)
1092 return getattr(thing, comp)
1098 thing = __import__(import_path)
1102 thing = _dot_lookup(thing, comp, import_path)
1103 return thing
2123 thing = self
2124 while thing is not None:
2125 if thing
[all...]
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-reference.js71 var thing = ($("#jd-header").html().indexOf("package") != -1) ? "package" : "class";
72 $("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " + selectedLevel + ".</strong></p>"
73 + "<p>To use this " + thing + ", your application must specify API Level " + minLevel + " or higher in its manifest "

Completed in 640 milliseconds

1234