/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/ |
__init__.py | 545 for kind in [c_short, c_int, c_long, c_longlong]: 546 if sizeof(kind) == 2: c_int16 = kind 547 elif sizeof(kind) == 4: c_int32 = kind 548 elif sizeof(kind) == 8: c_int64 = kind 549 for kind in [c_ushort, c_uint, c_ulong, c_ulonglong]: 550 if sizeof(kind) == 2: c_uint16 = kind [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/ |
__init__.py | 545 for kind in [c_short, c_int, c_long, c_longlong]: 546 if sizeof(kind) == 2: c_int16 = kind 547 elif sizeof(kind) == 4: c_int32 = kind 548 elif sizeof(kind) == 8: c_int64 = kind 549 for kind in [c_ushort, c_uint, c_ulong, c_ulonglong]: 550 if sizeof(kind) == 2: c_uint16 = kind [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
FingerPrintGraph.java | 184 void drawBars(int kind) { 223 double max = kind == TIME_LOG ? Math.log(this.maxValue) : this.maxValue; 248 double baselineGraphValue = kind == TIME_LOG ? Math.log(baselineValue) : baselineValue; 252 if (kind == TIME_LOG || baselineErrorLength <= 1) { 289 double currentGraphValue = kind == TIME_LOG ? Math.log(currentValue) : currentValue; 292 if (kind == TIME_LOG || currentErrorLength <= 1) { 508 * Draw the scale depending on the bar time graph kind. 510 void drawScale(int kind) { 511 switch (kind) { 541 String getImageName(int kind) { [all...] |
/frameworks/base/core/java/android/provider/ |
MediaStore.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 669 * @param kind could be MINI_KIND or MICRO_KIND 673 * @return Bitmap bitmap of specified thumbnail kind 675 static Bitmap getThumbnail(ContentResolver cr, long origId, long groupId, int kind, 678 // Log.v(TAG, "getThumbnail: origId="+origId+", kind="+kind+", isVideo="+isVideo); 687 if (kind == MICRO_KIND) { 700 } else if (kind == MINI_KIND) { 721 if (kind == MICRO_KIND) { [all...] |
/frameworks/base/core/java/com/android/internal/util/ |
ArrayUtils.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 111 public static <T> T[] emptyArray(Class<T> kind) { 112 if (kind == Object.class) { 116 int bucket = (kind.hashCode() & 0x7FFFFFFF) % CACHE_SIZE; 119 if (cache == null || cache.getClass().getComponentType() != kind) { 120 cache = Array.newInstance(kind, 0); 123 // Log.e("cache", "new empty " + kind.getName() + " at " + bucket); 262 public static @NonNull <T> T[] appendElement(Class<T> kind, @Nullable T[] array, T element) { 268 result = (T[])Array.newInstance(kind, end + 1); 272 result = (T[])Array.newInstance(kind, 1) [all...] |
/prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.1.1/ |
javawriter-2.1.1.jar | |
/prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.2.1/ |
javawriter-2.2.1.jar | |
/system/media/camera/docs/ |
metadata_template.mako | 13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 51 % for kind in section.kinds: # dynamic,static,controls 52 <${kind.name}> 72 <clone entry="${prop.name}" kind="${prop.target_kind}"> 189 ${insert_body(kind)} 191 </${kind.name}> 192 % endfor # for each kind
|
metadata_model.py | 14 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 27 Kind: A node corresponding to <dynamic>, <static>, <controls> elements. 28 InnerNamespace: A node corresponding to a <namespace> nested under a <kind>. 29 OuterNamespace: A node corresponding to a <namespace> with <kind> children. 209 # kind => { name => entry } 299 Subsequent calls to insert_entry with the same entry+kind name are safe 304 self._entry_map[e.kind][e.name] = e 316 Subsequent calls to insert_clone with the same clone+kind name are safe 323 self._entry_map[c.kind][c.name] = c 351 self._entry_map[p.kind].pop(p.name 1154 def kind(self): member in class:Entry [all...] |
/system/tools/aidl/ |
type_cpp.cpp | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 81 PrimitiveType(int kind, // from ValidatableType 90 : Type(kind, package, aidl_type, {header}, cpp_type, read_method, 91 write_method, PrimitiveArrayType(kind, package, aidl_type, 101 static PrimitiveType* PrimitiveArrayType(int kind, // from ValidatableType 109 new PrimitiveType(kind, package, aidl_type + "[]", header, 113 return new PrimitiveType(kind, package, aidl_type + "[]", header, 118 PrimitiveType(int kind, // from ValidatableType 126 : Type(kind, package, aidl_type, {header, "vector"}, cpp_type, read_method, 386 Type::Type(int kind, [all...] |
/external/v8/src/ |
transitions.cc | 43 old_details.kind() == new_details.kind() && 81 : array->Search(details.kind(), *name, details.attributes(), 128 : array->Search(details.kind(), *name, details.attributes(), 160 Map* TransitionArray::SearchTransition(Map* map, PropertyKind kind, Name* name, 170 if (details.kind() != kind) return nullptr; 175 int transition = transitions->Search(kind, name, attributes); 509 new_transitions->Search(details.kind(), key, details.attributes()); 521 int TransitionArray::SearchDetails(int transition, PropertyKind kind, [all...] |
/art/compiler/debug/ |
elf_debug_loc_writer.h | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 187 using Kind = DexRegisterLocation::Kind; 215 const Kind kind = reg_loc.GetKind(); local 217 if (kind == Kind::kInStack) { 220 if (piece == 0 && reg_hi.GetKind() == Kind::kInStack && 224 } else if (kind == Kind::kInRegister) [all...] |
/external/curl/docs/examples/ |
hiperfifo.c | 19 * KIND, either express or implied. 181 static void event_cb(int fd, short kind, void *userp) 187 (kind & EV_READ ? CURL_CSELECT_IN : 0) | 188 (kind & EV_WRITE ? CURL_CSELECT_OUT : 0); 205 static void timer_cb(int fd, short kind, void *userp) 210 (void)kind; 235 int kind = local 243 f->ev = event_new(g->evbase, f->sockfd, kind, event_cb, g);
|
/external/google-breakpad/src/common/dwarf/ |
dwarf2reader.h | 654 // Return the textual name of KIND. For error reporting. 655 static const char *KindName(EntryKind kind); 670 // Which kind of entry this is. 673 // in the midst of parsing. Error reporting code may assume that kind, 674 // offset, and start fields are valid, although kind may be kUnknown. 675 EntryKind kind; member in struct:dwarf2reader::CallFrameInfo::Entry 678 // the start of this entry's kind-specific fields. [all...] |
dwarf2reader.cc | [all...] |
/external/libmicrohttpd/src/microhttpd/ |
test_postprocessor.c | 84 enum MHD_ValueKind kind, 137 header.kind = MHD_HEADER_KIND; 183 header.kind = MHD_HEADER_KIND; 216 header.kind = MHD_HEADER_KIND; 246 header.kind = MHD_HEADER_KIND; 281 header.kind = MHD_HEADER_KIND; 315 header.kind = MHD_HEADER_KIND;
|
/external/opencv3/modules/superres/src/ |
input_array_utility.cpp | 50 switch (arr.kind()) 67 switch (arr.kind()) 84 switch (arr.kind()) 153 const int src_kind = src.kind() >> _InputArray::KIND_SHIFT; 154 const int dst_kind = dst.kind() >> _InputArray::KIND_SHIFT; 185 switch (src.kind()) 219 switch (src.kind())
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/ |
ContactFragment.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 367 final DataKind kind = sources.getKindOrFallback(accountType, mimeType, local 369 if (kind == null) continue; 371 final ViewEntry entry = ViewEntry.fromValues(context, mimeType, kind, 396 if (kind.iconAltRes > 0) { 397 entry.secondaryActionIcon = kind.iconAltRes; 492 final boolean hasSocial = kind.actionBodySocial && status != null; 505 static String buildActionString(DataKind kind, ContentValues values, boolean lowerCase, 507 if (kind.actionHeader == null) { 510 CharSequence actionHeader = kind.actionHeader.inflateUsing(context, values) [all...] |
/external/clang/tools/libclang/ |
CIndex.cpp | 187 if (clang_isInvalid(Cursor.kind)) 190 if (clang_isDeclaration(Cursor.kind)) { 485 if (clang_isReference(Cursor.kind) && 486 Cursor.kind != CXCursor_CXXBaseSpecifier) { 495 if (clang_isDeclaration(Cursor.kind)) { 503 if (clang_isStatement(Cursor.kind)) { 510 if (clang_isExpression(Cursor.kind)) { 517 if (clang_isTranslationUnit(Cursor.kind)) { 546 if (Cursor.kind == CXCursor_CXXBaseSpecifier) { 554 if (Cursor.kind == CXCursor_IBOutletCollectionAttr) [all...] |
CXType.cpp | 154 if (clang_isExpression(C.kind)) { 159 if (clang_isDeclaration(C.kind)) { 179 if (clang_isReference(C.kind)) { 180 switch (C.kind) { 240 if (clang_isDeclaration(C.kind)) { 258 if (clang_isDeclaration(C.kind)) { 275 if (clang_isDeclaration(C.kind)) { 291 if (clang_isDeclaration(C.kind)) { 307 if (clang_isDeclaration(C.kind)) { 320 if (CT.kind == CXType_Invalid [all...] |
/external/llvm/lib/Object/ |
Archive.cpp | 209 if (Parent->kind() == K_GNU || Parent->kind() == K_MIPS64) { 446 if (Parent->kind() == K_MIPS64) 451 if (Parent->kind() == K_GNU) { 453 } else if (Parent->kind() == K_MIPS64) { 455 } else if (Parent->kind() == K_BSD) { 497 if (Parent->kind() == K_BSD) { 539 if (kind() == K_GNU) { 543 } else if (kind() == K_MIPS64) { 546 } else if (kind() == K_BSD) [all...] |
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
HexagonMCCodeEmitter.cpp | 256 const MCSymbolRefExpr::VariantKind kind) { 261 switch (kind) { 290 switch (kind) { 313 switch (kind) { 366 bool isPCRel (unsigned Kind) { 367 switch(Kind){ 421 const MCSymbolRefExpr::VariantKind kind = MCSRE->getKind(); local 437 switch (kind) { 481 switch (kind) { 502 switch (kind) { [all...] |
/frameworks/base/core/java/android/text/ |
SpannableStringInternal.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 283 public <T> T[] getSpans(int queryStart, int queryEnd, Class<T> kind) { 313 if (kind != null && kind != Object.class && !kind.isInstance(spans[i])) { 322 ret = (Object[]) Array.newInstance(kind, spanCount - i + 1); 348 return (T[]) ArrayUtils.emptyArray(kind); 351 ret = (Object[]) Array.newInstance(kind, 1); 359 Object[] nret = (Object[]) Array.newInstance(kind, count); 364 public int nextSpanTransition(int start, int limit, Class kind) { [all...] |
/external/libnl/lib/route/cls/ |
ematch.c | 70 * Lookup ematch module by kind 71 * @arg kind Module kind. 75 struct rtnl_ematch_ops *rtnl_ematch_lookup_ops(int kind) 80 if (ops->eo_kind == kind) 316 ops = rtnl_ematch_lookup_ops(hdr->kind); 328 ematch->e_kind = hdr->kind; 334 if (hdr->kind == TCF_EM_CONTAINER &&
|
/external/v8/src/compiler/ |
register-allocator-verifier.h | 55 AssessmentKind kind() const { return kind_; } function in class:v8::internal::compiler::Assessment 58 explicit Assessment(AssessmentKind kind) : kind_(kind) {} 78 CHECK(assessment->kind() == Pending); 104 CHECK(assessment->kind() == Final);
|