HomeSort by relevance Sort by last modified time
    Searched defs:combined (Results 26 - 50 of 360) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/multidex/library/src/android/support/multidex/
MultiDex.java 305 Object[] combined = (Object[]) Array.newInstance( local
307 System.arraycopy(original, 0, combined, 0, original.length);
308 System.arraycopy(extraElements, 0, combined, original.length, extraElements.length);
309 jlrField.set(instance, combined);
409 IOException[] combined = local
412 suppressedExceptions.toArray(combined);
413 System.arraycopy(dexElementsSuppressedExceptions, 0, combined,
415 dexElementsSuppressedExceptions = combined;
  /external/avb/libavb/
avb_slot_verify.c 876 char combined[AVB_MAX_DIGITS_UINT64 * 2 + 1]; local
881 avb_memcpy(combined, major_digits, num_major_digits);
882 combined[num_major_digits] = '.';
883 avb_memcpy(combined + num_major_digits + 1, minor_digits, num_minor_digits);
884 combined[num_major_digits + 1 + num_minor_digits] = '\0';
886 return cmdline_append_option(slot_data, key, combined);
    [all...]
  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectsource.cc 643 string combined; local
662 if (!combined.empty()) {
663 combined.append(",");
665 combined.append(ConvertFieldMaskPath(str, &ToCamelCase));
667 ow->RenderString(field_name, combined);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
IconFactory.java 283 * @return the combined image
288 Image combined = mErrorIcons.get(image); local
289 if (combined != null) {
290 return combined;
296 Image combined = new ErrorImageComposite(image, false).createImage(); local
297 mErrorIcons.put(image, combined);
299 return combined;
308 * @return the combined image
313 Image combined = mWarningIcons.get(image); local
314 if (combined != null)
321 Image combined = new ErrorImageComposite(image, true).createImage(); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
complexobject.c 465 long hashreal, hashimag, combined; local
478 combined = hashreal + 1000003 * hashimag;
479 if (combined == -1)
480 combined = -2;
481 return combined;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
complexobject.c 461 long hashreal, hashimag, combined; local
474 combined = hashreal + 1000003 * hashimag;
475 if (combined == -1)
476 combined = -2;
477 return combined;
    [all...]
  /external/v8/src/regexp/
regexp-parser.cc 1537 uc32 combined = local
    [all...]
  /frameworks/base/core/java/android/view/
KeyCharacterMap.java 241 * to combined output character.
356 * key is a "dead key" that should be combined with another to
486 * @return The combined character, or 0 if the characters cannot be combined.
502 int combined; local
504 combined = sDeadKeyCache.get(combination, -1);
505 if (combined == -1) {
510 combined = result.codePointCount(0, result.length()) == 1
512 sDeadKeyCache.put(combination, combined);
515 return combined;
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/jaxb-inheritance-plugin/1/
jaxb-inheritance-plugin-1.jar 
  /toolchain/binutils/binutils-2.25/binutils/
nlmconv.c 1267 arelent **combined; local
    [all...]
  /prebuilts/sdk/current/multidex/library/
android-support-multidex.jar 
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DecimalFormatTest.java 2587 AssertionFailedError combined = new AssertionFailedError("Multiple format failures"); local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
coffgen.c 2128 combined_entry_type *combined = coffsymbol (symbol)->native; local
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
Types.h 77 bool image : 1; // image, combined should be false
78 bool combined : 1; // true means texture is combined with a sampler, false means texture with no sampler member in struct:glslang::TSampler
84 bool isCombined() const { return combined; }
98 combined = false;
103 // make a combined sampler and texture
112 combined = true;
148 // make a pure sampler, no texture, no image, nothing combined, the 'sampler' keyword
164 combined == right.combined &
    [all...]
  /external/webp/src/dsp/
enc_sse2.c 621 const __m128i combined = _mm_unpacklo_epi64(top_values, left_values); local
622 const int DC = VP8HorizontalAdd8b(&combined) + 8;
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 1675 String [] combined = new String[presize + usersize]; local
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 46 STATISTIC(NodesCombined , "Number of dag nodes combined");
112 /// \brief Set of nodes which have been combined (at least once).
115 /// which have not yet been combined to the worklist.
135 // Skip handle nodes as they can't usefully be combined and confuse the
2189 SDValue combined; local
    [all...]
  /external/robolectric/v1/lib/main/
commons-codec-1.6.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.10/
commons-codec-1.10.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.6/
commons-codec-1.6.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.9/
commons-codec-1.9.jar 
  /prebuilts/tools/common/offline-m2/commons-codec/commons-codec/1.10/
commons-codec-1.10.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/24.3.0-alpha2/
lint-api-24.3.0-alpha2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/24.3.0-alpha3/
lint-api-24.3.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/24.3.0-alpha4/
lint-api-24.3.0-alpha4.jar 

Completed in 1670 milliseconds

12 3 4 5 6 7 8 91011>>