HomeSort by relevance Sort by last modified time
    Searched defs:source (Results 1201 - 1225 of 1682) sorted by null

<<41424344454647484950>>

  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.13.0.v20180512-1138.jar 
  /external/guice/extensions/persist/lib/
cglib-nodep-3.2.6.jar 
hibernate3.jar 
  /external/kotlinc/lib/
kotlin-main-kts.jar 
  /art/compiler/optimizing/
code_generator_arm_vixl.cc 2 * Copyright (C) 2016 The Android Open Source Project
535 Location source = instruction_->IsLoadClass() ? out : locations->InAt(0); variable
536 arm_codegen->Move32(LocationFrom(calling_convention.GetRegisterAt(0)), source); variable
6349 vixl32::Register source = value; local
6674 Location source = move->GetSource(); local
6833 Location source = move->GetSource(); local
    [all...]
code_generator_mips.cc 2 * Copyright (C) 2015 The Android Open Source Project
260 Location source = instruction_->IsLoadClass() ? out : locations->InAt(0); variable
262 source, variable
3176 Register source = value; local
    [all...]
code_generator_x86.cc 2 * Copyright (C) 2014 The Android Open Source Project
294 Location source = instruction_->IsLoadClass() ? out : locations->InAt(0); variable
295 x86_codegen->Move32(Location::RegisterLocation(calling_convention.GetRegisterAt(0)), source); variable
6217 Location source = move->GetSource(); local
6356 LOG(FATAL) << "Unimplemented move: " << destination << " <- " << source; local
6414 Location source = move->GetSource(); local
    [all...]
code_generator_x86_64.cc 2 * Copyright (C) 2014 The Android Open Source Project
276 Location source = instruction_->IsLoadClass() ? out : locations->InAt(0); variable
277 x86_64_codegen->Move(Location::RegisterLocation(RAX), source); variable
5585 Location source = move->GetSource(); local
5770 Location source = move->GetSource(); local
    [all...]
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /external/ImageMagick/coders/
png.c 12080 source; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cmsccoll.c 48 const UChar *source, const int sLen,
1106 /* Test 5: Null characters in non-normal source strings.*/
2754 UChar source[256], target[256]; local
2841 UCollator *source = NULL, *target = NULL; local
3081 UChar source[100]; local
4196 const UChar source[MAX_TOKEN_LEN]; \/* String on left *\/ member in struct:__anon24155
    [all...]
  /external/libaom/libaom/av1/encoder/
encoder.h 4 * This source code is subject to the terms of the BSD 2 Clause License and
6 * was not distributed with this source code in the LICENSE file, you can
8 * Media Patent License 1.0 was not distributed with this source code in the
729 YV12_BUFFER_CONFIG *source; member in struct:AV1_COMP
1003 YV12_BUFFER_CONFIG *source; member in struct:__anon26613
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c 4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
8 * be found in the AUTHORS file in the root of the source tree.
106 // Test condition for spatial denoise of source.
6525 struct lookahead_entry *source = NULL; local
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-util-3.3.jar 
  /external/python/cpython2/Mac/Modules/qd/
_Qdmodule.c 6499 PyObject *source; local
6529 PyObject *source; local
    [all...]
  /external/squashfs-tools/squashfs-tools/
mksquashfs.c 237 /* list of source dirs/files */
238 int source = 0; variable
    [all...]
  /external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/
SubsamplingScaleImageView.java 63 * s prefixes - coordinates, translations and distances measured in rotated and cropped source image pixels (scaled)
65 * f prefixes - coordinates, translations and distances measured in original unrotated, uncropped source file pixels
197 // Screen coordinate of top-left corner of source image
202 // Source coordinate to center on, used when new position is set externally before view is ready
207 // Source image dimensions and orientation - dimensions relate to the unrotated image
376 * Set the image source from a bitmap, resource, asset, file or other URI.
377 * @param imageSource Image source.
384 * Set the image source from a bitmap, resource, asset, file or other URI, starting with a given orientation
387 * @param imageSource Image source.
395 * Set the image source from a bitmap, resource, asset, file or other URI, providing a preview image to b
1532 private final Uri source; field in class:SubsamplingScaleImageView.TilesInitTask
1715 private final Uri source; field in class:SubsamplingScaleImageView.BitmapLoadTask
    [all...]
  /external/v8/src/
bootstrapper.cc 2 // Use of this source code is governed by a BSD-style license that can be
625 Handle<String> source = factory()->NewStringFromStaticChars("() {}"); local
626 Handle<Script> script = factory()->NewScript(source);
3871 Handle<String> source = local
    [all...]
  /external/v8/src/compiler/
bytecode-graph-builder.cc 2 // Use of this source code is governed by a BSD-style license that can be
10 #include "src/compiler/compiler-source-position-table.h"
662 // the source position can be achieved.
1631 Node* source = local
    [all...]
  /external/v8/src/interpreter/
bytecode-generator.cc 2 // Use of this source code is governed by a BSD-style license that can be
8 #include "src/ast/ast-source-ranges.h"
484 // return source position from corresponded return statement or we'll
2550 Register source; local
    [all...]
  /external/v8/src/mips/
assembler-mips.cc 4 // Redistribution and use in source and binary forms, with or without
8 // - Redistributions of source code must retain the above copyright notice,
31 // The original source code covered by the above license above has been
2215 MemOperand source = rs; local
2222 MemOperand source = rs; local
2229 MemOperand source = rs; local
2236 MemOperand source = rs; local
2243 MemOperand source = rs; local
2266 MemOperand source = rs; local
2273 MemOperand source = rs; local
2280 MemOperand source = rs; local
    [all...]
  /frameworks/av/media/extractors/mp4/
MPEG4Extractor.cpp 2 * Copyright (C) 2009 The Android Open Source Project
202 // This custom data source wraps an existing one and satisfies requests
211 explicit CachedRangedDataSource(DataSourceHelper *source);
236 CachedRangedDataSource::CachedRangedDataSource(DataSourceHelper *source)
237 : DataSourceHelper(source),
238 mSource(source),
383 MPEG4Extractor::MPEG4Extractor(DataSourceHelper *source, const char *mime)
387 mDataSource(source),
830 ALOGE("atom size is 0, and data source has no size");
4149 MPEG4Source *source = new MPEG4Source( local
    [all...]
  /external/guice/lib/build/
bnd-0.0.384.jar 

Completed in 1774 milliseconds

<<41424344454647484950>>