/frameworks/wilhelm/src/ |
ThreadPool.h | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 19 /** Kind of closure */ 88 extern SLresult ThreadPool_add(ThreadPool *tp, ClosureKind kind,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
superframe_test.cc | 46 if (pkt->kind != VPX_CODEC_CX_FRAME_PKT)
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/ |
ParseException.java | 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 134 if (tok.kind == 0) {
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/ |
ParseException.java | 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 134 if (tok.kind == 0) {
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/ |
ParseException.java | 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 134 if (tok.kind == 0) {
|
/packages/services/Telephony/src/org/apache/james/mime4j/field/address/parser/ |
ParseException.java | 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 134 if (tok.kind == 0) {
|
/packages/services/Telephony/src/org/apache/james/mime4j/field/contenttype/parser/ |
ParseException.java | 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 134 if (tok.kind == 0) {
|
/packages/services/Telephony/src/org/apache/james/mime4j/field/datetime/parser/ |
ParseException.java | 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 134 if (tok.kind == 0) {
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
symtable.py | 49 kind = "" 51 kind = "%s " % self.__class__.__name__ 54 return "<{0}SymbolTable for module {1}>".format(kind, self._filename) 56 return "<{0}SymbolTable for {1} in {2}>".format(kind,
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
symtable.py | 49 kind = "" 51 kind = "%s " % self.__class__.__name__ 54 return "<{0}SymbolTable for module {1}>".format(kind, self._filename) 56 return "<{0}SymbolTable for {1} in {2}>".format(kind,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
symtable.py | 49 kind = "" 51 kind = "%s " % self.__class__.__name__ 54 return "<{0}SymbolTable for module {1}>".format(kind, self._filename) 56 return "<{0}SymbolTable for {1} in {2}>".format(kind,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
symtable.py | 49 kind = "" 51 kind = "%s " % self.__class__.__name__ 54 return "<{0}SymbolTable for module {1}>".format(kind, self._filename) 56 return "<{0}SymbolTable for {1} in {2}>".format(kind,
|
/external/v8/src/ |
code-stubs.h | 290 virtual Code::Kind GetCodeKind() const; 698 Code::Kind GetCodeKind() const override { return Code::HANDLER; } [all...] |
/art/runtime/ |
stack_map.cc | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 30 std::ostream& operator<<(std::ostream& stream, const DexRegisterLocation::Kind& kind) { 31 using Kind = DexRegisterLocation::Kind; 32 switch (kind) { 33 case Kind::kNone: 35 case Kind::kInStack: 37 case Kind::kInRegister: 39 case Kind::kInRegisterHigh [all...] |
/cts/libs/deviceutil/src/android/cts/util/ |
MediaPerfUtils.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 142 String kind = "achievable frame rates for " + name + " " + mime + " " + w + "x" + h; local 144 return "Failed to get " + kind; 162 return "Expected " + kind + ": " + reported + ".\n"
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
dump_graph_json_test.py | 169 def _EntitiesOfKind(entities, kind): 170 """Returns a sublist of entities that are of a certain kind.""" 171 return [e for e in entities if e.key.kind() == kind]
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/third_party/storage_apitools/ |
storage_v1_messages.py | 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 50 kind: The kind of item this is. For buckets, this is always 206 kind = messages.StringField(6, default=u'storage#bucket') variable in class:Bucket 241 kind: The kind of item this is. For bucket access control entries, this is 267 kind = messages.StringField(8, default=u'storage#bucketAccessControl') variable in class:BucketAccessControl 278 kind: The kind of item this is. For lists of bucket access control 283 kind = messages.StringField(2, default=u'storage#bucketAccessControls' variable in class:BucketAccessControls 299 kind = messages.StringField(2, default=u'storage#buckets') variable in class:Buckets 355 kind = messages.StringField(4, default=u'api#channel') variable in class:Channel 409 kind = messages.StringField(2, default=u'storage#composeRequest') variable in class:ComposeRequest 507 kind = messages.StringField(13, default=u'storage#object') variable in class:Object 569 kind = messages.StringField(9, default=u'storage#objectAccessControl') variable in class:ObjectAccessControl 586 kind = messages.StringField(2, default=u'storage#objectAccessControls') variable in class:ObjectAccessControls 604 kind = messages.StringField(2, default=u'storage#objects') variable in class:Objects 625 kind = messages.StringField(2, default=u'storage#rewriteResponse') variable in class:RewriteResponse [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/ |
storage_v1_messages.py | 38 kind: The kind of item this is. For buckets, this is always 194 kind = _messages.StringField(6, default=u'storage#bucket') variable in class:Bucket 229 kind: The kind of item this is. For bucket access control entries, this is 255 kind = _messages.StringField(8, default=u'storage#bucketAccessControl') variable in class:BucketAccessControl 266 kind: The kind of item this is. For lists of bucket access control 271 kind = _messages.StringField(2, default=u'storage#bucketAccessControls') variable in class:BucketAccessControls 279 kind: The kind of item this is. For lists of buckets, this is alway 287 kind = _messages.StringField(2, default=u'storage#buckets') variable in class:Buckets 343 kind = _messages.StringField(4, default=u'api#channel') variable in class:Channel 397 kind = _messages.StringField(2, default=u'storage#composeRequest') variable in class:ComposeRequest 495 kind = _messages.StringField(13, default=u'storage#object') variable in class:Object 557 kind = _messages.StringField(9, default=u'storage#objectAccessControl') variable in class:ObjectAccessControl 574 kind = _messages.StringField(2, default=u'storage#objectAccessControls') variable in class:ObjectAccessControls 592 kind = _messages.StringField(2, default=u'storage#objects') variable in class:Objects 617 kind = _messages.StringField(2, default=u'storage#rewriteResponse') variable in class:RewriteResponse [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
ArrayBoundCheckerV2.cpp | 36 OOB_Kind kind) const; 183 OOB_Kind kind) const { 198 switch (kind) {
|
/external/clang/tools/libclang/ |
CursorVisitor.h | 27 enum Kind { DeclVisitKind, StmtVisitKind, MemberExprPartsKind, 38 Kind K; 39 VisitorJob(CXCursor C, Kind k, const void *d1, const void *d2 = nullptr, 47 Kind getKind() const { return K; } 132 if (clang_isDeclaration(Parent.kind)) 138 if (clang_isDeclaration(Parent.kind)) 160 Parent.kind = CXCursor_NoDeclFound;
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
ErrorMessages.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 240 static ComponentBuilderMessages builderMsgsFor(ComponentDescriptor.Kind kind) { 241 switch(kind) { 249 throw new IllegalStateException(kind.toString());
|
/external/doclava/src/com/google/doclava/ |
SampleTagInfo.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 73 SampleTagInfo(String name, String kind, String text, ContainerInfo base, 75 super(name, kind, text, position); 290 data.setValue(base + ".kind", kind());
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/ |
ComponentResultsElement.java | 204 StringBuffer writableStatus(StringBuffer buffer, int kind, StringBuffer excluded) { 209 StringBuffer childrenBuffer = super.writableStatus(new StringBuffer(), kind, excluded); 217 if ((kind & IPerformancesConstants.STATUS_VALUES) != 0) {
|
/external/llvm/test/MC/ARM/ |
basic-thumb-instructions.s | 94 @ CHECK: @ fixup A - offset: 0, value: _baz, kind: fixup_thumb_adr_pcrel_10 96 @ CHECK-BE: @ fixup A - offset: 0, value: _baz, kind: fixup_thumb_adr_pcrel_10 138 @ CHECK: @ fixup A - offset: 0, value: _baz, kind: fixup_arm_thumb_br 140 @ CHECK-BE: @ fixup A - offset: 0, value: _baz, kind: fixup_arm_thumb_br 142 @ CHECK: @ fixup A - offset: 0, value: _bar, kind: fixup_arm_thumb_bcc 144 @ CHECK-BE: @ fixup A - offset: 0, value: _bar, kind: fixup_arm_thumb_bcc 184 @ CHECK: @ fixup A - offset: 0, value: _bar, kind: fixup_arm_thumb_bl 186 @ CHECK-BE: @ fixup A - offset: 0, value: _bar, kind: fixup_arm_thumb_bl 188 @ CHECK: @ fixup A - offset: 0, value: _baz, kind: fixup_arm_thumb_blx 190 @ CHECK-BE: @ fixup A - offset: 0, value: _baz, kind: fixup_arm_thumb_bl [all...] |
/external/proguard/src/proguard/classfile/editor/ |
ComparableConstant.java | 185 int kind = methodHandleConstant.getReferenceKind(); 188 result = kind < otherKind ? -1 : 189 kind > otherKind ? 1 :
|