HomeSort by relevance Sort by last modified time
    Searched defs:source (Results 676 - 700 of 1097) sorted by null

<<21222324252627282930>>

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageView.java 2 * Copyright (C) 2010 The Android Open Source Project
592 RectF source = mSourceRect; local
595 source.set(0, 0, sTileSize, sTileSize);
612 if (drawTile(tile, canvas, source, target)) return;
618 source.set(tx * scaleX, ty * scaleY, (tx + size) * scaleX,
620 mScreenNail.draw(canvas, source, target);
625 Tile tile, GLCanvas canvas, RectF source, RectF target) {
628 canvas.drawTexture(tile, source, target);
636 source.left /= 2f;
637 source.right /= 2f
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar 
org.eclipse.text_3.5.0.v20100601-1300.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/110/1/.cp/ant_tasks/
publisher-ant.jar 
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglRenderer.java 5 * Redistribution and use in source and binary forms, with or without
9 * * Redistributions of source code must retain the above copyright
    [all...]
  /external/v8/src/
mirror-debugger.js 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
819 * Returns the source code for the function.
820 * @return {string or undefined} The source code for the function. If the
823 FunctionMirror.prototype.source = function() {
824 // Return source if function is resolved. Otherwise just fall through to
850 * Returns the script source position for the function. Only makes sense
864 * Returns the script source location object for the function. Only makes sense
900 return this.source();
1025 * Returns the source to the regular expression
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
EscapeAnalysis.java 2 * Copyright (C) 2010 The Android Open Source Project
570 RegisterSpec source, result; local
581 source = newRegs.get(index);
582 result = source.withReg(next.getResult().getReg());
583 insertPlainInsnBefore(next, RegisterSpecList.make(source),
598 source = sources.get(0);
599 result = source.withReg(newRegs.get(index).getReg());
600 insertPlainInsnBefore(use, RegisterSpecList.make(source),
643 * source of the move to any users of the result.
656 final RegisterSpec source = insn.getSources().get(0) local
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 2 * Copyright (C) 2007 The Android Open Source Project
452 * Handles check cast results to reuse the same source register.
514 * If source and result have a different mapping, insert a move so
713 * Maps the source registers of the specified instruction such that they
727 RegisterSpec source = sources.get(i); local
728 int sourceReg = source.getReg();
729 int category = source.getCategory();
738 addMapping(source, curRopReg);
755 // Don't map anything that's also a source.
780 // the category for each source inde
1041 RegisterSpec source = sources.get(i); local
    [all...]
  /external/chromium/base/
file_util_win.cc 2 // Use of this source code is governed by a BSD-style license that can be
406 bool CreateShortcutLink(const wchar_t *source, const wchar_t *destination,
430 if (FAILED(i_shell_link->SetPath(source)))
458 bool UpdateShortcutLink(const wchar_t *source, const wchar_t *destination,
481 if (source && FAILED(i_shell_link->SetPath(source)))
795 std::wstring source = source_file_path.value(); local
798 source.append(1, L'\0');
803 move_info.pFrom = source.c_str();
    [all...]
  /external/chromium/chrome/browser/chromeos/status/
network_menu.cc 2 // Use of this source code is governed by a BSD-style license that can be
944 SkBitmap source = *rb.GetBitmapNamed(source_image_ids[index]); local
    [all...]
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.cc 2 // Use of this source code is governed by a BSD-style license that can be
38 #include "third_party/WebKit/Source/WebKit/chromium/public/gtk/WebInputEventFactory.h"
77 GdkPixmap* source = local
82 gdk_cursor_new_from_pixmap(source, mask, &fg, &bg, 2, 2);
83 g_object_unref(source);
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
EscapeAnalysis.java 2 * Copyright (C) 2010 The Android Open Source Project
570 RegisterSpec source, result; local
581 source = newRegs.get(index);
582 result = source.withReg(next.getResult().getReg());
583 insertPlainInsnBefore(next, RegisterSpecList.make(source),
598 source = sources.get(0);
599 result = source.withReg(newRegs.get(index).getReg());
600 insertPlainInsnBefore(use, RegisterSpecList.make(source),
643 * source of the move to any users of the result.
656 final RegisterSpec source = insn.getSources().get(0) local
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 2 * Copyright (C) 2007 The Android Open Source Project
452 * Handles check cast results to reuse the same source register.
514 * If source and result have a different mapping, insert a move so
713 * Maps the source registers of the specified instruction such that they
727 RegisterSpec source = sources.get(i); local
728 int sourceReg = source.getReg();
729 int category = source.getCategory();
738 addMapping(source, curRopReg);
755 // Don't map anything that's also a source.
780 // the category for each source inde
1041 RegisterSpec source = sources.get(i); local
    [all...]
  /external/dropbear/
scp.c 20 * Redistribution and use in source and binary forms, with or without
23 * 1. Redistributions of source code must retain the above copyright
47 * Redistribution and use in source and binary forms, with or without
50 * 1. Redistributions of source code must retain the above copyright
289 void source(int, char *[]);
403 source(argc, argv);
534 source(1, argv + i);
592 source(int argc, char **argv) function
758 source(1, vect);
  /external/freetype/include/freetype/
ftimage.h 1107 const void* source; member in struct:FT_Raster_Params_
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ListsTest.java 753 List<Integer> source = Collections.singletonList(1); local
755 Lists.partition(source, 0);
762 List<Integer> source = Collections.emptyList(); local
763 List<List<Integer>> partitions = Lists.partition(source, 1);
769 List<Integer> source = Collections.singletonList(1); local
770 List<List<Integer>> partitions = Lists.partition(source, 1);
776 List<Integer> source = Collections.singletonList(1); local
777 List<List<Integer>> partitions = Lists.partition(source, 2);
783 List<Integer> source = asList(1, 2); local
784 List<List<Integer>> partitions = Lists.partition(source, 1)
791 List<Integer> source = asList(1, 2, 3); local
800 List<Integer> source = asList(1, 2, 3); local
817 List<Integer> source = Lists.newLinkedList(asList(1, 2, 3)); local
    [all...]
  /external/icu4c/common/
ucnvisci.c 828 #define WRITE_TO_TARGET_FROM_U(args,offsets,source,target,targetLimit,targetByteUnit,err){ \
829 int32_t offset = (int32_t)(source - args->source-1); \
892 const UChar *source = args->source; local
1174 const char *source = ( char *) args->source; local
    [all...]
  /external/icu4c/i18n/
rematch.cpp 2725 int64_t *source = (int64_t *)fp; local
    [all...]
translit.cpp 744 UnicodeString source, target, variant; local
746 TransliteratorIDParser::IDtoSTV(id, source, target, variant, sawSource);
754 UnicodeString ID(source);
789 args[1].setString(source);
    [all...]
transreg.cpp 194 * A TransliteratorSpec is a string specifying either a source or a target. In more
683 UnicodeString source, target, variant; local
685 TransliteratorIDParser::IDtoSTV(ID, source, target, variant, sawSource);
688 TransliteratorIDParser::STVtoID(source, target, variant, id);
690 removeSTV(source, target, variant);
747 int32_t TransliteratorRegistry::countAvailableTargets(const UnicodeString& source) const {
748 Hashtable *targets = (Hashtable*) specDAG.get(source);
753 const UnicodeString& source,
755 Hashtable *targets = (Hashtable*) specDAG.get(source);
757 result.truncate(0); // invalid source
885 UnicodeString source, target, variant; local
1143 UnicodeString source, target, variant; local
    [all...]
uregex.cpp 285 RegularExpression *source = (RegularExpression*)source2; local
286 if (validateRE(source, FALSE, status) == FALSE) {
296 clone->fMatcher = source->fPat->matcher(*status);
302 clone->fPat = source->fPat;
303 clone->fPatRefCount = source->fPatRefCount;
304 clone->fPatString = source->fPatString;
305 clone->fPatStringLen = source->fPatStringLen;
306 umtx_atomic_inc(source->fPatRefCount);
    [all...]
  /external/icu4c/io/
uscanf_p.c 803 const UChar *source; local
835 source = &c;
845 ucnv_fromUnicode(conv, &alias, limit, &source, source + 1,
    [all...]
  /external/icu4c/test/cintltst/
callcoll.c 230 static UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode *status) {
246 uiter_setString(&sIter, source, sLen);
268 static void doTestVariant(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult result)
274 uint32_t sLen = u_strlen(source);
283 compareResult = ucol_strcoll(myCollation, source, sLen, target, tLen);
286 compareResult, result, aescstrdup(source,-1), aescstrdup(target,-1));
288 compareResulta = ucol_strcoll(myCollation, source, -1, target, -1);
291 compareResult, result, aescstrdup(source,-1), aescstrdup(target,-1));
294 uiter_setString(&sIter, source, sLen);
298 log_err("different results in iterative comparison for UTF-16 encoded strings. %s, %s\n", aescstrdup(source,-1), aescstrdup(target,-1))
867 UChar source [100]; local
1019 UChar source[1]; local
1096 UChar source[][4] = local
    [all...]
cnormtst.c 174 UChar *source=NULL; local
180 source=CharsToUChars(cases[x][0]);
181 neededLen= unorm_normalize(source, u_strlen(source), mode, 0, NULL, 0, &status);
182 length2= unorm_normalize(source, -1, mode, 0, NULL, 0, &status2);
192 length2=unorm_normalize(source, u_strlen(source), mode, 0, result, LENGTHOF(result), &status);
195 modeStrings[mode], austrdup(source), myErrorName(status));
199 length2=unorm_normalize(source, -1, mode, 0, result, LENGTHOF(result), &status);
202 modeStrings[mode], austrdup(source), myErrorName(status))
    [all...]
ncnvtst.c 42 static UBool convertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
44 static UBool convertToU( const uint8_t *source, int sourceLen, const UChar *expect, int expectLen,
47 static UBool testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
49 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
685 const char* source=(const char*)input1; local
1799 const char *source, *sourceLimit; local
    [all...]

Completed in 1608 milliseconds

<<21222324252627282930>>